Technical API Reference for the LTL Connect product's rates redirect, Bill of Lading, and reports endpoints. To obtain an API key, visit uShip API Key Generation.

Server
https://www.uship.com
https://www.ushipsandbox.com
Server Variables

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

Retrieve Bill of Lading

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

Auth
Path Params
idstring

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

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

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

Query String
startDateTimestring

Report start date in IS0-8601 format

endDateTimestring

Report end date in IS0-8601 format

GET /integrator/report
Copy
Responses
200

200 response

400

Bad Request

401

Unauthorized

403

Forbidden