get_sales_report
Retrieve a sales report filtered by product to analyze quantities sold and revenue over a custom date range. Use date parameters to specify the period and paginate through results.
Instructions
Get sales report by product. Shows quantities sold and revenue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| offset | No | Offset for pagination | |
| moment_to | No | End date, ISO 8601 (e.g. 2024-12-31) | |
| moment_from | No | Start date, ISO 8601 (e.g. 2024-01-01) |