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