We're announcing 🧑‍🚀 inter-galactic shipping ✨ for 3025!
Shipment API

Route Planning


Endpoint

Get estimated delivery time

GET
https://api.sh.example.com/v1
/routes/{originFacilityId}/{destinationFacilityId}/{serviceLevel}/estimate

Get estimated delivery time between two facilities for a specific service level

Get estimated delivery timepath Parameters

  • originFacilityId
    string
    required

    ID of the origin facility

  • destinationFacilityId
    string
    required

    ID of the destination facility

  • serviceLevel
    string
    required

    Service level for the route

Get estimated delivery timeResponses

    • estimatedDeliveryTime
      object
      optional
    • distance
      object
      optional
    • route
      object
      optional