<aside> 💡 what3words is automatically enabled for you as an Optiyol client. To get started with Optiyol, you can contact them here.
</aside>
Optiyol, a route optimisation software that optimises millions of deliveries for shippers and carriers, has integrated what3words. Optiyol is now able to get delivery and pickup addresses in what3words format thus more precisely, which will eliminate wasted time to drive around for the right locations. In short: More deliveries at a lower cost.
what3words for order locations can be given from API, Excel and application screens
what3words json fields in the API are FromLocationWhat3Words and ToLocationWhat3Words
"Orders": [
{
"OrderId": "K1-28788CS4376G96",
"ToLocationWhat3Words": "interval.evidence.majority",
"ToLocationId": "Dest034",
"ToLocationName": "Topkapi Palace Museum",
"LatestDeliveryTime": "13:00:00",
"EarliestDeliveryTime": "10:00:00",
"Weight": "1"
},
You can place what3words into Locations with the field What3Words, as well as Orders
"Locations": [
{
"LocationName": "Topkapi Palace Museum",
"LocationId": "Dest034",
"What3Words": "interval.evidence.majority",
"LocationAddress": "Cankurtaran, 34122 Fatih/İstanbul"
},
what3words column fields in the excel data template are FromLocationWhat3Words and ToLocationWhat3Words