Skip to main content
Anchor to customerAddressDelete

customerAddressDelete

mutation

Deletes a specific address for a customer.

•ID!required

The ID of the address to be deleted.


Was this section helpful?

Anchor to CustomerAddressDeletePayload returnsCustomerAddressDeletePayload returns

•ID

The ID of the deleted address.

•[UserErrorsCustomerAddressUserErrors!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?