eBay Post-Order APIVersion 2.7.7
 

InquirySearchResponse

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

Call that uses InquirySearchResponse:

Fields

members ( array of InquirySummaryType ) [0..?]
An array of one or more INR inquiries 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 INR inquiries that match the filter criteria, the total number of INR inquiries 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.

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