OBJECT

CustomerAddressUpdatePayload

link GraphQL Schema definition

  • type CustomerAddressUpdatePayload {
  • # The customer’s updated mailing address.
  • customerAddress: MailingAddress
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }