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 · enum · required

    Service level for the route

    Enum values:
    ECONOMY
    STANDARD
    EXPRESS
    SAME_DAY

Get estimated delivery timeResponses

    • estimatedDeliveryTime
      object
    • distance
      object
    • route
      object