CDL Tracking
Returns delivery tracking information for a parcel shipped with the carrier CDL, using a CDL reference number. Use it to check the status and delivery progress of a CDL shipment.
Returns delivery tracking information for a parcel shipped with the carrier CDL, using a CDL reference number. Use it to check the status and delivery progress of a CDL shipment.
What it does
- Signs in to CDL with your CDL account credentials to get access.
- Looks up the order by the tracking (client reference) number you provide.
- Returns the tracking history, a simplified delivery status, the CDL order tracking ID and the delivery date.
- Translates CDL's internal statuses into a simple status (Ready for Shipment or Delivered).
Requires CDL account credentials (username and password).
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Tracking Number | String | Yes | CDL client reference number for the shipment |
| CDL username | String | Yes | CDL account username |
| CDL password | String | Yes | CDL account password |
Outputs
| Name | Type | Description |
|---|---|---|
| Found Tracking? | Boolean | Whether any tracking information was found for the number provided |
| Status | String | Simplified delivery status. Possible values: Ready for Shipment, Delivered. |
| Tracking Events | List | History of tracking events for the shipment |
| Order Tracking ID | String | CDL order tracking ID |
| Delivery Date | String | Delivery date, empty until the parcel is delivered |
Notes
- If no tracking is found for the number, "Found Tracking?" is false and the other fields are empty.
- Only statuses CDL recognises are mapped; other states may leave the simplified status empty.