eBay Trading APIVersion 1349
 

MyeBaySellingSummaryType

Contains summary information about the items the seller is selling.

Type that uses MyeBaySellingSummaryType:

Call that uses MyeBaySellingSummaryType:

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.

AmountLimitRemaining ( AmountType (double) ) [0..1]
The total value of the items listed price that this seller can list. This amount is the total of the prices specified upon listing. For example, for fixed price listings, this is the total of the fixed price amounts. For auction listings, this is the total of the starting prices. The seller will be unable to list an item if the amount of the item's fixed price or starting price (for auctions) exceeds the amount limit. This is part of the seller limit, which can be increased by requesting an increase from eBay using the "Request higher selling limits" link in the All Selling section of My eBay. (Under "Selling Limits".) Notice that the quantity limit (see QuantityLimitRemaining) may be reached before the amount limit is reached.
See the Field Index to learn which calls use AmountLimitRemaining.

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.

ClassifiedAdCount ( int ) [0..1]
The total number of Classified Ad listings listed by the seller.
See the Field Index to learn which calls use ClassifiedAdCount.

QuantityLimitRemaining ( long ) [0..1]
The quantity of items that this seller can list. This number refers to the total quantity of items in all listings. For example, if the seller's limit was a quantity of 100, this could be 100 listings of one item each, or one listing with a quantity of 100 items. The seller will be unable to list additional items or quantities of items for sale in excess of this number for the current month unless the seller requests an increase from eBay using the "Request higher selling limits" link in the All Selling section of My eBay. (Under "Selling Limits".) Notice that the amount limit (see AmountLimitRemaining) may be reached before the quantity limit is reached.
See the Field Index to learn which calls use QuantityLimitRemaining.

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]
For all items that the seller has for sale, the total selling values of those items having bids and where the Reserve price is met (if a Reserve price is specified).
See the Field Index to learn which calls use TotalAuctionSellingValue.

TotalListingsWithLeads ( int ) [0..1]
The total number of Classified Ad listings that have an associated lead.
See the Field Index to learn which calls use TotalListingsWithLeads.

TotalSoldCount ( int ) [0..1]
The total number of items that the seller has sold in the past 31 days.
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.