Incremental Order Item Creation and Update
For convenience there is the possibility to incrementally create, update and delete order items separately from full transport order updates.
The items are matched based in order of precedence by number, material_number and index. If none of these matches an existing item, a new item is created. If one of these matches an existing item, the other values are updated if present. For an update operation parameters and quantities may be added, overwritten and deleted for an item by either sending them or leaving them out (which means if an existing parameter is not sent in the update operation it will be removed from the item). The same applies for quantities.
For each order several order item updates may be sent in one request.
Resources
Description | Documentation | OpenApi |
---|---|---|
Incremental order item update | POST /v2/order_item_updates |
Â