eBay Return Management APIVersion 1.1.0
 

ItemFilterType

Type defining the itemFilter container in the getUserReturns request. This container is used to retrieve all returns related to a specific eBay listing or to a specific order line item.

Type that uses ItemFilterType:

Call that uses ItemFilterType:

Fields

itemId ( string ) [1]
The unique identifier for an eBay listing. If specified, all returns filed against any of this listing's order line items are retrieved.

An itemId value is required if the itemFilter container is used. If a transactionId value is used to identify a specific eBay order line item, that transactionId value must be associated with the itemId value or an error occurs.
See the Field Index to learn which calls use itemId.

transactionId ( string ) [0..1]
The unique identifier for an eBay order line item. If a transactionId value is specified, any return filed against this order line item is retrieved. The transactionId value must be associated with the itemId value or an error occurs.
See the Field Index to learn which calls use transactionId.