Create Customer Address
POST {{baseUrl}}/v1/customer/:customerId/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 | ||
Accept | string |
RESPONSES
status: OK
{"data":{"address_type":"home","apartment_no":null,"city":"illinois","classification":"business","country_code":"US","created_at":"2024-02-01T04:54:47.435378Z","customer":"7c6139e9-202e-47b2-b119-d60c6ada5b89","deleted_at":null,"id":"698c1430-209e-4433-8310-9cc04cc7ec8f","is_primary":false,"postal_code":"12001","state":"new york","state_code":"NY","status":"active","street1":"8, parkwell","street3":null,"updated_at":"2024-02-01T04:54:47.435407Z"}}