- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
addPriceListPrices - Pricing Module Reference
This documentation provides a reference to the addPriceListPrices
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 add prices to price lists.
Example#
Parameters#
data
AddPriceListPricesDTO[]The prices to add for each price list.
data
AddPriceListPricesDTO[]Returns#
Promise
Promise<PriceDTO[]>The updated price lists.
Promise
Promise<PriceDTO[]>Was this page helpful?