Create/update orders:
- The
erpCustomerIdfield is now not required to create an order. If theerpCustomerIddoes 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
processon theOrderLineInfomodel corresponding to theProcessfield on order lines on Onix Work. - Affected endpoints:
POST /v1/order-lines - Read more here.