search_customers
Search customer records in Shopmonkey by query string, with pagination support for large result sets.
Instructions
Search customers in Shopmonkey by query string. Supports full-body search with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip for pagination (default: 0) | |
| limit | No | Maximum number of results to return (default: 25) | |
| query | No | Search query to filter customers by name or other fields | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. |