customer-addresses
Update customer address
Replaces the editable data of an existing address. Sending is_default=true also promotes it to the customer default (demoting the previous one).
patch/api/v1/customers/{customerId}/addresses/{addressId}
Path parameters
customerIdstring uuid required
Example:01920000-0000-7000-8000-000000000000
Customer identifier (UUID).
addressIdstring uuid required
Example:01920000-0000-7000-8000-000000000000
Address identifier (UUID).
Request body
Response
Address updated.