Get LTL Rates
Streamline your less-than-truckload shipping operations with our API. Access a wide range of LTL rates from reputable carriers, enabling your customers to obtain accurate pricing, optimize their shipping costs, and efficiently manage their LTL shipments. Enhance your logistics offerings and deliver exceptional value to your clients.
API endpoint
1https://www.searates.com/graphql_rates
xxxxxxxxxx
{
shipment: ltl(
from: [46.482526, 30.7233095]
to: [31.2303904, 121.4737021]
weight: 2000
volume: 1
currency: USD
date: "2021-01-29"
) {
shipmentId
validTo
currency
transportationMode
landFreight {
price
distance
transitTime
originalPrice
originalCurrency
interpolation
co2
overdue
}
}
}
1
{"Authorization": "Bearer {token}"}
x
{
"error": {
"message": "Incorrect Token"
}
}