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

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          listCatalogCategories(
              marketplaceId: string,
              aSIN?: string,
              sellerSKU?: string,
              options?: RawAxiosRequestConfig,
          ): Promise<
              (
                  axios?: AxiosInstance,
                  basePath?: string,
              ) => AxiosPromise<ListCatalogCategoriesResponse>,
          >;
      }

      • listCatalogCategories: function
        • Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

          Parameters

          • marketplaceId: string

            A marketplace identifier. Specifies the marketplace for the item.

          • OptionalaSIN: string

            The Amazon Standard Identification Number (ASIN) of the item.

          • OptionalsellerSKU: string

            Used to identify items in the given marketplace. SellerSKU is qualified by the seller&#39;s SellerId, which is included with every operation that you submit.

          • Optionaloptions: RawAxiosRequestConfig

            Override http request option.

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