GitHub

ShopifyCartStatusReady

Type

import { ShopifyCartStatusReady } from '@daffodil/driver/shopify'

Cart is ready for payment update and completion.

interface ShopifyCartStatusReady {
  __typename: "CartStatusReady"
  cart: ShopifyCart
}

Properties

__typename
"CartStatusReady"
cart
ShopifyCart

The result of cart preparation for completion.