@sp-api-sdk/catalog-items-api-2022-04-01 3.1.1 → 4.0.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/README.md +2 -2
- package/dist/cjs/api-model/api/{catalog-api.js → catalog-items-api.js} +63 -63
- 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 +1 -1
- 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 +5 -5
- package/dist/es/api-model/api/{catalog-api.js → catalog-items-api.js} +58 -58
- 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 +1 -1
- 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 +6 -6
- package/dist/types/api-model/api/catalog-items-api.d.ts +285 -0
- 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 +1 -1
- 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 +4 -4
- package/dist/types/api-model/models/classification-refinement.d.ts +4 -4
- package/dist/types/api-model/models/dimension.d.ts +4 -4
- 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 +4 -4
- package/dist/types/api-model/models/item-browse-classifications-by-marketplace.d.ts +4 -4
- package/dist/types/api-model/models/item-classification-sales-rank.d.ts +6 -6
- package/dist/types/api-model/models/item-contributor-role.d.ts +3 -3
- package/dist/types/api-model/models/item-contributor.d.ts +2 -2
- package/dist/types/api-model/models/item-dimensions-by-marketplace.d.ts +3 -3
- package/dist/types/api-model/models/item-display-group-sales-rank.d.ts +6 -6
- package/dist/types/api-model/models/item-identifier.d.ts +3 -3
- package/dist/types/api-model/models/item-identifiers-by-marketplace.d.ts +4 -4
- package/dist/types/api-model/models/item-image.d.ts +2 -2
- package/dist/types/api-model/models/item-images-by-marketplace.d.ts +4 -4
- package/dist/types/api-model/models/item-product-type-by-marketplace.d.ts +4 -4
- package/dist/types/api-model/models/item-relationship.d.ts +3 -3
- package/dist/types/api-model/models/item-relationships-by-marketplace.d.ts +3 -3
- package/dist/types/api-model/models/item-sales-ranks-by-marketplace.d.ts +5 -5
- package/dist/types/api-model/models/item-search-results.d.ts +3 -3
- package/dist/types/api-model/models/item-summary-by-marketplace.d.ts +21 -21
- package/dist/types/api-model/models/item-variation-theme.d.ts +4 -4
- package/dist/types/api-model/models/item-vendor-details-by-marketplace.d.ts +8 -8
- package/dist/types/api-model/models/item-vendor-details-category.d.ts +4 -4
- package/dist/types/api-model/models/item.d.ts +10 -10
- package/dist/types/api-model/models/model-error.d.ts +1 -1
- package/dist/types/api-model/models/pagination.d.ts +4 -4
- package/dist/types/api-model/models/refinements.d.ts +4 -4
- package/dist/types/client.d.ts +2 -2
- package/package.json +5 -5
- package/dist/types/api-model/api/catalog-api.d.ts +0 -285
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Catalog Items
|
|
6
|
-
*
|
|
6
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 2022-04-01
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Catalog Items
|
|
6
|
-
*
|
|
6
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 2022-04-01
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Catalog Items
|
|
6
|
-
*
|
|
6
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 2022-04-01
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Catalog Items
|
|
6
|
-
*
|
|
6
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 2022-04-01
|
|
9
9
|
*
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Selling Partner API for Catalog Items
|
|
6
|
-
*
|
|
6
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 2022-04-01
|
|
9
9
|
*
|
package/dist/cjs/client.js
CHANGED
|
@@ -8,18 +8,18 @@ exports.clientRateLimits = [
|
|
|
8
8
|
method: 'get',
|
|
9
9
|
// eslint-disable-next-line prefer-regex-literals
|
|
10
10
|
urlRegex: new RegExp('^/catalog/2022-04-01/items$'),
|
|
11
|
-
rate:
|
|
12
|
-
burst:
|
|
11
|
+
rate: 5,
|
|
12
|
+
burst: 5,
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
method: 'get',
|
|
16
16
|
// eslint-disable-next-line prefer-regex-literals
|
|
17
17
|
urlRegex: new RegExp('^/catalog/2022-04-01/items/[^/]*$'),
|
|
18
|
-
rate:
|
|
19
|
-
burst:
|
|
18
|
+
rate: 5,
|
|
19
|
+
burst: 5,
|
|
20
20
|
},
|
|
21
21
|
];
|
|
22
|
-
class CatalogItemsApiClient extends api_model_1.
|
|
22
|
+
class CatalogItemsApiClient extends api_model_1.CatalogItemsApi {
|
|
23
23
|
constructor(configuration) {
|
|
24
24
|
const { axios, endpoint } = (0, common_1.createAxiosInstance)(configuration, exports.clientRateLimits);
|
|
25
25
|
super(new api_model_1.Configuration(), endpoint, axios);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -18,17 +18,17 @@ import { DUMMY_BASE_URL, assertParamExists, setSearchParams, toPathString, creat
|
|
|
18
18
|
// @ts-ignore
|
|
19
19
|
import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, operationServerMap } from '../base';
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* CatalogItemsApi - axios parameter creator
|
|
22
22
|
* @export
|
|
23
23
|
*/
|
|
24
|
-
export const
|
|
24
|
+
export const CatalogItemsApiAxiosParamCreator = function (configuration) {
|
|
25
25
|
return {
|
|
26
26
|
/**
|
|
27
|
-
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | |
|
|
27
|
+
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
28
28
|
* @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
|
|
29
|
-
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers.
|
|
30
|
-
* @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of
|
|
31
|
-
* @param {string} [locale]
|
|
29
|
+
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
30
|
+
* @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
|
|
31
|
+
* @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
|
|
32
32
|
* @param {*} [options] Override http request option.
|
|
33
33
|
* @throws {RequiredError}
|
|
34
34
|
*/
|
|
@@ -66,19 +66,19 @@ export const CatalogApiAxiosParamCreator = function (configuration) {
|
|
|
66
66
|
};
|
|
67
67
|
},
|
|
68
68
|
/**
|
|
69
|
-
* Search for
|
|
70
|
-
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers
|
|
71
|
-
* @param {Array<string>} [identifiers] A comma-delimited list of product identifiers to search the Amazon catalog
|
|
72
|
-
* @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType]
|
|
73
|
-
* @param {Array<SearchCatalogItemsIncludedDataEnum>} [includedData] A comma-delimited list of
|
|
74
|
-
* @param {string} [locale]
|
|
69
|
+
* Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
70
|
+
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
71
|
+
* @param {Array<string>} [identifiers] A comma-delimited list of product identifiers that you can use to search the Amazon catalog. **Note:** You cannot include `identifiers` and `keywords` in the same request.
|
|
72
|
+
* @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType] The type of product identifiers that you can use to search the Amazon catalog. **Note:** `identifiersType` is required when `identifiers` is in the request.
|
|
73
|
+
* @param {Array<SearchCatalogItemsIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
|
|
74
|
+
* @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
|
|
75
75
|
* @param {string} [sellerId] A selling partner identifier, such as a seller account or vendor code. **Note:** Required when `identifiersType` is `SKU`.
|
|
76
|
-
* @param {Array<string>} [keywords] A comma-delimited list of
|
|
77
|
-
* @param {Array<string>} [brandNames] A comma-delimited list of brand names to limit the search
|
|
78
|
-
* @param {Array<string>} [classificationIds] A comma-delimited list of classification identifiers to limit the search
|
|
79
|
-
* @param {number} [pageSize]
|
|
80
|
-
* @param {string} [pageToken] A token to fetch a
|
|
81
|
-
* @param {string} [keywordsLocale] The language of the keywords
|
|
76
|
+
* @param {Array<string>} [keywords] A comma-delimited list of keywords that you can use to search the Amazon catalog. **Note:** You cannot include `keywords` and `identifiers` in the same request.
|
|
77
|
+
* @param {Array<string>} [brandNames] A comma-delimited list of brand names that you can use to limit the search in queries based on `keywords`. **Note:** Cannot be used with `identifiers`.
|
|
78
|
+
* @param {Array<string>} [classificationIds] A comma-delimited list of classification identifiers that you can use to limit the search in queries based on `keywords`. **Note:** Cannot be used with `identifiers`.
|
|
79
|
+
* @param {number} [pageSize] The number of results to include on each page.
|
|
80
|
+
* @param {string} [pageToken] A token that you can use to fetch a specific page when there are multiple pages of results.
|
|
81
|
+
* @param {string} [keywordsLocale] The language of the keywords that are included in queries based on `keywords`. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with `identifiers`.
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
84
84
|
*/
|
|
@@ -142,62 +142,62 @@ export const CatalogApiAxiosParamCreator = function (configuration) {
|
|
|
142
142
|
};
|
|
143
143
|
};
|
|
144
144
|
/**
|
|
145
|
-
*
|
|
145
|
+
* CatalogItemsApi - functional programming interface
|
|
146
146
|
* @export
|
|
147
147
|
*/
|
|
148
|
-
export const
|
|
149
|
-
const localVarAxiosParamCreator =
|
|
148
|
+
export const CatalogItemsApiFp = function (configuration) {
|
|
149
|
+
const localVarAxiosParamCreator = CatalogItemsApiAxiosParamCreator(configuration);
|
|
150
150
|
return {
|
|
151
151
|
/**
|
|
152
|
-
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | |
|
|
152
|
+
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
153
153
|
* @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
|
|
154
|
-
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers.
|
|
155
|
-
* @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of
|
|
156
|
-
* @param {string} [locale]
|
|
154
|
+
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
155
|
+
* @param {Array<GetCatalogItemIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
|
|
156
|
+
* @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
159
159
|
*/
|
|
160
160
|
async getCatalogItem(asin, marketplaceIds, includedData, locale, options) {
|
|
161
161
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCatalogItem(asin, marketplaceIds, includedData, locale, options);
|
|
162
162
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
163
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
163
|
+
const localVarOperationServerBasePath = operationServerMap['CatalogItemsApi.getCatalogItem']?.[localVarOperationServerIndex]?.url;
|
|
164
164
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
165
165
|
},
|
|
166
166
|
/**
|
|
167
|
-
* Search for
|
|
168
|
-
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers
|
|
169
|
-
* @param {Array<string>} [identifiers] A comma-delimited list of product identifiers to search the Amazon catalog
|
|
170
|
-
* @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType]
|
|
171
|
-
* @param {Array<SearchCatalogItemsIncludedDataEnum>} [includedData] A comma-delimited list of
|
|
172
|
-
* @param {string} [locale]
|
|
167
|
+
* Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
168
|
+
* @param {Array<string>} marketplaceIds A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
|
|
169
|
+
* @param {Array<string>} [identifiers] A comma-delimited list of product identifiers that you can use to search the Amazon catalog. **Note:** You cannot include `identifiers` and `keywords` in the same request.
|
|
170
|
+
* @param {SearchCatalogItemsIdentifiersTypeEnum} [identifiersType] The type of product identifiers that you can use to search the Amazon catalog. **Note:** `identifiersType` is required when `identifiers` is in the request.
|
|
171
|
+
* @param {Array<SearchCatalogItemsIncludedDataEnum>} [includedData] A comma-delimited list of datasets to include in the response.
|
|
172
|
+
* @param {string} [locale] The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.
|
|
173
173
|
* @param {string} [sellerId] A selling partner identifier, such as a seller account or vendor code. **Note:** Required when `identifiersType` is `SKU`.
|
|
174
|
-
* @param {Array<string>} [keywords] A comma-delimited list of
|
|
175
|
-
* @param {Array<string>} [brandNames] A comma-delimited list of brand names to limit the search
|
|
176
|
-
* @param {Array<string>} [classificationIds] A comma-delimited list of classification identifiers to limit the search
|
|
177
|
-
* @param {number} [pageSize]
|
|
178
|
-
* @param {string} [pageToken] A token to fetch a
|
|
179
|
-
* @param {string} [keywordsLocale] The language of the keywords
|
|
174
|
+
* @param {Array<string>} [keywords] A comma-delimited list of keywords that you can use to search the Amazon catalog. **Note:** You cannot include `keywords` and `identifiers` in the same request.
|
|
175
|
+
* @param {Array<string>} [brandNames] A comma-delimited list of brand names that you can use to limit the search in queries based on `keywords`. **Note:** Cannot be used with `identifiers`.
|
|
176
|
+
* @param {Array<string>} [classificationIds] A comma-delimited list of classification identifiers that you can use to limit the search in queries based on `keywords`. **Note:** Cannot be used with `identifiers`.
|
|
177
|
+
* @param {number} [pageSize] The number of results to include on each page.
|
|
178
|
+
* @param {string} [pageToken] A token that you can use to fetch a specific page when there are multiple pages of results.
|
|
179
|
+
* @param {string} [keywordsLocale] The language of the keywords that are included in queries based on `keywords`. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with `identifiers`.
|
|
180
180
|
* @param {*} [options] Override http request option.
|
|
181
181
|
* @throws {RequiredError}
|
|
182
182
|
*/
|
|
183
183
|
async searchCatalogItems(marketplaceIds, identifiers, identifiersType, includedData, locale, sellerId, keywords, brandNames, classificationIds, pageSize, pageToken, keywordsLocale, options) {
|
|
184
184
|
const localVarAxiosArgs = await localVarAxiosParamCreator.searchCatalogItems(marketplaceIds, identifiers, identifiersType, includedData, locale, sellerId, keywords, brandNames, classificationIds, pageSize, pageToken, keywordsLocale, options);
|
|
185
185
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
186
|
-
const localVarOperationServerBasePath = operationServerMap['
|
|
186
|
+
const localVarOperationServerBasePath = operationServerMap['CatalogItemsApi.searchCatalogItems']?.[localVarOperationServerIndex]?.url;
|
|
187
187
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
188
188
|
},
|
|
189
189
|
};
|
|
190
190
|
};
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* CatalogItemsApi - factory interface
|
|
193
193
|
* @export
|
|
194
194
|
*/
|
|
195
|
-
export const
|
|
196
|
-
const localVarFp =
|
|
195
|
+
export const CatalogItemsApiFactory = function (configuration, basePath, axios) {
|
|
196
|
+
const localVarFp = CatalogItemsApiFp(configuration);
|
|
197
197
|
return {
|
|
198
198
|
/**
|
|
199
|
-
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | |
|
|
200
|
-
* @param {
|
|
199
|
+
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
200
|
+
* @param {CatalogItemsApiGetCatalogItemRequest} requestParameters Request parameters.
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
202
202
|
* @throws {RequiredError}
|
|
203
203
|
*/
|
|
@@ -205,8 +205,8 @@ export const CatalogApiFactory = function (configuration, basePath, axios) {
|
|
|
205
205
|
return localVarFp.getCatalogItem(requestParameters.asin, requestParameters.marketplaceIds, requestParameters.includedData, requestParameters.locale, options).then((request) => request(axios, basePath));
|
|
206
206
|
},
|
|
207
207
|
/**
|
|
208
|
-
* Search for
|
|
209
|
-
* @param {
|
|
208
|
+
* Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
209
|
+
* @param {CatalogItemsApiSearchCatalogItemsRequest} requestParameters Request parameters.
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
*/
|
|
@@ -216,31 +216,31 @@ export const CatalogApiFactory = function (configuration, basePath, axios) {
|
|
|
216
216
|
};
|
|
217
217
|
};
|
|
218
218
|
/**
|
|
219
|
-
*
|
|
219
|
+
* CatalogItemsApi - object-oriented interface
|
|
220
220
|
* @export
|
|
221
|
-
* @class
|
|
221
|
+
* @class CatalogItemsApi
|
|
222
222
|
* @extends {BaseAPI}
|
|
223
223
|
*/
|
|
224
|
-
export class
|
|
224
|
+
export class CatalogItemsApi extends BaseAPI {
|
|
225
225
|
/**
|
|
226
|
-
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | |
|
|
227
|
-
* @param {
|
|
226
|
+
* Retrieves details for an item in the Amazon catalog. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
227
|
+
* @param {CatalogItemsApiGetCatalogItemRequest} requestParameters Request parameters.
|
|
228
228
|
* @param {*} [options] Override http request option.
|
|
229
229
|
* @throws {RequiredError}
|
|
230
|
-
* @memberof
|
|
230
|
+
* @memberof CatalogItemsApi
|
|
231
231
|
*/
|
|
232
232
|
getCatalogItem(requestParameters, options) {
|
|
233
|
-
return
|
|
233
|
+
return CatalogItemsApiFp(this.configuration).getCatalogItem(requestParameters.asin, requestParameters.marketplaceIds, requestParameters.includedData, requestParameters.locale, options).then((request) => request(this.axios, this.basePath));
|
|
234
234
|
}
|
|
235
235
|
/**
|
|
236
|
-
* Search for
|
|
237
|
-
* @param {
|
|
236
|
+
* Search for a list of Amazon catalog items and item-related information. You can search by identifier or by keywords. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 5 | The `x-amzn-RateLimit-Limit` response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
237
|
+
* @param {CatalogItemsApiSearchCatalogItemsRequest} requestParameters Request parameters.
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
239
239
|
* @throws {RequiredError}
|
|
240
|
-
* @memberof
|
|
240
|
+
* @memberof CatalogItemsApi
|
|
241
241
|
*/
|
|
242
242
|
searchCatalogItems(requestParameters, options) {
|
|
243
|
-
return
|
|
243
|
+
return CatalogItemsApiFp(this.configuration).searchCatalogItems(requestParameters.marketplaceIds, requestParameters.identifiers, requestParameters.identifiersType, requestParameters.includedData, requestParameters.locale, requestParameters.sellerId, requestParameters.keywords, requestParameters.brandNames, requestParameters.classificationIds, requestParameters.pageSize, requestParameters.pageToken, requestParameters.keywordsLocale, options).then((request) => request(this.axios, this.basePath));
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
/**
|
package/dist/es/api-model/api.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export * from './api/catalog-api';
|
|
14
|
+
export * from './api/catalog-items-api';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* Selling Partner API for Catalog Items
|
|
5
|
-
*
|
|
5
|
+
* Use the Selling Partner API for Catalog Items to retrieve 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).
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 2022-04-01
|
|
8
8
|
*
|