CompetitivePriceType

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

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.

CompetitivePriceType

CompetitivePriceId: string

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

CompetitivePriceType

condition?: string

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

CompetitivePriceType

offerType?: OfferCustomerType

CompetitivePriceType

Price: PriceType

CompetitivePriceType

quantityDiscountType?: "QUANTITY_DISCOUNT"

CompetitivePriceType

quantityTier?: number

Indicates at what quantity this price becomes active.

CompetitivePriceType

sellerId?: string

The seller identifier for the offer.

CompetitivePriceType

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.

CompetitivePriceType