Interface ProductPricingApiModelV20220501CompetitiveSummaryResponseBody

The competitiveSummaryResponse body for a requested ASIN and marketplaceId.

CompetitiveSummaryResponseBody

interface ProductPricingApiModelV20220501CompetitiveSummaryResponseBody {
    asin: string;
    errors?: Error[];
    featuredBuyingOptions?: ProductPricingApiModelV20220501FeaturedBuyingOption[];
    lowestPricedOffers?: ProductPricingApiModelV20220501LowestPricedOffer[];
    marketplaceId: string;
    referencePrices?: ProductPricingApiModelV20220501ReferencePrice[];
}

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

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

CompetitiveSummaryResponseBody

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

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

CompetitiveSummaryResponseBody

MMNEPVFCICPMFPCPTTAAATR