Typescript SDK Type Docs
    Preparing search index...

    Interface VariantSelection

    Variant selection specifying how variants are included or excluded.

    interface VariantSelection {
        skus?: string[];
        type: VariantSelectionType;
    }
    Index

    Properties

    Properties

    skus?: string[]

    List of SKUs to include or exclude.

    Type of variant selection.