v1
latestOpenAPI 3.1.02026-07-241660500.9 KBGet a customer's address
Get a specific customer's address(es)
get/v3/customeraddress/{customerId}
Path parameters
customerIdinteger required
Id of customer
Response
200
Example response
[
{
"id": 3757506,
"name": "Headquarters",
"address1": "221 E Baker St",
"address2": "Suite 2",
"city": "London",
"state": "TX",
"zip": "75252",
"created": "2018-01-30T15:02:09.567Z",
"isDefault": true
}
]