GitHub

ShopifyCheckoutLineItemsReplacePayload

interface

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

Return type for checkoutLineItemsReplace mutation.

interface ShopifyCheckoutLineItemsReplacePayload {
  __typename: "CheckoutLineItemsReplacePayload"
  checkout: ShopifyCheckout
  userErrors: ShopifyCheckoutUserError[]
}

Properties

__typename
"CheckoutLineItemsReplacePayload"
checkout
ShopifyCheckout

The updated checkout object.

userErrors
ShopifyCheckoutUserError[]

The list of errors that occurred from executing the mutation.