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

    Schema for an individual buybox price.

    interface BuyBoxPriceType {
        condition: string;
        LandedPrice: MoneyType;
        ListingPrice: MoneyType;
        offerType?: OfferCustomerType;
        Points?: Points;
        quantityDiscountType?: "QUANTITY_DISCOUNT";
        quantityTier?: number;
        sellerId?: string;
        Shipping: MoneyType;
    }
    Index

    Properties

    condition: string

    Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club.

    LandedPrice: MoneyType
    ListingPrice: MoneyType
    offerType?: OfferCustomerType
    Points?: Points
    quantityDiscountType?: "QUANTITY_DISCOUNT"
    quantityTier?: number

    Indicates at what quantity this price becomes active.

    sellerId?: string

    The seller identifier for the offer.

    Shipping: MoneyType