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

interface ProductVariantSelectionExclusion {
    skus: string[];
    type: "exclusion";
}

Properties

Properties

skus: string[]

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

type: "exclusion"

Generated using TypeDoc