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

NAME

eBay::API::XML::DataType::SellingSummaryType

DESCRIPTION

Contains summary information about the items the seller is selling.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::SellingSummaryType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setActiveAuctionCount()

The number of currently active auctions that will sell. That is, there is at least one bidder, and any reserve price has been met. Equivalent to the "Will Sell" value in My eBay.

# Argument: 'xs:int'

getActiveAuctionCount()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'xs:int'

setAuctionBidCount()

The total number of bids made on the seller's active listings.

# Argument: 'xs:int'

getAuctionBidCount()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'xs:int'

setAuctionSellingCount()

The total number of currently active auctions for a given seller. Note that this does not include listings that are FixedPriceItem or StoresFixedPrice. Equivalent to the "Auction Quantity" value in My eBay.

# Argument: 'xs:int'

getAuctionSellingCount()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'xs:int'

setSoldDurationInDays()

The average duration, in days, of all items sold.

# Argument: 'xs:int'

getSoldDurationInDays()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'xs:int'

setTotalAuctionSellingValue()

The total value of all items the seller has for sale in all listings.

# Argument: 'ns:AmountType'

getTotalAuctionSellingValue()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'ns:AmountType'

setTotalSoldCount()

The total number of items the seller has sold.

SeeLink: URL: https://ebay.custhelp.com/cgi-bin/ebay.cfg/php/enduser/std_adp.php?p_faqid=1111 Title: Discrepancies Between Results of GetMyeBaySelling and GetSellerTransactions

# Argument: 'xs:int'

getTotalSoldCount()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'xs:int'

setTotalSoldValue()

The total monetary value of the items the seller has sold.

SeeLink: URL: https://ebay.custhelp.com/cgi-bin/ebay.cfg/php/enduser/std_adp.php?p_faqid=1111 Title: Discrepancies Between Results of GetMyeBaySelling and GetSellerTransactions

# Argument: 'ns:AmountType'

getTotalSoldValue()

  Calls: GetMyeBaySelling
  Returned: Always
  Details: DetailLevel: none, ReturnSummary, ReturnAll

# Returns: 'ns:AmountType'