π 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:
Further Documentation:
https://xdp.sysx.co.uk/api/customerservice/md#statusupdates
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | Tracking Number |
| Account Number | String | XDP Account Number |
| API Key | String | XDP API Key |
Outputs
Name | Type | Description |
|---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found |
DG Shipping Status | String | Tracking status: |
Status Description | String | Description of the status |
Last Event Date | String | The date of the last tracking event. |
Raw Data | Object | Raw Data returned from API call |
Tracking Events | Object | Tracking 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": []
}Updated 6 days ago
