# 2025-05-26: Order Service - adding entries to an order

## Overview

When adding entries to an order, the payload now includes a new attribute called `entryId`. The `productId` attribute should only be provided when adding a completely new product to the order. This enhancement allows for more precise control over order modifications.

## Added endpoints

| Endpoint                                                                                                                                                                               | Description                    |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
| [Adding entries to an order](https://developer.emporix.io/api-references/api-guides/orders/order/api-reference/orders-tenant-managed#post-order-v2-tenant-salesorders-orderid-entries) | Added the `entryId` attribute. |

## Known problems

There are no known problems.
