Selling Partner API SDK for JavaScript
    Preparing search index...

    The competitiveSummaryResponse body for a requested ASIN and marketplaceId.

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

    Properties

    asin: string

    The ASIN of the item.

    errors?: Error[]

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

    featuredBuyingOptions?: FeaturedBuyingOption[]

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

    lowestPricedOffers?: LowestPricedOffer[]

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

    marketplaceId: string

    The marketplace ID is the globally unique identifier of a marketplace. To find the ID for your marketplace, refer to Marketplace IDs.

    referencePrices?: ReferencePrice[]

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