DeleteCustomerAddressResponse
Returned object from deleteCustomerAddress
type DeleteCustomerAddressResponse {
deletedId: ID!
}
Fields
DeleteCustomerAddressResponse.deletedId
● ID!
non-null scalar
The customerAddressId of the customerAddress that was deleted.
Returned by
deleteCustomerAddress
mutation