# 2025-11-14: Price Service - legal entity support added

## Overview

Price lists can now be assigned to specific legal entities. When a price list is assigned to a legal entity, it automatically applies to all its subsidiaries as well.

New field `legalEntityId` has been added to:

* Price list – to assign price lists to specific legal entities
* Price match – to include price lists resctricted to legal entity during price matching

## Modified endpoints

| Endpoint                                                                                                                                                                            | Description                                             |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [Matching a product price](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/price-matching#post-price-tenant-prices-match)       | New attribute `legalEntityId` added to request payload. |
| [Creating a new price list](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/price-lists#post-price-tenant-price-lists)          | New attribute `legalEntityId` added to request payload. |
| [Upserting a price list](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/price-lists#put-price-tenant-price-lists-pricelistid)  | New attribute `legalEntityId` added to request payload. |
| [Retrieving all price lists](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/price-lists#get-price-tenant-price-lists)          | New attribute `legalEntityId` added to response.        |
| [Retrieving a price list](https://developer.emporix.io/api-references/api-guides/prices-and-taxes/price-service/api-reference/price-lists#get-price-tenant-price-lists-pricelistid) | New attribute `legalEntityId` added to response.        |

## Known problems

There are no known problems.


---

# 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/archive/changelog-2025/2025-11-14-price.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.
