Trackyourparcel Track & Trace
Returns tracking status for a parcel from a TrackYourParcel tracking URL. Use it when you have the TrackYourParcel link for a shipment.
What it does
- Scrapes tracking events from the TrackYourParcel page.
- Maps the latest event to a standard delivery status.
- Returns status, event history and any last-mile carrier tracking URL found on the page.
Notes
- Requires the full tracking URL for the parcel.
Inputs
| Name | Type | Description |
|---|---|---|
| Tracking URL | String | Tracking URL for the package |
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 |
| Tracking URL | String | Tracking URL |
| Last Mile Tracking URL | String | Last mile tracking URL |
| Last Event Date | String | Date of the last update in ISO format |
| Tracking Events | List | History of all the events for the package |