ItemFilterType

Type that defines the itemFilter field used in the getUserCases call. The itemFilter field is used to retrieve all cases related to a specific eBay listing, or to retrieve a specific case based on a specific transaction. A date range filter must also be used to retrieve cases and/or disputes older than 90 days.

Types that use ItemFilterType:

Call that uses one or more fields of ItemFilterType:

Fields

itemId ( string ) [1]
The unique identifier for an eBay item listing. All cases filed against this itemId are returned.
See the Field Index to learn which calls use itemId.

transactionId ( string ) [0..1]
The unique identifier for an eBay order line item. The transactionId must match the specified itemId or an error is returned. If a transactionId is specified, only one case, that matches the itemId and the transactionId, may be returned.
See the Field Index to learn which calls use transactionId.

Copyright © 2010–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.