Item bundles
It is possible to bundle items. By doing this you ensure that those bundles items are not split when the DOMS would normally performing an ordersplit affecting those items.
This can be done by our custom-service concept (see: here). Adding items to a customservice and defining it as "bundled" within the order is all you have to do. The line items you want to bundle have to be a part of the orderLineItems within the order.
To define a bundle, you need to add all the information there is with usual bundles and a customServices list containing the information.
How bundles items are "viewed" while routing
Orderlines that are connected via a “non-splittable” customService within an order will be interpreted as 1 item an thus never be split in the routing decision.
Last updated