customerAddressUpdate - storefront - MUTATION
Version: 2024-10
Description:
Updates the address of an existing customer.
Access Scopes
`unauthenticated_write_customers` access scope.
Arguments
-
address:
MailingAddressInput! -
The customer’s mailing address.
-
customerAccessToken:
String! -
The access token used to identify the customer.
-
id:
ID! -
Specifies the customer address to update.
Returns
-
customerAddress:
MailingAddress
The customer’s updated mailing address.
-
customerUserErrors:
CustomerUserError!
The list of errors that occurred from executing the mutation.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples