Skip to main content
Anchor to customerAddressUpdate

customerAddressUpdate

mutation

Updates a specific address for a customer.

•CustomerAddressInput

Specifies the fields to use when updating the address.

•ID!required

The ID of the address to be updated.

•BooleanDefault:null

The flag to set the address as the default address.


Was this section helpful?

Anchor to CustomerAddressUpdatePayload returnsCustomerAddressUpdatePayload returns

•CustomerAddress

The updated address.

•[UserErrorsCustomerAddressUserErrors!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?