Amazon Selling Partner API (SP-API) SDK for TypeScript
    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[];
        similarItems?: SimilarItems[];
    }
    Index
    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 MarketplaceID is the globally unique identifier of an Amazon store. To find the ID for your Amazon store, refer to Amazon store IDs.

    referencePrices?: ReferencePrice[]

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

    similarItems?: SimilarItems[]

    A list of similar items for the specified ASIN marketplaceId combination.