eBay Resolution Case Management APIVersion 1.3.0
 

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.

Type that uses ItemType:

Calls that use ItemType:

Fields



globalId ( token ) [0..1]
The identifier for the eBay site on which the item is listed.
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 ) [0..1]
The timestamp of the eBay transaction being disputed in the case.
See the Field Index to learn which calls use transactionDate.

transactionId ( string ) [1]
The unique identifier for the eBay transaction 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 transaction being disputed in the case.
See the Field Index to learn which calls use transactionPrice.