Trading_GetWantItNowPostRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetWantItNowPostRequestType.h Trading_GetWantItNowPostRequestType.m |
Overview
Retrieves data for a specific, active Want It Now post identified by a post ID.
The response includes the following fields: CategoryID, Description, PostID,
Site, StartTime, ResponseCount, and Title. Although GetWantItNowSearchResults
returns most of this information, only GetWantItNowPost returns Description for
a post.
@ingroup EBayAPIInterface
Tasks
-
postID
Specifies the post ID that uniquely identifies the Want It Now post for
property
which to retrieve the data. PostID is a required input. PostID is unique
across all eBay sites.
Properties
postID
Specifies the post ID that uniquely identifies the Want It Now post for
which to retrieve the data. PostID is a required input. PostID is unique
across all eBay sites.
@property (nonatomic, retain) NSString *postID
Discussion
Specifies the post ID that uniquely identifies the Want It Now post for
which to retrieve the data. PostID is a required input. PostID is unique
across all eBay sites.
type : NSString, wrapper for primitive string
Declared In
Trading_GetWantItNowPostRequestType.h