ls_list_affiliates
List affiliates across stores with optional email filter. Results are paginated — use pageNumber and pageSize to navigate.
Instructions
List all affiliates for the authenticated user's stores, optionally filtered by user email. 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 can still return affiliates tied to non-allowed stores -- the endpoint has no parent ID filter to scope by. 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 |
|---|---|---|---|
| userEmail | No | Filter by affiliate's user email | |
| include | No | Comma-separated related resources to include (e.g. 'store,user') | |
| pageNumber | No | Page number (1-indexed) | |
| pageSize | No | Results per page (1-100) |