GitHub

ShopifyCheckoutCustomerAssociateV2Payload

interface

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

Return type for checkoutCustomerAssociateV2 mutation.

interface ShopifyCheckoutCustomerAssociateV2Payload {
  __typename: "CheckoutCustomerAssociateV2Payload"
  checkout: ShopifyCheckout
  checkoutUserErrors: ShopifyCheckoutUserError[]
  customer: ShopifyCustomer
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CheckoutCustomerAssociateV2Payload"
checkout
ShopifyCheckout

The updated checkout object.

checkoutUserErrors
ShopifyCheckoutUserError[]

The list of errors that occurred from executing the mutation.

customer
ShopifyCustomer

The associated customer object.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.