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

    Interface ProductSelectionSettingDraft

    interface ProductSelectionSettingDraft {
        active?: boolean;
        productSelection: ProductSelectionResourceIdentifier;
    }
    Index
    active?: boolean

    Whether all Products assigned to the Product Selection should become part of the Store's assortment.

    Resource Identifier of a ProductSelection.