calculatePrices - Pricing Module Reference
This documentation provides a reference to the calculatePrices
method. This belongs to the Pricing Module.
This method is used to calculate prices based on the provided filters and context.
Example
When you calculate prices, you must at least specify the currency code:
To calculate prices for specific minimum and/or maximum quantity:
To calculate prices for custom rule types:
Parameters
The filters to apply on prices.
context
PricingContextThe context used to select the prices. For example, you can specify the region ID in this context, and only prices having the same value
will be retrieved.
context
PricingContextReturns
The calculated prices matching the context and filters provided.
Was this section helpful?