Home
Find the answer to your question
Detailed Description
You can get eBay sellers' listings with findItemsAdvanced call. The API allows you to retrieve seller's items without specifying siteID and keywords /categoryId in the request. Here is the sample call which returns the listing for two sellers specified in the request.
Note you must use LocatedIn filter with value set to “WorldWide” to find an seller's all active items, regardless of their Location
URL format - HTTP GET
http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&SECURITY-APPNAME=YOUR APPID&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD&itemFilter(0).name=Seller&itemFilter(0).value(0)=seller1&itemFilter(0).value(1)=seller2&itemFilter(1).name=LocatedIn&itemFilter(1).value=WorldWide&paginationInput.entriesPerPage=3 |
XML format - HTTP POST
<?xml version="1.0" encoding="utf-8"?> <itemFilter> |
Version Info
The example was based on the version specified below:
API Schema Version | 1.13.0 |