ItemType

Type defining the item container that is returned in getUserCases and getEBPCaseDetail calls. The item container identifies the listing site, the item listing involved in the case, and the transaction details.

Since there can be multiple cases returned with the getUserCases call, the item container can appear more than once in the getUserCases request. getUserCases only returns the itemId, itemTitle, and transactionId fields.

The getEBPCaseDetail call returns the details for one case, hence only one item container. All child fields are returned.

Types that use ItemType:

Calls that use one or more fields of ItemType:

Fields

globalId ( token )
itemId ( string )
itemTitle ( string )
transactionDate ( dateTime )
transactionId ( string )
transactionPrice ( Amount (double) )

globalId ( token ) [0..1]
The unique identifier for the eBay site where the item was listed. See eBay Site ID to GlobalID for a list of eBay site IDs. Although they can be the same, this field should not be confused with the caseDetail.globalId value, which indicates the site where the buyer opened the case.
See the Field Index to learn which calls use globalId.

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

itemTitle ( string ) [1]
The title of the item listing involved in the case.
See the Field Index to learn which calls use itemTitle.

transactionDate ( dateTime ) [1]
The timestamp of the eBay order line item being disputed in the case.
See the Field Index to learn which calls use transactionDate.

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

transactionPrice ( Amount (double) ) [0..1]
The monetary amount for the eBay order line item being disputed in the case.
See the Field Index to learn which calls use transactionPrice.

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.