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

NameTypeDescription
Tracking NumberStringTracking reference for the package
Carrier/SourceStringCarrier or data source Possible values: Bleckmann, ProCarrier, Sapient.
DG RegionOptional StringRegion
DG API KeyOptional SensitiveStringDG API Key
DG API SecretOptional SensitiveStringDG API Secret

Outputs

NameTypeDescription
Found Tracking?BooleanWhether any tracking info was found for the tracking number provided
StatusStringStatus of the package delivery Possible values: Label Created, Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender.
Status DescriptionStringStatus description
Status SummaryStringStatus summary
Carrier NameStringCarrier name
Tracking URLStringTracking URL
Last Event DateStringDate of the last update in ISO format
Shipment DateStringDate when the package was shipped in ISO format
Is EDD Available?BooleanWhether the EDD is available
Estimated Delivery DateStringEstimated delivery date in ISO format
Tracking EventsListHistory of all the events for the package
Tracking DataObjectTracking 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.