Home
Find the answer to your question
How to retrieve a seller's store information when searching?
Summary
To retrieve the seller's store information, specify SellerInfo in the IncludeSelector field in ShoppingAPI.FindItemAdvanced and StoreInfo in the outputSelector in FindingAPI.findItemAdvanced as below.
Shopping API: FindItemAdvanced Sample - store info is returned if the seller has an eBay storefront
http://open.api.ebay.com/shopping?callname=FindItemsAdvanced&IncludeSelector=SellerInfo&appid=YourAppIDHere&siteid=0&version=661&QueryKeywords=harry%20original |
Finding API: findItemAdvanced Sample - store info is only returned if the item is listed in a store
http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&outputSelector=StoreInfo&SERVICE-VERSION=1.3.0&SECURITY-APPNAME=YourAppIDHere&paginationInput.entriesPerPage=2&keywords=harry%20original |