curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-bins' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"bins": [
{
"aisle": null,
"bin_type": "string",
"capacity": null,
"code": "string",
"created_at": "string",
"id": 1,
"is_active": true,
"position": null,
"rack": null,
"shelf": null,
"updated_at": "string",
"warehouse_id": 1,
"zone": null
}
],
"total": 1
}
List bins
List bins
GET
/
api
/
v1
/
warehouse-bins
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-bins' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"bins": [
{
"aisle": null,
"bin_type": "string",
"capacity": null,
"code": "string",
"created_at": "string",
"id": 1,
"is_active": true,
"position": null,
"rack": null,
"shelf": null,
"updated_at": "string",
"warehouse_id": 1,
"zone": null
}
],
"total": 1
}
Query parameters
integer (int32)
string
string
boolean
integer (int32)
integer (int32)
Response
BinListResponse
BinResponse[]
required
integer (int64)
required
Status codes
| Code | Meaning |
|---|---|
200 | โ |
400 | โ |
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-bins' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"bins": [
{
"aisle": null,
"bin_type": "string",
"capacity": null,
"code": "string",
"created_at": "string",
"id": 1,
"is_active": true,
"position": null,
"rack": null,
"shelf": null,
"updated_at": "string",
"warehouse_id": 1,
"zone": null
}
],
"total": 1
}