v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Tracking Requests

Infer Tracking Number

Predict the carrier SCAC (VOCC) and number type from a tracking number. Provide a container number, bill of lading number, or booking number and receive the predicted carrier with confidence and a decision value. Use this to auto-populate carrier fields before creating a tracking request.

post/tracking_requests/infer_number

Request body

numberstring required

The tracking number to analyze (container number, bill of lading, or booking number)

Example request

{
  "number": "WHLU1234560"
}

Response

Successfully inferred number type and shipping line

Example response

{
  "data": {
    "id": "req_123e4567-e89b-12d3-a456-426614174000",
    "type": "infer_number_results"
  }
}