🔑 OnTrac Track & Trace
This action is used to get the tracking information from OnTrac for a specified tracking number
https://t.lasership.com/Track/SAMPLETRACKING
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | Tracking number |
Outputs
Name | Type | Description |
---|---|---|
Found Tracking? | Boolean | Whether the tracking information was found True / False |
Estimated Delivery Date | String | Estimated Delivery Date |
DG Shipping Status | String | Tracking status: Ready for Shipment, Delivered, In Transit, Problem with Delivery, Returning to Sender, Ready for Pickup, Label Created, More Information Needed |
Status Description | String | Description of the status |
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, More Information Needed": [
"OrderCreated"
],
"Ready for Shipment": [
""
],
"Delivered": [
"Delivered",
"Miscellaneous"
],
"In Transit": [
"Received",
"Exception",
"Loaded",
"Departed"
],
"Returning to Sender": [
""
],
"Problem with Delivery": [
""
],
"Ready for Pickup": [
""
]
}
Updated about 14 hours ago