hotmart_sales_price_details_list
Retrieve sales price details filtered by transaction status, product, date range, or other criteria to analyze pricing and transaction data.
Instructions
Sales Price Details. Example: hotmart_sales_price_details_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)`. | |
| payment_type | No | Payment type. | |
| select | No | Custom field selection in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |