Skip to main content
Skip to main content

SetPriceListRulesDTO

The rules to add to a price list.

Properties

priceListIdstringRequired
The ID of the price list to add rules to.
rulesRecord<string, string \| string[]>Required
The rules to add to the price list. Each key of the object is a rule type's rule_attribute, and its value is the value(s) of the rule.
Was this section helpful?