ls_list_affiliates
Lists affiliates for the authenticated user's stores, optionally filtered by affiliate user email. Paginated response includes current page and total count.
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) |