eBay Post-Order APIVersion 2.7.7
 

StatusType

This enumerated type lists the values that can be returned in the responses of the GET /post-order/v2/return/check_eligibility and POST /post-order/v2/return methods. See the enumeration descriptions for more information about what these values indicate based on which response these values are returned in.

Type that uses StatusType:

Calls that use one or more values of StatusType:

Enumeration Values

Value Description
FAILED If this value is returned in the GET /post-order/v2/return/check_eligibility or POST /post-order/v2/return responses, it means that the return eligibility check or the creation of return request failed. This generally indicates that there was either an issue with the request payload or there was a system error.
SELLER_APPROVAL If this value is returned in the GET /post-order/v2/return/check_eligibility or POST /post-order/v2/return responses, it indicates that the buyer is eligible to create a return request for the order line item, but the return request will have to be accepted by the seller.
SUCCESS If this value is returned in the GET /post-order/v2/return/check_eligibility response, it indicates that the buyer is eligible to create a return request for the order line item. If this value is returned in the POST /post-order/v2/return response, it indicates that the return request for the order line item was created successfully.
UNKNOWN This enumeration value may get returned in the GET /post-order/v2/return/check_eligibility or POST /post-order/v2/return responses if the status of the return eligibility check or the creation of the return request is unknown.
WARNING If this value is returned in the GET /post-order/v2/return/check_eligibility or POST /post-order/v2/return responses, it means that the return eligibility check or the creation of return request succeeded, but with a warning. The user should check for a eligibilityErrorDetail container to possibly get more information about the warning
  * See the Enumeration Index to see exact use of each enumeration value in the API.