hotmart_sales_summary_list
Retrieve aggregated sales summaries filtered by transaction status, product, date, affiliate, and more for Hotmart sales.
Instructions
Sales Summary. Example: hotmart_sales_summary_list(transaction_status='APPROVED'). Don't use this for per-transaction details — use hotmart_sales_history_list for the raw list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction | No | Transaction code | |
| transaction_status | No | Transaction status. | |
| max_results | No | Max results per page | |
| page_token | No | Pagination token for the next page | |
| product_id | No | Product ID | |
| start_date | No | Start date. Unix timestamp in **milliseconds** (not seconds, not ISO). Ex: `1730419200000` = 2024-11-01 00:00 UTC. Python: `int(datetime(2024,11,1).timestamp() * 1000)`. | |
| end_date | No | End date. Unix timestamp in **milliseconds** (not seconds, not ISO). Ex: `1730419200000` = 2024-11-01 00:00 UTC. Python: `int(datetime(2024,11,1).timestamp() * 1000)`. | |
| sales_source | No | Sale source | |
| affiliate_name | No | Nome do afiliado | |
| payment_type | No | Payment type. | |
| offer_code | No | Offer code. Format: alphanumeric Hotmart code (ex: `H123A4B5`, not UUID, not int) | |
| select | No | Custom field selection in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |