eBay Post-Order APIVersion 2.7.7
 

RelistStatusEnum

This enumerated type defines the different possible response values that can be returned to indicate the relisting status of an item that was involved in an order cancellation or return request.

Type that uses RelistStatusEnum:

Calls that use one or more values of RelistStatusEnum:

Enumeration Values

Value Description
FAILED This enumeration value indicates that the attempt to relist the item has failed.
RELIST_ELIGIBLE This enumeration value indicates that the item is eligible to be relisted automatically by eBay upon the successful cancellation of an order or once a returned item is marked as received by the seller.
SUCCESS This enumeration value indicates that the item has been successfully relisted upon the successful cancellation of an order, or after a returned item has been marked as received by the seller.
  * See the Enumeration Index to see exact use of each enumeration value in the API.