hotmart_product_offers_list
List all offers for a specified product ID. Supports pagination and filtering by offer key.
Instructions
Get Product Offers. Example: hotmart_product_offers_list(product_id=12345, max_results=10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Product ID | |
| max_results | No | Max results per page | |
| page_token | No | Pagination token for the next page | |
| offer_key | No | Offer key | |
| select | No | Custom field selection in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |