π 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 |
Estimated Delivery Date | String | Estimated Delivery Date |
DG Shipping Status | String | Tracking status: |
Status Description | String | Description of the status |
Last Event Date | String | The date of the last tracking event. |
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 11 days ago
