eBay Return Management APIVersion 1.1.0
 

ReturnItemType

Type defining the returnItem container that is returned in the getUserReturns and getReturnDetail calls. The returnItem container consists of the eBay Item ID, the Transaction ID, and quantity of the item being returned to the seller.

Type that uses ReturnItemType:

Calls that use ReturnItemType:

Fields

itemId ( string ) [1]
The unique identifier for an eBay listing.
See the Field Index to learn which calls use itemId.

returnQuantity ( int ) [1]
This value indicates the quantity of items to be returned. This value is usually '1' unless multiple identical items were purchased by the buyer.
See the Field Index to learn which calls use returnQuantity.

transactionId ( string ) [1]
The unique identifier for an eBay order line item.
See the Field Index to learn which calls use transactionId.