Developers Program

Getting item specifics for an item

Published: March 08 2011, 11:37:00 AMยทUpdated: August 26 2022, 2:57:46 AM

Products

Question

How can I get the exact item specifics for an ebay item? (only the ones that match on this item not category aspect histogram).

Answer

GetSingleItem (Shopping API) call will enable you to retrieve the item specifics for a specific listing.


Here is a sample request -
http://open.api.ebay.com/shopping?callname=GetSingleItem&responseencoding=XML&appid=AppID&siteid=0&ItemID=140519246170&IncludeSelector=ItemSpecifics&version=1199

The above request will return all the public details about the item including the item specifics

How well did this answer your question?