# 2025-03-17: Order Service - new endpoints to fetch orders for a legal entity

## Overview

New endpoints have been introduced to retrieve orders for a legal entity. These endpoints allow fetching multiple orders or a specific order associated with a legal entity. The response structure remains identical to the existing order retrieval endpoints for tenants and customer-managed orders.

## New endpoints

| Endpoint                                                                                                                                                                                                 | Description                                                                                                                    |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| [Retrieving legal entity orders](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-customer-managed#get-order-v2-tenant-legal-entity-orders-legalentityid)        | Retrieves a list of orders related to a particular legal entity for a customer. To be used by B2B customers on the storefront. |
| [Retrieving legal entity order](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-customer-managed#get-order-v2-tenant-legal-entity-orders-legalentityid-orderid) | Retrieves an order related to a particular legal entity for a customer. To be used by B2B customers on the storefront.         |

## Known problems

There are no known problems.
