Get real-time rates for your land shipments.
Register and manage your cargo orders easily.
Perform multiple quotations efficiently.
Get valuable insights through advanced data analysis.
Track the status and location of your shipments in real time.
Access and manage all documentation related to your shipments.
10* | Rates per month* |
Orders | |
Rate cashback | |
Tracking | |
Documentation |
*onwards, price per extra rate
€0.5 / extra rate
200* | Rates per month* |
Orders | |
Rate cashback | |
Tracking | |
Documentation |
*onwards, price per extra rate
€0.15 / extra rate
500* | Rates per month* |
Orders | |
Rate cashback | |
Tracking | |
Documentation |
*onwards, price per extra rate
€0.10 / extra rate
POST /rates
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"id": "R123456",
"rateNumber": 1,
"createdAt": "2024-10-08T10:30:00Z",
"pickupCountry": "Spain",
"pickupPostalCode": "28001",
"pickupTown": "Madrid",
"deliveryCountry": "Spain",
"deliveryPostalCode": "08001",
"deliveryTown": "Barcelona",
"shipmentType": "standard",
"price": 150.75,
"expressVehicleType": "van",
"transitTime": "24h",
"departures": [
"2024-10-09T08:00:00Z"
],
"bulletPoints": [
"24-hour delivery",
"Real-time tracking",
"National coverage"
],
"adr": false,
"nonTransferable": false,
"lateralLoad": false,
"pickupTailLift": true,
"deliveryTailLift": true,
"loads": [
{
"units": 5,
"length": 105,
"width": 105,
"height": 90,
"weight": 1900,
"isRemontable": true
}
],
"rateType": "rate_by_loads",
"linealMeters": 2.5,
"linealTotalWeight": 1200
}