import { ShopifyCustomerAddressCreatePayload } from '@daffodil/driver/shopify'
Return type for customerAddressCreate mutation.
interface ShopifyCustomerAddressCreatePayload {
__typename: "CustomerAddressCreatePayload"
customerAddress: ShopifyMailingAddress
customerUserErrors: ShopifyCustomerUserError[]
userErrors: ShopifyUserError[]
}
__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. |