Home > widget-integration > RuleGroupType

RuleGroupType interface

Rule group combining conditions and consequences. Represents a complete rule: IF conditions THEN show consequences.

Signature:

export interface RuleGroupType 

Remarks

Used in 'hand-picked-products' and 'bestsellers' recommendation types. Backend enforces a limit of 150 rule groups per widget.

Properties

Property

Modifiers

Type

Description

conditions

ConditionType[]

consequences

ConsequenceType[]