Selling Partner API SDK for JavaScript
    Preparing search index...
    • CustomerFeedbackApi - axios parameter creator

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          getBrowseNodeReturnTopics: (
              browseNodeId: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getBrowseNodeReturnTrends: (
              browseNodeId: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getBrowseNodeReviewTopics: (
              browseNodeId: string,
              marketplaceId: string,
              sortBy: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getBrowseNodeReviewTrends: (
              browseNodeId: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getItemBrowseNode: (
              asin: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getItemReviewTopics: (
              asin: string,
              marketplaceId: string,
              sortBy: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getItemReviewTrends: (
              asin: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • getBrowseNodeReturnTopics: (
            browseNodeId: string,
            marketplaceId: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retrieve the topics that customers mention when they return items in a browse node.

      • getBrowseNodeReturnTrends: (
            browseNodeId: string,
            marketplaceId: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retrieve the trends of topics that customers mention when they return items in a browse node.

      • getBrowseNodeReviewTopics: (
            browseNodeId: string,
            marketplaceId: string,
            sortBy: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retrieve a browse node's ten most positive and ten most negative review topics.

      • getBrowseNodeReviewTrends: (
            browseNodeId: string,
            marketplaceId: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retrieve the positive and negative review trends of items in a browse node for the past six months.

      • getItemBrowseNode: (
            asin: string,
            marketplaceId: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        This API returns the associated browse node of the requested ASIN. A browse node is a location in a browse tree that is used for navigation, product classification, and website content on the Amazon retail website.

      • getItemReviewTopics: (
            asin: string,
            marketplaceId: string,
            sortBy: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retrieve an item's ten most positive and ten most negative review topics.

      • getItemReviewTrends: (
            asin: string,
            marketplaceId: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Retrieve an item's positive and negative review trends for the past six months.