The competitiveSummaryResponse body for a requested ASIN and marketplaceId.

CompetitiveSummaryResponseBody

interface CompetitiveSummaryResponseBody {
    asin: string;
    errors?: Error[];
    featuredBuyingOptions?: FeaturedBuyingOption[];
    lowestPricedOffers?: LowestPricedOffer[];
    marketplaceId: string;
    referencePrices?: ReferencePrice[];
}

Properties

asin: string

The ASIN of the item.

CompetitiveSummaryResponseBody

errors?: Error[]

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

CompetitiveSummaryResponseBody

featuredBuyingOptions?: FeaturedBuyingOption[]

A list of featured buying options for the specified ASIN marketplaceId combination.

CompetitiveSummaryResponseBody

lowestPricedOffers?: LowestPricedOffer[]

A list of lowest priced offers for the specified ASIN marketplaceId combination.

CompetitiveSummaryResponseBody

marketplaceId: string

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

CompetitiveSummaryResponseBody

referencePrices?: ReferencePrice[]

A list of reference prices for the specified ASIN marketplaceId combination.

CompetitiveSummaryResponseBody