SellingSummaryType
Contains summary information about the items the seller is selling.

Types that use SellingSummaryType:

Call that uses one or more fields of SellingSummaryType:

Fields

ActiveAuctionCount ( int )
AuctionBidCount ( int )
AuctionSellingCount ( int )
SoldDurationInDays ( int )
TotalAuctionSellingValue ( AmountType (double) )
TotalSoldCount ( int )
TotalSoldValue ( AmountType (double) )

ActiveAuctionCount ( int ) [0..1]
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.
See the Field Index to learn which calls use ActiveAuctionCount.

AuctionBidCount ( int ) [0..1]
The total number of bids made on the seller's active listings.
See the Field Index to learn which calls use AuctionBidCount.

AuctionSellingCount ( int ) [0..1]
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.
See the Field Index to learn which calls use AuctionSellingCount.

SoldDurationInDays ( int ) [0..1]
The average duration, in days, of all items sold.
See the Field Index to learn which calls use SoldDurationInDays.

TotalAuctionSellingValue ( AmountType (double) ) [0..1]
The total value of all items the seller has for sale in all listings.
See the Field Index to learn which calls use TotalAuctionSellingValue.

TotalSoldCount ( int ) [0..1]
The total number of items the seller has sold.
See the Field Index to learn which calls use TotalSoldCount.

TotalSoldValue ( AmountType (double) ) [0..1]
The total monetary value of the items the seller has sold.
See the Field Index to learn which calls use TotalSoldValue.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.