DefaultOrderItemPriceCalculationStrategy
The default OrderItemPriceCalculationStrategy, which simply passes through the price of the ProductVariant without performing any calculations
- Implements:
OrderItemPriceCalculationStrategy
calculateUnitPrice
method
(ctx: RequestContext, productVariant: ProductVariant) => PriceCalculationResult | Promise<PriceCalculationResult>Was this chapter helpful?