eBay Post-Order APIVersion 2.7.7
 

CheckEligibilityRequest

The base request type of the POST /post-order/v2/return/check_eligibility method, which is used to see if a line item is eligible to be returned.

Call that uses CheckEligibilityRequest:

Fields



checkTypes ( array of ret:EligibilityCheckTypeEnum ) [0..?]
One or more enumeration values must be passed into this array to run one or more return eligibility checks. See the ret:EligibilityCheckTypeEnum type definition for a full list of supported values.
See the Field Index to learn which calls use checkTypes.

itemId ( string ) [0..?]
The unique identifier for the eBay listing where the item was purchased. This field is used in conjunction with the transactionId field to identify a line item within an order.
See the Field Index to learn which calls use itemId.

reason ( string ) [0..?]
This enumerated value indicates the buyer's reason for returning an item.

The supported enumeration values representing valid return reasons are defined in the ReturnReasonEnum type definition.
See the Field Index to learn which calls use reason.

returnQuantity ( integer ) [0..?]
This integer value indicates the quantity of the line item being returned. This number is generally 1, unless the buyer bought multiple quantity of the line item in a multiple-quantity, fixed-price listing. If this field is omitted in the request, its value will default to 1.
See the Field Index to learn which calls use returnQuantity.

transactionId ( string ) [0..?]
The unique identifier for the purchase of the item. This value is created right when the buyer is committed to buying the item, whether that buyer uses a 'Buy it Now' capability, is the winning bidder of an auction, or the buyer's Best Offer is accepted by the seller. This field is used in conjunction with the itemId field to identify a line item within an order.
See the Field Index to learn which calls use transactionId.