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

    Interface ProductVariantSelectionIncludeAllExcept

    All Product Variants except the explicitly stated SKUs are part of the Product Selection.

    interface ProductVariantSelectionIncludeAllExcept {
        skus: string[];
        type: "includeAllExcept";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    skus: string[]

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

    type: "includeAllExcept"

    Determines whether the SKUs are to be included in, or excluded from, the Product Selection.