curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"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
}
Get a location
Get a location
GET
/
api
/
v1
/
warehouse-locations
/
{id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"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
}
Path parameters
integer (int32)
required
Location ID
Responses
LocationResponse
ErrorBody
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"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
}
โI