🔑 DPD France Track & Trace

The action is used to get the tracking information from DPD France.

🚧

Credentials

Please request from DPD contact person

Inputs

NameTypeDescription
Tracking NumberStringTracking number
User IDStringDPD User ID
PasswordStringDPD password
Customer Center NumberStringCustomer Center Number
Customer NumberStringCustomer Number
Customer Country CodeStringCustomer Country Code

Outputs

NameTypeDescription
Tracking Found?BooleanWhether the tracking information was found
True / False
StatusStringTracking Status
Status DescriptionStringDetailed description of the tracking status
Ship DateStringThe date of the shipment.
Format:
DD-MM-YYY
Last Event DateStringThe date of the last tracking event.
Format:
DD-MM-YYY
Tracking InformationObjectList of all the tracking events.
See the example below

Sample Response
Activity History

{
    "ShipmentNumber": ,
    "DestinationCountry": "F",
    "DestinationZipcode": ,
    "ShippingDate": "10.05.2022",
    "DeliveryDate": "",
    "Weight": 1.1,
    "Receiver": "",
    "Reference": "",
    "Reference2": "",
    "Reference3": "",
    "DeliveryScheduled": {
        "StartDate": "",
        "EndDate": "",
        "StartTime": "",
        "EndTime": ""
    },
    "Traces": {
        "clsTrace": {
            "ScanDate": "10.05.2022",
            "ScanTime": "07:04:45",
            "StatusNumber": 8,
            "StatusDescription": "Colis en préparation chez l´expéditeur",
            "CenterName": "",
            "User": "eStation-web",
            "Remark": "",
            "Info": "",
            "Details": ""
        }
    },
    "Reference_International": "",
    "IsB2C": false,
    "IsRetour": false,
    "PointRelaisName": "",
    "PointRelaisLink": "",
    "ShipmentNumber_Retour": "",
    "CustomerCenternumber": ,
    "CustomerNumber": ,
    "BarcodeSource": ,
    "BarcodeId": ,
    "images": ""
}