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
| Name | Type | Required | Description |
|---|---|---|---|
| Tracking Number | String | Yes | CDL tracking number |
| DG API Key | String | Yes | DigitalGenius API key |
| DG API Secret | String | Yes | DigitalGenius API secret |
| Region | String | Yes | DigitalGenius region. Possible values: eu, us. |
Outputs
| Name | Type | Description |
|---|---|---|
| Found Tracking? | Boolean | Whether any tracking information was found for the number provided |
| Status | String | Delivery status. Possible values: Ready for Shipment, Delivered. |
| Tracking Events | List | History of tracking events for the shipment |
| Tracking Number | String | CDL order tracking ID |
| Estimated Delivery Date | String | Estimated delivery date |
| Last Event Date | String | Date of the most recent tracking event |
| Status Description | String | Detailed 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.