raise_replenishment_order
Raise a replenishment order for a SKU at a store. Input store ID, SKU, and quantity to generate the order and return its ID and status.
Instructions
Place a replenishment order for a SKU at a store, on behalf of Korral.
Returns the created order, including its order_id and status. This is a write action — confirm the quantity is intended before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Stock-keeping unit identifier, e.g. 'sku_oat_milk'. | |
| note | No | Optional free-text note for the order. | |
| reason | No | Short plain-English explanation of why you are calling this tool. Recorded on the buyer audit trail; does not affect the result. | |
| quantity | Yes | Units to order; must be positive. | |
| store_id | Yes | StoreLink store identifier, e.g. 'store_123'. |