ls_list_orders
Retrieve a list of orders filtered by store or customer email, with paginated responses.
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 |
|---|---|---|---|
| storeId | No | Filter by store ID | |
| userEmail | No | Filter by user email | |
| include | No | Comma-separated related resources to include (e.g. 'store,customer,order-items,subscriptions,license-keys,discount-redemptions') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |