Get LCL Rates
Enhance your shipping capabilities with our API and gain access to comprehensive LCL rates from a global network of carriers. Streamline your logistics operations and provide your customers with transparent and competitive LCL pricing, empowering them to make informed shipping decisions.
API endpoint
1https://www.searates.com/graphql_rates
xxxxxxxxxx
{
shipment: lcl(
from: [46.482526, 30.7233095]
to: [31.2303904, 121.4737021]
currency: USD
weight: 1500
volume: 20
) {
shipmentId
transportationMode
currency
cityFrom: city(mode: EXPORT) {
...cityFields
}
cityTo: city(mode: IMPORT) {
...cityFields
}
portFrom: port(mode: EXPORT) {
...portFields
}
portTo: port(mode: IMPORT) {
...portFields
}
oceanFreight {
...ratesFields
}
}
default {
services
}
}
fragment ratesFields on OceanFreight {
shippingLine
logo
price
distance
comment
originalPrice
originalCurrency
overdue
co2
transitTime
portFeesFrom: portFees(mode: EXPORT) {
...portFeesFields
}
portFeesTo: portFees(mode: IMPORT) {
...portFeesFields
}
truckFrom: truck(mode: EXPORT) {
price
distance
transitTime
originalPrice
originalCurrency
interpolation
}
truckTo: truck(mode: IMPORT) {
price
distance
originalPrice
originalCurrency
transitTime
interpolation
}
}
fragment cityFields on City {
id
name
code
countryCode
lat
lng
}
fragment portFields on Port {
id
name
code
countryCode
lat
lng
}
fragment portFeesFields on PortFees {
abbr
title
text
originalPrice
originalCurrency
price
perLot
}
1
{"Authorization": "Bearer {token}"}
x