- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
updatePriceLists - Pricing Module Reference
This documentation provides a reference to the updatePriceLists
method. This belongs to the Pricing Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method is used to update price lists.
Example#
Parameters#
data
UpdatePriceListDTO[]The attributes to update in each price list. The price list is identifed by the id
field.
data
UpdatePriceListDTO[]id
field.Returns#
Promise
Promise<PriceListDTO[]>The updated price lists.
Promise
Promise<PriceListDTO[]>Was this page helpful?