eBay Trading APIVersion 1349
 

ListingStartPriceDetailsType

Type defining the ListingStartPriceDetails container returned in GeteBayDetails. The ListingStartPriceDetails container lists the minimum start price for auction listings, the minimum sale price for fixed-price listings, and the minimum percentage value that a Buy It Now price for an auction listing must be above the minimum start price for that same listing.

The ListingStartPriceDetails container is returned if ListingStartPriceDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.

Type that uses ListingStartPriceDetailsType:

Call that uses ListingStartPriceDetailsType:

Fields



Description ( string ) [0..1]
This value is a string description of the listing type for which the pricing data is intended, such as "Pricing for the auction-like listings".
See the Field Index to learn which calls use Description.

DetailVersion ( string ) [0..1]
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use DetailVersion.

ListingType ( ListingTypeCodeType ) [0..1]
This value indicates the listing type of the listing, and is a value defined in ListingTypeCodeType enumerated type. The only possible values for this field are 'Chinese' (auction listing) and 'FixedPriceItem'.
See the Field Index to learn which calls use ListingType.

MinBuyItNowPricePercent ( float ) [0..1]
This field is only returned and applicable for auction listings.

This float value indicates the minimum percentage value that a Buy It Now price for an auction listing must be above the Starting bid price for that same listing.

On the US eBay Motors site (Site ID 100), this field only applies to the Parts and Accessories categories.
See the Field Index to learn which calls use MinBuyItNowPricePercent.

StartPrice ( AmountType (double) ) [0..1]
For auction listings, the StartPrice indicates the lowest dollar value that can be set for the item's Starting bid.

For fixed-price listings, the StartPrice indicates the lowest dollar value that can be set for the item's sale price.
See the Field Index to learn which calls use StartPrice.

UpdateTime ( dateTime ) [0..1]
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use UpdateTime.