Finding_SellingStatus Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Finding_SellingStatus.h Finding_SellingStatus.m |
Tasks
-
currentPriceThe current price of the item given in the currency of the site on which
property
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. -
convertedCurrentPriceThe listing’s current price converted to the currency of the site
property
specified in the find request (globalId). -
bidCountThe number of bids that have been placed on the item.
property -
sellingStateSpecifies 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.
-
timeLeftTime left before the listing ends. The duration is represented in the ISO
property
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. -
delimiter(public property)
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Finding_SellingStatus.hbidCount
The number of bids that have been placed on the item.
@property (nonatomic, retain) NSNumber *bidCountDiscussion
The number of bids that have been placed on the item.
type : NSNumber, wrapper for primitive int
Declared In
Finding_SellingStatus.hconvertedCurrentPrice
The listing’s current price converted to the currency of the site
specified in the find request (globalId).
@property (nonatomic, retain) Finding_Amount *convertedCurrentPriceDiscussion
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.hcurrentPrice
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 *currentPriceDiscussion
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.hdelimiter
(public property)
@property (nonatomic, retain) NSString *delimiterDiscussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Finding_SellingStatus.hsellingState
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 *sellingStateDiscussion
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.htimeLeft
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 *timeLeftDiscussion
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