Vietnam Post tracking URL from a tracking number
Vietnam Post (VN) tracking numbers follow this format: S10 format ending in VN. ShipShim detects the carrier from the number and returns the direct tracking link.
Example: number in, tracking URL out
| Example tracking number | RR819676695VN |
|---|---|
| Tracking URL | https://www.vnpost.vn/vi-vn/buu-pham/tra-cuu?key=RR819676695VN |
This format is distinctive, so ShipShim identifies Vietnam Post from the bare number — no hints needed.
Get the Vietnam Post tracking link via API
curl -X POST https://shipshim.com/api/v1/track \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"tracking_number": "RR819676695VN"}'
Response:
{
"tracking_number": "RR819676695VN",
"carrier": "Vietnam Post",
"country": "VN",
"tracking_url": "https://www.vnpost.vn/vi-vn/buu-pham/tra-cuu?key=RR819676695VN",
"confidence": 100,
"matches": [
{
"carrier": "Vietnam Post",
"country": "VN",
"confidence": 100,
"tracking_url": "https://www.vnpost.vn/vi-vn/buu-pham/tra-cuu?key=RR819676695VN"
}
]
}
Get a free API key Read the API reference — the free tier includes 100 calls/month.
Related carriers
- Viettel Post tracking URL (VN)
- GHN tracking URL (VN)
- GHTK tracking URL (VN)
- Australia Post tracking URL (AU)
- StarTrack tracking URL (AU)
- Toll tracking URL (AU)