interface VariantValues {
    attributes: Attribute[];
    prices: PriceDraft[];
    sku?: string;
}

Properties

attributes: Attribute[]

Attributes of the ProductVariant.

prices: PriceDraft[]

Embedded Prices of the ProductVariant.

sku?: string

SKU of the ProductVariant.

Generated using TypeDoc