Retrieving Order Mileage

For point-to-point orders in Rose Rocket, mileage is captured in a field called "Billable Miles". This field can be seen in the Order Details page on the Rose Rocket application.

To retrieve this value via the API, get the order by its ID using this endpoint: https://roserocket.readme.io/reference/get-order

The response includes a billable_miles field containing the order mileage.

On the Rose Rocket application, you can estimate the number of miles using Google. There is currently no support for this feature via the API. If you'd like to retrieve mileage estimated from Google, use the "Estimate with Google" feature in Rose Rocket first, then the mileage can be retrieved via the endpoint above.