curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"locations": [
{
"aisle": "string",
"bin": "string",
"code": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": 1001,
"is_active": true,
"is_pickable": true,
"is_receivable": true,
"level": "string",
"location_type": "string",
"rack": "string",
"warehouse_id": 1001,
"zone": "string"
}
],
"total": 102
}
List locations
List locations
GET
/
api
/
v1
/
warehouse-locations
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"locations": [
{
"aisle": "string",
"bin": "string",
"code": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": 1001,
"is_active": true,
"is_pickable": true,
"is_receivable": true,
"level": "string",
"location_type": "string",
"rack": "string",
"warehouse_id": 1001,
"zone": "string"
}
],
"total": 102
}
Query parameters
integer (int32)
string
string
string
boolean
boolean
boolean
integer (int32)
integer (int32)
Response
LocationListResponse
LocationResponse[]
required
integer (int64)
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations' \
--header "Authorization: Bearer $STATESET_API_KEY"
{
"locations": [
{
"aisle": "string",
"bin": "string",
"code": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": 1001,
"is_active": true,
"is_pickable": true,
"is_receivable": true,
"level": "string",
"location_type": "string",
"rack": "string",
"warehouse_id": 1001,
"zone": "string"
}
],
"total": 102
}
Last modified on August 31, 2026