customer-addresses
Create customer address
Adds an address to the customer addresses array. The first address becomes the default automatically; toggling is_default promotes the new address and demotes the previous default.
post/api/v1/customers/{customerId}/addresses
Path parameters
customerIdstring uuid required
Example:01920000-0000-7000-8000-000000000000
Customer identifier (UUID).
Request body
Response
Address created.