Skip to main content

This enumerated type defines the supported package status possible for a package.

Types that use PackageStatusEnum

GetItemPackageIdResponsesDataGetPackageDetailResponsesData

Calls that use PackageStatusEnum

Enumerations

Value
Description
DECLARED_FAILED
This enum value indicates the declaration of the package failed.
PACKAGE_INFO_LACK
This enum value indicates the package is lacking required information for shipping.
NO_USEFUL_SHIPPING
This enum value indicates that the package did not pair with any valid shipping service.
SELECTED_SHIPPING
This enum value indicates the package has selected shipping.
APPLIED_TRACKING_CODE
This enum value indicates the package has applied the tracking code.
TO_BE_SHIPPED
This enum value indicates that the package is waiting to be shipped.
TO_BE_RECEIVED
This enum value indicates that the package is waiting to be received.
DELIVERED
This enum value indicates that the package has been delivered.
ON_SHIPPING
This enum value indicates the package is in transit.
DELETED
This enum value indicates that the package has been shipped.
SHIPPED_ERROR
This enum value indicates that there was an error when shipping the package.
DELIVERY_ERROR
This enum value indicates that there was an error when delivering the package.
RETURNED
This enum value indicates that the package has been returned.
EXCEPTION
This enum value indicates that the package has a shipping exception.
FDCVALIDATIONFAILED
This enum value indicates that FDC validation has failed for the package.
FDCVALIDATIONINPROGRESS
This enum value indicates that FDC validation is in progress for the package.
DELIVERY_EXCEPTION
This enum value indicates that the package has a delivery exception.