eBay Post-Order APIVersion 2.7.7
 

EligibilityResultType

This type is used by the eligibilityInfo container, which includes the results of the return eligibility check, including any errors that may have occurred with the eligibility check.

Type that uses EligibilityResultType:

Calls that use EligibilityResultType:

Fields



caseId ( string ) [0..?]
This value is the unique eBay-assigned ID of an eBay case associated with the return request. This field is only returned if the return request was escalated into an eBay case.
See the Field Index to learn which calls use caseId.

eligibilityErrorDetail ( array of ReturnEligibilityErrorDetailType ) [0..?]
This array may consist of one or more errors that may have occurred with the return eligibility check. This array is only returned if one or more return eligibility check errors occurred.
See the Field Index to learn which calls use eligibilityErrorDetail.

eligibilityStatus ( StatusType ) [0..?]
This enumeration value indicates the success or failure of a return eligibility check. See StatusType for the description of the supported values.
See the Field Index to learn which calls use eligibilityStatus.

eligibleStartDate ( DateTime ) [0..?]
The timestamp in this container indicates when the buyer is first eligible to create a return request for a item. This field is not returned if the buyer is not eligible to return the item.
See the Field Index to learn which calls use eligibleStartDate.

returnCreationDate ( DateTime ) [0..?]
The timestamp in this container indicates the date/time when the return request was created. This field is only returned if a return request was successfully created.
See the Field Index to learn which calls use returnCreationDate.

returnDeadline ( DateTime ) [0..?]
The timestamp in this container indicates the deadline for which the buyer must file a return request.
See the Field Index to learn which calls use returnDeadline.

returnId ( string ) [0..?]
The unique eBay-assigned ID of the newly-created return request. This field is only returned if a return request was successfully created.
See the Field Index to learn which calls use returnId.