@sp-api-sdk/catalog-items-api-v0 3.0.4 → 4.0.1

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.
Files changed (64) hide show
  1. package/dist/cjs/api-model/api/catalog-items-api.js +134 -0
  2. package/dist/cjs/api-model/api.js +1 -1
  3. package/dist/cjs/api-model/models/index.js +0 -16
  4. package/dist/cjs/client.js +1 -1
  5. package/dist/es/api-model/api/catalog-items-api.js +124 -0
  6. package/dist/es/api-model/api.js +1 -1
  7. package/dist/es/api-model/models/index.js +0 -16
  8. package/dist/es/client.js +2 -2
  9. package/dist/types/api-model/api/catalog-items-api.d.ts +100 -0
  10. package/dist/types/api-model/api.d.ts +1 -1
  11. package/dist/types/api-model/models/index.d.ts +0 -16
  12. package/dist/types/client.d.ts +2 -2
  13. package/package.json +4 -4
  14. package/dist/cjs/api-model/api/catalog-api.js +0 -296
  15. package/dist/cjs/api-model/models/asinidentifier.js +0 -15
  16. package/dist/cjs/api-model/models/attribute-set-list-type.js +0 -15
  17. package/dist/cjs/api-model/models/creator-type.js +0 -15
  18. package/dist/cjs/api-model/models/decimal-with-units.js +0 -15
  19. package/dist/cjs/api-model/models/dimension-type.js +0 -15
  20. package/dist/cjs/api-model/models/get-catalog-item-response.js +0 -15
  21. package/dist/cjs/api-model/models/identifier-type.js +0 -15
  22. package/dist/cjs/api-model/models/image.js +0 -15
  23. package/dist/cjs/api-model/models/item.js +0 -15
  24. package/dist/cjs/api-model/models/language-type.js +0 -15
  25. package/dist/cjs/api-model/models/list-catalog-items-response.js +0 -15
  26. package/dist/cjs/api-model/models/list-matching-items-response.js +0 -15
  27. package/dist/cjs/api-model/models/price.js +0 -15
  28. package/dist/cjs/api-model/models/relationship-type.js +0 -15
  29. package/dist/cjs/api-model/models/sales-rank-type.js +0 -15
  30. package/dist/cjs/api-model/models/seller-skuidentifier.js +0 -15
  31. package/dist/es/api-model/api/catalog-api.js +0 -286
  32. package/dist/es/api-model/models/asinidentifier.js +0 -14
  33. package/dist/es/api-model/models/attribute-set-list-type.js +0 -14
  34. package/dist/es/api-model/models/creator-type.js +0 -14
  35. package/dist/es/api-model/models/decimal-with-units.js +0 -14
  36. package/dist/es/api-model/models/dimension-type.js +0 -14
  37. package/dist/es/api-model/models/get-catalog-item-response.js +0 -14
  38. package/dist/es/api-model/models/identifier-type.js +0 -14
  39. package/dist/es/api-model/models/image.js +0 -14
  40. package/dist/es/api-model/models/item.js +0 -14
  41. package/dist/es/api-model/models/language-type.js +0 -14
  42. package/dist/es/api-model/models/list-catalog-items-response.js +0 -14
  43. package/dist/es/api-model/models/list-matching-items-response.js +0 -14
  44. package/dist/es/api-model/models/price.js +0 -14
  45. package/dist/es/api-model/models/relationship-type.js +0 -14
  46. package/dist/es/api-model/models/sales-rank-type.js +0 -14
  47. package/dist/es/api-model/models/seller-skuidentifier.js +0 -14
  48. package/dist/types/api-model/api/catalog-api.d.ts +0 -250
  49. package/dist/types/api-model/models/asinidentifier.d.ts +0 -30
  50. package/dist/types/api-model/models/attribute-set-list-type.d.ts +0 -600
  51. package/dist/types/api-model/models/creator-type.d.ts +0 -30
  52. package/dist/types/api-model/models/decimal-with-units.d.ts +0 -30
  53. package/dist/types/api-model/models/dimension-type.d.ts +0 -43
  54. package/dist/types/api-model/models/get-catalog-item-response.d.ts +0 -31
  55. package/dist/types/api-model/models/identifier-type.d.ts +0 -32
  56. package/dist/types/api-model/models/image.d.ts +0 -37
  57. package/dist/types/api-model/models/item.d.ts +0 -46
  58. package/dist/types/api-model/models/language-type.d.ts +0 -36
  59. package/dist/types/api-model/models/list-catalog-items-response.d.ts +0 -31
  60. package/dist/types/api-model/models/list-matching-items-response.d.ts +0 -25
  61. package/dist/types/api-model/models/price.d.ts +0 -30
  62. package/dist/types/api-model/models/relationship-type.d.ts +0 -159
  63. package/dist/types/api-model/models/sales-rank-type.d.ts +0 -30
  64. package/dist/types/api-model/models/seller-skuidentifier.d.ts +0 -36
