list_customers
Retrieve customer records from Shopmonkey with search by name, email, or phone, and pagination controls for efficient data management.
Instructions
List customers from Shopmonkey. Supports search and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query to filter customers by name, email, or phone | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |