ls_list_discounts
List all discounts from your LemonSqueezy store with optional filter by store ID. Uses pagination with page number and size parameters.
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 |
|---|---|---|---|
| storeId | No | Filter by store ID | |
| include | No | Comma-separated related resources to include (e.g. 'store,variants,discount-redemptions') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |