The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::PaginationType

DESCRIPTION

Contains data for controlling pagination in API requests. Pagination of returned data is required for some calls and not needed in or not supported for some calls. See the documentation for individual calls to determine whether pagination is supported, required, or desirable.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::PaginationType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setEntriesPerPage()

Specifies the maximum number of entries to return in a single call. If the number of entries that can be returned is less than the value in EntriesPerPage, then the lower number is returned. For most calls, the max is 200 and the default is 25. For GetUserDisputes, the value is hard-coded at 200, and any input is ignored. For GetProducts, the maximum is 20 (and higher values are ignored). See the annotations for other individual calls to determine the correct max and default values. For GetOrders, not applicable to eBay.com (but applicable to Half.com for GetOrders).

  Calls: GetAccount
         GetCategoryListings
         GetFeedback
         GetItemsAwaitingFeedback
         GetItemTransactions
         GetLiveAuctionBidders
         GetMyeBayBuying
         GetMyeBaySelling
         GetOrders
         GetSellerTransactions
         GetWantItNowSearchResults
         GetLiveAuctionBidders
         GetVeROReportStatus
  RequiredInput: No

  Calls: GetMemberMessages
  RequiredInput: Yes

  Calls: GetProductSearchResults
         GetProductFamilyMembers
  RequiredInput: No
  Default: 50
  Max: 50000
  Min: 1

  Calls: GetProducts
  RequiredInput: No
  Max: 20
  Min: 1

  Calls: GetSearchResults
  RequiredInput: No
  Max: 400
  Min: 1

  Calls: GetSellerPayments
  RequiredInput: No
  Default: 200
  Max: 200
  Min: 1

  Calls: GetUserDisputes
  RequiredInput: No
  Default: 200
  Max: 200
  Min: 200

  Calls: GetSellerList
  RequiredInput: Yes

  Calls: GetPopularKeywords
  RequiredInput: No
  Default: 100

# Argument: 'xs:int'

getEntriesPerPage()

# Returns: 'xs:int'

setPageNumber()

Specifies the number of the page of data to return in the current call. Default is 1 for most calls. For some calls, the default is 0. Specify a positive value equal to or lower than the number of pages available (which you determine by examining the results of your initial request). See the documentation for other individual calls to determine the correct default value. For GetOrders, not applicable to eBay.com (for GetOrders, applicable to Half.com).

  Calls: GetAccount
         GetCategoryListings
         GetFeedback
         GetItemsAwaitingFeedback
         GetItemTransactions
         GetLiveAuctionBidders
         GetMyeBayBuying
         GetMyeBaySelling
         GetOrders
         GetSearchResults
         GetSellerTransactions
         GetWantItNowSearchResults
         GetLiveAuctionBidders
         GetVeROReportStatus
  RequiredInput: No
  Default: 0
  Max: 2147483647
  Min: 0

  Calls: GetMemberMessages
         GetUserDisputes
  RequiredInput: Yes

  Calls: GetProductSearchResults
         GetProductFamilyMembers
  RequiredInput: No
  Default: 0
  Max: 2147483647
  Min: 0

  Calls: GetSellerList
  RequiredInput: Yes

  Calls: GetSellerPayments
  RequiredInput: No
  Default: 1
  Max: 2147483647
  Min: 1

  Calls: GetProducts
  RequiredInput: No
  Default: 1
  Max: 2000
  Min: 1

  Calls: GetPopularKeywords
  RequiredInput: No
  Default: 1

# Argument: 'xs:int'

getPageNumber()

# Returns: 'xs:int'