get_product_sales
Retrieve aggregated sales for a specific product: total purchases, first and last sale dates, breakdowns by country, platform, and trigger, plus revenue when available.
Instructions
Get aggregated sales for a single product derived from purchase history: purchase count, first/last sale, and breakdowns by country, platform, and trigger. Includes revenue if the history records carry a price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent purchases to scan when aggregating this product. | |
| product | Yes | Exact product name (see list_products). |