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

NameTypeDescription
Parcel Number (consNo)StringThe unique parcel number to retrieve tracking history for.
GFS IDStringThe internal gfsId returned by the GFS Finder action.
GFS API KeyCredentialsYour GFS Connect API key used to authenticate the request.

Outputs

NameTypeDescription
Found?Booleantrue if tracking events were successfully retrieved.
StatusStringDelivery status (e.g., DELIVERED, IN_TRANSIT, UNKNOWN).
Status DescriptionStringLatest tracking event description (e.g., Parcel delivered to the letterbox).
Last Event DateObjectTimestamp of the most recent tracking update (ISO 8601 format).
Tracking EventsListFull 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.