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

interface ProductVariantSelectionIncludeOnly {
    skus: string[];
    type: "includeOnly";
}

Hierarchy (View Summary)

Properties

Properties

skus: string[]

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

type: "includeOnly"

Determines whether the SKUs are to be included in, or excluded from, the Product Selection.