PriceRule - Pricing Module Data Models Reference

This documentation provides a reference to the PriceRule data model. It belongs to the Pricing Module.

idPrimaryKeyModifier<IdProperty>
The ID of the price rule.
attributeTextProperty
The attribute of the price rule. For example, region\_id.
valueTextProperty
The value of the price rule. For example, reg\_123.
operatorEnumProperty<typeof PricingRuleOperator>
The operator of the price rule. For example, eq.
priorityNumberProperty
The priority of the price rule.
priceBelongsTo<Price>
The associated Price.
Was this page helpful?