Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SellingSummaryType.h
Trading_SellingSummaryType.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
    is, there is at least one bidder, and any reserve price has
    been met. Equivalent to the “Will Sell” value in My eBay.

    property
  •   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
  •   auctionBidCount

    The total number of bids made on the seller’s active listings.

    property
  •   totalAuctionSellingValue

    The total value of all items the seller has for sale in all listings.

    property
  •   totalSoldCount

    The total number of items the seller has sold.

    property
  •   totalSoldValue

    The total monetary value of the items the seller has sold.

    property
  •   soldDurationInDays

    The average duration, in days, of all items sold.

    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_SellingSummaryType.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_SellingSummaryType.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_SellingSummaryType.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_SellingSummaryType.h

totalAuctionSellingValue

The total value of all items the seller has for sale in all listings.

@property (nonatomic, retain) Trading_AmountType *totalAuctionSellingValue

Discussion

The total value of all items the seller has for sale in all listings.

type : class Trading_AmountType

Declared In

Trading_SellingSummaryType.h

totalSoldCount

The total number of items the seller has sold.

@property (nonatomic, retain) NSNumber *totalSoldCount

Discussion

The total number of items the seller has sold.

type : NSNumber, wrapper for primitive int

Declared In

Trading_SellingSummaryType.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_SellingSummaryType.h