eBay Post-Order APIVersion 2.7.7
 

CaseSearchResponse

The base response type of the GET /post-order/v2/casemanagement/search method, which is used to retrieve cases based on filter criteria in the request.

Call that uses CaseSearchResponse:

Fields

members ( array of CaseSummaryType ) [0..?]
An array of one or more cases that match the filter criteria in request.
See the Field Index to learn which calls use members.

paginationOutput ( PaginationOutput ) [0..?]
This container consists of metadata related to the current page of results. It shows the total number of cases that match the filter criteria, the total number of cases to show per page of results, and the total number of pages in the results set.
See the Field Index to learn which calls use paginationOutput.

totalNumberOfCases ( integer ) [0..?]
This integer value indicates the total number of cases that were found based on the input filter(s) in the request.
See the Field Index to learn which calls use totalNumberOfCases.