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

    Interface ProductSelectionSettingDraft

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

    Properties

    active?: boolean

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

    Resource Identifier of a ProductSelection.