fix: resolve triplicated ASIN in Forecast View and improve metadata mapping

This commit is contained in:
Christian Vidal Wolf
2026-01-26 16:50:46 +01:00
parent 9b7b9e65db
commit 6379d4a37d
3 changed files with 24 additions and 7 deletions
+3
View File
@@ -198,6 +198,9 @@ export interface CombinedKPIs {
export interface ForecastRecord {
asin: string;
annualForecast: number;
sku?: string;
title?: string;
line?: string;
}
export interface MonthlyForecastPoint {