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
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"
}
}