API reference for LTL Connect, enabling integrators to redirect users to uShip rates, retrieve Bill of Lading documents, and access shipment reports.


Getting Started

Base URLs

Environment URL Description
Sandbox https://www.ushipsandbox.com Test environment for development
Production https://www.uship.com Live production environment

Note: LTL Connect uses web-based URLs (www subdomain) unlike other uShip APIs.


Authentication

All API requests require Bearer token authentication.

Obtaining Your API Key

  1. Navigate to API Key Generation Page
  2. Generate your API key (specify sandbox or production)
  3. Include in all requests:
Authorization: Bearer <your_api_key>

Integration Guides

Guide Description
Sandbox Testing Guide Comprehensive sandbox testing documentation
uShip DeveloperHub Integration guides and tutorials

Support

For questions or assistance, contact: apisupport@uship.com

Server
https://www.uship.com

Production

https://www.ushipsandbox.com

Sandbox (Testing)

Server Variables

Self-serve Bearer token provided to you at https://www.uship.com/api-key-generation

Rates Redirect

Generate redirect links to uShip's rate comparison page with pre-filled shipment details.

Reports

Access shipment reports for booked and cancelled listings within a date range.

View data for all booked/cancelled listings for a given date range

Allows integrator to retrieve data on shipments booked, including bolID

Auth
Headers
x-uship-affiliate-idstring

Required. Your uShip Affiliate ID provided by uShip. Ensures all P44 customizations are preserved.

Query String
startDateTimestring

Required. Report start date in IS0-8601 format

endDateTimestring

Required. Report end date in IS0-8601 format

GET /integrator/report
Copy
Responses
200

200 response

400

Bad Request

401

Unauthorized

403

Forbidden

Bill Of Lading

Retrieve Bill of Lading documents for booked shipments.

Retrieve Bill of Lading

Allows integrator to retrieve Bill of Lading for shipments by listing ID (visible in /reports response)

Auth
Path Params
idstring

Required. uship id for the listing

POST /integrator/bols/{id}
Copy
Responses
302

Found

Headers
locationstring

Location of secure BOL GET

401

Unauthorized

403

Forbidden

404

Not Found

Response
Copy