Anchor to customerAddressDeletecustomer
customerAddressDelete
mutation
Requires access scope.
Deletes a customer's address.
Anchor to Arguments
Arguments
- Anchor to addressIdaddress•
Id ID!required The ID of the address to be deleted from the customer.
- Anchor to customerIdcustomer•
Id ID!required The ID of the customer whose address is being deleted.
Was this section helpful?
Anchor to CustomerAddressDeletePayload returnsCustomerAddressDeletePayload returns
- Anchor to deletedAddressIddeleted•
Address Id The ID of the address deleted from the customer.
- Anchor to userErrorsuser•
Errors [UserError!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation customerAddressDelete($addressId: ID!, $customerId: ID!) {
customerAddressDelete(addressId: $addressId, customerId: $customerId) {
deletedAddressId
userErrors {
field
message
}
}
}
Input
{
"addressId": "gid://shopify/<objectName>/10079785100",
"customerId": "gid://shopify/<objectName>/10079785100"
}
{
"addressId": "gid://shopify/<objectName>/10079785100",
"customerId": "gid://shopify/<objectName>/10079785100"
}