GitHub

ShopifyCartStatusNotReady

Type

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

Cart is not ready for payment update and completion.

interface ShopifyCartStatusNotReady {
  __typename: "CartStatusNotReady"
  cart: ShopifyCart
  errors: ShopifyCartOperationError[]
}

Properties

__typename
"CartStatusNotReady"
cart
ShopifyCart

The result of cart preparation for completion.

errors
ShopifyCartOperationError[]

The list of errors that caused the cart to not be ready for payment update and completion.