Skip to main content

Carrier State Code

#Logistics Status Enumeration

the main status of the logistics process.

Constant NameValueDescription
NotFoundNotFoundNot Found - No result found, please refer to sub-status for details.
InfoReceivedInfoReceivedInfo Received - Carrier has received the order and is waiting for pickup.
InTransitInTransitIn Transit - Package is in transit, please refer to sub-status for details.
ExpiredExpiredExpired - Package has been in transit for an extended period without successful delivery.
AvailableForPickupAvailableForPickupAvailable For Pickup - Package has arrived at destination and is ready for pickup.
OutForDeliveryOutForDeliveryOut For Delivery - Package is currently being delivered.
DeliveryFailureDeliveryFailureDelivery Failure - Delivery attempt unsuccessful, please refer to sub-status for details.
DeliveredDeliveredDelivered - Package has been successfully delivered.
ExceptionExceptionException - Potential issue with package, possibly being returned. Please refer to sub-status for details.

the sub status of the logistics process.

Main StateSub-status ConstantValueDescription
NotFoundNotFound_OtherNotFound_OtherNo information returned by the carrier.
NotFound_InvalidCodeNotFound_InvalidCodeInvalid tracking number, cannot perform query.
InfoReceivedInfoReceived_InfoReceivedInfoReceivedInformation received, no specific subdivision, same as main status.
InTransitInTransit_PickedUpInTransit_PickedUpPicked up, carrier has collected the package from the sender.
InTransit_OtherInTransit_OtherOther circumstances, no specific subdivision beyond currently known sub-statuses.
InTransit_DepartureInTransit_DepartureDeparted, goods have left the origin port (country/region).
InTransit_ArrivalInTransit_ArrivalArrived, goods have reached the destination port (country/region).
InTransit_CustomsProcessingInTransit_CustomsProcessingIn customs, goods are in the process of customs entry or exit procedures.
InTransit_CustomsReleasedInTransit_CustomsReleasedCustoms cleared, goods have completed customs entry or exit procedures.
InTransit_CustomsRequiringInformationInTransit_CustomsRequiringInformationDocumentation required, carrier needs to provide relevant information to complete customs clearance.
ExpiredExpired_OtherExpired_OtherTransportation expired, no specific subdivision, same as main status.
AvailableForPickupAvailableForPickup_OtherAvailableForPickup_OtherAvailable for pickup, no specific subdivision, same as main status.
OutForDeliveryOutForDelivery_OtherOutForDelivery_OtherOut for delivery, no specific subdivision, same as main status.
DeliveryFailureDeliveryFailure_OtherDeliveryFailure_OtherOther circumstances, no specific subdivision beyond currently known sub-statuses.
DeliveryFailure_NoBodyDeliveryFailure_NoBodyRecipient not found, unable to contact recipient during delivery attempt resulting in failure.
DeliveryFailure_SecurityDeliveryFailure_SecuritySecurity reason, package security, customs, or fee issues discovered during delivery resulting in failure.
DeliveryFailure_RejectedDeliveryFailure_RejectedRejected, recipient refused to accept the package for some reason resulting in failure.
DeliveryFailure_InvalidAddressDeliveryFailure_InvalidAddressInvalid address, delivery failed due to incorrect recipient address.
DeliveredDelivered_OtherDelivered_OtherSuccessfully delivered, no specific subdivision, same as main status.
ExceptionException_OtherException_OtherOther circumstances, no specific subdivision beyond currently known sub-statuses.
Exception_ReturningException_ReturningReturning, package is in transit back to the sender.
Exception_ReturnedException_ReturnedReturned and signed, sender has successfully received the returned package.
Exception_NoBodyException_NoBodyRecipient not found, recipient information exception detected before delivery.
Exception_SecurityException_SecuritySecurity reason, anomalies including security, customs, or fee issues detected before delivery.
Exception_DamageException_DamageDamaged, goods were found damaged during transportation.
Exception_RejectedException_RejectedRejected, recipient rejection reported before delivery.
Exception_DelayedException_DelayedDelayed, may exceed the original transportation cycle due to various circumstances.
Exception_LostException_LostLost, goods lost due to various circumstances.
Exception_DestroyedException_DestroyedDestroyed, goods that could not be delivered and were destroyed due to various circumstances.
Exception_CancelException_CancelCancelled, logistics order was cancelled due to various circumstances.