Cargoson
Cargoson is an Estonian B2B cloud transport management software (TMS) platform for manufacturers and wholesalers. Its unified REST API lets shippers request freight rates, book shipments, generate labels, and track deliveries across 2,000+ carriers using one set of endpoints, authentication, and data formats. Cargoson is carrier-neutral; customers contract directly with their own carriers and upload their own freight rates.
APIs
Cargoson Shipments API
Create shipment queries or direct bookings via POST /queries, then retrieve labels and generate return labels for existing bookings. A query can be created without a carrier (fo...
Cargoson Price Requests & Quotes API
Retrieve live freight rate quotes across activated carriers via POST /freightPrices/list, comparing cost, speed, and service level before selecting a carrier. Prices are pulled ...
Cargoson Transports & Tracking API
Retrieve transport and tracking details for an existing shipment via GET /bookings/{reference} using the Cargoson booking reference.
Cargoson Carriers & Services API
List the carrier services available on your company account via GET /services/list. Returned service IDs can be used for direct booking through the Shipments API.
Cargoson Addresses API
Collection and delivery address details (country, postcode, address rows, city, company, contact name and phone) are supplied inline on query and pricing requests. A standalone ...
Cargoson Webhooks
Cargoson can deliver real-time event notifications (shipment status updates, booking confirmations, shipment changes) to a customer-configured endpoint URL, set up under Setting...