Address
Get addresses
Get the shipping addresses associated with the current user.
get/address
Response
Shipping addresses.
Example response
{
"data": [
{
"id": "shp_XXXXXXXXXXXXXXXXXXXXXXXXX",
"name": "John Doe",
"street1": "123 Main St",
"street2": "Apt 1",
"city": "Anytown",
"province": "CA",
"zip": "12345",
"country": "US",
"phone": "5555555555",
"created": "2024-06-29T19:36:19.000Z"
}
]
}