Get replenishment order status
korral_get_order_statusCheck the status of a replenishment order by its order ID to follow up on earlier orders or verify upstream state after an unknown write outcome before resubmitting.
Instructions
Look up the status of a replenishment order previously raised with korral_raise_replenishment_order, by its order_id. Use this to follow up on an order from an earlier session, or to check upstream state after a write call returned WRITE_OUTCOME_UNKNOWN before deciding whether to resubmit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID returned by korral_raise_replenishment_order. | |
| store_id | No | Which store the order belongs to. Optional if this deployment is authorized for exactly one store; required otherwise. |