Alokai

Variant

interface Variant {
	sku_color_group: string;
	sku_price?: number;
	sku_sale_price?: number;
	sku_swatch_images: Array<string>;
	sku_thumb_images: Array<string>;
	skuid?: string;
}

Properties

NameRequiredTypeDescription
sku_color_groupRequiredstring
sku_priceOptionalnumber
sku_sale_priceOptionalnumber
sku_swatch_imagesRequiredArray<string>
sku_thumb_imagesRequiredArray<string>
skuidOptionalstring

On this page