An individual competitiveSummary request for an ASIN and marketplaceId.

CompetitiveSummaryRequest

interface CompetitiveSummaryRequest {
    asin: string;
    includedData: CompetitiveSummaryIncludedData[];
    lowestPricedOffersInputs?: LowestPricedOffersInput[];
    marketplaceId: string;
    method: HttpMethod;
    uri: string;
}

Properties

asin: string

The ASIN of the item.

CompetitiveSummaryRequest

The list of requested competitive pricing data for the product.

CompetitiveSummaryRequest

lowestPricedOffersInputs?: LowestPricedOffersInput[]

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: HttpMethod

CompetitiveSummaryRequest

uri: string

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

CompetitiveSummaryRequest