DX Delivery Track & Trace

Retrieves delivery tracking for a parcel shipped with DX, using either a tracking number and postcode or a tracking URL. Use it to tell customers the current status of their DX shipment.

What it does

  • Looks up a DX shipment and returns the current status, the latest event date and the despatch date.
  • Returns the full history of tracking events and a tracking URL.
  • Translates DX's raw status text into standard statuses (In Transit, Delivered, and similar).

Inputs

NameTypeDescription
Tracking NumberOptional StringTracking reference for the package
PostcodeOptional StringPostcode associated with the tracking number
Tracking URLOptional StringTracking URL. This can be provided instead of the tracking number and postcode

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking info was found for the tracking number provided
StatusStringStatus of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender.
Status DescriptionStringStatus description
Total ItemsNumberTotal number of items in the package
Tracking URLStringTracking URL
Last Event DateStringDate of the last update in ISO format
Despatch DateStringDate when the package was despatched in ISO format
Tracking EventsListHistory of all the events for the package
Tracking DataObjectTracking data object

Notes

  • You can provide either the tracking number with postcode, or a tracking URL instead.