Selling Partner API SDK for JavaScript
    Preparing search index...

    Competitive pricing information for the item.

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

    Properties

    CompetitivePrices: CompetitivePriceType[]

    A list of competitive pricing information.

    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.

    TradeInValue?: MoneyType