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

    The FOEP result data for the requested offer.

    interface FeaturedOfferExpectedPriceResult {
        competingFeaturedOffer?: FeaturedOffer;
        currentFeaturedOffer?: FeaturedOffer;
        featuredOfferExpectedPrice?: FeaturedOfferExpectedPrice;
        resultStatus: string;
    }
    Index

    Properties

    competingFeaturedOffer?: FeaturedOffer
    currentFeaturedOffer?: FeaturedOffer
    featuredOfferExpectedPrice?: FeaturedOfferExpectedPrice
    resultStatus: string

    The status of the FOEP computation. Possible values include VALID_FOEP, NO_COMPETING_OFFER, OFFER_NOT_ELIGIBLE, OFFER_NOT_FOUND, and ASIN_NOT_ELIGIBLE. Additional values might be added in the future.