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

    Interface ProductVariantExclusion

    Only Product Variants with the explicitly listed SKUs are part of a Product Selection with IndividualExclusion ProductSelectionMode.

    interface ProductVariantExclusion {
        skus: string[];
    }
    Index

    Properties

    Properties

    skus: string[]

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