Skip to main content
Anchor to CustomerDefaultAddressUpdatePayload

CustomerDefaultAddressUpdatePayload

payload

Return type for customerDefaultAddressUpdate mutation.

•Customer

The updated customer object.

Show fields
•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields
•[UserError!]!
non-nullDeprecated
Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates the default address of an existing Customer. Requires a customer access token to identify the customer and an address ID to specify which address to set as the new default.

Show payload

Arguments

•ID!
required

ID of the address to set as the new default for the customer.

•String!
required

The access token used to identify the customer.



Was this section helpful?