eBay Trading APIVersion 1349
 

PaginationResultType

Shows the pagination of data returned by call requests. Pagination of returned data is not needed nor supported for every Trading API call. See the documentation for individual calls to determine whether pagination is supported, required, or desirable.

Types that use PaginationResultType:

Calls that use PaginationResultType:

Fields

TotalNumberOfEntries ( int ) [0..1]
Indicates the total number of entries that could be returned by repeated call requests. Returned with a value of 0 if no entries are available.
See the Field Index to learn which calls use TotalNumberOfEntries.

TotalNumberOfPages ( int ) [0..1]
Indicates the total number of pages of data that could be returned by repeated requests. Returned with a value of 0 if no pages are available.
See the Field Index to learn which calls use TotalNumberOfPages.