Get LTL Rates
{
ltl(from: [46.482526, 30.7233095],to: [31.2303904, 121.4737021],weight: 1,volume: 1,currency: USD,date: "2021-01-29") {
shipmentId
validTo
currency
transportationMode
landFreight {
price,
distance,
transitTime,
interpolation,
}
}
}
{
"data": {
"ltl": [
{
"shipmentId": "SR-107779",
"validTo": "2020-08-31",
"currency": "USD",
"transportationMode": "truck",
"landFreight": {
"price": 3148,
"distance": "9104.86 km",
"transitTime": "15 days",
"interpolation": true
}
}
]
}
}