GFS Get Tracking
The GFS Track & Trace action retrieves the full tracking history and delivery status of a package using GFS Connect.
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | The consignment number or package tracking reference. |
Carrier | String | Carrier name (e.g., EVRI, DPD, GFS INTERNATIONAL). |
GFS API Key | Credentials | Your GFS Connect API key used to authenticate the request. |
Outputs
Name | Type | Description |
---|---|---|
Found? | Boolean | Whether tracking information was successfully retrieved. |
Status | String | Delivery status (e.g., DELIVERED, IN_TRANSIT, UNKNOWN). |
Status Description | String | Latest tracking event description (e.g., Parcel delivered to the letterbox). |
Last Event Date | Object | Timestamp of the most recent tracking update (ISO 8601 format). |
Tracking Events | List | Full chronological list of all tracking events related to the parcel. |
Tracking Details | Object | Metadata about the shipment and delivery (e.g., address, service, etc.). |
References
Updated about 1 hour ago