Skip to main content
Anchor to customerAddressUpdate

customerAddressUpdate

mutation

Requires write_customers access scope.

Update a customer's address information.

MailingAddressInput!required

Specifies the fields to use when updating the address.

ID!required

The ID of the address to update.

ID!required

The ID of the customer whose address is being updated.

Boolean

Whether to set the address as the customer's default address.


Was this section helpful?

Anchor to CustomerAddressUpdatePayload returnsCustomerAddressUpdatePayload returns

MailingAddress

The updated address.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?