Selling Partner API SDK for JavaScript
    Preparing search index...
    • CustomerFeedbackApi - functional programming interface

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          getBrowseNodeReturnTopics(
              browseNodeId: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReturnTopicsResponse>,
          >;
          getBrowseNodeReturnTrends(
              browseNodeId: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReturnTrendsResponse>,
          >;
          getBrowseNodeReviewTopics(
              browseNodeId: string,
              marketplaceId: string,
              sortBy: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReviewTopicsResponse>,
          >;
          getBrowseNodeReviewTrends(
              browseNodeId: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReviewTrendsResponse>,
          >;
          getItemBrowseNode(
              asin: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeResponse>,
          >;
          getItemReviewTopics(
              asin: string,
              marketplaceId: string,
              sortBy: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<ItemReviewTopicsResponse>,
          >;
          getItemReviewTrends(
              asin: string,
              marketplaceId: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<ItemReviewTrendsResponse>,
          >;
      }

      • getBrowseNodeReturnTopics: function
        • Retrieve the topics that customers mention when they return items in a browse node.

          Parameters

          • browseNodeId: string

            A browse node ID is a unique identifier for a browse node. A browse node is a named location in a browse tree that is used for navigation, product classification, and website content.

          • marketplaceId: string

            The MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReturnTopicsResponse>,
          >

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

          Parameters

          • browseNodeId: string

            A browse node ID is a unique identifier of a browse node. A browse node is a named location in a browse tree that is used for navigation, product classification, and website content.

          • marketplaceId: string

            The MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReturnTrendsResponse>,
          >

      • getBrowseNodeReviewTopics: function
        • Retrieve a browse node's ten most positive and ten most negative review topics.

          Parameters

          • browseNodeId: string

            The ID of a browse node. A browse node is a named location in a browse tree that is used for navigation, product classification, and website content.

          • marketplaceId: string

            The MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.

          • sortBy: string

            The metric by which to sort the data in the response.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReviewTopicsResponse>,
          >

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

          Parameters

          • browseNodeId: string

            A browse node ID is a unique identifier of a browse node. A browse node is a named location in a browse tree that is used for navigation, product classification, and website content.

          • marketplaceId: string

            The marketplace ID is the globally unique identifier of a marketplace. For more information, refer to Marketplace IDs.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeReviewTrendsResponse>,
          >

      • getItemBrowseNode: function
        • 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.

          Parameters

          • asin: string

            The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace.

          • marketplaceId: string

            The MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<BrowseNodeResponse>,
          >

      • getItemReviewTopics: function
        • Retrieve an item's ten most positive and ten most negative review topics.

          Parameters

          • asin: string

            The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace. The value must be a child ASIN.

          • marketplaceId: string

            The MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.

          • sortBy: string

            The metric by which to sort data in the response.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<ItemReviewTopicsResponse>,
          >

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

          Parameters

          • asin: string

            The Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace. This API takes child ASIN as an input.

          • marketplaceId: string

            The MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

          Returns Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<ItemReviewTrendsResponse>,
          >