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

interface ProductVariantExclusion {
    skus: string[];
}

Properties

Properties

skus: string[]

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

Generated using TypeDoc