🔑 DPD UK Track & Trace
The action is used to get the tracking information from DPD UK.
CredentialsThe credentials are obtained from your DPD contact person.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | DPD UK tracking number |
| DPD Username | String | DPD UK username |
| DPD Password | String | DPD UK password |
DPD Username must be in UPPER CASE
Outputs
| Name | Type | Description |
|---|---|---|
| Tracking Found? | Boolean | Whether the tracking information was found True / False |
| Status | String | Tracking status |
| Status Description | String | Detailed description of the tracking status |
| Last Event Date | String | The date of the last tracking event. Format: DD-MM-YYY hh:mm:ss |
| Shipped Date | String | The date of the shipment. Format: DD-MM-YYY hh:mm:ss |
| Activity History | List | List of all the tracking events. |
| Tracking Info | Object | All the tracking information returned from DPD |
Updated 4 months ago