Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.07 KB

PagedEligibleItemCollection.md

File metadata and controls

15 lines (12 loc) · 2.07 KB

# PagedEligibleItemCollection

Properties

Name Type Description Notes
eligibleItems \macropage\SDKs\ebay\rest\negotiation\Model\EligibleItem[] A list of items that are eligible for a seller-initiated offer to a buyer. <br><br>Each element in the list contains the listing ID<!-- <i>or</i> the SKU value--> of a listed item. These IDs represent the listings for which buyers have shown an interest. [optional]
href string The URI of the current page of results from the result set. [optional]
limit int The number of items returned on a single page from the result set. This value can be set in the request with the <b>limit</b> query parameter. [optional]
next string The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set. <br><br><b>Max length</b>: 2048 [optional]
offset int The number of results skipped in the result set before listing the first returned result. This value can be set in the request with the <b>offset</b> query parameter. <p class=&quot;tablenote&quot;><strong>Note: </strong>The items in a paginated result set use a zero-based list where the first item in the list has an offset of <code>0</code>.</p> [optional]
prev string The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set. <br><br><b>Max length</b>: 2048 [optional]
total int The total number of items retrieved in the result set. <br><br>If no items match the search criteria, the server returns the HTTP status code <br><code>204 No Content</code>. [optional]

[Back to Model list] [Back to API list] [Back to README]