eBay Post-Order APIVersion 2.7.7
 

InquiryEligibilityStatusEnum

This enumerated type lists the values that may be returned to indicate if a buyer is eligble to create an INR inquiry against a line item.

Type that uses InquiryEligibilityStatusEnum:

Call that uses one or more values of InquiryEligibilityStatusEnum:

Enumeration Values

Value Description
ELIGIBLE_TO_FILE_REQUEST This enumeration value indicates that the buyer is eligible to file an inquiry against the specified line item.
ELIGIBLE_TO_FILE_WITH_WARNING This enumeration value indicates that the buyer is eligible to file an inquiry against the specified line item, but must comply with warnings that are revealed under the warnings container in the response.
INELIGIBLIE This enumeration value indicates that the buyer is not eligible to file an inquiry against the specified line item. The buyer should read the errors that are returned in the errors and/or nonOverridableErrors containers.
  * See the Enumeration Index to see exact use of each enumeration value in the API.