ls_list_stores
List all stores available to the authenticated LemonSqueezy user. Paginated results include page metadata for easy navigation.
Instructions
List all stores for the authenticated user. Results are paginated — check meta.page in the response for currentPage, lastPage, and total. Cross-store note: LEMONSQUEEZY_ALLOWED_STORE_IDS does NOT gate this tool -- it has no storeId field and no parent ID filter to scope by, so it returns every store the API key can see, including stores outside the allowlist. 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. 'products,discounts,license-keys,subscriptions,webhooks') | |
| pageSize | No | Results per page (1-100) | |
| pageNumber | No | Page number (1-indexed) |