skip to Main Content

eBay API categoryId in findItemsAdvanced call returns wrong categories

I'm trying to use the categoryId in my findItemsAdvanced query: api.execute('findItemsAdvanced', { 'keywords': 'laptop', 'categoryId': '51148'} The results I get are, for example (printing the searchResult dictionary): 'itemId': {'value': '200971548007'}, 'isMultiVariationListing': ............. 'primaryCategory': {'categoryId': {'value': '69202'}, 'categoryName': {'value': 'Air Conditioning'}}…

VIEW QUESTION

eBay API Call Limit

I am working on a program for a friend which will allow him to post and revise listings to his eBay account and when reviewing the necessary documentation I have found a conflict in terms of limits. This page suggests…

VIEW QUESTION
Back To Top
Search