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

  •   itemID

    Specifies the item for which the BestOffer data is to be returned.

    property
  •   bestOfferID

    The ID of a Best Offer for the item.

    property
  •   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
  •   sellerResponse

    A comment from the seller to the buyer.

    property
  •   counterOfferPrice

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

    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

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 *action

Discussion

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

bestOfferID

The ID of a Best Offer for the item.

@property (nonatomic, retain) NSMutableArray *bestOfferID

Discussion

The ID of a Best Offer for the item.

entry type : NSString, wrapper for primitive string

Declared In

Trading_RespondToBestOfferRequestType.h

counterOfferPrice

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 *counterOfferPrice

Discussion

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

counterOfferQuantity

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 *counterOfferQuantity

Discussion

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

itemID

Specifies the item for which the BestOffer data is to be returned.

@property (nonatomic, retain) NSString *itemID

Discussion

Specifies the item for which the BestOffer data is to be returned.

type : NSString, wrapper for primitive string

Declared In

Trading_RespondToBestOfferRequestType.h

sellerResponse

A comment from the seller to the buyer.

@property (nonatomic, retain) NSString *sellerResponse

Discussion

A comment from the seller to the buyer.

type : NSString, wrapper for primitive string

Declared In

Trading_RespondToBestOfferRequestType.h