Cargo pickup and delivery at several points
When to use
When a single order requires visiting several warehouses, or delivering different cargo to several points within one order. Or a combination of both cases.
How to implement
Within one order, set the type PICKUP for the pickup points and the action type DROP for the drop points, with different fulfilment options (possible_events).
Example 1
The order is collected from three warehouses and delivered to a single point.
Example 2
The order is picked up at the warehouse and delivered to three client points within the order.