Endpoints relating to Tracking objects. The Tracking endpoints need special permission to access. Please contact your Flexport Sales representative if you are interested in using these endpoints.
For customers enrolled in the visibility service, this endpoint can be used to track a shipment when Flexport is not the freight forwarder.
{- "master_bill_of_lading_number": "ONEYHKGA81416701",
- "house_bill_of_lading_number": "MASA1234567",
- "scac_code": "ONEYHKGA",
- "container_numbers": [
- "SEGU9316914",
- "FCIU2109480"
], - "cargo_ready_date": "2020-11-19",
- "target_delivery_date": "2020-11-30",
- "planned_delivery_date": "2020-11-30",
- "forwarder_name": "Forwarder XYZ",
- "metadata": {
- "PO": [
- "1111",
- "2222"
], - "SKU": [
- "3333"
]
}
}
Success
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/tracking_result",
- "flex_id": "flx::core:shipment:dbid/123",
- "booking_fid": "flx::booking:booking:456",
- "proposal_fid": "flx::booking:order_proposal:789"
}
}