Create replenishment order
create_replenishment_orderPlace a replenishment order for a store and SKU to restock inventory based on a detected demand gap from sales data.
Instructions
Raise a replenishment (restock) order for a store/SKU via StoreLink. Use after get_store_inventory_and_sales shows a meaningful demand gap. quantity is the number of units to order (positive integer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | SKU to replenish. | |
| quantity | Yes | Number of units to order. Must be a positive integer. | |
| store_id | Yes | Store that needs replenishment. |