- What decides whether an order goes to my own driver or a carrier?
- Allocation rules you write. Each rule reads the order's destination zone, weight, declared value, payment type and the time of day it was placed, then sends it to your own fleet or to a named carrier. Rules are checked in the order you arrange them, and the first one that matches decides.
- What happens when a carrier refuses a booking?
- The shipment moves to the next carrier on the fallback list attached to the rule, and keeps moving until a booking is accepted. If the list runs out, the shipment lands in an exception queue for a dispatcher instead of failing quietly. Every refusal is recorded on the shipment with the carrier and the reason.
- Can I test the rules before they go live?
- Yes. A dry run replays your past shipments through a draft rule set and lists where each one would have been assigned, where that differs from what actually happened, and which shipments no rule matched. Nothing is booked and no carrier is contacted during a dry run.
- Can a dispatcher still assign an order by hand?
- Yes. Any order can be taken out of its assignment and placed by hand, and the shipment records who moved it, when, and where it went. The rules carry the volume, so dispatchers spend their time on the orders that need judgement rather than on all of them.
- Can COD orders route differently from prepaid ones?
- Yes. Payment type is a condition in the rules, so a cash on delivery order can stay with your own drivers, where the cash enters your driver ledger the moment it is collected, while prepaid orders go to a carrier. The split is yours to set, rule by rule.