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
| Name | Type | Description |
|---|---|---|
| Tracking Number | Optional String | Tracking reference for the package |
| Postcode | Optional String | Postcode associated with the tracking number |
| Tracking URL | Optional String | Tracking URL. This can be provided instead of the tracking number and postcode |
Outputs
| Name | Type | Description |
|---|---|---|
| Found Tracking? | Boolean | Whether any tracking info was found for the tracking number provided |
| Status | String | Status of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender. |
| Status Description | String | Status description |
| Total Items | Number | Total number of items in the package |
| Tracking URL | String | Tracking URL |
| Last Event Date | String | Date of the last update in ISO format |
| Despatch Date | String | Date when the package was despatched in ISO format |
| Tracking Events | List | History of all the events for the package |
| Tracking Data | Object | Tracking data object |
Notes
- You can provide either the tracking number with postcode, or a tracking URL instead.