Augustus 18, 2021
Support for Shopify, WooCommerce and Bol.com order excel files
Our customers use lots of different e-commerce platforms. All of those platforms have an option to download the orders as an excel file. But every excel file is different and our platform expects the excel file to be in a specific format. This means that you have to download the orders excel file from your platform, change the structure so that it’s processable for Routetitan and then upload it to a Routetitan project. This usually takes a few minutes every time but we want to help our customers speed up that process.
We can’t add support for all e-commerce platforms in a single release but we’ve picked the three most requested e-commerce platforms (Shopify, WooCommerce and Bol.com) and added support for their standard order excel file structure. You can now upload the downloaded standard excel file to a Routetitan project without changing the file structure. This will help you plan your routes even faster.
Feel free to reach out to us at support@routetitan.com and let us know about the e-commerce platform you use and want us to support in the future.
Route start webhook event
Webhooks are important to our customers and their developers. Important actions take place when a webhook event is received. For example when receiving the webhook stop completed the recipient can be notified that their shipment has been delivered successfully.
A much requested webhook event is “Route start”. The name describes the event clearly, the webhook event is fired as soon as the driver actually starts the route via the Driver App. You can use this webhook to send a notification to the recipient about the estimated ETA. Or do something else, depending on your organization's needs and the promise to the recipient.
Fixes and improvements
Improved the fit to zoom functionality of the map to zoom in closer to the relevant sections of the map
Improved search for drivers inside a project
Added the ability to do a GET /projects?project_date={DD-MM-YYYY}
in order to search for projects based on date (REST API)
Added the ability to do a GET /projects?name={string}
in order to search for projects based on the project name (REST API)
Allow the ability to do a GET /projects/{project_id}/stops/{stop_id}
request to get only the stop information (REST API)
Improved search functionality for driver tags
Improved search functionality for vehicle tags
Updated the stops excel file example template
Updated the driver excel file example template
Update the vehicle excel file example template
Implement new vehicle and driver tags component inside stop details screen
Remove ETA for unscheduled stops inside downloaded the project solution excel file
Sort vehicle and driver tags alphabetically
Fixed a bug that sometimes resulted in not showing the “You have unsaved changes” dialog
Fixed an issue that caused a crash when you duplicate an already duplicated project
Fixed a bug where manually refreshing the route resulted in the page not refreshing (Driver App)