- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
PriceRule - Pricing Module Data Models Reference
This documentation provides a reference to the PriceRule data model. It belongs to the Pricing Module.
id
PrimaryKeyModifier<IdProperty>The ID of the price rule.
attribute
TextPropertyThe attribute of the price rule. For example,
region\_id
.value
TextPropertyThe value of the price rule. For example,
reg\_123
.operator
EnumProperty<typeof PricingRuleOperator>The operator of the price rule. For example,
eq
.priority
NumberPropertyThe priority of the price rule.
The associated Price
.
Price
.Was this page helpful?