The FOEP response data for a requested SKU.

FeaturedOfferExpectedPriceResponseBody

interface FeaturedOfferExpectedPriceResponseBody {
    errors?: Error[];
    featuredOfferExpectedPriceResults?: FeaturedOfferExpectedPriceResult[];
    offerIdentifier?: OfferIdentifier;
}

Properties

errors?: Error[]

A list of error responses that are returned when a request is unsuccessful.

FeaturedOfferExpectedPriceResponseBody

featuredOfferExpectedPriceResults?: FeaturedOfferExpectedPriceResult[]

A list of FOEP results for the requested offer.

FeaturedOfferExpectedPriceResponseBody

offerIdentifier?: OfferIdentifier

FeaturedOfferExpectedPriceResponseBody