TrackingList - Get a list of shipment tracking information
POST
/shipmenttracking/shipmentstatuslistLast modified: 12 days ago
The Shipment Tracking List API endpoint provides a list of LTL (Less-Than-Truckload) shipments for a specified date range.
Input Parameters:
Authentication:
userName
,clientCode
, andAuthenticationID
are required to verify user access.
Shipment Filters:
carrierCode
: Specifies the carrier whose shipments are to be tracked.startDate
andendDate
: Define the date range for retrieving shipment tracking details (in ISO 8601 format).
Output Structure:
- ErrorMessage: Provides details if any errors occur during the request.
- Details: An array where each item contains tracking information for a shipment, including:
Shipment Identifiers:
Pro
(Pro number),BlNumber
(Bill of Lading number), andReferenceNumber
.Scac
(carrier’s SCAC code) andCarrier
name.
Shipper and Consignee Details:
- Shipper (
ShipperCode
,ShipperName
,ShipperCity
,ShipperState
) and Consignee (ConsigneeCode
,ConsigneeName
,ConsigneeCity
,ConsigneeState
).
- Shipper (
Location and Billing:
LocationCity
andLocationState
for shipment status location.BillToCode
indicates the billing party.
Tracking Status:
TransactionDate
,StatusDate
,StatusTime
,StatusTimeCode
, andStatusMessage
provide the latest shipment status and timestamp.AppointmentMessage
for any special appointment details.
This endpoint enables users to track multiple shipments within a given date range, offering real-time updates on status, locations, and appointments for each shipment.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
No schema defined
Example
Not configured