TrackingStatusEnum
This enumerated type lists the values that indicate whether the return item was delivered or still in-transit.
Type that uses TrackingStatusEnum:
Calls that use one or more values of TrackingStatusEnum:
Enumeration Values
| Value | Description |
| CANCELLED | This enumeration value indicates that the current shipment tracking information has been cancelled. |
| CREATED | This enumeration value indicates that shipment tracking has been initiated. |
| DELIVERED | This enumeration value indicates that the item was delivered according to the shipment tracking history. |
| IN_TRANSIT | This enumeration value indicates that the item is in-transit to the recipient according to the shipment tracking history. |
| UNKNOWN | This enumeration value indicates that shipment tracking status of the item is unknown. |