At a glance
A real-time alarm that fires when the success rate of PostNord label generation drops below 95 percent in the last hour. Every parcel needs a valid PostNord shipping label (and the embedded barcode / itemId) before it can be collected; a label that fails to generate is a parcel that physically cannot leave the building. This card watches the booking / label API for the failure rate, so a degraded PostNord endpoint, a malformed address, or a credentials problem surfaces in minutes rather than at the loading bay.
Calculation
Calculated automatically from your PostNord 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 Malmo-based DTC homeware brand shipping around 90 PostNord labels an hour during the afternoon pack window. Reading taken across the 14:00 to 15:00 CET hour on 14 Mar 26.
In the middle row the success rate falls to 89.8 percent and the alert at
<95% fires. Five things to notice:
- Nine failed labels is nine parcels stuck at the pack bench. They cannot be collected by PostNord because they have no barcode. Until the labels regenerate, those orders feed straight into Dispatch SLA Breach on N Orders Today.
- The first question is always: is this PostNord or is this us? Inspect the failure category. If the 9 failures are all 5xx / timeout, PostNord’s endpoint is degraded, confirm on PostNord Tracking API Unavailable / 5xx. If they are validation rejections, the data is the problem.
- A validation cluster usually points at one cause. Nine rejections in an hour are rarely nine different problems. The common patterns are a bad address batch from a marketing import, a service code that is not valid for the destination country (for example a domestic-only product attempted on a Norway cross-border order), or a weight that exceeds the product’s limit.
- An auth failure takes everything down at once. If the success rate collapses to near zero rather than dipping, suspect an expired token. Check Days to Token Expiry: a token that lapsed will fail 100 percent of label calls until it is refreshed.
- Recovery is the success rate climbing back above 95 percent, not the backlog clearing. Once the cause is fixed, regenerate the failed labels. The alert clears on the rolling rate, but the 9 stuck parcels still need a manual re-run before they ship, so cross-check the despatch breach count to confirm the backlog is actually moving.