track_order_status
Monitor real-time fulfillment, QA burn-in, and delivery status of an existing hardware procurement order using its order ID.
Instructions
[PURPOSE]: Tracks the real-time fulfillment, staging QA burn-in, and delivery status of an active hardware procurement order. [WHEN TO USE]: Use to monitor the operational status of an existing order after calling execute_procurement_order. [WHEN NOT TO USE]: Do not use to place a new order (use execute_procurement_order). [SIDE EFFECTS & BEHAVIOR]: Pure read-only query against staging records. Non-destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The invoice ID or checkout session ID returned when the order was placed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Hardware tier. | |
| status | Yes | Current fulfillment state: pending, verified, staging_qa, shipped. | |
| order_id | Yes | Order identifier. | |
| staging_phase | No | Current physical staging phase in the lab. |