@sp-api-sdk/catalog-items-api-2022-04-01
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'; | ||
@@ -230,3 +231,3 @@ import { Item } from '../models'; | ||
*/ | ||
getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Item, any>>; | ||
getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<Item, any>>; | ||
/** | ||
@@ -239,3 +240,3 @@ * Search for and return a list of Amazon catalog items and associated information either by identifier or by keywords. **Usage Plans:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 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 observe higher rate and burst values than those shown here. For more information, refer to the [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). | ||
*/ | ||
searchCatalogItems(requestParameters: CatalogApiSearchCatalogItemsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ItemSearchResults, any>>; | ||
searchCatalogItems(requestParameters: CatalogApiSearchCatalogItemsRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<ItemSearchResults, any>>; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, refer to the Catalog Items API Use Case Guide.", | ||
"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
189246
3938
+ 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