RuleTypeDTO
A rule type's data.
id
stringRequiredThe ID of the rule type.
name
stringRequiredThe display name of the rule type.
rule_attribute
stringRequiredThe unique name used to later identify the rule_attribute. For example, it can be used in the
context
parameter of
the calculatePrices
method to specify a rule for calculating the price.default_priority
numberRequiredThe priority of the rule type. This is useful when calculating the price of a price set, and multiple rules satisfy
the provided context. The higher the value, the higher the priority of the rule type.
created_at
string | DateThe creation date of the rule type.
updated_at
string | DateThe update date of the rule type.
Was this section helpful?