GitHub

ShopifyCheckoutLineItemsAddPayload

interface

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

Return type for checkoutLineItemsAdd mutation.

interface ShopifyCheckoutLineItemsAddPayload {
  __typename: "CheckoutLineItemsAddPayload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CheckoutLineItemsAddPayload"
checkout
ShopifyCheckout

The updated checkout object.

checkoutUserErrors
ShopifyCheckoutUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.