Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface AnalyticsLowStockAlert

    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;
    }
    Index

    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