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