@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductSelectionSetting

    interface ProductSelectionSetting {
        active: boolean;
        productSelection: ProductSelectionReference;
    }
    Index

    Properties

    active: boolean

    If true, all Products assigned to this Product Selection are part of the Store's assortment.

    productSelection: ProductSelectionReference

    Reference to a ProductSelection.