Skip to main content
Anchor to CustomerAddressCreatePayload

CustomerAddressCreatePayload

payload

Return type for customerAddressCreate mutation.

•MailingAddress

The new customer address object.

•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

•[UserError!]!
non-nullDeprecated

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates a new address for a customer.

Arguments

•String!
required

The access token used to identify the customer.

•MailingAddressInput!
required

The customer mailing address to create.



Was this section helpful?