🔑 XDP Track & Trace

This action is used to get the tracking information from XDP for a specified tracking number

This action uses the following endpoint from XDP:

https://apidocs.sysx.co.uk/?url=https://xdp.sysx.co.uk/api/customerservice/docs/#/Basic/post_endpoint

Further Documentation:

https://xdp.sysx.co.uk/api/customerservice/md#statusupdates

Inputs

NameTypeDescription
Tracking NumberStringTracking Number
Account NumberStringXDP Account Number
API KeyStringXDP API Key

Outputs

NameTypeDescription
Found Tracking?BooleanWhether the tracking information was found
True / False
DG Shipping StatusStringTracking status:
Ready for Shipment,
Delivered,
In Transit,
Problem with Delivery,
Returning to Sender,
Ready for Pickup,
Label Created
Status DescriptionStringDescription of the status
Last Event DateStringThe date of the last tracking event.
Format:
YYYY-MM-DDThh:mm:ss
Raw DataObjectRaw Data returned from API call
Tracking EventsObjectTracking Events formatted and sorted

Statuses mapping


{
  "Label Created": [
    "CREATE"
  ],
    "Ready for Shipment": [
        "PRINT"
    ],
    "Delivered": [
    "DELIVERED",
    "LEFT SAFE MESSAGE SE",
    "CLEAN MESSAGE SENT"

    ],
    "In Transit": [
        "COLLECT",
        "EDIT",
        "DELIVERY",
        "CALL",
        "NEXT STOP",
        "EMAIL",
        "SMS"

    ],
    "Returning to Sender": [],
    "Problem with Delivery": [
    "EXCEPTION",
    "NOT RECEIVED",
"NOT COLLECTED EMAIL"


],
    "Ready for Pickup": []
}