ShipmentStatusType ( token )
Enumerated type that defines all possible shipment states relating to the buyer returning an item to the seller. The status of a buyer's return shipment is shown in the ReturnDetail.buyerReturnShipment.shipmentStatus field of the getReturnDetail response.
Type that uses ShipmentStatusType:
Call that uses one or more values of ShipmentStatusType:
Enumeration Values
Value | Description |
ITEM_DELIVERED | This value indicates that the returned item has been received by the seller. |
ITEM_SHIPPED | This value indicates that the item has been shipped by the buyer. |
OTHER | This value is reserved for future use. |
READY_FOR_SHIPPING | This value indicates that the item is ready to be return shipped by the buyer. |
WAITING_FOR_SELLER_INFO | This value indicates that the buyer is waiting for an Return Merchandise Authorization (RMA) number and/or an alternative return shipping address before returning the item to the seller. A seller can provide a buyer with this information by using the provideSellerInfo call. |