GitHub

ShopifyCheckoutAttributesUpdateV2Payload

interface

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

Return type for checkoutAttributesUpdateV2 mutation.

interface ShopifyCheckoutAttributesUpdateV2Payload {
  __typename: "CheckoutAttributesUpdateV2Payload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  userErrors: ShopifyUserError[]
}

Properties

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