Interface ProductPricingApiModelV20220501CompetitiveSummaryRequest

An individual competitiveSummary request for an ASIN and marketplaceId.

CompetitiveSummaryRequest

interface ProductPricingApiModelV20220501CompetitiveSummaryRequest {
    asin: string;
    includedData: (
        | "featuredBuyingOptions"
        | "referencePrices"
        | "lowestPricedOffers"
        | ProductPricingApiModelV20220501CompetitiveSummaryIncludedData
    )[];
    lowestPricedOffersInputs?: ProductPricingApiModelV20220501LowestPricedOffersInput[];
    marketplaceId: string;
    method: | "GET"
    | "DELETE"
    | "POST"
    | "PUT"
    | "PATCH"
    | ProductPricingApiModelV20220501HttpMethod;
    uri: string;
}

Properties

asin: string

The ASIN of the item.

CompetitiveSummaryRequest

includedData: (
    | "featuredBuyingOptions"
    | "referencePrices"
    | "lowestPricedOffers"
    | ProductPricingApiModelV20220501CompetitiveSummaryIncludedData
)[]

The list of requested competitive pricing data for the product.

CompetitiveSummaryRequest

The list of lowestPricedOffersInput parameters that are used to build lowestPricedOffers in the response. This attribute is only valid if lowestPricedOffers is requested in includedData

CompetitiveSummaryRequest

marketplaceId: string

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

CompetitiveSummaryRequest

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

CompetitiveSummaryRequest

uri: string

The URI associated with the individual APIs that are called as part of the batch request.

CompetitiveSummaryRequest

MMNEPVFCICPMFPCPTTAAATR