CaseIdType

Type that defines the caseId container, which consists of a case ID and case type that uniquely identifies a case. Except for getVersion and getUserCases, this container is required in the request of all Resolution Case Management calls to identify a case.

Types that use CaseIdType:

Calls that use one or more fields of CaseIdType:

Fields

id ( string ) [1]
Unique identifier of the case. The caseId.id value is required in the request of every call except getVersion. The caseId.id value for a case is always returned in the caseSummary container of the getUserCases and getEBPCaseDetail calls.
See the Field Index to learn which calls use id.

type ( see CaseType for possible values ) [1]
eBay case type. Case types include eBay Buyer Protection and PayPal Buyer Protection cases (opened through the Resolution Center), older disputes created through other sites, and Unpaid Item or Cancel Transaction disputes created through the Resolution Center or with the AddDispute call of the Trading API.
See the Field Index to learn which calls use type.

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.