Skip to main content

What are order routing strategies?

Routing strategies determine how warehouses are selected for order allocation. They are executed in order until a successful allocation is found.

Strategy Components

CodeNameDescription
SSSingle ShippingPrefers warehouses that can ship the complete order
SDShortest DistancePrioritizes warehouses closest to shipping address
BPBuilding PreferenceUses warehouse priority rankings

Default Strategy

SS:SD:BP - Try single shipping first, then shortest distance, then building preference

Strategy Examples

SS:SD:BP (Default)

  1. Find warehouse that can ship entire order
  2. If none found, use closest warehouse(s)
  3. If still none, use highest priority warehouse(s)

SD:BP:SS

  1. Start with closest warehouse
  2. If insufficient inventory, try next closest
  3. Consider warehouse priorities
  4. Allow split shipments if needed

BP:SS:SD

  1. Start with highest priority warehouse
  2. Try to ship complete order
  3. Use distance as final tiebreaker