Skip to main content

nShift Delivery Help Center

Track and Trace

ESSENTIAL PLUS

Subscription plans

Track and Trace allows your customers to track shipments and get detailed information about them, regardless of carrier. You do not need the carriers’ shipment and parcel numbers since you use your own order number or reference as search parameters.

After a shipment is created, that is, is assigned a shipment and/or parcel number, it is immediately trackable through the Track and Trace page.

Notera

Track and Trace works best for carriers and transport services that offer status and event reporting. Status availability may therefore vary.

Tips

Branded Track and Trace allows you to add your company's logo or other images to your tracking page, and also add links from these images.

Activate Track and Trace

  1. Go to Maintenance > My Account.

  2. Click Integrity settings.

    Observera

    Read the disclaimer before activating the service.

  3. Check the Active check box.

You can activate or deactivate the service at any time.

Implement Track and Trace

After activation, the Track and Trace page is accessed through a URL.

  • You define language for the Track and Trace page.

  • You can use either nShift Delivery user ID or an API key ID as credentials.

    Notera

    To use an API key you need to activate one of nShift's integration services on your account.

  • You can use either reference or order number as search parameters.

  • You can specify if you should display normal or return shipments.

URL structure

Base URL: https://www.unifaunonline.com/ext.uo.yy.track

Replace yy with language code.

Language

Code

Danish

dk

English

en

Estonian

ee

Finnish

fi

German

de

Latvian

lv

Norwegian

no

Polish

pl

Swedish

se

Parameters

The following parameters can be used in the URL.

Parameter

Description

Value

key

Your nShift Delivery user ID to identify your account.

For example: 0000000001

apiKey

Your API key to identify your account.

For example: JEABXK1VECV7US2O

reference

Sender reference to identify the shipment.

For example: REF222

order

Shipment order number to search for and identify the shipment.

For example: 33333333

return

Determines if normal or return shipments are displayed.

True = Displays only the return shipment

False = Displays only the normal shipment

Notera

If the parameter is not provided both shipments will be displayed.

In case of a typo the parameter is ignored and both shipments will be displayed.

Example with API key ID, order number and normal shipment:

https://www.unifaunonline.com/ext.uo.en.track?apiKey=JEABXK1VECV7US2O&order=33333333&return=false

Example with user ID, reference and return shipment:

https://www.unifaunonline.com/ext.uo.en.track?key=0000000001&reference=REF222&return=true