import { ShopifyCustomerAddressDeletePayload } from '@daffodil/driver/shopify'
Return type for customerAddressDelete mutation.
interface ShopifyCustomerAddressDeletePayload {
__typename: "CustomerAddressDeletePayload"
customerUserErrors: ShopifyCustomerUserError[]
deletedCustomerAddressId: string
userErrors: ShopifyUserError[]
}
__typename "CustomerAddressDeletePayload" |
|---|
customerUserErrors ShopifyCustomerUserError[] |
|---|
The list of errors that occurred from executing the mutation. |
deletedCustomerAddressId string |
|---|
ID of the deleted customer address. |
userErrors ShopifyUserError[] |
|---|
The list of errors that occurred from executing the mutation. |