The default OrderItemPriceCalculationStrategy, which simply passes through the price of the ProductVariant without performing any calculations
OrderItemPriceCalculationStrategy(ctx: RequestContext, productVariant: ProductVariant) => PriceCalculationResult | Promise<PriceCalculationResult>