Class GetMultipleItemsRequestType

Extends AbstractRequestType

class GetMultipleItemsRequestType
Retrieves publicly available data for one or more listings. Use this call to retrieve much of the information that is visible on a listing's View Item page on the eBay Web site, such as title, prices, and basic shipping costs. Provide ItemID for every item for which you want information. This call returns the same minimal information that is returned by GetSingleItem, for each item with no IncludeSelector specified. (Use GetShippingCosts to retrieve more detailed shipping cost information for a given item.) Duplicated items are returned as a single item. Summary: Retrieves publicly available data for one or more listings. RelatedCalls: GetSingleItem

Defined in com/ebay/shoppingservice/GetMultipleItemsRequestType.js

Property Summary
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).
Array itemID
The item ID that uniquely identifies the item listing for which to retrieve the data.

Properties inherited from AbstractRequestType
messageID

Constructor Summary

Property Details

property String includeSelector

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.)



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.


property Array itemID

The item ID that uniquely identifies the item listing for which to retrieve the data. You can provide a maximum of 20 ItemIDs. Use a comma to separate ItemIDs.

You can determine an item's ID by calling FindItems or from the eBay Web site. Provide ItemID for every item for which you want information.


Constructor Details

constructor GetMultipleItemsRequestType

GetMultipleItemsRequestType(Object props)

Parameters:
props