Skip to main content
Skip to main content

removePriceListRules - Pricing Module Reference

This documentation provides a reference to the removePriceListRules method. This belongs to the Pricing Module.

This method is used to remove rules from a price list.

Example

const priceList =
await pricingModuleService.removePriceListRules({
price_list_id: "plist_123",
rules: ["region_id"],
})

Parameters

The rules to remove from a price list. The price list is identified by the price_list_id property.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<PriceListDTO>Required
The updated price lists.
Was this section helpful?