At a glance
A real-time alert that fires when the Australia Post Tracking API error rate exceeds 5 percent over the last hour. When the tracking endpoint is unavailable or returning server errors, tracking events stop flowing into Nerve Centre: delivery scans go stale, OTD and exception readings freeze, and every delivery-performance card that depends on scan data drifts away from reality. This card tells you the silence on your other cards is the carrier API being down, not your parcels stopping.
Calculation
Calculated automatically from your Australia Post data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A national Australian DTC brand polls Australia Post tracking for roughly 9,000 in-flight consignments. The ingestion layer makes around 2,200 tracking calls in a typical hour. Reading taken at 14:25 AEST on 14 Apr 26, covering 13:25 to 14:25.
Error rate 11.6 percent, well above the 5 percent floor, so the alert fires. Four things to notice:
- The dominant code tells you the failure mode. 503s dominate, which means the Australia Post endpoint is up but shedding load (overloaded or in maintenance), not hard-down. The right response is to back off and let the retry layer ride it out, not to escalate to your own engineering team as if it were your bug.
- Your delivery cards are now drifting, not broken. While this is firing, OTD, exception rate, and the breach list are holding stale values. A parcel that delivered at 13:50 will not show as delivered until scans flow again. Do not action a “late” parcel off a frozen card during an outage; wait for ingestion to catch up, then re-read.
- Check whether labelling is also affected. A platform-wide Australia Post incident usually hits both read and write paths. Glance at Label Print Failures Spike: if it is also firing with 5xx, this is an Australia Post outage and the action is to monitor their status page, not to debug your integration. If only tracking is affected, it may be a tracking-service-specific issue.
- Rule out the silent local causes first. If the errors were 401 / 403 rather than 5xx, this card would not fire (those are excluded), but it is worth confirming the credential is healthy on Days to Token Expiry and that your own outbound network is not the bottleneck before concluding it is Australia Post. Connection timeouts can be your side as easily as theirs.
Sibling cards merchants should reference together
Tracking API availability is the trust layer under every delivery card. Pair it with these when scans go quiet:Reconciling against the carrier’s own status page
Where to look in Australia Post’s own tooling: Endpoint availability is confirmed against Australia Post’s own service status, not the tracking portal. Check the Australia Post Developer Centre for API status and any maintenance notices, and the Australia Post important updates page for declared platform incidents. If you can still load a parcel in MyPost Business → Tracking while our API calls are failing, the consumer-facing portal and the API are served differently and the issue is API-side specifically. The closest like-for-like check is to run a manual tracking call against a known-good article number; a 5xx confirms the endpoint, a 200 suggests the problem is in your own ingestion path or network. Why our number may legitimately differ from Australia Post’s reported availability:
Cross-connector reconciliation: