fiken_create_product_sales_report
Generate a product sales report for a specified date range, optionally filtered by project and including products with zero sales.
Instructions
Creates a product sales report for a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date YYYY-MM-DD | |
| from | Yes | Start date YYYY-MM-DD | |
| projectId | No | ||
| includeZeroValues | No | Include products with zero sales |