Customers
Retrieve all addresses for a customer
get/customers/{id}/addresses
Path parameters
idinteger required
The SamCart ID for the customer
Response
Successful operation. Response will return an array of 0 or more addresses
Example response
[
{
"type": "shipping",
"street": "221B Baker Street",
"postal_code": "1234",
"city": "Austin",
"state": "TX",
"region": "Quebec",
"country": "United States"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.