GitHub

ShopifyCustomerAddressCreatePayload

interface

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

Return type for customerAddressCreate mutation.

interface ShopifyCustomerAddressCreatePayload {
  __typename: "CustomerAddressCreatePayload"
  customerAddress: ShopifyMailingAddress
  customerUserErrors: ShopifyCustomerUserError[]
  userErrors: ShopifyUserError[]
}

Properties

__typename
"CustomerAddressCreatePayload"
customerAddress
ShopifyMailingAddress

The new customer address object.

customerUserErrors
ShopifyCustomerUserError[]

The list of errors that occurred from executing the mutation.

userErrors
ShopifyUserError[]

The list of errors that occurred from executing the mutation.