Omni Parcel tracking URL from a tracking number
Omni Parcel (NZ) tracking numbers follow this format: OMN prefix (10-20 chars). ShipShim detects the carrier from the number and returns the direct tracking link.
Example: number in, tracking URL out
| Example tracking number | OMN8888888 |
|---|---|
| Tracking URL | https://www.omniparcel.com/tracking/OMN8888888 |
This format is distinctive, so ShipShim identifies Omni Parcel from the bare number — no hints needed.
Get the Omni Parcel 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": "OMN8888888"}'
Response:
{
"tracking_number": "OMN8888888",
"carrier": "Omni Parcel",
"country": "NZ",
"tracking_url": "https://www.omniparcel.com/tracking/OMN8888888",
"confidence": 100,
"matches": [
{
"carrier": "Omni Parcel",
"country": "NZ",
"confidence": 100,
"tracking_url": "https://www.omniparcel.com/tracking/OMN8888888"
}
]
}
Get a free API key Read the API reference — the free tier includes 100 calls/month.
Related carriers
- NZ Post tracking URL (NZ)
- CourierPost tracking URL (NZ)
- Freightways tracking URL (NZ)
- Aramex New Zealand tracking URL (NZ)
- PBT tracking URL (NZ)
- Post Haste tracking URL (NZ)