/bff/warehouse/reports/dead-stock
Surfaces capital tied up in inventory that has not moved recently. The default threshold of 90 days matches the e-commerce industry norm for fast-moving goods. Sortable by daysSinceLastMovement to show the worst offenders first.
WarehousegetBffWarehouseReportsDead-stock
Parameters
3 query
Query · 3
thresholdDaysstringIdle days that disqualify the item from being live stock. Default 90.
warehouseIdstringlimitstringRequest
GET /bff/warehouse/reports/dead-stock
curl -X GET "https://api.bizkithub.com/bff/warehouse/reports/dead-stock?thresholdDays=example_thresholdDays&warehouseId=example_warehouseId&limit=example_limit" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"stockItemId": 0,
"warehouseId": 0,
"warehouseName": "example_warehouseName",
"itemLabel": "example_itemLabel",
"quantity": 0,
"daysSinceLastMovement": 0
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.