curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"locations": [
{
"aisle": null,
"bin": null,
"code": "string",
"created_at": "string",
"id": 1,
"is_active": true,
"is_pickable": true,
"is_receivable": true,
"level": null,
"location_type": "string",
"rack": null,
"warehouse_id": 1,
"zone": null
}
],
"total": 1
}
List locations
List locations
GET
/
api
/
v1
/
warehouse-locations
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"locations": [
{
"aisle": null,
"bin": null,
"code": "string",
"created_at": "string",
"id": 1,
"is_active": true,
"is_pickable": true,
"is_receivable": true,
"level": null,
"location_type": "string",
"rack": null,
"warehouse_id": 1,
"zone": null
}
],
"total": 1
}
Query parameters
integer (int32)
string
string
string
boolean
boolean
boolean
integer (int32)
integer (int32)
Responses
LocationListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"locations": [
{
"aisle": null,
"bin": null,
"code": "string",
"created_at": "string",
"id": 1,
"is_active": true,
"is_pickable": true,
"is_receivable": true,
"level": null,
"location_type": "string",
"rack": null,
"warehouse_id": 1,
"zone": null
}
],
"total": 1
}
⌘I