We're announcing 🧑🚀 inter-galactic shipping ✨ for 3025!
Search
Documentation
Shipments API
API Catalog
Shipment Management
Create a new shipment
post
Track a shipment
get
Cancel shipment
delete
Hold shipment
put
Update shipment priority
put
Get available service levels
get
Rates & Billing
Calculate shipping rates
post
Add insurance
post
International Shipping
Update customs documentation
put
Pay import duties
post
Documentation
Get shipping label
get
Get commercial invoice
get
Get commercial invoice (legacy)
get
Tracking & Notifications
Get shipment tracking events
get
Set up notifications
post
Schemas
List available schemas
get
Get schema details
get
Get facility capabilities
get
Organization Management
List all organizations
get
Create a new organization
post
Route Planning
Get estimated delivery time
get
Other endpoints
Health check
get
Get API version
get
Schemas
powered by Zudoku
Menu
Shipment API
Route Planning
Endpoint
https://api.sh.example.com/v1
https://api.staging.sh.example.com/v1
https://api.dev.sh.example.com/v1
API information
Get estimated delivery time
GET
https://api.sh.example.com/v1
/routes/{originFacilityId}/{destinationFacilityId}/{serviceLevel}/estimate
Get estimated delivery time ›
path Parameters
originFacilityId
string
·
required
Example:
LAX1
destinationFacilityId
string
·
required
Example:
JFK1
serviceLevel
string
·
enum
·
required
Enum values:
ECONOMY
STANDARD
EXPRESS
SAME_DAY
Get estimated delivery time ›
Responses
200
400
404
estimatedDeliveryTime
object
Show properties
distance
object
Show properties
route
object
Show properties
Organization Management
Other endpoints