For two shipments with incompatible types with the
NOT_IN_SAME_VEHICLE_SIMULTANEOUSLY incompatibility mode:
If both are pickups only (no deliveries) or deliveries only (no
pickups), they cannot share the same vehicle at all.
If one of the shipments has a delivery and the other a pickup, the two
shipments can share the same vehicle iff the former shipment is
delivered before the latter is picked up.
NotPerformedBySameVehicle
In this mode, two shipments with incompatible types can never share the
same vehicle.
Unspecified
Unspecified incompatibility mode. This value should never be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eShipmentTypeIncompatibility.Types.IncompatibilityMode\u003c/code\u003e is 2.6.0, with previous versions ranging from 2.5.0 down to 1.0.0-beta01 available.\u003c/p\u003e\n"],["\u003cp\u003eThis enum defines how incompatible shipments are restricted on the same route and can have three modes, \u003ccode\u003eNotInSameVehicleSimultaneously\u003c/code\u003e, \u003ccode\u003eNotPerformedBySameVehicle\u003c/code\u003e, and \u003ccode\u003eUnspecified\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNotInSameVehicleSimultaneously\u003c/code\u003e mode prevents certain shipments from sharing the same vehicle, with exceptions for pickup and delivery combinations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNotPerformedBySameVehicle\u003c/code\u003e mode strictly prohibits two incompatible shipments from ever being on the same vehicle.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnspecified\u003c/code\u003e mode is the default incompatibility mode, and is not meant to be actively used.\u003c/p\u003e\n"]]],[],null,[]]