@sp-api-sdk/catalog-items-api-v0
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -14,2 +14,3 @@ /** | ||
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; | ||
import globalAxios from 'axios'; | ||
import { RequestArgs, BaseAPI } from '../base'; | ||
@@ -233,3 +234,3 @@ import { GetCatalogItemResponse } from '../models'; | ||
*/ | ||
getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetCatalogItemResponse, any>>; | ||
getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCatalogItemResponse, any>>; | ||
/** | ||
@@ -242,3 +243,3 @@ * 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](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api). | ||
*/ | ||
listCatalogCategories(requestParameters: CatalogApiListCatalogCategoriesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCatalogCategoriesResponse, any>>; | ||
listCatalogCategories(requestParameters: CatalogApiListCatalogCategoriesRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListCatalogCategoriesResponse, any>>; | ||
/** | ||
@@ -251,3 +252,3 @@ * Effective September 30, 2022, the `listCatalogItems` operation will no longer be available in the Selling Partner API for Catalog Items v0. As an alternative, `searchCatalogItems` is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on the `listCatalogItems` operation should migrate to the `searchCatalogItems`operation to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it. | ||
*/ | ||
listCatalogItems(requestParameters: CatalogApiListCatalogItemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListCatalogItemsResponse, any>>; | ||
listCatalogItems(requestParameters: CatalogApiListCatalogItemsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListCatalogItemsResponse, any>>; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,3 +22,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "2.0.3", | ||
"@sp-api-sdk/common": "2.0.4", | ||
"axios": "^1.6.2" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "c81279baeb662780ae3cb42fb60fa11670fed191" | ||
"gitHead": "96729dd2eabfca855da5eb33f271c0b09b449972" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158900
3813
+ Added@sp-api-sdk/auth@2.0.4(transitive)
+ Added@sp-api-sdk/common@2.0.4(transitive)
+ Addedaxios-retry@4.5.0(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@sp-api-sdk/auth@2.0.3(transitive)
- Removed@sp-api-sdk/common@2.0.3(transitive)
- Removedaxios-retry@3.9.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
Updated@sp-api-sdk/common@2.0.4