Recalculate Planning Settings¶
Required privilege: Inventory Planning / Edit
CSRF header required: X-XSRF-TOKEN
Triggers a recalculation of all inventory planning settings (reorder points, safety stock, suggested quantities) based on current demand, forecast, and historical data. This is an asynchronous operation.
Request Body¶
No request body required. Optionally scope the recalculation:
| Field | Type | Required | Description |
|---|---|---|---|
item_ids |
array | null | No | Limit recalculation to specific items. Omit for all items |
warehouse_ids |
array | null | No | Limit to specific warehouses. Omit for all warehouses |
Response¶
Use the Jobs API to track job status.