Track Freight Shipment

Get the status of a freight shipment via the assigned PRO number.

SecurityFreightApiCode
Request
Request Body schema: application/json
transaction_id
required
string
scac
required
string

The NMFTA Standard Carrier Alpha Code is used to identify a freight carrier within the transportation industry.

auth
object

The carrier authorization information needed to fulfill this request.

pro_number
required
string
Responses
200

OK

400

Bad Request

429

Too Many Requests

500

Internal Server Error

520

External Server Error

post/track-freight-shipment
Request samples
application/json
{
  • "transaction_id": "string",
  • "scac": "string",
  • "auth": { },
  • "pro_number": "string"
}
Response samples
application/json
{
  • "transaction_id": "string",
  • "scac": "string",
  • "pro_number": "string",
  • "ship_from": {
    },
  • "ship_to": {
    },
  • "pickup": {
    },
  • "delivery": {
    },
  • "events": [
    ]
}