If your orders live in a POS, online store, or ordering platform, you can now use Routific’s API to run the whole delivery day without needing to log into the web-based dispatcher app to schedule, dispatch, or close out stops.
Actions now available via the API include:
- Order management:
- Creation: push orders from your POS or order system as they arrive, with addresses, time windows, load, and any custom data you need to add.
- Cancellations: when a customer cancels, delete the order — singly or in bulk, even if already scheduled to a route. Route timing recalculates automatically.
- Completion: mark orders delivered or missed from your own app or POS, so drivers using a custom app never have to open Routific. Customer notifications, ETAs, and webhooks all fire exactly as they would from a driver in the Routific app.
- Route optimization: Schedule all orders for a particular date, or assign specific orders to specific routes. This is the same functionality behind the “Schedule all” button in the web app.
- Publish to drivers: send the finished plan to the mobile app when your systems are ready.
Subscribe to these webhooks to have route and order changes pushed to you:
- route.published
- route.etas_updated
- order.status_updated
Get the full details in the API documentation.