Class GetItemStatusRequestType

Extends AbstractRequestType

class GetItemStatusRequestType
Contains a single ItemID or an array of ItemIDs. Summary: Allows you to get the status for a group of items. Returns status information such as ListingStatus and End Time for all items that are listed in the request. Duplicated items are returned as a single item.

Defined in com/ebay/shoppingservice/GetItemStatusRequestType.js

Property Summary
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 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.


Constructor Details

constructor GetItemStatusRequestType

GetItemStatusRequestType(Object props)

Parameters:
props