get_order
Retrieve complete order details including line items and payment card by providing an order ID.
Instructions
One order's full detail — line items + the card it was paid with. Pass the order id from list_orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | the order id, e.g. ord_… |