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

NameTypeRequiredDescription
Tracking NumberStringYesCDL client reference number for the shipment
CDL usernameStringYesCDL account username
CDL passwordStringYesCDL account password

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking information was found for the number provided
StatusStringSimplified delivery status. Possible values: Ready for Shipment, Delivered.
Tracking EventsListHistory of tracking events for the shipment
Order Tracking IDStringCDL order tracking ID
Delivery DateStringDelivery 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.