# 2025-02-18: Site Settings - new field

## Overview

A new `cartCalculationScale` field has been added to the site setting. The field allows to control the number of decimal points in cart's calculatedPrice attributes.

## Updated endpoints

| Endpoint                                                                                                                                                                             | Description                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------- |
| [Creating a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#post-site-tenant-sites)                     | Added `cartCalculationScale` field to the request.   |
| [Fully updating a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#put-site-tenant-sites-sitecode)       | Added `cartCalculationScale` field to the request.   |
| [Partially updating a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#patch-site-tenant-sites-sitecode) | Added `cartCalculationScale` field to the request.   |
| [Retrieving a site](https://developer.emporix.io/api-references/api-guides/configuration/site-settings-service/api-reference/site-settings#get-site-tenant-sites-sitecode)           | Added `cartCalculationScale` field to the responses. |

## Known problems

There are no known problems.
