count_customers
Count total customers in your store, optionally filtering by creation date to analyze customer growth over time.
Instructions
Count total customers in the store, optionally filtered by creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| created_on_max | No | Filter by created date max (ISO 8601). | |
| created_on_min | No | Filter by created date min (ISO 8601). |