curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations/{id}/inventory' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"inventory": [
{
"location_id": 1,
"lot_id": null,
"quantity_available": "string",
"quantity_on_hand": "string",
"quantity_reserved": "string",
"sku": "string",
"updated_at": "string"
}
],
"total": 1
}
Location inventory
Location inventory
GET
/
api
/
v1
/
warehouse-locations
/
{id}
/
inventory
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations/{id}/inventory' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"inventory": [
{
"location_id": 1,
"lot_id": null,
"quantity_available": "string",
"quantity_on_hand": "string",
"quantity_reserved": "string",
"sku": "string",
"updated_at": "string"
}
],
"total": 1
}
Path parameters
integer (int32)
required
Location ID
Responses
LocationInventoryListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/warehouse-locations/{id}/inventory' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"inventory": [
{
"location_id": 1,
"lot_id": null,
"quantity_available": "string",
"quantity_on_hand": "string",
"quantity_reserved": "string",
"sku": "string",
"updated_at": "string"
}
],
"total": 1
}
โI