PostNord Track & Trace
Returns the current tracking status and latest event for a PostNord shipment from its tracking reference. Use it in order tracking flows to tell customers where their parcel is.
What it does
- Looks up the shipment in PostNord by tracking reference.
- Returns the carrier status and maps it to a DigitalGenius standard status.
- Surfaces the latest tracking event, its description and date.
- Provides the estimated delivery date, a shipment tracking URL, and flags when an order has multiple shipments.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking reference | String | Tracking reference |
| API Token | Credentials | PostNord API Token |
| Locale | Optional String | Locale: Default: en Possible values: en, sv, no, da, fi. |
Outputs
| Name | Type | Description |
|---|---|---|
| Tracking Found? | Boolean | Whether any tracking info was found for the tracking number provided |
| Delivery Date | String | Date when the package is expected to be delivered |
| Entire Response | Object | The entire response object |
| Latest Event Date | String | Date of the latest package tracking event |
| Latest Event Description | String | Description of the latest package tracking event |
| Multiple Shipments | Boolean | Whether there are multiple shipments for this order |
| Shipment URL | String | URL for tracking the shipment |
| Status | String | Status of the package delivery |
| DG Status | String | The status mapped to one of the Digital Genius standard statuses |
Notes
DG Statusmaps PostNord's raw status into a DigitalGenius standard status (for example In Transit, Delivered, Returning to Sender, Problem with Delivery) so flows can branch on a consistent value.Localecontrols the language of the tracking text and defaults toen. Supported values areen,sv,no,daandfi.- If no tracking data is found for the reference,
Tracking Found?is false and an error message is returned.