customerAddressUpdate
Update an existing customer address with new information.
Modifies address details for the specified customer including delivery, billing, and contact address information. All validation constraints apply to updated fields.
Possible errors:
- ADDRESS_UPDATE_ERROR: Failed to update the customer address in the backend service
- ADDRESS_UNKNOWN_ERROR: Unknown error occurred during customer address update
- FORBIDDEN: Insufficient permissions to update customer addresses
AUTH: Role=[user.OWNER,user.EDITOR] OR (('user is authenticated') AND ('customerId if present in input matches JWT'))
customerAddressUpdate(
input: CustomerAddressUpdateInput!
): Address!
Arguments
customerAddressUpdate.input
● CustomerAddressUpdateInput!
non-null input
Customer address update data including address ID and modified fields.
Contains customer ID, address ID, and any fields to be updated. Only provided fields will be modified.