GitHub

ShopifyCheckoutShippingLineUpdatePayload

interface

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

Return type for checkoutShippingLineUpdate mutation.

interface ShopifyCheckoutShippingLineUpdatePayload {
  __typename: "CheckoutShippingLineUpdatePayload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CheckoutShippingLineUpdatePayload"
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.