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

    method: HttpMethod
    uri: string

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