Trading_MyeBaySellingSummaryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MyeBaySellingSummaryType.h Trading_MyeBaySellingSummaryType.m |
Overview
Contains summary information about the items the seller is selling.
@ingroup EBayAPIInterface
Tasks
-
activeAuctionCountThe number of currently active auctions that will sell. That
property
is, there is at least one bidder, and any reserve price has
been met. Equivalent to the “Will Sell” value in My eBay. -
auctionSellingCountThe total number of currently active auctions for a given
property
seller. Note that this does not include listings that are
FixedPriceItem or StoresFixedPrice. Equivalent to the
“Auction Quantity” value in My eBay. -
auctionBidCountThe total number of bids made on the seller’s active listings.
property -
totalAuctionSellingValueFor all items that the seller has for sale, the total
property
selling values of those items having bids and where the
Reserve price is met (if a Reserve price is specified). -
totalSoldCountThe total number of items that the seller has sold in the
property
past 31 days. -
totalSoldValueThe total monetary value of the items the seller has sold.
property -
soldDurationInDaysThe average duration, in days, of all items sold.
property -
classifiedAdCountThe total number of Classified Ad listings listed by the
property
seller. -
totalLeadCountThe total number of leads from the seller’s classified
property
ad listings. Number indicates the total number of emails
received for the listings -
classifiedAdOfferCountThe total number of offers received on active Classified
property
Ad listings. -
totalListingsWithLeadsThe total number of Classified Ad listings that have an
property
associated lead. -
quantityLimitRemainingThe quantity of items that this seller can list. This number refers to the total quantity of items in all listings.
property
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. -
amountLimitRemainingThe total value of the items listed price that this seller can list. This amount is the total of the prices
property
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. -
any(public property)
property
Properties
activeAuctionCount
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.
@property (nonatomic, retain) NSNumber *activeAuctionCountDiscussion
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.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.hamountLimitRemaining
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.
@property (nonatomic, retain) Trading_AmountType *amountLimitRemainingDiscussion
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.
type : class Trading_AmountType
Declared In
Trading_MyeBaySellingSummaryType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyeBaySellingSummaryType.hauctionBidCount
The total number of bids made on the seller’s active listings.
@property (nonatomic, retain) NSNumber *auctionBidCountDiscussion
The total number of bids made on the seller’s active listings.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.hauctionSellingCount
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.
@property (nonatomic, retain) NSNumber *auctionSellingCountDiscussion
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.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.hclassifiedAdCount
The total number of Classified Ad listings listed by the
seller.
@property (nonatomic, retain) NSNumber *classifiedAdCountDiscussion
The total number of Classified Ad listings listed by the
seller.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.hclassifiedAdOfferCount
The total number of offers received on active Classified
Ad listings.
@property (nonatomic, retain) NSNumber *classifiedAdOfferCountDiscussion
The total number of offers received on active Classified
Ad listings.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.hquantityLimitRemaining
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.
@property (nonatomic, retain) NSNumber *quantityLimitRemainingDiscussion
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.
type : NSNumber, wrapper for primitive long
Declared In
Trading_MyeBaySellingSummaryType.hsoldDurationInDays
The average duration, in days, of all items sold.
@property (nonatomic, retain) NSNumber *soldDurationInDaysDiscussion
The average duration, in days, of all items sold.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.htotalAuctionSellingValue
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).
@property (nonatomic, retain) Trading_AmountType *totalAuctionSellingValueDiscussion
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).
type : class Trading_AmountType
Declared In
Trading_MyeBaySellingSummaryType.htotalLeadCount
The total number of leads from the seller’s classified
ad listings. Number indicates the total number of emails
received for the listings
@property (nonatomic, retain) NSNumber *totalLeadCountDiscussion
The total number of leads from the seller’s classified
ad listings. Number indicates the total number of emails
received for the listings
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.htotalListingsWithLeads
The total number of Classified Ad listings that have an
associated lead.
@property (nonatomic, retain) NSNumber *totalListingsWithLeadsDiscussion
The total number of Classified Ad listings that have an
associated lead.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.htotalSoldCount
The total number of items that the seller has sold in the
past 31 days.
@property (nonatomic, retain) NSNumber *totalSoldCountDiscussion
The total number of items that the seller has sold in the
past 31 days.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.htotalSoldValue
The total monetary value of the items the seller has sold.
@property (nonatomic, retain) Trading_AmountType *totalSoldValueDiscussion
The total monetary value of the items the seller has sold.
type : class Trading_AmountType
Declared In
Trading_MyeBaySellingSummaryType.h