Finding API - get seller's items with findItemAdvanced call Find the answer to your question
Advanced Search Product -Select Product- GDPR Trading API Shopping API Merchandising API Feedback API Finding API Product Services Sandbox Others MIP Media API Notification API Identity API Charity API Taxonomy API Catalog API Recommendation API Compliance API Logistics API Finances API(Alpha) Negotiation API Sell Feed API Marketing Ads API Account API Inventory API Fulfillment API Marketing Promotion API Analytics API Metadata API Offer API Marketplace Insights API Deal API Marketing API Feed API Browse API Order API Analytics API Key Management API Cancellation API Case Management API Inquiry API Return API Category -Select- Getting Started Sample Code Troubleshooting HowTo's / Best Practices No Value
Language -Select- C# Flex Java JavaScript PHP VB.NET VB6
Format -Select- All XML SOAP JSON Name Value N/A
SDK -Select- .NET Java JavaScript Flax/Flash Mobile - iOS None
Sort by Default Summary New Description Date Updated
Sort order Descending Ascending
Search
Published: August 19 2010, 10:23:00 PM Updated: August 17 2022, 3:26:24 AM
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"?> <findItemsAdvancedRequest xmlns="http://www.ebay.com/marketplace/search/v1/services"> <paginationInput> <pageNumber>1</pageNumber> <entriesPerPage>3</entriesPerPage> </paginationInput> <itemFilter> <name>Seller</name> <value>seller1</value> <value>seller2</value> </itemFilter>
<itemFilter> <name>LocatedIn </name> <value>WorldWide</value> </itemFilter> </findItemsAdvancedRequest>
Version Info
The example was based on the version specified below:
How well did this answer your question? Answers others found helpful