get_order
Updated September 4, 20261 min read
Get a single order by Carriyo order ID or partner_order_reference via GET /orders/{reference}. Use select with json-mask syntax to return only required fields.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
order_id | string | Yes | Carriyo order ID or partner_order_reference. |
tenantId | string | Yes | — |
select | string | No | json-mask expression to filter response fields. |
Example agent prompt
"Look up the order for me."
get_order(
tenantId="…",
order_id="ORD-2025-0001"
)