Skip to main content
POST
/
v1
/
inventory
/
recalculate-demand
Recalculate demand velocity for inventory products
curl --request POST \
  --url http://localhost:3000/v1/inventory/recalculate-demand
{
  "success": true,
  "updated": 123,
  "products_with_demand": 123
}

Response

200 - application/json

Demand recalculation result

success
boolean
required
updated
number
required
products_with_demand
number
required