@@ -1,250 +0,0 @@
1
- /**
2
- * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { Configuration } from '../configuration';
13
- import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
- import globalAxios from 'axios';
15
- import { type RequestArgs, BaseAPI } from '../base';
16
- import type { GetCatalogItemResponse } from '../models';
17
- import type { ListCatalogCategoriesResponse } from '../models';
18
- import type { ListCatalogItemsResponse } from '../models';
19
- /**
20
- * CatalogApi - axios parameter creator
21
- * @export
22
- */
23
- export declare const CatalogApiAxiosParamCreator: (configuration?: Configuration) => {
24
- /**
25
- * Effective September 30, 2022, the `getCatalogItem` operation will no longer be available in the Selling Partner API for Catalog Items v0. This operation is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on this operation should migrate to the latest version to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
26
- * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for the item.
27
- * @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
28
- * @param {*} [options] Override http request option.
29
- * @throws {RequiredError}
30
- */
31
- getCatalogItem: (marketplaceId: string, asin: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
32
- /**
33
- * Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
34
- * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for the item.
35
- * @param {string} [aSIN] The Amazon Standard Identification Number (ASIN) of the item.
36
- * @param {string} [sellerSKU] Used to identify items in the given marketplace. SellerSKU is qualified by the seller\&#39;s SellerId, which is included with every operation that you submit.
37
- * @param {*} [options] Override http request option.
38
- * @throws {RequiredError}
39
- */
40
- listCatalogCategories: (marketplaceId: string, aSIN?: string, sellerSKU?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41
- /**
42
- * Effective September 30, 2022, the `listCatalogItems` operation will no longer be available in the Selling Partner API for Catalog Items v0. As an alternative, `searchCatalogItems` is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on the `listCatalogItems` operation should migrate to the `searchCatalogItems`operation to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
43
- * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which items are returned.
44
- * @param {string} [query] Keyword(s) to use to search for items in the catalog. Example: \&#39;harry potter books\&#39;.
45
- * @param {string} [queryContextId] An identifier for the context within which the given search will be performed. A marketplace might provide mechanisms for constraining a search to a subset of potential items. For example, the retail marketplace allows queries to be constrained to a specific category. The QueryContextId parameter specifies such a subset. If it is omitted, the search will be performed using the default context for the marketplace, which will typically contain the largest set of items.
46
- * @param {string} [sellerSKU] Used to identify an item in the given marketplace. SellerSKU is qualified by the seller\&#39;s SellerId, which is included with every operation that you submit.
47
- * @param {string} [uPC] A 12-digit bar code used for retail packaging.
48
- * @param {string} [eAN] A European article number that uniquely identifies the catalog item, manufacturer, and its attributes.
49
- * @param {string} [iSBN] The unique commercial book identifier used to identify books internationally.
50
- * @param {string} [jAN] A Japanese article number that uniquely identifies the product, manufacturer, and its attributes.
51
- * @param {*} [options] Override http request option.
52
- * @throws {RequiredError}
53
- */
54
- listCatalogItems: (marketplaceId: string, query?: string, queryContextId?: string, sellerSKU?: string, uPC?: string, eAN?: string, iSBN?: string, jAN?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
55
- };
56
- /**
57
- * CatalogApi - functional programming interface
58
- * @export
59
- */
60
- export declare const CatalogApiFp: (configuration?: Configuration) => {
61
- /**
62
- * Effective September 30, 2022, the `getCatalogItem` operation will no longer be available in the Selling Partner API for Catalog Items v0. This operation is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on this operation should migrate to the latest version to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
63
- * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for the item.
64
- * @param {string} asin The Amazon Standard Identification Number (ASIN) of the item.
65
- * @param {*} [options] Override http request option.
66
- * @throws {RequiredError}
67
- */
68
- getCatalogItem(marketplaceId: string, asin: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetCatalogItemResponse>>;
69
- /**
70
- * Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
71
- * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for the item.
72
- * @param {string} [aSIN] The Amazon Standard Identification Number (ASIN) of the item.
73
- * @param {string} [sellerSKU] Used to identify items in the given marketplace. SellerSKU is qualified by the seller\&#39;s SellerId, which is included with every operation that you submit.
74
- * @param {*} [options] Override http request option.
75
- * @throws {RequiredError}
76
- */
77
- listCatalogCategories(marketplaceId: string, aSIN?: string, sellerSKU?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCatalogCategoriesResponse>>;
78
- /**
79
- * Effective September 30, 2022, the `listCatalogItems` operation will no longer be available in the Selling Partner API for Catalog Items v0. As an alternative, `searchCatalogItems` is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on the `listCatalogItems` operation should migrate to the `searchCatalogItems`operation to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
80
- * @param {string} marketplaceId A marketplace identifier. Specifies the marketplace for which items are returned.
81
- * @param {string} [query] Keyword(s) to use to search for items in the catalog. Example: \&#39;harry potter books\&#39;.
82
- * @param {string} [queryContextId] An identifier for the context within which the given search will be performed. A marketplace might provide mechanisms for constraining a search to a subset of potential items. For example, the retail marketplace allows queries to be constrained to a specific category. The QueryContextId parameter specifies such a subset. If it is omitted, the search will be performed using the default context for the marketplace, which will typically contain the largest set of items.
83
- * @param {string} [sellerSKU] Used to identify an item in the given marketplace. SellerSKU is qualified by the seller\&#39;s SellerId, which is included with every operation that you submit.
84
- * @param {string} [uPC] A 12-digit bar code used for retail packaging.
85
- * @param {string} [eAN] A European article number that uniquely identifies the catalog item, manufacturer, and its attributes.
86
- * @param {string} [iSBN] The unique commercial book identifier used to identify books internationally.
87
- * @param {string} [jAN] A Japanese article number that uniquely identifies the product, manufacturer, and its attributes.
88
- * @param {*} [options] Override http request option.
89
- * @throws {RequiredError}
90
- */
91
- listCatalogItems(marketplaceId: string, query?: string, queryContextId?: string, sellerSKU?: string, uPC?: string, eAN?: string, iSBN?: string, jAN?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListCatalogItemsResponse>>;
92
- };
93
- /**
94
- * CatalogApi - factory interface
95
- * @export
96
- */
97
- export declare const CatalogApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
98
- /**
99
- * Effective September 30, 2022, the `getCatalogItem` operation will no longer be available in the Selling Partner API for Catalog Items v0. This operation is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on this operation should migrate to the latest version to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
100
- * @param {CatalogApiGetCatalogItemRequest} requestParameters Request parameters.
101
- * @param {*} [options] Override http request option.
102
- * @throws {RequiredError}
103
- */
104
- getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetCatalogItemResponse>;
105
- /**
106
- * Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
107
- * @param {CatalogApiListCatalogCategoriesRequest} requestParameters Request parameters.
108
- * @param {*} [options] Override http request option.
109
- * @throws {RequiredError}
110
- */
111
- listCatalogCategories(requestParameters: CatalogApiListCatalogCategoriesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListCatalogCategoriesResponse>;
112
- /**
113
- * Effective September 30, 2022, the `listCatalogItems` operation will no longer be available in the Selling Partner API for Catalog Items v0. As an alternative, `searchCatalogItems` is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on the `listCatalogItems` operation should migrate to the `searchCatalogItems`operation to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
114
- * @param {CatalogApiListCatalogItemsRequest} requestParameters Request parameters.
115
- * @param {*} [options] Override http request option.
116
- * @throws {RequiredError}
117
- */
118
- listCatalogItems(requestParameters: CatalogApiListCatalogItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListCatalogItemsResponse>;
119
- };
120
- /**
121
- * Request parameters for getCatalogItem operation in CatalogApi.
122
- * @export
123
- * @interface CatalogApiGetCatalogItemRequest
124
- */
125
- export interface CatalogApiGetCatalogItemRequest {
126
- /**
127
- * A marketplace identifier. Specifies the marketplace for the item.
128
- * @type {string}
129
- * @memberof CatalogApiGetCatalogItem
130
- */
131
- readonly marketplaceId: string;
132
- /**
133
- * The Amazon Standard Identification Number (ASIN) of the item.
134
- * @type {string}
135
- * @memberof CatalogApiGetCatalogItem
136
- */
137
- readonly asin: string;
138
- }
139
- /**
140
- * Request parameters for listCatalogCategories operation in CatalogApi.
141
- * @export
142
- * @interface CatalogApiListCatalogCategoriesRequest
143
- */
144
- export interface CatalogApiListCatalogCategoriesRequest {
145
- /**
146
- * A marketplace identifier. Specifies the marketplace for the item.
147
- * @type {string}
148
- * @memberof CatalogApiListCatalogCategories
149
- */
150
- readonly marketplaceId: string;
151
- /**
152
- * The Amazon Standard Identification Number (ASIN) of the item.
153
- * @type {string}
154
- * @memberof CatalogApiListCatalogCategories
155
- */
156
- readonly aSIN?: string;
157
- /**
158
- * Used to identify items in the given marketplace. SellerSKU is qualified by the seller\&#39;s SellerId, which is included with every operation that you submit.
159
- * @type {string}
160
- * @memberof CatalogApiListCatalogCategories
161
- */
162
- readonly sellerSKU?: string;
163
- }
164
- /**
165
- * Request parameters for listCatalogItems operation in CatalogApi.
166
- * @export
167
- * @interface CatalogApiListCatalogItemsRequest
168
- */
169
- export interface CatalogApiListCatalogItemsRequest {
170
- /**
171
- * A marketplace identifier. Specifies the marketplace for which items are returned.
172
- * @type {string}
173
- * @memberof CatalogApiListCatalogItems
174
- */
175
- readonly marketplaceId: string;
176
- /**
177
- * Keyword(s) to use to search for items in the catalog. Example: \&#39;harry potter books\&#39;.
178
- * @type {string}
179
- * @memberof CatalogApiListCatalogItems
180
- */
181
- readonly query?: string;
182
- /**
183
- * An identifier for the context within which the given search will be performed. A marketplace might provide mechanisms for constraining a search to a subset of potential items. For example, the retail marketplace allows queries to be constrained to a specific category. The QueryContextId parameter specifies such a subset. If it is omitted, the search will be performed using the default context for the marketplace, which will typically contain the largest set of items.
184
- * @type {string}
185
- * @memberof CatalogApiListCatalogItems
186
- */
187
- readonly queryContextId?: string;
188
- /**
189
- * Used to identify an item in the given marketplace. SellerSKU is qualified by the seller\&#39;s SellerId, which is included with every operation that you submit.
190
- * @type {string}
191
- * @memberof CatalogApiListCatalogItems
192
- */
193
- readonly sellerSKU?: string;
194
- /**
195
- * A 12-digit bar code used for retail packaging.
196
- * @type {string}
197
- * @memberof CatalogApiListCatalogItems
198
- */
199
- readonly uPC?: string;
200
- /**
201
- * A European article number that uniquely identifies the catalog item, manufacturer, and its attributes.
202
- * @type {string}
203
- * @memberof CatalogApiListCatalogItems
204
- */
205
- readonly eAN?: string;
206
- /**
207
- * The unique commercial book identifier used to identify books internationally.
208
- * @type {string}
209
- * @memberof CatalogApiListCatalogItems
210
- */
211
- readonly iSBN?: string;
212
- /**
213
- * A Japanese article number that uniquely identifies the product, manufacturer, and its attributes.
214
- * @type {string}
215
- * @memberof CatalogApiListCatalogItems
216
- */
217
- readonly jAN?: string;
218
- }
219
- /**
220
- * CatalogApi - object-oriented interface
221
- * @export
222
- * @class CatalogApi
223
- * @extends {BaseAPI}
224
- */
225
- export declare class CatalogApi extends BaseAPI {
226
- /**
227
- * Effective September 30, 2022, the `getCatalogItem` operation will no longer be available in the Selling Partner API for Catalog Items v0. This operation is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on this operation should migrate to the latest version to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
228
- * @param {CatalogApiGetCatalogItemRequest} requestParameters Request parameters.
229
- * @param {*} [options] Override http request option.
230
- * @throws {RequiredError}
231
- * @memberof CatalogApi
232
- */
233
- getCatalogItem(requestParameters: CatalogApiGetCatalogItemRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetCatalogItemResponse, any>>;
234
- /**
235
- * Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
236
- * @param {CatalogApiListCatalogCategoriesRequest} requestParameters Request parameters.
237
- * @param {*} [options] Override http request option.
238
- * @throws {RequiredError}
239
- * @memberof CatalogApi
240
- */
241
- listCatalogCategories(requestParameters: CatalogApiListCatalogCategoriesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListCatalogCategoriesResponse, any>>;
242
- /**
243
- * Effective September 30, 2022, the `listCatalogItems` operation will no longer be available in the Selling Partner API for Catalog Items v0. As an alternative, `searchCatalogItems` is available in the latest version of the [Selling Partner API for Catalog Items v2022-04-01](https://developer-docs.amazon.com/sp-api/docs/catalog-items-api-v2022-04-01-reference). Integrations that rely on the `listCatalogItems` operation should migrate to the `searchCatalogItems`operation to avoid service disruption. _Note:_ The [`listCatalogCategories`](#get-catalogv0categories) operation is not being deprecated and you can continue to make calls to it.
244
- * @param {CatalogApiListCatalogItemsRequest} requestParameters Request parameters.
245
- * @param {*} [options] Override http request option.
246
- * @throws {RequiredError}
247
- * @memberof CatalogApi
248
- */
249
- listCatalogItems(requestParameters: CatalogApiListCatalogItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListCatalogItemsResponse, any>>;
250
- }
@@ -1,30 +0,0 @@
1
- /**
2
- * Selling Partner API for Catalog Items
3
- * The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface ASINIdentifier
16
- */
17
- export interface ASINIdentifier {
18
- /**
19
- * A marketplace identifier.
20
- * @type {string}
21
- * @memberof ASINIdentifier
22
- */
23
- 'MarketplaceId': string;
24
- /**
25
- * The Amazon Standard Identification Number (ASIN) of the item.
26
- * @type {string}
27
- * @memberof ASINIdentifier
28
- */
29
- 'ASIN': string;
30
- }