List Customers
customer_listList Shopify store customers with optional search filters and pagination for targeted retrieval.
Instructions
List customers from a Shopify store with optional search and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of customers to return (1-250) | |
| query | No | Search query (e.g., 'email:john@example.com' or 'tag:vip') | |
| store | Yes | Store name (use store_list to see available stores) | |
| cursor | No | Pagination cursor from previous response | |
| response_format | No | Response format | json |