본문으로 건너뛰기

TrackEventStatusCode

An enumeration of possible general statuses for a tracking event.

enum TrackEventStatusCode {
UNKNOWN
INFORMATION_RECEIVED
AT_PICKUP
IN_TRANSIT
OUT_FOR_DELIVERY
ATTEMPT_FAIL
DELIVERED
AVAILABLE_FOR_PICKUP
EXCEPTION
}

Values

TrackEventStatusCode.UNKNOWN

The tracking status is currently unknown or could not be determined.

TrackEventStatusCode.INFORMATION_RECEIVED

The tracking information has been received and is being processed.

TrackEventStatusCode.AT_PICKUP

The shipment or package is currently at the pickup location.

TrackEventStatusCode.IN_TRANSIT

The shipment is in transit and is on its way to the destination.

TrackEventStatusCode.OUT_FOR_DELIVERY

The shipment is out for delivery and is on its way to the recipient.

TrackEventStatusCode.ATTEMPT_FAIL

Delivery attempt has failed, and the package is still not delivered.

TrackEventStatusCode.DELIVERED

The shipment has been successfully delivered to the recipient.

TrackEventStatusCode.AVAILABLE_FOR_PICKUP

The package is available for pickup at a designated location.

TrackEventStatusCode.EXCEPTION

There is an exception or issue with the shipment that requires attention.

Member Of

TrackEventStatus object