Interface ProductVariantSelectionIncludeAllExcept

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

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

Properties

Properties

skus: string[]

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

type: "includeAllExcept"

Generated using TypeDoc