Competitive pricing information for the item.

CompetitivePricingType

interface CompetitivePricingType {
    CompetitivePrices: CompetitivePriceType[];
    NumberOfOfferListings: OfferListingCountType[];
    TradeInValue?: MoneyType;
}

Properties

CompetitivePrices: CompetitivePriceType[]

A list of competitive pricing information.

CompetitivePricingType

NumberOfOfferListings: OfferListingCountType[]

The number of active offer listings for the item that was submitted. The listing count is returned by condition, one for each listing condition value that is returned.

CompetitivePricingType

TradeInValue?: MoneyType

CompetitivePricingType