Product Performance Analytics
fortnox_product_performanceAnalyze product sales performance to identify top performers by revenue, quantity, or invoice count.
Instructions
Analyze product/customer sales performance. Returns top performers ranked by revenue, quantity, or invoice count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Number of top products to return (1-100, default: 20) | |
| metric | No | Metric to rank products by: 'revenue', 'quantity', or 'invoice_count' | revenue |
| period | No | Date period to analyze (e.g., 'this_year', 'last_quarter') | |
| to_date | No | End date for analysis (YYYY-MM-DD). Ignored if period is specified. | |
| from_date | No | Start date for analysis (YYYY-MM-DD). Ignored if period is specified. | |
| include_trends | No | Compare to previous period to show trends | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |