Version 1.10.2.0 - Release date: 05.07.2024

Create/update orders:

  • The erpCustomerId field is now not required to create an order. If the erpCustomerId does not exist, the order can still be created with an empty customer, which can be changed later on Onix Work.
  • Affected endpoints:
    POST /v1/orders
  • Read more here.

Create/update order lines:

  • Add a new field process on the OrderLineInfo model corresponding to the Process field on order lines on Onix Work.
  • Affected endpoints:
    POST /v1/order-lines
  • Read more here.