Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_SellingStatus.h
Finding_SellingStatus.m

Overview

Selling details pertaining to the respective item.

@ingroup FindingServicePortType

Tasks

  •   currentPrice

    The current price of the item given in the currency of the site on which
    the item is listed. That is, currentPrice is returned in the original
    listing currency.



    For competitive-bid item listings, currentPrice is the current minimum
    bid price if the listing has no bids, or the current high bid if the
    listing has bids. A Buy It Now price has no effect on currentPrice.



    For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), Ad
    Format (AdFormat), and Classified Ad (Classified) listings, currentPrice
    is the current fixed price.

    property
  •   convertedCurrentPrice

    The listing’s current price converted to the currency of the site
    specified in the find request (globalId).

    property
  •   bidCount

    The number of bids that have been placed on the item.

    property
  •   sellingState

    Specifies the listing’s status in eBay’s processing workflow. If an
    item’s EndTime is in the past, but there are no details about the buyer
    or high bidder (and the user is not anonymous), you can use sellingState
    information to determine whether eBay has finished processing the
    listing.

    sellingState values:
    Active
    The listing is still live. It is also possible that the auction has recently ended, but eBay has not completed the final processing (e.g., the high bidder is still being determined).
    Canceled
    The listing has been canceled by either the seller or eBay.
    Ended
    The listing has ended and eBay has completed the processing of the sale (if [any](#//api/name/any)).
    EndedWithSales
    The listing has been ended with sales.
    EndedWithoutSales
    The listing has been ended without sales.
    property
  •   timeLeft

    Time left before the listing ends. The duration is represented in the ISO
    8601 duration format (PnYnMnDTnHnMnS). For listings that have ended, the
    time left is PT0S (zero seconds). See the “duration” type for information
    about this time format.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_SellingStatus.h

bidCount

The number of bids that have been placed on the item.

@property (nonatomic, retain) NSNumber *bidCount

Discussion

The number of bids that have been placed on the item.

type : NSNumber, wrapper for primitive int

Declared In

Finding_SellingStatus.h

convertedCurrentPrice

The listing’s current price converted to the currency of the site
specified in the find request (globalId).

@property (nonatomic, retain) Finding_Amount *convertedCurrentPrice

Discussion

The listing’s current price converted to the currency of the site
specified in the find request (globalId).

type : class Finding_Amount

Declared In

Finding_SellingStatus.h

currentPrice

The current price of the item given in the currency of the site on which
the item is listed. That is, currentPrice is returned in the original
listing currency.



For competitive-bid item listings, currentPrice is the current minimum
bid price if the listing has no bids, or the current high bid if the
listing has bids. A Buy It Now price has no effect on currentPrice.



For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), Ad
Format (AdFormat), and Classified Ad (Classified) listings, currentPrice
is the current fixed price.

@property (nonatomic, retain) Finding_Amount *currentPrice

Discussion

The current price of the item given in the currency of the site on which
the item is listed. That is, currentPrice is returned in the original
listing currency.



For competitive-bid item listings, currentPrice is the current minimum
bid price if the listing has no bids, or the current high bid if the
listing has bids. A Buy It Now price has no effect on currentPrice.



For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), Ad
Format (AdFormat), and Classified Ad (Classified) listings, currentPrice
is the current fixed price.

type : class Finding_Amount

Declared In

Finding_SellingStatus.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_SellingStatus.h

sellingState

Specifies the listing’s status in eBay’s processing workflow. If an
item’s EndTime is in the past, but there are no details about the buyer
or high bidder (and the user is not anonymous), you can use sellingState
information to determine whether eBay has finished processing the
listing.

sellingState values:
Active
The listing is still live. It is also possible that the auction has recently ended, but eBay has not completed the final processing (e.g., the high bidder is still being determined).
Canceled
The listing has been canceled by either the seller or eBay.
Ended
The listing has ended and eBay has completed the processing of the sale (if [any](#//api/name/any)).
EndedWithSales
The listing has been ended with sales.
EndedWithoutSales
The listing has been ended without sales.
@property (nonatomic, retain) NSString *sellingState

Discussion

Specifies the listing’s status in eBay’s processing workflow. If an
item’s EndTime is in the past, but there are no details about the buyer
or high bidder (and the user is not anonymous), you can use sellingState
information to determine whether eBay has finished processing the
listing.

sellingState values:
Active
The listing is still live. It is also possible that the auction has recently ended, but eBay has not completed the final processing (e.g., the high bidder is still being determined).
Canceled
The listing has been canceled by either the seller or eBay.
Ended
The listing has ended and eBay has completed the processing of the sale (if [any](#//api/name/any)).
EndedWithSales
The listing has been ended with sales.
EndedWithoutSales
The listing has been ended without sales.

type : NSString, wrapper for primitive string

Declared In

Finding_SellingStatus.h

timeLeft

Time left before the listing ends. The duration is represented in the ISO
8601 duration format (PnYnMnDTnHnMnS). For listings that have ended, the
time left is PT0S (zero seconds). See the “duration” type for information
about this time format.

@property (nonatomic, retain) NSString *timeLeft

Discussion

Time left before the listing ends. The duration is represented in the ISO
8601 duration format (PnYnMnDTnHnMnS). For listings that have ended, the
time left is PT0S (zero seconds). See the “duration” type for information
about this time format.

type : NSString, wrapper for primitive duration

Declared In

Finding_SellingStatus.h