eBay::API::XML::Call::ApproveLiveAuctionBidders - eBay::API::XML::Call::ApproveLiveAuctionBidders documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::Call::ApproveLiveAuctionBidders

DESCRIPTION

Top

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setAllApprovedBiddingLimit()

This is the amount that bidders are beings approved for. This is required if user has set ApproveAllPending to true. It only applies to bidder requests that are in pending status.

  RequiredInput: Conditionally
#    Argument: 'ns:AmountType'

setApproveAllPending()

This will approve all bidders in the catalog in the pending status only. This is an optional field. If provided and set to true, do not send BidApproval.

  RequiredInput: No
#    Argument: 'xs:boolean'

setBidApproval()

Approval details for a specific set of bidders.

  RequiredInput: No
#    Argument: 'ns:BidApprovalArrayType'

setUserCatalogID()

Number that identifies the seller's eBay Live Auctions catalog for which they want to set bidding limits and approve or decline bidders.

  RequiredInput: Yes
#    Argument: 'xs:int'

getBidderUpdateStatus()

Contains the results of the request for each item. Mulitple bidders can be approved with one call.

  Returned: Always
#    Returns: 'ns:LiveAuctionApprovalStatusArrayType'


eBay-API documentation  | view source Contained in the eBay-API distribution.