Home > widget-integration > ConsequenceType

ConsequenceType type

Consequence type for rule-based recommendations. Defines the "THEN" part of a rule - what products to show when conditions are met.

Signature:

export type ConsequenceType = ConditionType;

References: ConditionType

Remarks

Has identical structure to ConditionType. Backend uses buildRuleFieldResponse() to transform raw data (IDs, strings) into UI-friendly format with labels.