# 2026-02-12: Emporix SDK - restrictions support

## Overview

A new `1.1.1` version of the Emporix SDK has been released with the following changes:

* support for the `restrictions`
* fixes to the `deliveryWindowValidations` client path

## Updated types

| Type                               | Description                                  |
| ---------------------------------- | -------------------------------------------- |
| CartResponse                       | Property `restriction` has been introduced.  |
| CreateCart                         | Property `restriction` has been introduced.  |
| UpdateCart                         | Property `restriction` has been introduced.  |
| OrderCommon                        | Property `restriction` has been introduced.  |
| OrderPartialUpdateRequest          | Property `restriction` has been introduced.  |
| CustomerCommon                     | Property `restriction` has been introduced.  |
| CommonCustomerPartialUpdateRequest | Property `restriction` has been introduced.  |
| LegalEntityCommonDto               | Property `restrictions` has been introduced. |

## Known problems

All args constructors require the new parameters. Use the builders to avoid breaking changes in the future.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/2026/2026-02-12-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
