Update Scorecard Settings
PUT/api/reporting/products/scorecard-settings
Updates the tenant's product scorecard configuration.
Authentication: Requires Bearer token (scope: reports)
Request body (all fields required):
- weights: object — a numeric weight (0–100) for each of the six dimensions (gross_margin, gmroi, sales_growth, sell_through, stock_cover, return_rate). The six weights must sum to exactly 100.
- thresholds: object — for each dimension, an array of at least one band; each band has a numeric
minand an integerscorebetween 1 and 5. - min_so_count: integer — minimum sales-order count before a product is scored (at least 1).
Request
Responses
- 200
Successful response