import { ShopifyCartStatusReady } from '@daffodil/driver/shopify'
Cart is ready for payment update and completion.
interface ShopifyCartStatusReady {
__typename: "CartStatusReady"
cart: ShopifyCart
}
__typename "CartStatusReady" |
|---|
cart ShopifyCart |
|---|
The result of cart preparation for completion. |