The FOEP result data for the requested offer.

FeaturedOfferExpectedPriceResult

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

Properties

competingFeaturedOffer?: FeaturedOffer

FeaturedOfferExpectedPriceResult

currentFeaturedOffer?: FeaturedOffer

FeaturedOfferExpectedPriceResult

featuredOfferExpectedPrice?: FeaturedOfferExpectedPrice

FeaturedOfferExpectedPriceResult

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.

FeaturedOfferExpectedPriceResult