🚜Heavy Equipment Transport — Excavators, Bulldozers, Cranes & More🚗Vehicle Shipping — Cars, Trucks, SUVs, Classic & Luxury AutosBoat & Watercraft Transport — Sailboats, Yachts, Jet Skis & More📦Freight & Pallet Shipping — LTL & FTL Solutions Across North America🏠Moving Services — Residential & Commercial Relocation Specialists🛋️Household Items — White-Glove Handling for Your Valuables🌊Overseas Shipping — RoRo, Container, Breakbulk & Air Freight✈️Air Freight — Time-Critical Cargo Delivered Worldwide🌍We Ship Worldwide — North America, Europe, Asia, Australia & Beyond📞Reach Us Anytime — 🇨🇦 +1 (416) 840-4958 · customercare@loadloom.com🔒Fully Insured Shipments — Your Cargo is Protected Every Mile📍Real-Time Tracking — Know Where Your Shipment Is At All Times🚜Heavy Equipment Transport — Excavators, Bulldozers, Cranes & More🚗Vehicle Shipping — Cars, Trucks, SUVs, Classic & Luxury AutosBoat & Watercraft Transport — Sailboats, Yachts, Jet Skis & More📦Freight & Pallet Shipping — LTL & FTL Solutions Across North America🏠Moving Services — Residential & Commercial Relocation Specialists🛋️Household Items — White-Glove Handling for Your Valuables🌊Overseas Shipping — RoRo, Container, Breakbulk & Air Freight✈️Air Freight — Time-Critical Cargo Delivered Worldwide🌍We Ship Worldwide — North America, Europe, Asia, Australia & Beyond📞Reach Us Anytime — 🇨🇦 +1 (416) 840-4958 · customercare@loadloom.com🔒Fully Insured Shipments — Your Cargo is Protected Every Mile📍Real-Time Tracking — Know Where Your Shipment Is At All Times

Integrations

Shipping API

Integrate instant freight quotes, automated booking, and real-time tracking into your website, app, or business system. Connect your customers with LoadLoom's 7,000+ carrier network — from anywhere, anytime.

POST /api/v1/quotes
curl -X POST https://api.loadloom.com/api/v1/quotes \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "pickup": "Houston, TX",
    "delivery": "Chicago, IL",
    "cargo": {
      "type": "heavy_equipment",
      "description": "CAT 320 Excavator",
      "weight_lbs": 42000,
      "length_ft": 32,
      "width_ft": 10,
      "height_ft": 11
    }
  }'

// Response
{
  "quote_id": "QL-2024-48291",
  "pricing": {
    "total": 3250.00,
    "currency": "USD",
    "base_rate": 2800.00,
    "fuel_surcharge": 350.00,
    "insurance": 100.00
  },
  "transit_days": 3,
  "valid_until": "2024-04-15T00:00:00Z",
  "booking_url": "https://loadloom.com/book/QL-2024-48291"
}

Everything You Need to Ship Programmatically

A complete shipping toolkit — quotes, bookings, tracking, and webhooks — accessible through a clean, well-documented RESTful API.

Instant Rate Calculation

Your customers get real-time, accurate shipping quotes embedded directly in your checkout flow or product pages. No redirects, no waiting — pricing appears in milliseconds.

🔄

Full Booking Lifecycle

From quote to delivery confirmation, manage the entire shipping lifecycle through our API. Create bookings, generate contracts, process payments, and receive delivery proof — all programmatically.

📍

Real-Time Tracking

Give your customers live shipment tracking with GPS coordinates, milestone updates, and estimated delivery windows. Push notifications via webhooks keep your systems synchronized.

📦

Multi-Cargo Support

One API covers all cargo types — heavy equipment, vehicles, boats, palletized freight, household goods, and oversized loads. Dynamic pricing adjusts based on equipment specs and route.

🧪

Sandbox Environment

Test every endpoint in our fully-functional sandbox with simulated quotes, bookings, and tracking data. Ship to production with confidence after validating your integration.

🔒

Enterprise-Grade Security

OAuth 2.0 authentication, TLS 1.3 encryption, rate limiting, and API key rotation. SOC 2 compliant infrastructure ensures your data and your customers' data stays secure.

