eBay Post-Order APIVersion 2.7.7
 

ReturnItemType

This type identifies the line item that is being returned and the quantity being returned.

Type that uses ReturnItemType:

Calls that use ReturnItemType:

Fields

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.

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 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.