Skip to main content
Log inSign up
Anchor to customerAddressUpdate

customerAddressUpdate

mutation

Requires write_customers access scope.

Update a customer's address information.

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.

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


Was this section helpful?

Anchor to CustomerAddressUpdatePayload returnsCustomerAddressUpdatePayload returns

The updated address.

The list of errors that occurred from executing the mutation.


Was this section helpful?