Hello together,
I know: This topic was discussed several times, but no post solved my issue.
What I need: I need to get all items from each category from an Ebay store.
As an example I choosed this german store: https://www.ebay.de/str/frankenschuhe
The store page says that there are in total 258 articles. This page says that there are 976 offers: https://www.ebay.de/sch/frankenschuhe/m.html?_nkw=&_armrs=1&_ipg=&_from=
Nevertheless... I post requested:
X-EBAY-SOA-SECURITY-APPNAME: ...
X-SOA-OPERATION_NAME: findItemsIneBayStores
X-EBAY-SOA-GLOBAL-ID: EBAY-DE
<?xml version="1.0" encoding="utf-8"?> <findItemsIneBayStoresRequest xmlns="http://www.ebay.com/marketplace/search/v1/services"> <storeName>Frankenschuhe</storeName> <paginationInput> <pageNumber>1</pageNumber> </paginationInput> </findItemsIneBayStoresRequest>
... And got:
<searchResult count="27"> </searchResult> <paginationOutput> <pageNumber>1</pageNumber> <entriesPerPage>100</entriesPerPage> <totalPages>23</totalPages> <totalEntries>2201</totalEntries> </paginationOutput>
count says 27 items. Pagination returns another value. Can anyone please explain how I can get every item and what the real items count id? I got 4 different values.
BUT: There are cases of stores where I always get the same and right number. Are the difference within a store?
Thanks in advance
Best regards
Sebastian