ebay finding api finditemsbykeywords pagination problem – Ebay API
I tried the following calls: https://svcs.ebay.com/services/search/FindingService/v1?X-EBAY-SOA-OPERATION-NAME=findItemsByKeywords&SERVICE-VERSION=1.13.0&keywords=waschbecken&RESPONSE-DATA-FORMAT=JSON&GLOBAL-ID=EBAY-DE&outputSelector(0)=ItemSpecifics&paginationInput.entriesPerPage=100&paginationInput.pageNumber=2 then on the ebay API explorer for the post request body, <findItemsByKeywordsRequest xmlns="http://www.ebay.com/marketplace/search/v1/services"> <keywords>waschbecken</keywords> <paginationInput> <entriesPerPage>100</entriesPerPage> <pageNumber>2</pageNumber> </paginationInput> </findItemsByKeywordsRequest> but I do not get 100 searchResult count per page, in Postman I get 32…