DG Carrier Storage Track & Trace
Returns the latest tracking status for a parcel from DigitalGenius carrier storage, for carriers fed in through the DG carrier-data pipeline. Use it in tracking flows for the supported sources.
What it does
- Looks up the parcel's tracking data in DigitalGenius carrier storage by tracking number.
- Maps the carrier's latest event to a simple delivery status, based on the selected source.
- Returns the status, description, key dates, estimated delivery (when available) and the raw tracking data.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking Number | String | Tracking reference for the package |
| Carrier/Source | String | Carrier or data source Possible values: Bleckmann, ProCarrier, Sapient. |
| DG Region | Optional String | Region |
| DG API Key | Optional SensitiveString | DG API Key |
| DG API Secret | Optional SensitiveString | DG API Secret |
Outputs
| Name | Type | Description |
|---|---|---|
| Found Tracking? | Boolean | Whether any tracking info was found for the tracking number provided |
| Status | String | Status of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender. |
| Status Description | String | Status description |
| Status Summary | String | Status summary |
| Carrier Name | String | Carrier name |
| Tracking URL | String | Tracking URL |
| Last Event Date | String | Date of the last update in ISO format |
| Shipment Date | String | Date when the package was shipped in ISO format |
| Is EDD Available? | Boolean | Whether the EDD is available |
| Estimated Delivery Date | String | Estimated delivery date in ISO format |
| Tracking Events | List | History of all the events for the package |
| Tracking Data | Object | Tracking data object |
Notes
- The Source must be one of the supported carriers (ProCarrier, Bleckmann, Sapient); other sources are not handled.
- Tracking must already be ingested into DG carrier storage, and the region must match where it is stored.