loki_get_order
Retrieve complete details for a single order using its internal numeric ID. Requires the order's numeric id, not the PO string.
Instructions
Get full detail for a single order.
IMPORTANT: this takes the order's internal numeric id (the id field
returned by loki_search_orders, e.g. "29879321"), NOT the human-facing
order_id / PO string (e.g. "PO17026268570467"). If you only have a PO
string, run loki_search_orders (order_id=) first and read its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | The internal numeric order id, as a string. |