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

    Schema for an individual offer. Object in OfferDetailList.

    interface OfferDetail {
        ConditionNotes?: string;
        IsBuyBoxWinner?: boolean;
        IsFeaturedMerchant?: boolean;
        IsFulfilledByAmazon: boolean;
        ListingPrice: MoneyType;
        MyOffer?: boolean;
        offerType?: OfferCustomerType;
        Points?: Points;
        PrimeInformation?: PrimeInformationType;
        quantityDiscountPrices?: QuantityDiscountPriceType[];
        SellerFeedbackRating?: SellerFeedbackType;
        SellerId?: string;
        Shipping: MoneyType;
        ShippingTime: DetailedShippingTimeType;
        ShipsFrom?: ShipsFromType;
        SubCondition: string;
    }
    Index

    Properties

    ConditionNotes?: string

    Information about the condition of the item.

    IsBuyBoxWinner?: boolean

    When true, the offer is currently in the Buy Box. There can be up to two Buy Box winners at any time per ASIN, one that is eligible for Prime and one that is not eligible for Prime.

    IsFeaturedMerchant?: boolean

    When true, the seller of the item is eligible to win the Buy Box.

    IsFulfilledByAmazon: boolean

    When true, the offer is fulfilled by Amazon.

    ListingPrice: MoneyType
    MyOffer?: boolean

    When true, this is the seller's offer.

    offerType?: OfferCustomerType
    Points?: Points
    PrimeInformation?: PrimeInformationType
    quantityDiscountPrices?: QuantityDiscountPriceType[]

    List of QuantityDiscountPrice that contains item's pricing information when buy in bulk.

    SellerFeedbackRating?: SellerFeedbackType
    SellerId?: string

    The seller identifier for the offer.

    Shipping: MoneyType
    ShipsFrom?: ShipsFromType
    SubCondition: string

    The subcondition of the item. Subcondition values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other.