Only Product Variants with explicitly stated SKUs are part of the Product Selection.

interface ProductVariantSelectionInclusion {
    skus: string[];
    type: "inclusion";
}

Properties

Properties

skus: string[]

Non-empty array of SKUs representing Product Variants to be included into the Product Selection.

type: "inclusion"

Generated using TypeDoc