GFS Get Tracking ParcelNo
The GFS Track Parcel action retrieves parcel tracking history from GFS Connect using a known gfsId and parcelNo. It returns the latest delivery status, a human-readable status message, and full tracking event history.
Inputs
Name | Type | Description |
---|---|---|
Parcel Number (consNo) | String | The unique parcel number to retrieve tracking history for. |
GFS ID | String | The internal gfsId returned by the GFS Finder action. |
GFS API Key | Credentials | Your GFS Connect API key used to authenticate the request. |
Outputs
Name | Type | Description |
---|---|---|
Found? | Boolean | true if tracking events were 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. |
References
📘 GFS Parcel Tracking API Reference
This endpoint returns the full tracking history for a specific parcel using the consignment ID and parcel number. It allows you to retrieve location updates, delivery attempts, and final delivery confirmation.
Updated about 8 hours ago