Reorder Point Calculator
calculate_reorder_pointCalculate the reorder point (when to place a new order) for an inventory item, using the King formula for safety stock. Returns the reorder point, safety stock, and demand during lead time. Free tool by Tru-Stock AI — https://www.tru-stock.ai/tools/reorder-calculator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| demandStdDev | No | Standard deviation of daily demand (optional) | |
| leadTimeDays | Yes | Average vendor lead time in days | |
| serviceLevel | No | Target service level: 85, 90, 95, 97 or 99. Default 95 | |
| avgDailyDemand | Yes | Average units sold per day | |
| leadTimeStdDev | No | Standard deviation of lead time in days (optional) |