Class GetSingleItemRequestType
class GetSingleItemRequestType
Retrieves publicly available data for a single listing. Use this call to retrieve most of the information that is visible on a listing's View Item page on the eBay Web site, such as title, description, prices, basic seller and bidder information, and other details about the listing.Also returns basic shipping costs. For more shipping details, use GetShippingCosts. Summary: Gets publicly visible details about one listing. This gives you most of the data that eBay shows on the View Item page (title, description, price, and other details). RelatedCalls: FindItems, GetItemStatus, GetShippingCosts, GetSingleItem
Defined in com/ebay/shoppingservice/GetSingleItemRequestType.js
Defines standard subsets of fields to return within the response.
If you don't specify this field, the call returns a default set of fields (see the "Detail Controls" link below).
The item ID that uniquely identifies the item listing for which to retrieve the data.
You can determine an item's ID by calling FindItems or from the eBay Web site.
Defines standard subsets of fields to return within the response.
If you don't specify this field, the call returns a default set of fields (see the "Detail Controls" link below). If you specify this field, the additional fields you retrieve can affect the call's response time (performance).
Applicable values: • Details
Include most available fields in the response (except fields that significantly affect the call's performance).
• Description
Include the Description field in the response. (This can affect the call's performance.)
• TextDescription
Include the text Description(no html tag) field in the response. (This can affect the call's performance.)
• ShippingCosts
Include basic shipping costs in the response. (Use GetShippingCosts to retrieve more details.)
• ItemSpecifics
Include ItemSpecifics in the response.
Use a comma to specify multiple values. (In this case, the results are cumulative.) See "GetSingleItem Samples" for an example of how to use this field.
See "Detail Controls" for a complete list of fields that can be returned for each selector.
The item ID that uniquely identifies the item listing for which to retrieve the data.
You can determine an item's ID by calling FindItems or from the eBay Web site.
GetSingleItemRequestType(Object props)
Parameters: