Skip to content Skip to main navigation Skip to footer

Split an Order into Multiple Shipments or Combine Orders into a Single Shipment

Use Case: We sometimes need to split Orders into multiple shipments or combine Orders into a single shipment.

Solution: Users can split Orders into multiple shipments out of the box since you can relate your Order object to the Shipment object and you can have multiple Shipments on one Order. As for combining Orders, you could probably do that if you have a parent object on your Order record. If not you could create a junction object between your Order object and the Shipment object to relate the one Shipment record to multiple orders.