eBay Trading APIVersion 1349
 

SellingSummaryType

Contains summary information about the items the seller is selling.

Type that uses SellingSummaryType:

Call that uses SellingSummaryType:

Fields



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.

AuctionSellingCount ( int ) [0..1]
The total number of currently active auctions for a given seller. 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.