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

    Interface ProductVariantExclusion

    Defines the Product Variants that are excluded from a Product Selection with IndividualExclusion ProductSelectionMode. Product Variants not listed remain available in the Product Selection.

    interface ProductVariantExclusion {
        skus: string[];
    }
    Index
    skus: string[]

    Non-empty array of SKUs representing Product Variants to be excluded from the Product Selection with IndividualExclusion ProductSelectionMode.