curl --request POST \
--url http://localhost:3000/v1/inventory/recalculate-demand{
"success": true,
"updated": 123,
"products_with_demand": 123
}Recalculates 7-day demand velocity for all products currently in inventory based on order history.
curl --request POST \
--url http://localhost:3000/v1/inventory/recalculate-demand{
"success": true,
"updated": 123,
"products_with_demand": 123
}