Skip to main content
Anchor to CustomerAddressUpdatePayload

CustomerAddressUpdatePayload

payload

Return type for customerAddressUpdate mutation.

•MailingAddress

The customer’s updated mailing address.

•[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

Updates the address of an existing customer.

Arguments

•String!
required

The access token used to identify the customer.

•ID!
required

Specifies the customer address to update.

•MailingAddressInput!
required

The customer’s mailing address.



Was this section helpful?