OBJECT

CustomerAddressCreatePayload

link GraphQL Schema definition

  • type CustomerAddressCreatePayload {
  • # The new customer address object.
  • customerAddress: MailingAddress
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }