eBay Post-Order APIVersion 2.7.7
 

ReturnEligibilityItemType

This type is used by the returnItem container, which contains summary information on the line item being returned, including the listing ID, the line item ID, the return reason, and the quantity purchased.

Type that uses ReturnEligibilityItemType:

Calls that use ReturnEligibilityItemType:

Fields

itemId ( string ) [0..?]
The unique identifier of 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 lists indicates the buyer's reason for returning the 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 item in a multiple-quantity, fixed-price listing.
See the Field Index to learn which calls use returnQuantity.

transactionId ( string ) [0..?]
The unique identifier for the purchase of a 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.