list_customers
Retrieve a list of customers from your Shopify store with optional pagination and creation date filters.
Instructions
List customers in the store. Supports pagination and basic filtering by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of customers to return (1–250). Default: 10. | |
| since_id | No | Return customers after this ID. | |
| created_at_min | No | Minimum creation date (ISO 8601). | |
| created_at_max | No | Maximum creation date (ISO 8601). | |
| page_info | No | Cursor for pagination. |