eBay Post-Order APIVersion 2.7.7
 

ReturnHoldStatusEnum

This enumerated type lists the possible states of a return request that has been put on hold.

Type that uses ReturnHoldStatusEnum:

Calls that use one or more values of ReturnHoldStatusEnum:

Enumeration Values

Value Description
HOLD_CREATION_SUCCESS This enumeration value indicates that the hold placed on the return request was created successfully.
HOLD_RELEASE_FAILED This enumeration value indicates that the attempt to release the hold on the return request failed.
HOLD_RELEASE_SUCCESS This enumeration value indicates that the hold on the return request was released successfully.
INELIGIBLE_TO_RELEASE_HOLD This enumeration value indicates that the hold on the return request is not yet eligible to be released.
OTHER This enumeration value indicates that the status of the hold on the return request is not classified or is unknown.
  * See the Enumeration Index to see exact use of each enumeration value in the API.