I am currently using ebay api to retrieve data about store inventory listings:
I would like to know if there is a way to return the item description as well because right now it gives me only price, shipping price, and title, and some other small info.
4
Answers
The
findItemsByCategory
response documentation doesn’t include the store’s freetext/HTML description of the store item. The closest nodes aretitle
andsubtitle
, which obviously aren’t what you’re after.It appears that the item description field won’t be returned to you in this API call.
You need to call: GetItem from the Trading API
If you are searching item in your store then you may use the trading API as answered by zang but if you want search in other stores
Use Ebay Finding API to get the item ID and then use shopping API and get both text and html description.
Make sure you include:
in the call
eg.
http://open.api.ebay.com/shopping?callname=GetSingleItem&IncludeSelector=Details,Description,TextDescription&appid=YourAppId&version=515&ItemID=1111111111