2025-05-26: Order Service - adding entries to an order
PreviousCurrent work in progressNext2025-05-26: Cart Service - adding items as separate lines to a cart
Last updated
Was this helpful?
Last updated
Was this helpful?
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 the entryId
attribute.
There are no known problems.