List EDD Customers
edd_list_customersRetrieve customers with purchase statistics, including creation date and additional emails. Filter by date preset (today/yesterday) or custom range.
Instructions
List customers with their purchase statistics (date_created, additional_emails included). Optionally filter by creation date preset (today/yesterday) or a custom date range in YYYYMMDD format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | Number of customers to return (default: 10) | |
| page | No | Page number for pagination | |
| date | No | Filter by creation date preset | |
| startDate | No | Start date in YYYYMMDD format (requires endDate) | |
| endDate | No | End date in YYYYMMDD format (requires startDate) |