v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBLocations
Get Location
Get the details about a single location.
get/locations/{id}
Path parameters
idinteger required
The location's unique identifier.
Response
Success
Example response
{
"location": {
"id": 9007199254740991,
"external_id": "62291d16-9b61-4fbb-b868-21c2d32dc155",
"sales_channel": "shopify",
"name": "Main Warehouse",
"address": {
"name": "Main Warehouse",
"company": "Universal Exports",
"address1": "1234 Example Street",
"address2": "Unit 19",
"city": "Townsville",
"region": "Louisiana",
"country_code": "US"
}
}
}