ls_list_order_items
List all order items from your LemonSqueezy store, with optional filters by order, product, or variant. Results are paginated for easy navigation.
Instructions
List all order items, optionally filtered by order or product. Results are paginated — check meta.page in the response for currentPage, lastPage, and total. Cross-store note: when LEMONSQUEEZY_ALLOWED_STORE_IDS is set, this tool requires at least one of: orderId, productId, variantId. Even with that set, pair with a scoped LemonSqueezy API key for true cross-store enforcement -- the API key's visibility is the true boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | No | Filter by order ID | |
| productId | No | Filter by product ID | |
| variantId | No | Filter by variant ID | |
| include | No | Comma-separated related resources to include (e.g. 'order,product,variant') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |