# 2025-02-05: Order Service - enhanced price calculation details

## Overview

The Order Service now provides detailed price calculation information through the `calculatedPrice` field. This enhancement gives a comprehensive breakdown of prices including net values, gross values, tax details, fees, and discounts for both the entire order and individual line items.

## Updated endpoints

| Endpoint                                                                                                                                                                             | Description                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| [Creating a new order as employee](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-tenant-managed#post-order-v2-tenant-salesorders)         | Added `calculatedPrice` field to order and order entries.           |
| [Creating a new order as customer](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-customer-managed#post-order-v2-tenant-orders)            | Added `calculatedPrice` field to order and order entries.           |
| [Retrieving order details](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-customer-managed#get-order-v2-tenant-orders-orderid)             | Added `calculatedPrice` field to order and order entries responses. |
| [Retrieving a specific order by ID](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-tenant-managed#get-order-v2-tenant-salesorders-orderid) | Added `calculatedPrice` field to order and order entries responses. |

## Known problems

There are no known problems.
