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

    Interface VariantData

    Contains the actual data for a Variant in either current (published) or staged (draft) state.

    interface VariantData {
        assets?: Asset[];
        attributes?: Attribute[];
        images?: Image[];
        sku?: string;
    }
    Index
    assets?: Asset[]

    Media assets of the Variant.

    attributes?: Attribute[]

    Attributes of the Variant according to the respective AttributeDefinition.

    images?: Image[]

    Images of the Variant.

    sku?: string

    User-defined unique SKU of the Variant.