# 2026-03-23: Emporix SDK cartItem type replacement

## Overview

A new version `1.2.1` of the Emporix SDK has been released, introducing the following change:

* The `type` field has been removed from the `UpdateCartItem` DTO and replaced with `itemType`.

## Updated DTO

| DTO                 | Description                                                                           |
| ------------------- | ------------------------------------------------------------------------------------- |
| UpdateCartItem.java | The `type` field has been removed and replaced with `itemType` to align with the API. |

## Known Issues

If your code previously relied on the `type` field, it will no longer compile. Note, however, that this field was ignored by the Emporix API in earlier versions.
