get_customer_contacts
Retrieve customer contact information from your Shopify store. Filter by name, email, or creation date to find specific contacts for outreach or support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of orders to retrieve (default: 10) | |
| search | No | Search by customer name or email | |
| created_at_max | No | Maximum creation date (ISO format, e.g., 2023-12-31) | |
| created_at_min | No | Minimum creation date (ISO format, e.g., 2023-01-01) |