@sp-api-sdk/catalog-items-api-2022-04-01 3.0.1 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-model/api/{catalog-items-api.js → catalog-api.js} +27 -35
- package/dist/cjs/api-model/api.js +2 -2
- package/dist/cjs/api-model/base.js +1 -1
- package/dist/cjs/api-model/common.js +1 -1
- package/dist/cjs/api-model/configuration.js +2 -3
- package/dist/cjs/api-model/index.js +1 -1
- package/dist/cjs/api-model/models/brand-refinement.js +1 -1
- package/dist/cjs/api-model/models/classification-refinement.js +1 -1
- package/dist/cjs/api-model/models/dimension.js +1 -1
- package/dist/cjs/api-model/models/dimensions.js +1 -1
- package/dist/cjs/api-model/models/error-list.js +1 -1
- package/dist/cjs/api-model/models/item-browse-classification.js +1 -1
- package/dist/cjs/api-model/models/item-browse-classifications-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-classification-sales-rank.js +1 -1
- package/dist/cjs/api-model/models/item-contributor-role.js +1 -1
- package/dist/cjs/api-model/models/item-contributor.js +1 -1
- package/dist/cjs/api-model/models/item-dimensions-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-display-group-sales-rank.js +1 -1
- package/dist/cjs/api-model/models/item-identifier.js +1 -1
- package/dist/cjs/api-model/models/item-identifiers-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-image.js +1 -1
- package/dist/cjs/api-model/models/item-images-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-product-type-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-relationship.js +1 -1
- package/dist/cjs/api-model/models/item-relationships-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-sales-ranks-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-search-results.js +1 -1
- package/dist/cjs/api-model/models/item-summary-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-variation-theme.js +1 -1
- package/dist/cjs/api-model/models/item-vendor-details-by-marketplace.js +1 -1
- package/dist/cjs/api-model/models/item-vendor-details-category.js +1 -1
- package/dist/cjs/api-model/models/item.js +1 -1
- package/dist/cjs/api-model/models/model-error.js +1 -1
- package/dist/cjs/api-model/models/pagination.js +1 -1
- package/dist/cjs/api-model/models/refinements.js +1 -1
- package/dist/cjs/client.js +1 -1
- package/dist/es/api-model/api/{catalog-items-api.js → catalog-api.js} +22 -30
- package/dist/es/api-model/api.js +2 -2
- package/dist/es/api-model/base.js +1 -1
- package/dist/es/api-model/common.js +1 -1
- package/dist/es/api-model/configuration.js +2 -3
- package/dist/es/api-model/index.js +1 -1
- package/dist/es/api-model/models/brand-refinement.js +1 -1
- package/dist/es/api-model/models/classification-refinement.js +1 -1
- package/dist/es/api-model/models/dimension.js +1 -1
- package/dist/es/api-model/models/dimensions.js +1 -1
- package/dist/es/api-model/models/error-list.js +1 -1
- package/dist/es/api-model/models/item-browse-classification.js +1 -1
- package/dist/es/api-model/models/item-browse-classifications-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-classification-sales-rank.js +1 -1
- package/dist/es/api-model/models/item-contributor-role.js +1 -1
- package/dist/es/api-model/models/item-contributor.js +1 -1
- package/dist/es/api-model/models/item-dimensions-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-display-group-sales-rank.js +1 -1
- package/dist/es/api-model/models/item-identifier.js +1 -1
- package/dist/es/api-model/models/item-identifiers-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-image.js +1 -1
- package/dist/es/api-model/models/item-images-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-product-type-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-relationship.js +1 -1
- package/dist/es/api-model/models/item-relationships-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-sales-ranks-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-search-results.js +1 -1
- package/dist/es/api-model/models/item-summary-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-variation-theme.js +1 -1
- package/dist/es/api-model/models/item-vendor-details-by-marketplace.js +1 -1
- package/dist/es/api-model/models/item-vendor-details-category.js +1 -1
- package/dist/es/api-model/models/item.js +1 -1
- package/dist/es/api-model/models/model-error.js +1 -1
- package/dist/es/api-model/models/pagination.js +1 -1
- package/dist/es/api-model/models/refinements.js +1 -1
- package/dist/es/client.js +2 -2
- package/dist/types/api-model/api/{catalog-items-api.d.ts → catalog-api.d.ts} +42 -50
- package/dist/types/api-model/api.d.ts +2 -2
- package/dist/types/api-model/base.d.ts +1 -1
- package/dist/types/api-model/common.d.ts +2 -2
- package/dist/types/api-model/configuration.d.ts +1 -1
- package/dist/types/api-model/index.d.ts +1 -1
- package/dist/types/api-model/models/brand-refinement.d.ts +1 -1
- package/dist/types/api-model/models/classification-refinement.d.ts +1 -1
- package/dist/types/api-model/models/dimension.d.ts +1 -1
- package/dist/types/api-model/models/dimensions.d.ts +1 -1
- package/dist/types/api-model/models/error-list.d.ts +1 -1
- package/dist/types/api-model/models/item-browse-classification.d.ts +1 -1
- package/dist/types/api-model/models/item-browse-classifications-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-classification-sales-rank.d.ts +1 -1
- package/dist/types/api-model/models/item-contributor-role.d.ts +1 -1
- package/dist/types/api-model/models/item-contributor.d.ts +1 -1
- package/dist/types/api-model/models/item-dimensions-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-display-group-sales-rank.d.ts +1 -1
- package/dist/types/api-model/models/item-identifier.d.ts +1 -1
- package/dist/types/api-model/models/item-identifiers-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-image.d.ts +1 -1
- package/dist/types/api-model/models/item-images-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-product-type-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-relationship.d.ts +1 -1
- package/dist/types/api-model/models/item-relationships-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-sales-ranks-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-search-results.d.ts +1 -1
- package/dist/types/api-model/models/item-summary-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-variation-theme.d.ts +1 -1
- package/dist/types/api-model/models/item-vendor-details-by-marketplace.d.ts +1 -1
- package/dist/types/api-model/models/item-vendor-details-category.d.ts +1 -1
- package/dist/types/api-model/models/item.d.ts +1 -1
- package/dist/types/api-model/models/model-error.d.ts +1 -1
- package/dist/types/api-model/models/pagination.d.ts +1 -1
- package/dist/types/api-model/models/refinements.d.ts +1 -1
- package/dist/types/client.d.ts +2 -2
- package/package.json +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -16,13 +16,12 @@ import { type RequestArgs, BaseAPI } from '../base';
|
|
|
16
16
|
import type { Item } from '../models';
|
|
17
17
|
import type { ItemSearchResults } from '../models';
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* CatalogApi - axios parameter creator
|
|
20
20
|
* @export
|
|
21
21
|
*/
|
|
22
|
-
export declare const
|
|
22
|
+
export declare const CatalogApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
23
23
|
/**
|
|
24
24
|
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | 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).
|
|
25
|
-
* @summary getCatalogItem
|
|
26
25
|
* @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
|
|
27
26
|
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. Data sets in the response contain data only for the specified marketplaces.
|
|
28
27
|
* @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of data sets to include in the response. Default: `summaries`.
|
|
@@ -33,7 +32,6 @@ export declare const CatalogItemsApiAxiosParamCreator: (configuration?: Configur
|
|
|
33
32
|
getCatalogItem: (asin: string, marketplaceIds: Array<string>, includedData?: Array<GetCatalogItemIncludedDataEnum>, locale?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
33
|
/**
|
|
35
34
|
* 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).
|
|
36
|
-
* @summary searchCatalogItems
|
|
37
35
|
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
38
36
|
* @param {Array<string>} [identifiers] A comma-delimited list of product identifiers to search the Amazon catalog for. **Note:** Cannot be used with `keywords`.
|
|
39
37
|
* @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType] Type of product identifiers to search the Amazon catalog for. **Note:** Required when `identifiers` are provided.
|
|
@@ -52,13 +50,12 @@ export declare const CatalogItemsApiAxiosParamCreator: (configuration?: Configur
|
|
|
52
50
|
searchCatalogItems: (marketplaceIds: Array<string>, identifiers?: Array<string>, identifiersType?: SearchCatalogItemsIdentifiersTypeEnum, includedData?: Array<SearchCatalogItemsIncludedDataEnum>, locale?: string, sellerId?: string, keywords?: Array<string>, brandNames?: Array<string>, classificationIds?: Array<string>, pageSize?: number, pageToken?: string, keywordsLocale?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
51
|
};
|
|
54
52
|
/**
|
|
55
|
-
*
|
|
53
|
+
* CatalogApi - functional programming interface
|
|
56
54
|
* @export
|
|
57
55
|
*/
|
|
58
|
-
export declare const
|
|
56
|
+
export declare const CatalogApiFp: (configuration?: Configuration) => {
|
|
59
57
|
/**
|
|
60
58
|
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | 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).
|
|
61
|
-
* @summary getCatalogItem
|
|
62
59
|
* @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
|
|
63
60
|
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. Data sets in the response contain data only for the specified marketplaces.
|
|
64
61
|
* @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of data sets to include in the response. Default: `summaries`.
|
|
@@ -69,7 +66,6 @@ export declare const CatalogItemsApiFp: (configuration?: Configuration) => {
|
|
|
69
66
|
getCatalogItem(asin: string, marketplaceIds: Array<string>, includedData?: Array<GetCatalogItemIncludedDataEnum>, locale?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Item>>;
|
|
70
67
|
/**
|
|
71
68
|
* 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).
|
|
72
|
-
* @summary searchCatalogItems
|
|
73
69
|
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
74
70
|
* @param {Array<string>} [identifiers] A comma-delimited list of product identifiers to search the Amazon catalog for. **Note:** Cannot be used with `keywords`.
|
|
75
71
|
* @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType] Type of product identifiers to search the Amazon catalog for. **Note:** Required when `identifiers` are provided.
|
|
@@ -88,162 +84,158 @@ export declare const CatalogItemsApiFp: (configuration?: Configuration) => {
|
|
|
88
84
|
searchCatalogItems(marketplaceIds: Array<string>, identifiers?: Array<string>, identifiersType?: SearchCatalogItemsIdentifiersTypeEnum, includedData?: Array<SearchCatalogItemsIncludedDataEnum>, locale?: string, sellerId?: string, keywords?: Array<string>, brandNames?: Array<string>, classificationIds?: Array<string>, pageSize?: number, pageToken?: string, keywordsLocale?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ItemSearchResults>>;
|
|
89
85
|
};
|
|
90
86
|
/**
|
|
91
|
-
*
|
|
87
|
+
* CatalogApi - factory interface
|
|
92
88
|
* @export
|
|
93
89
|
*/
|
|
94
|
-
export declare const
|
|
90
|
+
export declare const CatalogApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
95
91
|
/**
|
|
96
92
|
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | 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).
|
|
97
|
-
* @
|
|
98
|
-
* @param {CatalogItemsApiGetCatalogItemRequest} requestParameters Request parameters.
|
|
93
|
+
* @param {CatalogApiGetCatalogItemRequest} requestParameters Request parameters.
|
|
99
94
|
* @param {*} [options] Override http request option.
|
|
100
95
|
* @throws {RequiredError}
|
|
101
96
|
*/
|
|
102
|
-
getCatalogItem(requestParameters:
|
|
97
|
+
getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<Item>;
|
|
103
98
|
/**
|
|
104
99
|
* 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).
|
|
105
|
-
* @
|
|
106
|
-
* @param {CatalogItemsApiSearchCatalogItemsRequest} requestParameters Request parameters.
|
|
100
|
+
* @param {CatalogApiSearchCatalogItemsRequest} requestParameters Request parameters.
|
|
107
101
|
* @param {*} [options] Override http request option.
|
|
108
102
|
* @throws {RequiredError}
|
|
109
103
|
*/
|
|
110
|
-
searchCatalogItems(requestParameters:
|
|
104
|
+
searchCatalogItems(requestParameters: CatalogApiSearchCatalogItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ItemSearchResults>;
|
|
111
105
|
};
|
|
112
106
|
/**
|
|
113
|
-
* Request parameters for getCatalogItem operation in
|
|
107
|
+
* Request parameters for getCatalogItem operation in CatalogApi.
|
|
114
108
|
* @export
|
|
115
|
-
* @interface
|
|
109
|
+
* @interface CatalogApiGetCatalogItemRequest
|
|
116
110
|
*/
|
|
117
|
-
export interface
|
|
111
|
+
export interface CatalogApiGetCatalogItemRequest {
|
|
118
112
|
/**
|
|
119
113
|
* The Amazon Standard Identification Number (ASIN) of the item.
|
|
120
114
|
* @type {string}
|
|
121
|
-
* @memberof
|
|
115
|
+
* @memberof CatalogApiGetCatalogItem
|
|
122
116
|
*/
|
|
123
117
|
readonly asin: string;
|
|
124
118
|
/**
|
|
125
119
|
* A comma-delimited list of Amazon marketplace identifiers. Data sets in the response contain data only for the specified marketplaces.
|
|
126
120
|
* @type {Array<string>}
|
|
127
|
-
* @memberof
|
|
121
|
+
* @memberof CatalogApiGetCatalogItem
|
|
128
122
|
*/
|
|
129
123
|
readonly marketplaceIds: Array<string>;
|
|
130
124
|
/**
|
|
131
125
|
* A comma-delimited list of data sets to include in the response. Default: `summaries`.
|
|
132
126
|
* @type {Array<'attributes' | 'classifications' | 'dimensions' | 'identifiers' | 'images' | 'productTypes' | 'relationships' | 'salesRanks' | 'summaries' | 'vendorDetails'>}
|
|
133
|
-
* @memberof
|
|
127
|
+
* @memberof CatalogApiGetCatalogItem
|
|
134
128
|
*/
|
|
135
129
|
readonly includedData?: Array<GetCatalogItemIncludedDataEnum>;
|
|
136
130
|
/**
|
|
137
131
|
* Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace.
|
|
138
132
|
* @type {string}
|
|
139
|
-
* @memberof
|
|
133
|
+
* @memberof CatalogApiGetCatalogItem
|
|
140
134
|
*/
|
|
141
135
|
readonly locale?: string;
|
|
142
136
|
}
|
|
143
137
|
/**
|
|
144
|
-
* Request parameters for searchCatalogItems operation in
|
|
138
|
+
* Request parameters for searchCatalogItems operation in CatalogApi.
|
|
145
139
|
* @export
|
|
146
|
-
* @interface
|
|
140
|
+
* @interface CatalogApiSearchCatalogItemsRequest
|
|
147
141
|
*/
|
|
148
|
-
export interface
|
|
142
|
+
export interface CatalogApiSearchCatalogItemsRequest {
|
|
149
143
|
/**
|
|
150
144
|
* A comma-delimited list of Amazon marketplace identifiers for the request.
|
|
151
145
|
* @type {Array<string>}
|
|
152
|
-
* @memberof
|
|
146
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
153
147
|
*/
|
|
154
148
|
readonly marketplaceIds: Array<string>;
|
|
155
149
|
/**
|
|
156
150
|
* A comma-delimited list of product identifiers to search the Amazon catalog for. **Note:** Cannot be used with `keywords`.
|
|
157
151
|
* @type {Array<string>}
|
|
158
|
-
* @memberof
|
|
152
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
159
153
|
*/
|
|
160
154
|
readonly identifiers?: Array<string>;
|
|
161
155
|
/**
|
|
162
156
|
* Type of product identifiers to search the Amazon catalog for. **Note:** Required when `identifiers` are provided.
|
|
163
157
|
* @type {'ASIN' | 'EAN' | 'GTIN' | 'ISBN' | 'JAN' | 'MINSAN' | 'SKU' | 'UPC'}
|
|
164
|
-
* @memberof
|
|
158
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
165
159
|
*/
|
|
166
160
|
readonly identifiersType?: SearchCatalogItemsIdentifiersTypeEnum;
|
|
167
161
|
/**
|
|
168
162
|
* A comma-delimited list of data sets to include in the response. Default: `summaries`.
|
|
169
163
|
* @type {Array<'attributes' | 'classifications' | 'dimensions' | 'identifiers' | 'images' | 'productTypes' | 'relationships' | 'salesRanks' | 'summaries' | 'vendorDetails'>}
|
|
170
|
-
* @memberof
|
|
164
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
171
165
|
*/
|
|
172
166
|
readonly includedData?: Array<SearchCatalogItemsIncludedDataEnum>;
|
|
173
167
|
/**
|
|
174
168
|
* Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace.
|
|
175
169
|
* @type {string}
|
|
176
|
-
* @memberof
|
|
170
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
177
171
|
*/
|
|
178
172
|
readonly locale?: string;
|
|
179
173
|
/**
|
|
180
174
|
* A selling partner identifier, such as a seller account or vendor code. **Note:** Required when `identifiersType` is `SKU`.
|
|
181
175
|
* @type {string}
|
|
182
|
-
* @memberof
|
|
176
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
183
177
|
*/
|
|
184
178
|
readonly sellerId?: string;
|
|
185
179
|
/**
|
|
186
180
|
* A comma-delimited list of words to search the Amazon catalog for. **Note:** Cannot be used with `identifiers`.
|
|
187
181
|
* @type {Array<string>}
|
|
188
|
-
* @memberof
|
|
182
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
189
183
|
*/
|
|
190
184
|
readonly keywords?: Array<string>;
|
|
191
185
|
/**
|
|
192
186
|
* A comma-delimited list of brand names to limit the search for `keywords`-based queries. **Note:** Cannot be used with `identifiers`.
|
|
193
187
|
* @type {Array<string>}
|
|
194
|
-
* @memberof
|
|
188
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
195
189
|
*/
|
|
196
190
|
readonly brandNames?: Array<string>;
|
|
197
191
|
/**
|
|
198
192
|
* A comma-delimited list of classification identifiers to limit the search for `keywords`-based queries. **Note:** Cannot be used with `identifiers`.
|
|
199
193
|
* @type {Array<string>}
|
|
200
|
-
* @memberof
|
|
194
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
201
195
|
*/
|
|
202
196
|
readonly classificationIds?: Array<string>;
|
|
203
197
|
/**
|
|
204
198
|
* Number of results to be returned per page.
|
|
205
199
|
* @type {number}
|
|
206
|
-
* @memberof
|
|
200
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
207
201
|
*/
|
|
208
202
|
readonly pageSize?: number;
|
|
209
203
|
/**
|
|
210
204
|
* A token to fetch a certain page when there are multiple pages worth of results.
|
|
211
205
|
* @type {string}
|
|
212
|
-
* @memberof
|
|
206
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
213
207
|
*/
|
|
214
208
|
readonly pageToken?: string;
|
|
215
209
|
/**
|
|
216
210
|
* The language of the keywords provided for `keywords`-based queries. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with `identifiers`.
|
|
217
211
|
* @type {string}
|
|
218
|
-
* @memberof
|
|
212
|
+
* @memberof CatalogApiSearchCatalogItems
|
|
219
213
|
*/
|
|
220
214
|
readonly keywordsLocale?: string;
|
|
221
215
|
}
|
|
222
216
|
/**
|
|
223
|
-
*
|
|
217
|
+
* CatalogApi - object-oriented interface
|
|
224
218
|
* @export
|
|
225
|
-
* @class
|
|
219
|
+
* @class CatalogApi
|
|
226
220
|
* @extends {BaseAPI}
|
|
227
221
|
*/
|
|
228
|
-
export declare class
|
|
222
|
+
export declare class CatalogApi extends BaseAPI {
|
|
229
223
|
/**
|
|
230
224
|
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | 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).
|
|
231
|
-
* @
|
|
232
|
-
* @param {CatalogItemsApiGetCatalogItemRequest} requestParameters Request parameters.
|
|
225
|
+
* @param {CatalogApiGetCatalogItemRequest} requestParameters Request parameters.
|
|
233
226
|
* @param {*} [options] Override http request option.
|
|
234
227
|
* @throws {RequiredError}
|
|
235
|
-
* @memberof
|
|
228
|
+
* @memberof CatalogApi
|
|
236
229
|
*/
|
|
237
|
-
getCatalogItem(requestParameters:
|
|
230
|
+
getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<Item, any>>;
|
|
238
231
|
/**
|
|
239
232
|
* 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).
|
|
240
|
-
* @
|
|
241
|
-
* @param {CatalogItemsApiSearchCatalogItemsRequest} requestParameters Request parameters.
|
|
233
|
+
* @param {CatalogApiSearchCatalogItemsRequest} requestParameters Request parameters.
|
|
242
234
|
* @param {*} [options] Override http request option.
|
|
243
235
|
* @throws {RequiredError}
|
|
244
|
-
* @memberof
|
|
236
|
+
* @memberof CatalogApi
|
|
245
237
|
*/
|
|
246
|
-
searchCatalogItems(requestParameters:
|
|
238
|
+
searchCatalogItems(requestParameters: CatalogApiSearchCatalogItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ItemSearchResults, any>>;
|
|
247
239
|
}
|
|
248
240
|
/**
|
|
249
241
|
* @export
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -9,4 +9,4 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export * from './api/catalog-
|
|
12
|
+
export * from './api/catalog-api';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
|
|
|
62
62
|
*
|
|
63
63
|
* @export
|
|
64
64
|
*/
|
|
65
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T
|
|
65
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Catalog Items
|
|
2
|
+
* Selling Partner API for Catalog Items
|
|
3
3
|
* 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](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-use-case-guide).
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 2022-04-01
|
package/dist/types/client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
|
|
2
|
-
import {
|
|
2
|
+
import { CatalogApi } from './api-model';
|
|
3
3
|
export declare const clientRateLimits: RateLimit[];
|
|
4
|
-
export declare class CatalogItemsApiClient extends
|
|
4
|
+
export declare class CatalogItemsApiClient extends CatalogApi {
|
|
5
5
|
constructor(configuration: ClientConfiguration);
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/catalog-items-api-2022-04-01",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"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.",
|
|
5
|
-
"version": "3.0
|
|
5
|
+
"version": "3.1.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
22
|
-
"axios": "^1.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.11",
|
|
22
|
+
"axios": "^1.8.1"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"catalog items api"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b5799742765e819f70161d2ac1905d8e570de8c0"
|
|
44
44
|
}
|