eBay Post-Order APIVersion 2.7.7
 

CaseSummaryType

This type is used to provide a summary of information on each case that is returned in the GET /post-order/v2/casemanagement/search response.

Type that uses CaseSummaryType:

Call that uses CaseSummaryType:

Fields



buyer ( string ) [0..?]
The eBay user ID of the buyer involved in the case.
See the Field Index to learn which calls use buyer.

caseId ( integer ) [0..?]
The unique identifier of the case.
See the Field Index to learn which calls use caseId.

caseStatusEnum ( string ) [0..?]
This enumeration value indicates the current status of the case.

The list of enumeration values that may be returned in this field are defined in the CaseStatusEnum type definition.
See the Field Index to learn which calls use caseStatusEnum.

claimAmount ( Amount ) [0..?]
This container displays the dollar value of the order line item associated with the case, which is generally the amount of the refund that the buyer will receive if the buyer is looking for a refund, or if the seller voluntarily refunds the buyer.
See the Field Index to learn which calls use claimAmount.

creationDate ( DateTime ) [0..?]
The timestamp in this container indicates when the case was created.
See the Field Index to learn which calls use creationDate.

itemId ( integer ) [0..?]
The unique identifier of the eBay listing where the line item was purchased. This field is used in conjunction with the transactionId field to identify a line item that is associated with the case.
See the Field Index to learn which calls use itemId.

lastModifiedDate ( DateTime ) [0..?]
The timestamp in this container indicates when the last action was performed on the case.
See the Field Index to learn which calls use lastModifiedDate.

respondByDate ( DateTime ) [0..?]
The timestamp in this container indicates the deadline for when a buyer or seller must perform the next action on the case. This field will only be returned if there is a deadline associated with the next action.
See the Field Index to learn which calls use respondByDate.

seller ( string ) [0..?]
The eBay user ID of the seller involved in the case.
See the Field Index to learn which calls use seller.

transactionId ( integer ) [0..?]
The unique identifier of the purchase transaction. This value is created right when the buyer is committed to buying the item, whether that buyer uses a 'Buy it Now' capability, is the winning bidder of an auction, or the buyer's Best Offer is accepted by the seller. This field is used in conjunction with the itemId field to identify the line item that is associated with the case.
See the Field Index to learn which calls use transactionId.