Developers Program

Filtering search results by multiple Category IDs using findItemsAdvanced call

Published: September 06 2012, 4:38:00 AMยทUpdated: September 07 2022, 7:45:08 AM

Products

Question

How to search for items using filtering by multiple Category IDs using findItemsAdvanced call?

Answer

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

How well did this answer your question?