ls_list_orders
Retrieve a paginated list of orders from Lemon Squeezy, filterable by store ID or customer email. Check meta.page for pagination details.
Instructions
List all orders, optionally filtered by store or user email. Results are paginated — check meta.page in the response for currentPage, lastPage, and total.
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') | |
| storeId | No | Filter by store ID | |
| pageSize | No | Results per page (1-100) | |
| userEmail | No | Filter by user email | |
| pageNumber | No | Page number (1-indexed) |