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 an existing MailingAddress for a Customer. Requires a customer access token to identify the customer, an ID to specify which address to modify, and an address with the updated fields.

Successful update returns the updated MailingAddress.

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?