Represents a product variant in the search response.

interface Variant {
    sku_color_group: string;
    sku_price?: number;
    sku_sale_price?: number;
    sku_swatch_images: string[];
    sku_thumb_images: string[];
    skuid?: string;
}

Properties

sku_color_group: string
sku_price?: number
sku_sale_price?: number
sku_swatch_images: string[]
sku_thumb_images: string[]
skuid?: string