Create/update orders:
- The
erpCustomerId
field is now not required to create an order. If theerpCustomerId
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 theOrderLineInfo
model corresponding to theProcess
field on order lines on Onix Work. - Affected endpoints:
POST /v1/order-lines
- Read more here.