J.B. Hunt Transport Services website screenshot

J.B. Hunt Transport Services

J.B. Hunt Transport Services, Inc. is one of the largest transportation and logistics companies in North America, providing trucking, intermodal, and contract services. J.B. Hunt offers the J.B. Hunt 360 Connect API portal for shippers and partners to programmatically access quotes, order management, shipment tracking, document management, and scheduling for full-truckload (FTL) and less-than-truckload (LTL) operations.

1 APIs 0 Features
FreightIntermodalLogisticsShippingSupply ChainTransportationTruckingFortune 500

APIs

J.B. Hunt 360 Connect API

The J.B. Hunt 360 Connect API provides programmatic access to quoting, order management, shipment tracking, document management, and scheduling on the J.B. Hunt 360 logistics pl...

Collections

Pricing Plans

Rate Limits

FinOps

Press

Google and JBHT Announce Strategic Alliance

2026-05-25

J.B. Hunt Transport Services Inc. Case Study

2026-05-25

Press Releases

2026-05-25

Google and J.B. Hunt Announce Strategic Alliance to ...

2026-05-25

J.B. Hunt Teams up with Google for Next-Generation ...

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🌐
DeveloperPortal
DeveloperPortal
🔗
Website
Website
🔗
Connectivity
Connectivity
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: J.B. Hunt 360 Connect API
  version: 1.0.0
items:
- info:
    name: Quotes
    type: folder
  items:
  - info:
      name: Request Quote
      type: http
    http:
      method: POST
      url: https://api.jbhunt.com/quotes
      body:
        type: json
        data: '{}'
    docs: Request an on-demand quote for full-truckload or LTL shipment at current market or contractual rates.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: Search Orders
      type: http
    http:
      method: GET
      url: https://api.jbhunt.com/orders
      params:
      - name: status
        value: ''
        type: query
      - name: fromDate
        value: ''
        type: query
      - name: toDate
        value: ''
        type: query
    docs: Search and retrieve orders on the J.B. Hunt 360 platform.
  - info:
      name: Create Order
      type: http
    http:
      method: POST
      url: https://api.jbhunt.com/orders
      body:
        type: json
        data: '{}'
    docs: Create a new transportation order on the J.B. Hunt 360 platform.
  - info:
      name: Get Order Details
      type: http
    http:
      method: GET
      url: https://api.jbhunt.com/orders/:orderId
      params:
      - name: orderId
        value: ''
        type: path
    docs: Retrieve details for a specific order.
- info:
    name: Tracking
    type: folder
  items:
  - info:
      name: Track Shipment
      type: http
    http:
      method: GET
      url: https://api.jbhunt.com/tracking/:shipmentId
      params:
      - name: shipmentId
        value: ''
        type: path
    docs: Get near real-time tracking information for a freight shipment.
- info:
    name: Documents
    type: folder
  items:
  - info:
      name: Get Documents
      type: http
    http:
      method: GET
      url: https://api.jbhunt.com/documents
      params:
      - name: shipmentId
        value: ''
        type: query
    docs: Retrieve documents related to a J.B. Hunt shipment.
  - info:
      name: Upload Document
      type: http
    http:
      method: POST
      url: https://api.jbhunt.com/documents
      body:
        type: multipart-form
        data:
        - name: shipmentId
          type: text
          value: ''
        - name: documentType
          type: text
          value: ''
        - name: file
          type: text
          value: ''
    docs: Upload a document related to a J.B. Hunt shipment, such as a bill of lading or proof of delivery.
- info:
    name: Scheduling
    type: folder
  items:
  - info:
      name: Create Appointment
      type: http
    http:
      method: POST
      url: https://api.jbhunt.com/appointments
      body:
        type: json
        data: '{}'
    docs: Set a pickup or delivery appointment for a shipment.
bundled: true