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

## Overview

The Cart 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 cart and individual line items.

## Updated endpoints

| Endpoint                                                                                                                                                                    | Description                                                     |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Retrieving cart details by criteria](https://developer.emporix.io/api-references/api-guides/checkout/cart/api-reference/carts#get-cart-tenant-carts)                       | Added `calculatedPrice` field to cart and cart items responses. |
| [Retrieving cart details by ID](https://developer.emporix.io/api-references/api-guides/checkout/cart/api-reference/carts#get-cart-tenant-carts-cartid)                      | Added `calculatedPrice` field to cart and cart items responses. |
| [Retrieving all products added to a cart](https://developer.emporix.io/api-references/api-guides/checkout/cart/api-reference/cart-items#get-cart-tenant-carts-cartid-items) | Added `calculatedPrice` field to cart items responses.          |

## Known problems

There are no known problems.
