Hierarchy

  • Operation
    • SponsoredBrandsKeywordRecommendationsOperation

Constructors

Methods

  • Gets an array of keyword recommendation objects for a set of ASINs included either on a landing page or a Store page. Vendors may also specify a custom landing page.

    Returns

    Parameters

    • params: { asins: undefined | string[]; url: undefined | string }
      • asins: undefined | string[]

        An array of ASINs for which keyword recommendations are generated.

      • url: undefined | string

        Specifies the URL of a Stores page. Vendors may also specify the URL of a custom landing page. The products on the landing page are used to generate keyword recommendations.

    Returns Promise<{ matchType: "exact" | "broad" | "phrase"; recommendationId: string; value: string }[]>