ls_list_stores
Retrieve all stores for the authenticated LemonSqueezy user. Results are paginated with page number, size, and total count.
Instructions
List all stores for the authenticated user. 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. 'products,discounts,license-keys,subscriptions,webhooks') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |