CDL Tracking (DG storage)

Returns CDL delivery tracking information sourced from CDL files stored by DigitalGenius, using a tracking number. Use it for CDL shipments where tracking comes from CDL's file feed rather than a live API call.

Returns CDL delivery tracking information sourced from CDL files stored by DigitalGenius, using a tracking number. Use it for CDL shipments where tracking comes from CDL's file feed rather than a live API call.

What it does

  • Looks up the shipment by tracking number from the CDL data stored by DigitalGenius.
  • Returns the delivery status, tracking history, estimated delivery date and last event.
  • Connects using your DigitalGenius API key and secret for the chosen region.

Inputs

NameTypeRequiredDescription
Tracking NumberStringYesCDL tracking number
DG API KeyStringYesDigitalGenius API key
DG API SecretStringYesDigitalGenius API secret
RegionStringYesDigitalGenius region. Possible values: eu, us.

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking information was found for the number provided
StatusStringDelivery status. Possible values: Ready for Shipment, Delivered.
Tracking EventsListHistory of tracking events for the shipment
Tracking NumberStringCDL order tracking ID
Estimated Delivery DateStringEstimated delivery date
Last Event DateStringDate of the most recent tracking event
Status DescriptionStringDetailed description of the delivery status

Notes

  • This variant reads from stored CDL files, so data freshness depends on the latest file received.
  • If no tracking is found, "Found Tracking?" is false and the other fields are empty.