🔑 InPost UK Track & Trace
This action is used to get the tracking information from InPost UK for a specified tracking number
https://developers.inpost.co.uk/#operation/getTracking
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | Tracking number |
Outputs
Name | Type | Description |
---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found True / False |
DG Status | String | Tracking status: Ready for Shipment, Delivered, In Transit, Problem with Delivery, Returning to Sender, Ready for Pickup, Label Created |
Status Description | String | The original status provided by InPost PL. |
Last Event Date | String | The date of the last tracking event. Format: YYYY-MM-DDThh:mm:ss |
Raw Data | Object | Tracking Data |
Statuses mapping
{
"Label Created": [
],
"Ready for Shipment": [
"Ready For Dispatch"
],
"Delivered": [
"Delivered"
],
"In Transit": [
"Scan In - Hub",
"Scan In - Delivery Depot",
"Out for Delivery"
],
"Returning to Sender": [
],
"Problem with Delivery": [
"Expired In Locker"
],
"Ready for Pickup": [
"Delivered to Locker",
"Avizo in Locker"
]
}
Updated 2 days ago