search_customers
Search for customers using a query string with Shopify syntax like email, country, or name. Specify a limit for results up to 250.
Instructions
Search for customers using a query string. Supports Shopify search syntax (e.g. 'email:john@example.com', 'country:US', or just a name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g. 'email:john@example.com' or 'Jane Doe'). | |
| limit | No | Number of results (1–250). Default: 10. |