DocsAPI ReferenceWarehouse/bff/warehouse/reports/dead-stock
getWarehouseAdmin BFF

/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

3 total
Query · 3
thresholdDaysstring

Idle days that disqualify the item from being live stock. Default 90.

warehouseIdstring
limitstring

Request

GET /bff/warehouse/reports/dead-stock

get
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.

Get API Key