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
-
activeAuctionCount
The 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. -
auctionSellingCount
The 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. -
auctionBidCount
The total number of bids made on the seller’s active listings.
property -
totalAuctionSellingValue
For 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). -
totalSoldCount
The total number of items that the seller has sold in the
property
past 31 days. -
totalSoldValue
The total monetary value of the items the seller has sold.
property -
soldDurationInDays
The average duration, in days, of all items sold.
property -
classifiedAdCount
The total number of Classified Ad listings listed by the
property
seller. -
totalLeadCount
The total number of leads from the seller’s classified
property
ad listings. Number indicates the total number of emails
received for the listings -
classifiedAdOfferCount
The total number of offers received on active Classified
property
Ad listings. -
totalListingsWithLeads
The total number of Classified Ad listings that have an
property
associated lead. -
quantityLimitRemaining
The 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. -
amountLimitRemaining
The 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 *activeAuctionCount
Discussion
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.h
amountLimitRemaining
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 *amountLimitRemaining
Discussion
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.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MyeBaySellingSummaryType.h
auctionBidCount
The total number of bids made on the seller’s active listings.
@property (nonatomic, retain) NSNumber *auctionBidCount
Discussion
The total number of bids made on the seller’s active listings.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.h
auctionSellingCount
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 *auctionSellingCount
Discussion
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.h
classifiedAdCount
The total number of Classified Ad listings listed by the
seller.
@property (nonatomic, retain) NSNumber *classifiedAdCount
Discussion
The total number of Classified Ad listings listed by the
seller.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.h
classifiedAdOfferCount
The total number of offers received on active Classified
Ad listings.
@property (nonatomic, retain) NSNumber *classifiedAdOfferCount
Discussion
The total number of offers received on active Classified
Ad listings.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.h
quantityLimitRemaining
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 *quantityLimitRemaining
Discussion
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.h
soldDurationInDays
The average duration, in days, of all items sold.
@property (nonatomic, retain) NSNumber *soldDurationInDays
Discussion
The average duration, in days, of all items sold.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.h
totalAuctionSellingValue
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 *totalAuctionSellingValue
Discussion
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.h
totalLeadCount
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 *totalLeadCount
Discussion
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.h
totalListingsWithLeads
The total number of Classified Ad listings that have an
associated lead.
@property (nonatomic, retain) NSNumber *totalListingsWithLeads
Discussion
The total number of Classified Ad listings that have an
associated lead.
type : NSNumber, wrapper for primitive int
Declared In
Trading_MyeBaySellingSummaryType.h
totalSoldCount
The total number of items that the seller has sold in the
past 31 days.
@property (nonatomic, retain) NSNumber *totalSoldCount
Discussion
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.h
totalSoldValue
The total monetary value of the items the seller has sold.
@property (nonatomic, retain) Trading_AmountType *totalSoldValue
Discussion
The total monetary value of the items the seller has sold.
type : class Trading_AmountType
Declared In
Trading_MyeBaySellingSummaryType.h