Trading_SellingStatusType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellingStatusType.h Trading_SellingStatusType.m |
Overview
Contains various details about the current status of a listing. These
values are computed by eBay and cannot be specified at listing time.
@ingroup EBayAPIInterface
Tasks
-
bidCount
Number of bids placed so far against the item. Only applicable to
property
competitive-bid item listings (Chinese auctions). -
bidIncrement
The minimum amount a progressive bid must be above the current high bid to be accepted. This field is only
property
applicable to auction listings. The value of this field will always be ‘0.00’ for Classified Ad and fixed-price
listings. -
convertedCurrentPrice
Converted value of the CurrentPrice in the currency of the site that
property
returned this response. For active items, refresh the listing’s data every 24
hours to pick up the current conversion rates. Only returned when the item's
CurrentPrice on the listing site is in different currency than the currency of
the host site for the user/application making the API call. ConvertedCurrentPrice
is not returned for Classified listings (Classified listings are not available
on all sites).
In multi-variation listings, this value matches the lowest-priced
variation that is still available for sale. -
currentPrice
For auction listings, this price is the starting price or the current highest
property
bid for the item if bids have been placed.
For fixed-price listings, this price is the sale price of the item.
In multi-variation, fixed-price listings, this value matches the lowest-priced
variation that is still available for sale. -
highBidder
For ended Chinese auction listings that have a winning bidder,
property
this field is a container for the high bidder’s user ID.
For ended, single-item, basic fixed price (FixedPriceItem) and
ended Store Inventory (StoresFixedPrice) listings,
this field is a container for the user ID of the purchaser.
This field isn’t returned for auctions with no bids, or for active fixed price listings,
or for active Store Inventory listings.
In the case of PlaceOffer, for chinese auctions,
this field is a container for the high bidder’s user ID.
In the PlaceOffer response, the following applies:
For multiple-quantity, fixed-price listings,
the high bidder is only returned if there is just one order line item
(or only for the first order line item that is created). -
leadCount
Applicable to Ad type listings only. Indicates how many leads to
property
potential buyers are associated with this item. Returns 0 (zero) for listings in other formats. You must be the seller of the item to retrieve the lead count. -
minimumToBid
Smallest amount the next bid on the item can be. Returns same value as
property
Item.StartPrice (if no bids have yet been placed) or CurrentPrice plus
BidIncrement (if at least one bid has been placed). Only applicable to
competitive-bid item listings (Chinese auctions). Returns null for basic
Fixed Price (FixedPriceItem), Store Inventory (StoresFixedPrice),
and Ad type listings.
In multi-variation listings, this value matches the lowest-priced
variation that is still available for sale.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
-
quantitySold
The total number of items purchased so far (in the listing’s lifetime).
property
Subtract this from Quantity to determine the quantity available.
If the listing has Item Variations,
then in GetItem (and related calls) and GetItemTransactions,
Item.SellingStatus.QuantitySold contains the sum of all quantities
sold across all variations in the listing, and Variation.SellingStatus.QuantitySold contains the number
of items sold for that variation.
In GetSellerTransactions,
Transaction.Item.SellingStatus.QuantitySold contains the number
of items sold in that order line item.
For order line item calls, also see Transaction.QuantityPurchased for
the number of items purchased in the order line item.
In multi-variation listings, this value matches total quantity sold
across all variations. -
reserveMet
Indicates whether the reserve price has been met for the listing. Returns
property
true if the reserve price was met or no reserve price was specified. -
secondChanceEligible
Part of the Second Chance Offer feature, indicates whether the seller can
property
extend a second chance offer for the item. -
bidderCount
Number of bidders for an item. Only applicable to competitive-bid item listings
property
(Chinese auctions). Only returned for the seller of the item. -
listingStatus
Specifies an active or ended listing’s status in eBay’s processing workflow.
property
If a listing ends with a sale (or sales), eBay needs to update the sale details
(e.g., total price and buyer/high bidder) and the final value fee. This processing
can take several minutes. If you retrieve a sold item and no details about the buyer/high bidder
are returned or no final value fee is available, use this listing status information
to determine whether eBay has finished processing the listing. -
finalValueFee
You are charged a Final Value Fee (FVF) if your item is sold, ends with a
property
winning bid, or is purchased. This fee applies whether or not you actually
complete the sale with the buyer. The Final Value Fee is returned in
Transaction.FinalValueFee. See the eBay.com Web site online help for more
information about the final value fee.
The Final Value Fee for fixed price format (FixedPriceItem) and Store Inventory
(StoresFixedPrice) items is returned by GetSellerTransactions,
GetItemTransactions, and GetOrderTransactions in a Transaction container, regardless of the listing status. For all other listing types, (excluding
Buy It Now purchases), the Final Value Fee is returned when the listing status
is Completed.
If you request a Final Value Fee Credit, the value of Transaction.FinalValueFee
will not change for the item if a credit is issued. (The credit only appears in
the seller’s account data.) -
promotionalSaleDetails
If a seller has reduced the price of a listed item with the Promotional Price Display feature,
property
this field contains the original price of the discounted item, along with the start-time
and end-time of the discount. -
adminEnded
If included in the response as true, indicates that the listing was administratively
property
canceled due to a violation of eBay’s listing policies and that the item can be relisted
using RelistItem. Note that GetItem returns an error (invalid item ID)
in the response if Item.SellingStatus.AdminEnded is true and the requesting user
is not the seller of the item. -
soldAsBin
If this flag appears in the <b>GetItem</b> response, the auction has ended due to the
item being sold to a seller using the Buy It Now option.
property
This flag is not relevant for fixed-priced listings. -
any
(public property)
property
Properties
adminEnded
If included in the response as true, indicates that the listing was administratively
canceled due to a violation of eBay’s listing policies and that the item can be relisted
using RelistItem. Note that GetItem returns an error (invalid item ID)
in the response if Item.SellingStatus.AdminEnded is true and the requesting user
is not the seller of the item.
@property (nonatomic, retain) NSNumber *adminEnded
Discussion
If included in the response as true, indicates that the listing was administratively
canceled due to a violation of eBay’s listing policies and that the item can be relisted
using RelistItem. Note that GetItem returns an error (invalid item ID)
in the response if Item.SellingStatus.AdminEnded is true and the requesting user
is not the seller of the item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingStatusType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellingStatusType.h
bidCount
Number of bids placed so far against the item. Only applicable to
competitive-bid item listings (Chinese auctions).
@property (nonatomic, retain) NSNumber *bidCount
Discussion
Number of bids placed so far against the item. Only applicable to
competitive-bid item listings (Chinese auctions).
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingStatusType.h
bidIncrement
The minimum amount a progressive bid must be above the current high bid to be accepted. This field is only
applicable to auction listings. The value of this field will always be ‘0.00’ for Classified Ad and fixed-price
listings.
@property (nonatomic, retain) Trading_AmountType *bidIncrement
Discussion
The minimum amount a progressive bid must be above the current high bid to be accepted. This field is only
applicable to auction listings. The value of this field will always be ‘0.00’ for Classified Ad and fixed-price
listings.
type : class Trading_AmountType
Declared In
Trading_SellingStatusType.h
bidderCount
Number of bidders for an item. Only applicable to competitive-bid item listings
(Chinese auctions). Only returned for the seller of the item.
@property (nonatomic, retain) NSNumber *bidderCount
Discussion
Number of bidders for an item. Only applicable to competitive-bid item listings
(Chinese auctions). Only returned for the seller of the item.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SellingStatusType.h
convertedCurrentPrice
Converted value of the CurrentPrice in the currency of the site that
returned this response. For active items, refresh the listing’s data every 24
hours to pick up the current conversion rates. Only returned when the item's
CurrentPrice on the listing site is in different currency than the currency of
the host site for the user/application making the API call. ConvertedCurrentPrice
is not returned for Classified listings (Classified listings are not available
on all sites).
In multi-variation listings, this value matches the lowest-priced
variation that is still available for sale.
@property (nonatomic, retain) Trading_AmountType *convertedCurrentPrice
Discussion
Converted value of the CurrentPrice in the currency of the site that
returned this response. For active items, refresh the listing’s data every 24
hours to pick up the current conversion rates. Only returned when the item's
CurrentPrice on the listing site is in different currency than the currency of
the host site for the user/application making the API call. ConvertedCurrentPrice
is not returned for Classified listings (Classified listings are not available
on all sites).
In multi-variation listings, this value matches the lowest-priced
variation that is still available for sale.
type : class Trading_AmountType
Declared In
Trading_SellingStatusType.h
currentPrice
For auction listings, this price is the starting price or the current highest
bid for the item if bids have been placed.
For fixed-price listings, this price is the sale price of the item.
In multi-variation, fixed-price listings, this value matches the lowest-priced
variation that is still available for sale.
@property (nonatomic, retain) Trading_AmountType *currentPrice
Discussion
For auction listings, this price is the starting price or the current highest
bid for the item if bids have been placed.
For fixed-price listings, this price is the sale price of the item.
In multi-variation, fixed-price listings, this value matches the lowest-priced
variation that is still available for sale.
type : class Trading_AmountType
Declared In
Trading_SellingStatusType.h
finalValueFee
You are charged a Final Value Fee (FVF) if your item is sold, ends with a
winning bid, or is purchased. This fee applies whether or not you actually
complete the sale with the buyer. The Final Value Fee is returned in
Transaction.FinalValueFee. See the eBay.com Web site online help for more
information about the final value fee.
The Final Value Fee for fixed price format (FixedPriceItem) and Store Inventory
(StoresFixedPrice) items is returned by GetSellerTransactions,
GetItemTransactions, and GetOrderTransactions in a Transaction container, regardless of the listing status. For all other listing types, (excluding
Buy It Now purchases), the Final Value Fee is returned when the listing status
is Completed.
If you request a Final Value Fee Credit, the value of Transaction.FinalValueFee
will not change for the item if a credit is issued. (The credit only appears in
the seller’s account data.)
@property (nonatomic, retain) Trading_AmountType *finalValueFee
Discussion
You are charged a Final Value Fee (FVF) if your item is sold, ends with a
winning bid, or is purchased. This fee applies whether or not you actually
complete the sale with the buyer. The Final Value Fee is returned in
Transaction.FinalValueFee. See the eBay.com Web site online help for more
information about the final value fee.
The Final Value Fee for fixed price format (FixedPriceItem) and Store Inventory
(StoresFixedPrice) items is returned by GetSellerTransactions,
GetItemTransactions, and GetOrderTransactions in a Transaction container, regardless of the listing status. For all other listing types, (excluding
Buy It Now purchases), the Final Value Fee is returned when the listing status
is Completed.
If you request a Final Value Fee Credit, the value of Transaction.FinalValueFee
will not change for the item if a credit is issued. (The credit only appears in
the seller’s account data.)
type : class Trading_AmountType
Declared In
Trading_SellingStatusType.h
highBidder
For ended Chinese auction listings that have a winning bidder,
this field is a container for the high bidder’s user ID.
For ended, single-item, basic fixed price (FixedPriceItem) and
ended Store Inventory (StoresFixedPrice) listings,
this field is a container for the user ID of the purchaser.
This field isn’t returned for auctions with no bids, or for active fixed price listings,
or for active Store Inventory listings.
In the case of PlaceOffer, for chinese auctions,
this field is a container for the high bidder’s user ID.
In the PlaceOffer response, the following applies:
For multiple-quantity, fixed-price listings,
the high bidder is only returned if there is just one order line item
(or only for the first order line item that is created).
@property (nonatomic, retain) Trading_UserType *highBidder
Discussion
For ended Chinese auction listings that have a winning bidder,
this field is a container for the high bidder’s user ID.
For ended, single-item, basic fixed price (FixedPriceItem) and
ended Store Inventory (StoresFixedPrice) listings,
this field is a container for the user ID of the purchaser.
This field isn’t returned for auctions with no bids, or for active fixed price listings,
or for active Store Inventory listings.
In the case of PlaceOffer, for chinese auctions,
this field is a container for the high bidder’s user ID.
In the PlaceOffer response, the following applies:
For multiple-quantity, fixed-price listings,
the high bidder is only returned if there is just one order line item
(or only for the first order line item that is created).
type : class Trading_UserType
Declared In
Trading_SellingStatusType.h
leadCount
Applicable to Ad type listings only. Indicates how many leads to
potential buyers are associated with this item. Returns 0 (zero) for listings in other formats. You must be the seller of the item to retrieve the lead count.
@property (nonatomic, retain) NSNumber *leadCount
Discussion
Applicable to Ad type listings only. Indicates how many leads to
potential buyers are associated with this item. Returns 0 (zero) for listings in other formats. You must be the seller of the item to retrieve the lead count.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingStatusType.h
listingStatus
Specifies an active or ended listing’s status in eBay’s processing workflow.
If a listing ends with a sale (or sales), eBay needs to update the sale details
(e.g., total price and buyer/high bidder) and the final value fee. This processing
can take several minutes. If you retrieve a sold item and no details about the buyer/high bidder
are returned or no final value fee is available, use this listing status information
to determine whether eBay has finished processing the listing.
@property (nonatomic, retain) NSString *listingStatus
Discussion
Specifies an active or ended listing’s status in eBay’s processing workflow.
If a listing ends with a sale (or sales), eBay needs to update the sale details
(e.g., total price and buyer/high bidder) and the final value fee. This processing
can take several minutes. If you retrieve a sold item and no details about the buyer/high bidder
are returned or no final value fee is available, use this listing status information
to determine whether eBay has finished processing the listing.
type: string constant in Trading_ListingStatusCodeType.h
Declared In
Trading_SellingStatusType.h
minimumToBid
Smallest amount the next bid on the item can be. Returns same value as
Item.StartPrice (if no bids have yet been placed) or CurrentPrice plus
BidIncrement (if at least one bid has been placed). Only applicable to
competitive-bid item listings (Chinese auctions). Returns null for basic
Fixed Price (FixedPriceItem), Store Inventory (StoresFixedPrice),
and Ad type listings.
In multi-variation listings, this value matches the lowest-priced
variation that is still available for sale.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
@property (nonatomic, retain) Trading_AmountType *minimumToBid
Discussion
Smallest amount the next bid on the item can be. Returns same value as
Item.StartPrice (if no bids have yet been placed) or CurrentPrice plus
BidIncrement (if at least one bid has been placed). Only applicable to
competitive-bid item listings (Chinese auctions). Returns null for basic
Fixed Price (FixedPriceItem), Store Inventory (StoresFixedPrice),
and Ad type listings.
In multi-variation listings, this value matches the lowest-priced
variation that is still available for sale.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
type : class Trading_AmountType
Declared In
Trading_SellingStatusType.h
promotionalSaleDetails
If a seller has reduced the price of a listed item with the Promotional Price Display feature,
this field contains the original price of the discounted item, along with the start-time
and end-time of the discount.
@property (nonatomic, retain) Trading_PromotionalSaleDetailsType *promotionalSaleDetails
Discussion
If a seller has reduced the price of a listed item with the Promotional Price Display feature,
this field contains the original price of the discounted item, along with the start-time
and end-time of the discount.
type : class Trading_PromotionalSaleDetailsType
Declared In
Trading_SellingStatusType.h
quantitySold
The total number of items purchased so far (in the listing’s lifetime).
Subtract this from Quantity to determine the quantity available.
If the listing has Item Variations,
then in GetItem (and related calls) and GetItemTransactions,
Item.SellingStatus.QuantitySold contains the sum of all quantities
sold across all variations in the listing, and Variation.SellingStatus.QuantitySold contains the number
of items sold for that variation.
In GetSellerTransactions,
Transaction.Item.SellingStatus.QuantitySold contains the number
of items sold in that order line item.
For order line item calls, also see Transaction.QuantityPurchased for
the number of items purchased in the order line item.
In multi-variation listings, this value matches total quantity sold
across all variations.
@property (nonatomic, retain) NSNumber *quantitySold
Discussion
The total number of items purchased so far (in the listing’s lifetime).
Subtract this from Quantity to determine the quantity available.
If the listing has Item Variations,
then in GetItem (and related calls) and GetItemTransactions,
Item.SellingStatus.QuantitySold contains the sum of all quantities
sold across all variations in the listing, and Variation.SellingStatus.QuantitySold contains the number
of items sold for that variation.
In GetSellerTransactions,
Transaction.Item.SellingStatus.QuantitySold contains the number
of items sold in that order line item.
For order line item calls, also see Transaction.QuantityPurchased for
the number of items purchased in the order line item.
In multi-variation listings, this value matches total quantity sold
across all variations.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingStatusType.h
reserveMet
Indicates whether the reserve price has been met for the listing. Returns
true if the reserve price was met or no reserve price was specified.
@property (nonatomic, retain) NSNumber *reserveMet
Discussion
Indicates whether the reserve price has been met for the listing. Returns
true if the reserve price was met or no reserve price was specified.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingStatusType.h
secondChanceEligible
Part of the Second Chance Offer feature, indicates whether the seller can
extend a second chance offer for the item.
@property (nonatomic, retain) NSNumber *secondChanceEligible
Discussion
Part of the Second Chance Offer feature, indicates whether the seller can
extend a second chance offer for the item.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingStatusType.h
soldAsBin
If this flag appears in the <b>GetItem</b> response, the auction has ended due to the
item being sold to a seller using the Buy It Now option.
This flag is not relevant for fixed-priced listings.
@property (nonatomic, retain) NSNumber *soldAsBin
Discussion
If this flag appears in the <b>GetItem</b> response, the auction has ended due to the
item being sold to a seller using the Buy It Now option.
This flag is not relevant for fixed-priced listings.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_SellingStatusType.h