ls_list_discounts
List discounts from your Lemon Squeezy account, filtering by store ID. Paginated results show current page, last page, and total.
Instructions
List all discounts, optionally filtered by store. 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,variants,discount-redemptions') | |
| storeId | No | Filter by store ID | |
| pageSize | No | Results per page (1-100) | |
| pageNumber | No | Page number (1-indexed) |