PriceCalculationResult
PriceCalculationResult
The result of the price calculation from the ProductVariantPriceCalculationStrategy or the OrderItemPriceCalculationStrategy.
Signature
type PriceCalculationResult = {
    price: number;
    priceIncludesTax: boolean;
}