Home
Find the answer to your question
How to search for items using filtering by multiple Category IDs using findItemsAdvanced call?
To search for items filtering by multiple category IDs, here is the sample findItemsAdvanced call
http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced
&GLOBAL-ID=EBAY-IN
&SECURITY-APPNAME=YOUR-APP-ID
&RESPONSE-DATA-FORMAT=XML
&REST-PAYLOAD
&itemFilter.name=Condition&itemFilter.value=New
&itemFilter.name=HideDuplicateItems&itemFilter.value=true
&itemFilter.name=FeedbackScoreMin&itemFilter.value=10000
&categoryId(0)=146909&categoryId(1)=170999
The above call would give a response with items from all the categories mentioned in the request.
Note: API version 1.12.0