Transit - Receive transit time for a shipment lane.
POST
/transit/transitbyclientLast modified: 19 days ago
The TransitTime API endpoint provides estimated transit times between an origin and destination ZIP code, along with carrier-specific details.
Input Parameters:
Authentication:
UserName
,ClientCode
, andAuthenticationID
confirm user access.
Location Details:
OriginZip
: ZIP code for the shipment's origin.DestinationZip
: ZIP code for the shipment's destination.
Output Structure:
- ErrorMessage: If an error occurs, details are provided here.
- Detail:
- Carriers: An array of carrier-specific transit information, where each entry includes:
CarrierName
andCarrierCode
: The name and unique code for the carrier.ReleaseDate
: The date the transit data was released.- Transit Details:
TransitDays
: Estimated transit time in business days.CalendarDays
: Total time including weekends/holidays.PickupDate
andDeliveryDate
: Estimated pickup and delivery dates.
Status
: Any additional status information for the transit.
- Carriers: An array of carrier-specific transit information, where each entry includes:
This endpoint allows users to assess transit times across carriers, aiding in selecting options that align with delivery schedules.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured