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

NameTypeDescription
Tracking referenceStringTracking reference
API TokenCredentialsPostNord API Token
LocaleOptional StringLocale: Default: en Possible values: en, sv, no, da, fi.

Outputs

NameTypeDescription
Tracking Found?BooleanWhether any tracking info was found for the tracking number provided
Delivery DateStringDate when the package is expected to be delivered
Entire ResponseObjectThe entire response object
Latest Event DateStringDate of the latest package tracking event
Latest Event DescriptionStringDescription of the latest package tracking event
Multiple ShipmentsBooleanWhether there are multiple shipments for this order
Shipment URLStringURL for tracking the shipment
StatusStringStatus of the package delivery
DG StatusStringThe status mapped to one of the Digital Genius standard statuses

Notes

  • DG Status maps 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.
  • Locale controls the language of the tracking text and defaults to en. Supported values are en, sv, no, da and fi.
  • If no tracking data is found for the reference, Tracking Found? is false and an error message is returned.

API reference