Skip to main content
Anchor to CustomerAddressDeletePayload

CustomerAddressDeletePayload

payload

Return type for customerAddressDelete mutation.

•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Anchor to deletedCustomerAddressIddeletedCustomerAddressId
•String

ID of the deleted customer address.

•[UserError!]!
non-nullDeprecated

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Permanently deletes a specific MailingAddress for a Customer. Requires a valid customer access token to authenticate the request.


Caution

This action is irreversible. You can't recover the deleted address.


Arguments

•ID!
required

Specifies the address to delete.

•String!
required

The access token used to identify the customer.



Was this section helpful?