OBJECT

CustomerAddressDeletePayload

link GraphQL Schema definition

  • type CustomerAddressDeletePayload {
  • # ID of the deleted customer address.
  • deletedCustomerAddressId: String
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }