GitHub

ShopifyCheckoutEmailUpdateV2Payload

interface

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

Return type for checkoutEmailUpdateV2 mutation.

interface ShopifyCheckoutEmailUpdateV2Payload {
  __typename: "CheckoutEmailUpdateV2Payload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CheckoutEmailUpdateV2Payload"
checkout
ShopifyCheckout

The checkout object with the updated email.

checkoutUserErrors
ShopifyCheckoutUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.