Use this endpoint to retrieve the latest shipment status for downstream systems or customer notifications. Retrieves real-time tracking status in a unified format. The label must belong to the authenticated caller.
Tracking data is fetched from the courier service in real time and normalized into a consistent schema with checkpoints. Use the tag field for high-level shipment status.
Response codes: 200 OK — tracking information retrieved · 403 Forbidden — label belongs to a different account · 404 Not Found — label or shipping account not found · 405 Method Not Allowed · 500 Internal Server Error · 502 Bad Gateway — courier service error.
API access token issued by the Flex Forward team during onboarding.
Label ID returned by the create-label endpoint.
Tracking information retrieved successfully.
Label identifier.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Courier-assigned tracking number, or null if not yet available.
"YT2503010001CN"
High-level tracking status. Possible values:
Pending, InfoReceived, InTransit, Delivered, Exception, Cancelled, Unknown.
"InTransit"
Detailed status sub-tag.
"InTransit_001"
Human-readable description of the sub-tag.
"In transit"
Courier service slug.
"yunexpress"