get_order
Retrieve an order's line items, status, payment status, and associated invoice by order ID. Use after listing orders to inspect purchase details.
Instructions
Get one order by id: its line items (product, plan, cycle, price), status, paymentStatus, and the invoice it belongs to. Use after list_orders to see exactly what a purchase contained. The id comes from list_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id from the matching list_* tool. |