🔑 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

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

Ship Date

String

The date of the shipment.
Format:
DD-MM-YYY

Last Event Date

String

The date of the last tracking event.
Format:
DD-MM-YYY

Tracking Information

Object

List 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": ""
}