Home
Echo Global Logistics
Create Ltl Shipment
Create Ltl Shipment
Example request for creating a Less Than Truckload (LTL) shipment via the EchoSync Partner-Connect API
Freight Logistics Shipping LTL Truckload Freight Brokerage Transportation Supply Chain
Create Ltl Shipment is an example object payload from Echo Global Logistics, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
example description request response
Example Payload
{
"example": "Create LTL Shipment",
"description": "Example request for creating a Less Than Truckload (LTL) shipment via the EchoSync Partner-Connect API",
"request": {
"method": "POST",
"url": "https://restapi.echo.com/v2/shipments/LTL",
"headers": {
"Authorization": "Basic {base64(username:apikey)}",
"Content-Type": "application/json"
},
"body": {
"origin": {
"companyName": "ABC Manufacturing",
"address1": "123 Industrial Blvd",
"city": "Chicago",
"stateOrProvince": "IL",
"postalCode": "60601",
"country": "US",
"locationType": "BUSINESS",
"contact": {
"name": "John Smith",
"phone": "312-555-0100",
"email": "jsmith@abcmfg.com"
}
},
"destination": {
"companyName": "XYZ Distribution",
"address1": "456 Commerce Way",
"city": "Dallas",
"stateOrProvince": "TX",
"postalCode": "75201",
"country": "US",
"locationType": "BUSINESS",
"contact": {
"name": "Jane Doe",
"phone": "214-555-0200",
"email": "jdoe@xyzdist.com"
}
},
"pickupDate": "2026-06-20",
"mode": "LTL",
"commodities": [
{
"description": "Auto Parts",
"pieces": 4,
"packageType": "PLT",
"weight": 1200,
"weightUnit": "LB",
"length": 48,
"width": 40,
"height": 48,
"freightClass": "70",
"isHazmat": false
}
],
"referenceNumbers": [
{
"type": "purchase_order",
"value": "PO-2026-00123"
}
]
}
},
"response": {
"status": 200,
"body": {
"shipmentId": "ECHO-7891234",
"proNumber": "PRO-56789",
"status": "BOOKED",
"pickupDate": "2026-06-20",
"estimatedDeliveryDate": "2026-06-23"
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/create-ltl-shipment"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.