mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:45:23 +02:00
Add Buy Box Lost detection feature with visual warning badges
This commit is contained in:
@@ -225,3 +225,9 @@ export interface ProductForecastData {
|
||||
avgWeeklySales: number; // Added for Weeks of Coverage
|
||||
monthlyData: Record<string, MonthlyForecastPoint>;
|
||||
}
|
||||
|
||||
export interface BuyBoxLostData {
|
||||
asin: string;
|
||||
countries: string[]; // ['DE', 'FR', 'IT', 'UK', 'ES']
|
||||
reasons: Record<string, string>; // { DE: 'Amazon', FR: 'Unknown' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user