ls_list_customers
Retrieve customers from LemonSqueezy, optionally filtered by store or email. Paginated results include page metadata for tracking current and total pages.
Instructions
List all customers, optionally filtered by store or email. Results are paginated — check meta.page in the response for currentPage, lastPage, and total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by customer email | ||
| include | No | Comma-separated related resources to include (e.g. 'store,orders,subscriptions,license-keys') | |
| storeId | No | Filter by store ID | |
| pageSize | No | Results per page (1-100) | |
| pageNumber | No | Page number (1-indexed) |