# 2025-06-12: Cart Service - calculatedPrice has been enriched

## Overview

The `calculatedPrice` of Cart Service has been enriched with new fields:

* `totalDiscounts` has a new `price` field that contains all price details
* `appliedDiscounts` has a new `price` field that contains all price details

The `calculatedPrice` or cart level has new fields:

* `shipping` price before discounts
* `fees` price before discounts

## 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)                       | The `calculatedPrice` attribute has been enriched in 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)                      | The `calculatedPrice` attribute has been enriched in 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) | The `calculatedPrice` attribute has been enriched in cart and cart items responses. |

## Known problems

There are no known problems.
