Create Customer Address
POST {{BaseUrl}}/v1/customer/:uuid/address
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
| `` | null |
Request Body
{"city"=>"illinois", "country_code"=>"US", "postal_code"=>"12001", "state"=>"new york", "street1"=>"8, parkwell"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |