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::RespondToBestOfferRequestType

DESCRIPTION

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.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::RespondToBestOffer::RespondToBestOfferRequestType inherits from the eBay::API::XML::RequestDataType 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'

getAction()

# Returns: 'ns:BestOfferActionCodeType'

setBestOfferID()

The ID of a Best Offer for the item.

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

getBestOfferID()

# Returns: 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'

getCounterOfferPrice()

# Returns: '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'

getCounterOfferQuantity()

# Returns: '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'

getItemID()

# Returns: 'ns:ItemIDType'

setSellerResponse()

A comment from the seller to the buyer.

MaxLength: 250

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getSellerResponse()

# Returns: 'xs:string'