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

    Schema for competitive pricing information

    interface CompetitivePriceType {
        belongsToRequester?: boolean;
        CompetitivePriceId: string;
        condition?: string;
        offerType?: OfferCustomerType;
        Price: PriceType;
        quantityDiscountType?: "QUANTITY_DISCOUNT";
        quantityTier?: number;
        sellerId?: string;
        subcondition?: string;
    }
    Index

    Properties

    belongsToRequester?: boolean

    Indicates whether or not the pricing information is for an offer listing that belongs to the requester. The requester is the seller associated with the SellerId that was submitted with the request. Possible values are: true and false.

    CompetitivePriceId: string

    The pricing model for each price that is returned. Possible values: * 1 - New Buy Box Price. * 2 - Used Buy Box Price.

    condition?: string

    Indicates the condition of the item whose pricing information is returned. Possible values are: New, Used, Collectible, Refurbished, or Club.

    offerType?: OfferCustomerType
    Price: PriceType
    quantityDiscountType?: "QUANTITY_DISCOUNT"
    quantityTier?: number

    Indicates at what quantity this price becomes active.

    sellerId?: string

    The seller identifier for the offer.

    subcondition?: string

    Indicates the subcondition of the item whose pricing information is returned. Possible values are: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.