Competitive pricing information for the item.

Export

CompetitivePricingType

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

Properties

CompetitivePrices: CompetitivePriceType[]

A list of competitive pricing information.

Memberof

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.

Memberof

CompetitivePricingType

TradeInValue?: MoneyType

Memberof

CompetitivePricingType