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

    Interface AdminProductVariant

    interface AdminProductVariant {
        id: number;
        product: number;
        color: Color;
        size: Size;
        sku: string;
        stock_quantity: number;
        low_stock_threshold: number;
        price_adjustment: string;
        price: string;
        is_active: boolean;
    }
    Index

    Properties

    id: number
    product: number
    color: Color
    size: Size
    sku: string
    stock_quantity: number
    low_stock_threshold: number
    price_adjustment: string
    price: string
    is_active: boolean