Delivery — In-house & Geo-zones

How are incoming orders automatically distributed to the covering zone?

When an order is ready for delivery, the system matches its delivery address to the zone whose polygon covers it (using the bounding box for a fast first pass, then the polygon for precision) and automatically distributes the order to that zone's drivers. So an order doesn't sit waiting for someone to manually decide who delivers it — it's routed to the correct geographic zone the…

When an order is ready for delivery, the system matches its delivery address to the zone whose polygon covers it (using the bounding box for a fast first pass, then the polygon for precision) and automatically distributes the order to that zone's drivers. So an order doesn't sit waiting for someone to manually decide who delivers it — it's routed to the correct geographic zone the moment it's ready. Orders whose address falls outside every zone are handled by the external-company path instead.