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

    An individual competitiveSummary request for an ASIN and marketplaceId.

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

    Properties

    asin: string

    The ASIN of the item.

    The list of requested competitive pricing data for the product.

    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

    marketplaceId: string

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

    method: HttpMethod
    uri: string

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