Typescript SDK Type Docs
    Preparing search index...

    Interface VariantExclusion

    Defines which Variants of the Product will be excluded from the Product Selection. If not supplied all Variants are deemed to be excluded.

    interface VariantExclusion {
        skus?: string[];
    }
    Index

    Properties

    Properties

    skus?: string[]

    List of SKUs to be excluded.