eBay Return Management APIVersion 1.1.0
 

ReturnRequestType

Type defining the returnRequest container that is returned in the getUserReturns and getReturnDetail calls. The returnRequest container consists of the return reason, the eBay item and transaction IDs, and the item quantity.

Type that uses ReturnRequestType:

Calls that use ReturnRequestType:

Fields

comments ( string ) [0..1]
This field contains any comments posted by the buyer upon opening the return. For a SNAD case, the buyer might state the discrepancies between the actual item received and the item described in the listing.
See the Field Index to learn which calls use comments.

returnItem ( ReturnItemType ) [0..*]
Container consisting of the eBay Item ID, the Transaction ID, and quantity of the item being returned to the seller. The returnItem container is returned in the getUserReturns and getReturnDetail calls.
See the Field Index to learn which calls use returnItem.

returnReason ( ReturnReasonType ) [1]
This value indicates the buyer's reason for returning an item. Possible values include I_DONT_WANT_IT (buyer remorse) and SNAD (item Significantly Not As Described).
See the Field Index to learn which calls use returnReason.