interface AnalyticsLowStockAlert {
    variant_id: number;
    product_id: number;
    product_name: string;
    color_name: string;
    size_name: string;
    sku: string;
    stock_quantity: number;
    low_stock_threshold: number;
}

Properties

variant_id: number
product_id: number
product_name: string
color_name: string
size_name: string
sku: string
stock_quantity: number
low_stock_threshold: number