customerAddressUpdate - customer - MUTATION
Version: 2025-01
Description:
Updates a specific address for a customer.
Access Scopes
Arguments
-
address:
CustomerAddressInput -
Specifies the fields to use when updating the address.
-
addressId:
ID! -
The ID of the address to be updated.
-
defaultAddress:
Boolean -
The flag to set the address as the default address.
Returns
-
customerAddress:
CustomerAddress
The updated address.
-
userErrors:
UserErrorsCustomerAddressUserErrors!
The list of errors that occurred from executing the mutation.
Examples