Developers Program

Retrieve sellers' store information when searching

Published: April 01 2010, 10:28:00 PMยทUpdated: August 23 2022, 8:31:35 AM

Products

Question

How to retrieve a seller's store information when searching?

Answer

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

How well did this answer your question?