2025-03-07: Order Service - calculated prices
Previous2025-03-17: Order Service - new endpoints to fetch orders for a legal entityNext2025-03-05: Order Service - legal entity information in the order model
Last updated
Was this helpful?
The Order Service has transitioned to using new calculated price attributes at both order and entry levels. The following changes have been implemented:
New mandatory attributes: calculatedPrice (order level), calculatedPrice and calculatedUnitPrice (entry level).
Previously used price attributes (totalPrice, unitPrice) are now marked as deprecated and optional.
Backward compatibility is maintained - the API will continue to work if deprecated price attributes are provided without the new calculated price attributes.
These changes streamline price handling while ensuring existing integrations continue to function without disruption.
Order level calculatedPrice marked as mandatory and totalPrice marked as optional.
Order entry level calculatedPrice marked as mandatory and totalPrice marked as optional.
Order entry level calculatedUnitPrice marked as mandatory and unitPrice marked as optional.
Order level calculatedPrice marked as mandatory and totalPrice marked as optional.
Order entry level calculatedPrice marked as mandatory and totalPrice marked as optional.
Order entry level calculatedUnitPrice marked as mandatory and unitPrice marked as optional.
There are no known problems.
Last updated
Was this helpful?

