- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
updatePriceListPrices - Pricing Module Reference
This documentation provides a reference to the updatePriceListPrices
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 updates existing price list's prices.
Example#
Parameters#
data
UpdatePriceListPricesDTO[]The attributes to update in a price list's prices. The price list's ID is specified
in the price_list_id
field.
data
UpdatePriceListPricesDTO[]price_list_id
field.Returns#
Promise
Promise<PriceDTO[]>The updated price list's prices.
Promise
Promise<PriceDTO[]>Was this page helpful?