Interface ProductPricingApiModelV20220501FeaturedOfferExpectedPriceRequest

An individual FOEP request for a particular SKU.

FeaturedOfferExpectedPriceRequest

interface ProductPricingApiModelV20220501FeaturedOfferExpectedPriceRequest {
    body?: { [key: string]: object };
    headers?: { [key: string]: string };
    marketplaceId: string;
    method:
        | "GET"
        | "DELETE"
        | "POST"
        | "PUT"
        | "PATCH"
        | ProductPricingApiModelV20220501HttpMethod;
    sku: string;
    uri: string;
}

Properties

body?: { [key: string]: object }

Additional HTTP body information that is associated with an individual request within a batch.

FeaturedOfferExpectedPriceRequest

headers?: { [key: string]: string }

A mapping of additional HTTP headers to send or receive for an individual request within a batch.

FeaturedOfferExpectedPriceRequest

marketplaceId: string

A marketplace identifier. Specifies the marketplace for which data is returned.

FeaturedOfferExpectedPriceRequest

method:
    | "GET"
    | "DELETE"
    | "POST"
    | "PUT"
    | "PATCH"
    | ProductPricingApiModelV20220501HttpMethod

FeaturedOfferExpectedPriceRequest

sku: string

The seller SKU of the item.

FeaturedOfferExpectedPriceRequest

uri: string

The URI associated with an individual request within a batch. For FeaturedOfferExpectedPrice, this is /products/pricing/2022-05-01/offer/featuredOfferExpectedPrice.

FeaturedOfferExpectedPriceRequest

MMNEPVFCICPMFPCPTTAAATR