Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

SetPriceListRulesDTO

The rules to set in a price list.

Properties

price_list_idstringRequired
The ID of the price list to set its rules.
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?