ls_list_discount_redemptions
List discount redemptions, optionally filtered by discount ID or order ID. Paginated responses help you track where and how often discounts were applied.
Instructions
List all discount redemptions, optionally filtered by discount or order. 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: discountId, orderId. 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 |
|---|---|---|---|
| include | No | Comma-separated related resources to include (e.g. 'discount,order') | |
| orderId | No | Filter by order ID | |
| pageSize | No | Results per page (1-100) | |
| discountId | No | Filter by discount ID | |
| pageNumber | No | Page number (1-indexed) |