4 Answers

2
votes

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.

1
votes

The findItemsByCategory response documentation doesn't include the store's freetext/HTML description of the store item. The closest nodes are title and subtitle, 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.