@gradientedge/commercetools-utils
    Preparing search index...

    Interface VariantValues

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

    Properties

    attributes: Attribute[]

    Attributes of the ProductVariant.

    prices: PriceDraft[]

    Embedded Prices of the ProductVariant.

    sku?: string

    SKU of the ProductVariant.