Old Dominion Freight Line website screenshot

Old Dominion Freight Line

Old Dominion Freight Line is a leading less-than-truckload (LTL) motor carrier providing regional, inter-regional, and national freight services in the United States. ODFL offers a suite of REST web services for shippers and partners to integrate freight booking, pickup, tracking, document retrieval, and electronic bill of lading capabilities directly into their systems.

4 APIs 0 Features
FreightLess-Than-TruckloadLogisticsShippingTransportationFortune 1000

APIs

ODFL Bill of Lading API

Submits electronic bills of lading to the Old Dominion Freight Line billing system, generating shipping labels and BOL documents. Used by shippers to programmatically create fre...

ODFL Pickup API

Processes electronic pickup requests for one or more shipments. Returns pickup numbers and PPIDs that shippers use to confirm and track pickup requests with Old Dominion Freight...

ODFL Tracking API

Provides shipment status information for ODFL freight movements. Used to integrate real-time and historical freight tracking data into shipper and partner systems.

ODFL Document API

Retrieves PDF documents associated with shipments, including bills of lading and delivery receipts, by PRO number. Used to programmatically pull shipment documentation from Old ...

Collections

Pricing Plans

Rate Limits

FinOps

Press

ODFL Old Dominion Freight Line, Inc. Stock Price & Overview

2026-05-25

How Data Analytics is Shaping the Future of Freight Shipping

2026-05-25

10-K - Old Dominion Freight Line - ODFL

2026-05-25

Supply Chain Intelligence Brief

2026-05-25

Old Dominion Freight Line Meets Growing Demand in Six ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Developer
Developer
💬
Support
Support
🔧
Tools
Tools

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: ODFL Tracking API
  version: '2.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Tracking
    type: folder
  items:
  - info:
      name: Get shipment tracking by PRO number
      type: http
    http:
      method: GET
      url: https://www.odfl.com/wsTracking/v2/tracking/:proNumber
      params:
      - name: proNumber
        value: ''
        type: path
        description: ODFL PRO number identifying the shipment.
    docs: Returns current status and history of tracking events for a given ODFL PRO number.
bundled: true