ls_get_order
Fetch a single order by ID to access its status, totals, currency, customer, and payment information.
Instructions
Get a specific order by ID, including status, total, currency, customer info, and payment details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Comma-separated related resources to include (e.g. 'store,customer,order-items,subscriptions,license-keys,discount-redemptions') | |
| orderId | Yes | The order ID |