🔑 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

NameTypeDescription
Tracking NumberStringTracking number

Outputs

NameTypeDescription
Found Tracking?BooleanWhether the tracking information was found
True / False
Estimated Delivery DateStringEstimated Delivery Date
DG Shipping StatusStringTracking status:
Ready for Shipment,
Delivered,
In Transit,
Problem with Delivery,
Returning to Sender,
Ready for Pickup,
Label Created, More Information Needed
Status DescriptionStringDescription of the status
Last Event DateStringThe date of the last tracking event.
Format:
YYYY-MM-DDThh:mm:ss
Raw DataObjectTracking 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": [
        ""
    ]
}