Core API Endpoints

Clean, RESTful endpoints with JSON request/response format. Average response time under 200ms.

POST/api/v1/quotes

Generate an instant shipping quote with pickup/delivery locations, cargo dimensions, weight, and equipment type. Returns itemized pricing with multiple shipping mode options.

POST/api/v1/bookings

Convert a quote into a confirmed booking. Triggers carrier dispatch, generates contracts, and returns a tracking number for real-time shipment monitoring.

GET/api/v1/tracking/{id}

Retrieve real-time shipment status, GPS location, estimated delivery time, and milestone history for any active or completed shipment.

GET/api/v1/rates/estimate

Lightweight rate estimation endpoint for displaying ballpark pricing on product pages. Returns min/max price range without requiring full cargo details.

POST/api/v1/webhooks

Register webhook URLs to receive real-time push notifications for shipment status changes, delivery confirmations, and invoice events.

GET/api/v1/carriers/availability

Check real-time carrier availability on specific lanes. Returns carrier count, average transit time, and estimated pricing for a given origin-destination pair.

Built for Any Integration

From e-commerce checkouts to enterprise ERPs — our API powers shipping for businesses of every size.

E-Commerce Platforms

Embed shipping quotes directly in your product pages and checkout flow. Customers see accurate delivery costs before they buy — reducing cart abandonment and increasing conversions. Perfect for dealerships, equipment marketplaces, and online retailers selling oversized goods.

ERP & TMS Integration

Connect LoadLoom's pricing and booking directly into your SAP, Oracle, NetSuite, or custom TMS. Automate shipment creation when orders are placed, sync tracking data back into your system, and eliminate manual data entry across platforms.

Marketplace & Auction Sites

Equipment auction platforms and vehicle marketplaces can offer buyers instant shipping quotes at the point of sale. Winning bidders see delivery costs immediately, and sellers can offer door-to-door shipping as a value-added service.

Mobile Applications

Build shipping functionality into your iOS or Android app. Fleet managers can request quotes, book transport, and track shipments from the field. Our API is mobile-optimized with lightweight response payloads and offline-friendly design.

Connect Your Business to North America's Largest Shipping Network

LoadLoom's Shipping API is the fastest way to add freight quoting, booking, and tracking capabilities to your business. Whether you run an equipment marketplace, manage a fleet of heavy machinery, or operate an e-commerce store selling oversized goods, our API gives your customers the ability to get instant shipping quotes and book transport — without ever leaving your platform.

Traditional freight quoting is slow and manual. A customer wants to know how much it costs to ship an excavator from Houston to Chicago — they fill out a form, wait for an email, maybe get a callback the next business day. By then, they've already found another solution. With LoadLoom's API, that same quote is generated in under 200 milliseconds and displayed right in your checkout flow.

Our API supports every cargo type in our network: heavy equipment (excavators, bulldozers, cranes, loaders), vehicles (cars, trucks, SUVs, motorcycles), boats and watercraft, palletized freight (LTL and FTL), household goods and moving services, and oversized/overweight loads requiring special permits. A single integration covers all of these categories with intelligent pricing that factors in equipment dimensions, weight, route distance, fuel costs, and real-time carrier availability.

Developer-Friendly by Design

Our API follows RESTful conventions with JSON request and response bodies, standard HTTP status codes, and comprehensive error messages. We provide client libraries for JavaScript/Node.js, Python, PHP, Ruby, and C#/.NET. Every endpoint is documented with request examples, response schemas, and edge case handling.

Getting started takes minutes, not weeks. Sign up for an API key, test in our sandbox environment with simulated data, validate your integration, and go live. Our developer support team is available via email and Slack for technical questions and integration architecture guidance.

Pricing

API access is available on flexible plans — from startups processing a few quotes per month to enterprise customers generating thousands of bookings daily. Volume-based pricing means the more you ship, the less you pay per transaction. Contact our sales team for a custom quote tailored to your business volume.

Start Building with LoadLoom's API Today

Get your API key, test in our sandbox, and start delivering instant shipping quotes to your customers in hours — not weeks.