get_abc_analysis
Compute ABC analysis of products by sales revenue to identify best-sellers and slow movers.
Instructions
Compute ABC analysis of products by sales revenue (Pareto). A = products making up the top 80% of revenue, B = next 15%, C = bottom 5%. Identifies best-sellers and slow movers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | Yes | End date (RFC3339) | |
| dateFrom | Yes | Start date (RFC3339, e.g. 2025-01-01T00:00:00Z) |