# 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.
