Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_RespondToWantItNowPostRequestType.h
Trading_RespondToWantItNowPostRequestType.m

Overview

Enables a seller to respond to a Want It Now post with an item listed on the eBay
site. Responses appear on the Want It Now post page, with the item title, the
price of the item, the number of bids on the item, and the time left before the
listing ends. If the item has a picture, the picture is also included on the Want
It Now post page.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The unique identifier of an item listed on the eBay site.

    property
  •   postID

    The unique identifier of a Want It Now post on the eBay site.

    property

Properties

itemID

The unique identifier of an item listed on the eBay site.

@property (nonatomic, retain) NSString *itemID

Discussion

The unique identifier of an item listed on the eBay site.

type : NSString, wrapper for primitive string

Declared In

Trading_RespondToWantItNowPostRequestType.h

postID

The unique identifier of a Want It Now post on the eBay site.

@property (nonatomic, retain) NSString *postID

Discussion

The unique identifier of a Want It Now post on the eBay site.

type : NSString, wrapper for primitive string

Declared In

Trading_RespondToWantItNowPostRequestType.h