Documentation

GoBolt Track and Trace

Inputs

NameTypeDescription
Tracking NumberStringTracking number
UsernameCredentialsGoBolt service account username
PasswordCredentialsGoBolt service account password

Outputs

NameTypeDescription
Tracking Found?BooleanWhether successfully retrieved any tracking information
StatusStringTracking status:
Delivered, In Transit, Ready for Shipment, Ready for Pickup, Problem with Delivery, Returning to Sender, Label Created, More Information Needed
Status DescriptionStringStatus description
Status SummaryStringStatus summary
Last Event DateStringDate of the last update
Tracking URLStringTracking URL
Is Expected Delivery Window Present?BooleanWhether an expected delivery window is present
Expected Delivery DateStringUpper limit of the expected delivery window
Is Proof of Delivery Present?BooleanWhether a proof of delivery is present
Proof of Delivery URLStringA picture with the proof of delivery.(Multiple may be present on the tracking details)
Tracking EventsListTracking events
Tracking DataObjectTracking data

Statuses mapping

{
    "Label Created, More Information Needed": [
        "CREATED",
        "SHIPMENT_CREATED"
    ],
    "Ready for Shipment": [
        "CARRIER_PICKED_UP"
    ],
    "Delivered": [
        "DELIVERED"
    ],
    "In Transit": [
        "OUT_OF_FSA",
        "GEOCODED",
        "SHIPMENT_PROCESSING",
        "RECEIVED_AT_DESTINATION",
        "OUT_FOR_DELIVERY"
    ],
    "Returning to Sender": [
        "RETURN_TO_SENDER"
    ],
    "Problem with Delivery": [
        "GEOCODEDFAILED",
        "RATE_FAILED",
        "UNSUPPORTED_WEIGHT",
        "FAILED",
        "ARCHIVED"
    ],
    "Ready for Pickup": [
        "PICKUP_READY"
    ]
}