Skip to main content
Anchor to CustomerAddressUpdatePayload

CustomerAddressUpdatePayload

payload

Return type for customerAddressUpdate mutation.

•CustomerAddress

The updated address.

•[UserErrorsCustomerAddressUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates a specific address for a customer.

Arguments

•ID!
required

The ID of the address to be updated.

•CustomerAddressInput

Specifies the fields to use when updating the address.

•Boolean
Default:null

The flag to set the address as the default address.



Was this section helpful?