The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::RespondToBestOffer

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::RespondToBestOffer inherits from the eBay::API::XML::BaseCall class

Subroutines:

setAction()

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.

  RequiredInput: Yes
#    Argument: 'ns:BestOfferActionCodeType'

setBestOfferID()

The ID of a Best Offer for the item.

  RequiredInput: Yes
#    Argument: reference to an array  
                      of 'ns:BestOfferIDType'

setCounterOfferPrice()

The counter offer price. When Action is set to Counter, you must specify the amount for the counteroffer 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.

  RequiredInput: Conditionally
#    Argument: 'ns:AmountType'

setCounterOfferQuantity()

The counter offer quantity. When Action is set to Counter you must specify the quantity of items for the counteroffer with CounterOfferQuantity.

  RequiredInput: Conditionally
#    Argument: 'xs:int'

setItemID()

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

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

  RequiredInput: Yes
#    Argument: 'ns:ItemIDType'

setSellerResponse()

A comment from the seller to the buyer.

MaxLength: 250

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getRespondToBestOffer()

A list of BestOffers that were either accepted or declined.

  Returned: Always
#    Returns: 'ns:BestOfferArrayType'