Skip to main content
Anchor to CustomerAddressUpdatePayload

CustomerAddressUpdatePayload

payload

Return type for customerAddressUpdate mutation.

•CustomerAddress

The updated address.

Show fields
•[UserErrorsCustomerAddressUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates a specific address for a customer.

Show payload

Arguments

•CustomerAddressInput

Specifies the fields to use when updating the address.

Show input fields
•ID!
required

The ID of the address to be updated.

•Boolean
Default:null

The flag to set the address as the default address.



Was this section helpful?