🔑 DPD Belgium Track & Trace
The action is used to get the tracking information from DPD Belgium.
Credentials
The credentials are the same as for your myDPD portal.
Inputs
Name | Type | Description | |
---|---|---|---|
Tracking Number | String | DPD Belgium tracking number | |
Username | String | DPD Belgium username | |
Password | String | DPD Belgium password |
Outputs
Name | Type | Description |
---|---|---|
Was Tracking Info Found? | Boolean | Whether the tracking information was found True / False |
Status | String | Tracking status |
Status Label | String | Tracking status label |
Status Description | String | Detailed description of the tracking status |
Ship Date | String | The date of the shipment. Format: DD-MM-YYY hh:mm:ss AM/PM |
Last Event Date | String | The date of the last tracking event. Format: DD-MM-YYY hh:mm:ss AM/PM |
Tracking Information | List | List of all the tracking events. See the example below |
Sample Response
Activity History
[
{
"status": "Delivered",
"label": {
"content": "Parcel delivered",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "Your parcel has been delivered successfully.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": true,
"showContactInfo": true,
"location": {
"content": "Sint-Niklaas (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/20/2021 7:02:00 PM",
"bold": true,
"paragraph": false
}
},
{
"status": "Delivered",
"label": {
"content": "Parcel delivered",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "Your parcel has been delivered successfully.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Sint-Niklaas (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/20/2021 12:05:27 PM",
"bold": true,
"paragraph": false
}
},
{
"status": "Courier",
"label": {
"content": "Parcel out for delivery",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "The parcel has left the parcel delivery centre and is on its way to the consignee.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Sint-Niklaas (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/20/2021 7:20:32 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "Depot",
"label": {
"content": "Parcel out for delivery",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "At parcel delivery centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Sint-Niklaas (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/20/2021 4:20:03 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "Depot",
"label": {
"content": "Parcel out for delivery",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "At parcel delivery centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Mechelen (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/19/2021 8:05:03 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "Depot",
"label": {
"content": "Parcel out for delivery",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "At parcel delivery centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Mechelen (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/19/2021 6:01:51 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "BetweenDepots",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "The parcel is at the parcel dispatch centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Aschaffenburg (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/18/2021 9:48:00 PM",
"bold": true,
"paragraph": false
}
},
{
"status": "BetweenDepots",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "The parcel is at the parcel dispatch centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Aschaffenburg (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/18/2021 8:24:44 PM",
"bold": true,
"paragraph": false
}
},
{
"status": "Warehouse",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "At parcel delivery centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Neufahrn (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/17/2021 8:10:32 PM",
"bold": true,
"paragraph": false
}
},
{
"status": "Warehouse",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "At parcel delivery centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Neufahrn (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/6/2021 6:56:48 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "Depot",
"label": {
"content": "Parcel out for delivery",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "At parcel delivery centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Neufahrn (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/6/2021 6:55:48 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "BetweenDepots",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "The parcel is at the parcel dispatch centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Erftstadt (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/5/2021 9:14:00 PM",
"bold": true,
"paragraph": false
}
},
{
"status": "BetweenDepots",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "The parcel is at the parcel dispatch centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Erftstadt (DE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/5/2021 11:22:01 AM",
"bold": true,
"paragraph": false
}
},
{
"status": "BetweenDepots",
"label": {
"content": "In transit",
"bold": true,
"paragraph": false
},
"description": {
"content": {
"content": "The parcel is at the parcel dispatch centre.",
"bold": false,
"paragraph": false
}
},
"statusHasBeenReached": true,
"isCurrentStatus": false,
"showContactInfo": true,
"location": {
"content": "Puurs (BE)",
"bold": true,
"paragraph": false
},
"date": {
"content": "5/4/2021 9:07:33 PM",
"bold": true,
"paragraph": false
}
}
]
Tracking Status
For DPD Belgium status DG uses a combination of the status and status label for defining the actual tracking status.
Updated 10 months ago