GitHub

ShopifyCustomerAddressUpdatePayload

interface

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

Return type for customerAddressUpdate mutation.

interface ShopifyCustomerAddressUpdatePayload {
  __typename: "CustomerAddressUpdatePayload"
  customerAddress: ShopifyMailingAddress
  customerUserErrors: ShopifyCustomerUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerAddressUpdatePayload"
customerAddress
ShopifyMailingAddress

The customer’s updated mailing address.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.