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

    Schema for an individual lowest price.

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

    Properties

    condition: string

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

    fulfillmentChannel: string

    Indicates whether the item is fulfilled by Amazon or by the seller.

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

    Indicates at what quantity this price becomes active.

    Shipping?: MoneyType