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

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

Hierarchy (View Summary)

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.