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

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.

Generated using TypeDoc