Trading_RespondToBestOfferRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_RespondToBestOfferRequestType.h Trading_RespondToBestOfferRequestType.m |
Overview
Enables the seller of a Best Offer item to accept, decline, or counter offers
made by bidders. Best offers can be declined in bulk, using the same message
from the seller to the bidders of all rejected offers.
@ingroup EBayAPIInterface
Tasks
-
itemIDSpecifies the item for which the BestOffer data is to be returned.
property -
bestOfferIDThe ID of a Best Offer for the item.
property -
actionThe action taken on the Best Offer by the seller (e.g.,
property
Accept, Decline, or Counter). Bulk Accept and Bulk
Counter are not supported. That is, you cannot accept or
counter multiple offers in a single call. You can,
however, decline multiple offers in a single call. -
sellerResponseA comment from the seller to the buyer.
property -
counterOfferPriceThe counter offer price. When Action is set to Counter,
property
you must specify the amount for the counter offer with
CounterOfferPrice. The value of CounterOfferPrice cannot
exceed the Buy It Now price for a single quantity item.
The value of CounterOfferPrice may exceed the Buy It Now
price if the value for CounterOfferQuantity is greater
than 1. -
counterOfferQuantityThe quantity of items in the counter offer. When Action is set to
property
Counter you must specify the quantity of items for the
counter offer with CounterOfferQuantity.
Properties
action
The action taken on the Best Offer by the seller (e.g.,
Accept, Decline, or Counter). Bulk Accept and Bulk
Counter are not supported. That is, you cannot accept or
counter multiple offers in a single call. You can,
however, decline multiple offers in a single call.
@property (nonatomic, retain) NSString *actionDiscussion
The action taken on the Best Offer by the seller (e.g.,
Accept, Decline, or Counter). Bulk Accept and Bulk
Counter are not supported. That is, you cannot accept or
counter multiple offers in a single call. You can,
however, decline multiple offers in a single call.
type: string constant in Trading_BestOfferActionCodeType.h
Declared In
Trading_RespondToBestOfferRequestType.hbestOfferID
The ID of a Best Offer for the item.
@property (nonatomic, retain) NSMutableArray *bestOfferIDDiscussion
The ID of a Best Offer for the item.
entry type : NSString, wrapper for primitive string
Declared In
Trading_RespondToBestOfferRequestType.hcounterOfferPrice
The counter offer price. When Action is set to Counter,
you must specify the amount for the counter offer with
CounterOfferPrice. The value of CounterOfferPrice cannot
exceed the Buy It Now price for a single quantity item.
The value of CounterOfferPrice may exceed the Buy It Now
price if the value for CounterOfferQuantity is greater
than 1.
@property (nonatomic, retain) Trading_AmountType *counterOfferPriceDiscussion
The counter offer price. When Action is set to Counter,
you must specify the amount for the counter offer with
CounterOfferPrice. The value of CounterOfferPrice cannot
exceed the Buy It Now price for a single quantity item.
The value of CounterOfferPrice may exceed the Buy It Now
price if the value for CounterOfferQuantity is greater
than 1.
type : class Trading_AmountType
Declared In
Trading_RespondToBestOfferRequestType.hcounterOfferQuantity
The quantity of items in the counter offer. When Action is set to
Counter you must specify the quantity of items for the
counter offer with CounterOfferQuantity.
@property (nonatomic, retain) NSNumber *counterOfferQuantityDiscussion
The quantity of items in the counter offer. When Action is set to
Counter you must specify the quantity of items for the
counter offer with CounterOfferQuantity.
type : NSNumber, wrapper for primitive int
Declared In
Trading_RespondToBestOfferRequestType.h