Retrieve an estimate of the price(s), time, and distance for a delivery from a point A to a point B.

When queried with two pairs of coordinates, corresponding to the pick-up and drop-off points, this endpoint will respond with an estimate of how long it might take in seconds, the distance that the driver will have to travel in metres (the routes are optimised), and a price quotation for the delivery. See the below table for a description:

Response elementTypeDescription
timeintThis is our estimate of the time, in seconds, that a driver would take to navigate from the point of pickup to the point of dropoff.
distanceintEstimate of the distance, in metres (through an optimised route).
pricefloatThe charge, should you place the delivery. (The default currency is ZAR)
quoteslist[Quote]A list of of quotes that can be stored.

Each Quote item has the following structure:

PropertyTypeDescription
typestringThe WumDrop package/vehicle type that this quote is for.
price_estimatefloatThe charge, should you use this quote when you place the delivery. (The default currency is ZAR)
quote_idlongA reference to this quote. Use when placing a delivery.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!