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

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.

Generated using TypeDoc