This is the base response type of the GetSellerList call. The GetSellerList response includes an array of one or more listings that matched the input criteria, as well as pagination data.
Call that uses GetSellerListResponseType:
true
if there are more pages in the current result set to view, or false
if the current page being viewed is the last (or only) page of the result set. 1
, you can make another GetSellerList call, keeping everything the same except changing the value of the Pagination.PageNumber field from 1
to 2
.
1
if the Pagination.PageNumber field was not included in the request.
Fine
.
Copyright © 2005–2021 eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.