hotmart_sales_participants_list
List participants of Hotmart sales transactions filtered by status, product, date, buyer, or affiliate criteria.
Instructions
Sales Participants. Example: hotmart_sales_participants_list(transaction_status='APPROVED').
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)`. | |
| buyer_email | No | Buyer email | |
| sales_source | No | Sale source | |
| buyer_name | No | Buyer name | |
| affiliate_name | No | Nome do afiliado | |
| commission_as | No | Authenticated user's commission role. Allowed values: 'PRODUCER', 'COPRODUCER', 'AFFILIATE' | |
| select | No | Custom field selection in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |