get_customers
Fetch customer records from Shopify with optional filters for email or name, pagination, and sorting to retrieve specific customer data.
Instructions
Fetch customers from the Shopify store with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of customers to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'email:customer@example.com', 'name:John') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |