PriceRuleDTO
A price rule's data.
created_at
DateRequiredWhen the price_rule was created.
deleted_at
null | DateRequiredWhen the price_rule was deleted.
id
stringRequiredThe ID of the price rule.
price_list_id
stringRequiredThe ID of the associated price list.
The associated price set.
price_set_id
stringRequiredThe ID of the associated price set.
price_set_money_amount_id
stringRequiredThe ID of the associated price set money amount.
priority
numberRequiredThe priority of the price rule in comparison to other applicable price rules.
The associated rule type.
rule_type_id
stringRequiredThe ID of the associated rule type.
updated_at
DateRequiredWhen the price_rule was updated.
value
stringRequiredThe value of the price rule.
Was this section helpful?