Create Customer Address

POST {{BaseUrl}}/v1/customer/:uuid/address

Request Params

KeyDatatypeRequiredDescription
``null

Request Body

{"city"=>"illinois", "country_code"=>"US", "postal_code"=>"12001", "state"=>"new york", "street1"=>"8, parkwell"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring