Anchor to CustomerAddressDeletePayloadCustomer
payloadCustomer Address Delete Payload
Return type for mutation.
Anchor to FieldsFields
- deletedAddressId (ID)
- userErrors ([UserError!]!)
- Anchor to deletedAddressIddeleted•ID
Address Id The ID of the address deleted from the customer.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- customerAddressDelete (CustomerAddressDeletePayload)
- •mutation
Deletes a customer's address.
- Anchor to customerIdcustomer•ID!
Id required The ID of the customer whose address is being deleted.
- Anchor to addressIdaddress•ID!
Id required The ID of the address to be deleted from the customer.
Arguments
Was this section helpful?