Inherits from Shopping_AbstractRequestType : NSObject
Declared in Shopping_GetItemStatusRequestType.h
Shopping_GetItemStatusRequestType.m

Overview

Contains a single ItemID or an array of ItemIDs.

@ingroup ShoppingInterface

Tasks

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

    property

Properties

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.

@property (nonatomic, retain) NSMutableArray *itemID

Discussion

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.

entry type : NSString, wrapper for primitive string

Declared In

Shopping_GetItemStatusRequestType.h