get_order
Retrieve a specific order by ID, including line items and payment summary. Returns 404 if the order does not exist.
Instructions
Fetch a single order by ID, including line items and payment summary.
Expands lineItems and payments only. Customer card data never expanded. Returns a 404 error if the order_id does not exist. This tool is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||