@sp-api-sdk/feeds-api-2021-06-30 2.3.1 → 2.4.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.
Files changed (46) hide show
  1. package/dist/cjs/api-model/api/feeds-api.js +25 -1
  2. package/dist/cjs/api-model/api.js +1 -1
  3. package/dist/cjs/api-model/base.js +1 -1
  4. package/dist/cjs/api-model/common.js +1 -1
  5. package/dist/cjs/api-model/configuration.js +1 -1
  6. package/dist/cjs/api-model/index.js +1 -1
  7. package/dist/cjs/api-model/models/create-feed-document-response.js +1 -1
  8. package/dist/cjs/api-model/models/create-feed-document-specification.js +1 -1
  9. package/dist/cjs/api-model/models/create-feed-response.js +1 -1
  10. package/dist/cjs/api-model/models/create-feed-specification.js +1 -1
  11. package/dist/cjs/api-model/models/error-list.js +1 -1
  12. package/dist/cjs/api-model/models/feed-document.js +1 -1
  13. package/dist/cjs/api-model/models/feed.js +1 -1
  14. package/dist/cjs/api-model/models/get-feeds-response.js +1 -1
  15. package/dist/cjs/api-model/models/model-error.js +1 -1
  16. package/dist/es/api-model/api/feeds-api.js +25 -1
  17. package/dist/es/api-model/api.js +1 -1
  18. package/dist/es/api-model/base.js +1 -1
  19. package/dist/es/api-model/common.js +1 -1
  20. package/dist/es/api-model/configuration.js +1 -1
  21. package/dist/es/api-model/index.js +1 -1
  22. package/dist/es/api-model/models/create-feed-document-response.js +1 -1
  23. package/dist/es/api-model/models/create-feed-document-specification.js +1 -1
  24. package/dist/es/api-model/models/create-feed-response.js +1 -1
  25. package/dist/es/api-model/models/create-feed-specification.js +1 -1
  26. package/dist/es/api-model/models/error-list.js +1 -1
  27. package/dist/es/api-model/models/feed-document.js +1 -1
  28. package/dist/es/api-model/models/feed.js +1 -1
  29. package/dist/es/api-model/models/get-feeds-response.js +1 -1
  30. package/dist/es/api-model/models/model-error.js +1 -1
  31. package/dist/types/api-model/api/feeds-api.d.ts +25 -1
  32. package/dist/types/api-model/api.d.ts +1 -1
  33. package/dist/types/api-model/base.d.ts +1 -1
  34. package/dist/types/api-model/common.d.ts +1 -1
  35. package/dist/types/api-model/configuration.d.ts +1 -1
  36. package/dist/types/api-model/index.d.ts +1 -1
  37. package/dist/types/api-model/models/create-feed-document-response.d.ts +1 -1
  38. package/dist/types/api-model/models/create-feed-document-specification.d.ts +1 -1
  39. package/dist/types/api-model/models/create-feed-response.d.ts +1 -1
  40. package/dist/types/api-model/models/create-feed-specification.d.ts +1 -1
  41. package/dist/types/api-model/models/error-list.d.ts +1 -1
  42. package/dist/types/api-model/models/feed-document.d.ts +1 -1
  43. package/dist/types/api-model/models/feed.d.ts +1 -1
  44. package/dist/types/api-model/models/get-feeds-response.d.ts +1 -1
  45. package/dist/types/api-model/models/model-error.d.ts +1 -1
  46. package/package.json +3 -3
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -31,6 +31,7 @@ const FeedsApiAxiosParamCreator = function (configuration) {
31
31
  return {
32
32
  /**
33
33
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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
+ * @summary cancelFeed
34
35
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
35
36
  * @param {*} [options] Override http request option.
36
37
  * @throws {RequiredError}
@@ -59,6 +60,7 @@ const FeedsApiAxiosParamCreator = function (configuration) {
59
60
  },
60
61
  /**
61
62
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
63
+ * @summary createFeed
62
64
  * @param {CreateFeedSpecification} body Information required to create the feed.
63
65
  * @param {*} [options] Override http request option.
64
66
  * @throws {RequiredError}
@@ -88,6 +90,7 @@ const FeedsApiAxiosParamCreator = function (configuration) {
88
90
  },
89
91
  /**
90
92
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
93
+ * @summary createFeedDocument
91
94
  * @param {CreateFeedDocumentSpecification} body Specifies the content type for the createFeedDocument operation.
92
95
  * @param {*} [options] Override http request option.
93
96
  * @throws {RequiredError}
@@ -117,6 +120,7 @@ const FeedsApiAxiosParamCreator = function (configuration) {
117
120
  },
118
121
  /**
119
122
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
123
+ * @summary getFeed
120
124
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
121
125
  * @param {*} [options] Override http request option.
122
126
  * @throws {RequiredError}
@@ -145,6 +149,7 @@ const FeedsApiAxiosParamCreator = function (configuration) {
145
149
  },
146
150
  /**
147
151
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
152
+ * @summary getFeedDocument
148
153
  * @param {string} feedDocumentId The identifier of the feed document.
149
154
  * @param {*} [options] Override http request option.
150
155
  * @throws {RequiredError}
@@ -173,6 +178,7 @@ const FeedsApiAxiosParamCreator = function (configuration) {
173
178
  },
174
179
  /**
175
180
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
181
+ * @summary getFeeds
176
182
  * @param {Array<string>} [feedTypes] A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
177
183
  * @param {Array<string>} [marketplaceIds] A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
178
184
  * @param {number} [pageSize] The maximum number of feeds to return in a single call.
@@ -239,6 +245,7 @@ const FeedsApiFp = function (configuration) {
239
245
  return {
240
246
  /**
241
247
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
248
+ * @summary cancelFeed
242
249
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
243
250
  * @param {*} [options] Override http request option.
244
251
  * @throws {RequiredError}
@@ -251,6 +258,7 @@ const FeedsApiFp = function (configuration) {
251
258
  },
252
259
  /**
253
260
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
261
+ * @summary createFeed
254
262
  * @param {CreateFeedSpecification} body Information required to create the feed.
255
263
  * @param {*} [options] Override http request option.
256
264
  * @throws {RequiredError}
@@ -263,6 +271,7 @@ const FeedsApiFp = function (configuration) {
263
271
  },
264
272
  /**
265
273
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
274
+ * @summary createFeedDocument
266
275
  * @param {CreateFeedDocumentSpecification} body Specifies the content type for the createFeedDocument operation.
267
276
  * @param {*} [options] Override http request option.
268
277
  * @throws {RequiredError}
@@ -275,6 +284,7 @@ const FeedsApiFp = function (configuration) {
275
284
  },
276
285
  /**
277
286
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
287
+ * @summary getFeed
278
288
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
279
289
  * @param {*} [options] Override http request option.
280
290
  * @throws {RequiredError}
@@ -287,6 +297,7 @@ const FeedsApiFp = function (configuration) {
287
297
  },
288
298
  /**
289
299
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
300
+ * @summary getFeedDocument
290
301
  * @param {string} feedDocumentId The identifier of the feed document.
291
302
  * @param {*} [options] Override http request option.
292
303
  * @throws {RequiredError}
@@ -299,6 +310,7 @@ const FeedsApiFp = function (configuration) {
299
310
  },
300
311
  /**
301
312
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
313
+ * @summary getFeeds
302
314
  * @param {Array<string>} [feedTypes] A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
303
315
  * @param {Array<string>} [marketplaceIds] A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
304
316
  * @param {number} [pageSize] The maximum number of feeds to return in a single call.
@@ -327,6 +339,7 @@ const FeedsApiFactory = function (configuration, basePath, axios) {
327
339
  return {
328
340
  /**
329
341
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
342
+ * @summary cancelFeed
330
343
  * @param {FeedsApiCancelFeedRequest} requestParameters Request parameters.
331
344
  * @param {*} [options] Override http request option.
332
345
  * @throws {RequiredError}
@@ -336,6 +349,7 @@ const FeedsApiFactory = function (configuration, basePath, axios) {
336
349
  },
337
350
  /**
338
351
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
352
+ * @summary createFeed
339
353
  * @param {FeedsApiCreateFeedRequest} requestParameters Request parameters.
340
354
  * @param {*} [options] Override http request option.
341
355
  * @throws {RequiredError}
@@ -345,6 +359,7 @@ const FeedsApiFactory = function (configuration, basePath, axios) {
345
359
  },
346
360
  /**
347
361
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
362
+ * @summary createFeedDocument
348
363
  * @param {FeedsApiCreateFeedDocumentRequest} requestParameters Request parameters.
349
364
  * @param {*} [options] Override http request option.
350
365
  * @throws {RequiredError}
@@ -354,6 +369,7 @@ const FeedsApiFactory = function (configuration, basePath, axios) {
354
369
  },
355
370
  /**
356
371
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
372
+ * @summary getFeed
357
373
  * @param {FeedsApiGetFeedRequest} requestParameters Request parameters.
358
374
  * @param {*} [options] Override http request option.
359
375
  * @throws {RequiredError}
@@ -363,6 +379,7 @@ const FeedsApiFactory = function (configuration, basePath, axios) {
363
379
  },
364
380
  /**
365
381
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
382
+ * @summary getFeedDocument
366
383
  * @param {FeedsApiGetFeedDocumentRequest} requestParameters Request parameters.
367
384
  * @param {*} [options] Override http request option.
368
385
  * @throws {RequiredError}
@@ -372,6 +389,7 @@ const FeedsApiFactory = function (configuration, basePath, axios) {
372
389
  },
373
390
  /**
374
391
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
392
+ * @summary getFeeds
375
393
  * @param {FeedsApiGetFeedsRequest} requestParameters Request parameters.
376
394
  * @param {*} [options] Override http request option.
377
395
  * @throws {RequiredError}
@@ -391,6 +409,7 @@ exports.FeedsApiFactory = FeedsApiFactory;
391
409
  class FeedsApi extends base_1.BaseAPI {
392
410
  /**
393
411
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
412
+ * @summary cancelFeed
394
413
  * @param {FeedsApiCancelFeedRequest} requestParameters Request parameters.
395
414
  * @param {*} [options] Override http request option.
396
415
  * @throws {RequiredError}
@@ -401,6 +420,7 @@ class FeedsApi extends base_1.BaseAPI {
401
420
  }
402
421
  /**
403
422
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
423
+ * @summary createFeed
404
424
  * @param {FeedsApiCreateFeedRequest} requestParameters Request parameters.
405
425
  * @param {*} [options] Override http request option.
406
426
  * @throws {RequiredError}
@@ -411,6 +431,7 @@ class FeedsApi extends base_1.BaseAPI {
411
431
  }
412
432
  /**
413
433
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
434
+ * @summary createFeedDocument
414
435
  * @param {FeedsApiCreateFeedDocumentRequest} requestParameters Request parameters.
415
436
  * @param {*} [options] Override http request option.
416
437
  * @throws {RequiredError}
@@ -421,6 +442,7 @@ class FeedsApi extends base_1.BaseAPI {
421
442
  }
422
443
  /**
423
444
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
445
+ * @summary getFeed
424
446
  * @param {FeedsApiGetFeedRequest} requestParameters Request parameters.
425
447
  * @param {*} [options] Override http request option.
426
448
  * @throws {RequiredError}
@@ -431,6 +453,7 @@ class FeedsApi extends base_1.BaseAPI {
431
453
  }
432
454
  /**
433
455
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
456
+ * @summary getFeedDocument
434
457
  * @param {FeedsApiGetFeedDocumentRequest} requestParameters Request parameters.
435
458
  * @param {*} [options] Override http request option.
436
459
  * @throws {RequiredError}
@@ -441,6 +464,7 @@ class FeedsApi extends base_1.BaseAPI {
441
464
  }
442
465
  /**
443
466
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
467
+ * @summary getFeeds
444
468
  * @param {FeedsApiGetFeedsRequest} requestParameters Request parameters.
445
469
  * @param {*} [options] Override http request option.
446
470
  * @throws {RequiredError}
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -2,7 +2,7 @@
2
2
  /* tslint:disable */
3
3
  /* eslint-disable */
4
4
  /**
5
- * Selling Partner API for Feeds
5
+ * Feeds v2021-06-30
6
6
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
7
7
  *
8
8
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -25,6 +25,7 @@ export const FeedsApiAxiosParamCreator = function (configuration) {
25
25
  return {
26
26
  /**
27
27
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
28
+ * @summary cancelFeed
28
29
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
29
30
  * @param {*} [options] Override http request option.
30
31
  * @throws {RequiredError}
@@ -53,6 +54,7 @@ export const FeedsApiAxiosParamCreator = function (configuration) {
53
54
  },
54
55
  /**
55
56
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
57
+ * @summary createFeed
56
58
  * @param {CreateFeedSpecification} body Information required to create the feed.
57
59
  * @param {*} [options] Override http request option.
58
60
  * @throws {RequiredError}
@@ -82,6 +84,7 @@ export const FeedsApiAxiosParamCreator = function (configuration) {
82
84
  },
83
85
  /**
84
86
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
87
+ * @summary createFeedDocument
85
88
  * @param {CreateFeedDocumentSpecification} body Specifies the content type for the createFeedDocument operation.
86
89
  * @param {*} [options] Override http request option.
87
90
  * @throws {RequiredError}
@@ -111,6 +114,7 @@ export const FeedsApiAxiosParamCreator = function (configuration) {
111
114
  },
112
115
  /**
113
116
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
117
+ * @summary getFeed
114
118
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
115
119
  * @param {*} [options] Override http request option.
116
120
  * @throws {RequiredError}
@@ -139,6 +143,7 @@ export const FeedsApiAxiosParamCreator = function (configuration) {
139
143
  },
140
144
  /**
141
145
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
146
+ * @summary getFeedDocument
142
147
  * @param {string} feedDocumentId The identifier of the feed document.
143
148
  * @param {*} [options] Override http request option.
144
149
  * @throws {RequiredError}
@@ -167,6 +172,7 @@ export const FeedsApiAxiosParamCreator = function (configuration) {
167
172
  },
168
173
  /**
169
174
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
175
+ * @summary getFeeds
170
176
  * @param {Array<string>} [feedTypes] A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
171
177
  * @param {Array<string>} [marketplaceIds] A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
172
178
  * @param {number} [pageSize] The maximum number of feeds to return in a single call.
@@ -232,6 +238,7 @@ export const FeedsApiFp = function (configuration) {
232
238
  return {
233
239
  /**
234
240
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
241
+ * @summary cancelFeed
235
242
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
236
243
  * @param {*} [options] Override http request option.
237
244
  * @throws {RequiredError}
@@ -244,6 +251,7 @@ export const FeedsApiFp = function (configuration) {
244
251
  },
245
252
  /**
246
253
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
254
+ * @summary createFeed
247
255
  * @param {CreateFeedSpecification} body Information required to create the feed.
248
256
  * @param {*} [options] Override http request option.
249
257
  * @throws {RequiredError}
@@ -256,6 +264,7 @@ export const FeedsApiFp = function (configuration) {
256
264
  },
257
265
  /**
258
266
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
267
+ * @summary createFeedDocument
259
268
  * @param {CreateFeedDocumentSpecification} body Specifies the content type for the createFeedDocument operation.
260
269
  * @param {*} [options] Override http request option.
261
270
  * @throws {RequiredError}
@@ -268,6 +277,7 @@ export const FeedsApiFp = function (configuration) {
268
277
  },
269
278
  /**
270
279
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
280
+ * @summary getFeed
271
281
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
272
282
  * @param {*} [options] Override http request option.
273
283
  * @throws {RequiredError}
@@ -280,6 +290,7 @@ export const FeedsApiFp = function (configuration) {
280
290
  },
281
291
  /**
282
292
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
293
+ * @summary getFeedDocument
283
294
  * @param {string} feedDocumentId The identifier of the feed document.
284
295
  * @param {*} [options] Override http request option.
285
296
  * @throws {RequiredError}
@@ -292,6 +303,7 @@ export const FeedsApiFp = function (configuration) {
292
303
  },
293
304
  /**
294
305
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
306
+ * @summary getFeeds
295
307
  * @param {Array<string>} [feedTypes] A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
296
308
  * @param {Array<string>} [marketplaceIds] A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
297
309
  * @param {number} [pageSize] The maximum number of feeds to return in a single call.
@@ -319,6 +331,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
319
331
  return {
320
332
  /**
321
333
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
334
+ * @summary cancelFeed
322
335
  * @param {FeedsApiCancelFeedRequest} requestParameters Request parameters.
323
336
  * @param {*} [options] Override http request option.
324
337
  * @throws {RequiredError}
@@ -328,6 +341,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
328
341
  },
329
342
  /**
330
343
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
344
+ * @summary createFeed
331
345
  * @param {FeedsApiCreateFeedRequest} requestParameters Request parameters.
332
346
  * @param {*} [options] Override http request option.
333
347
  * @throws {RequiredError}
@@ -337,6 +351,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
337
351
  },
338
352
  /**
339
353
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
354
+ * @summary createFeedDocument
340
355
  * @param {FeedsApiCreateFeedDocumentRequest} requestParameters Request parameters.
341
356
  * @param {*} [options] Override http request option.
342
357
  * @throws {RequiredError}
@@ -346,6 +361,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
346
361
  },
347
362
  /**
348
363
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
364
+ * @summary getFeed
349
365
  * @param {FeedsApiGetFeedRequest} requestParameters Request parameters.
350
366
  * @param {*} [options] Override http request option.
351
367
  * @throws {RequiredError}
@@ -355,6 +371,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
355
371
  },
356
372
  /**
357
373
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
374
+ * @summary getFeedDocument
358
375
  * @param {FeedsApiGetFeedDocumentRequest} requestParameters Request parameters.
359
376
  * @param {*} [options] Override http request option.
360
377
  * @throws {RequiredError}
@@ -364,6 +381,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
364
381
  },
365
382
  /**
366
383
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
384
+ * @summary getFeeds
367
385
  * @param {FeedsApiGetFeedsRequest} requestParameters Request parameters.
368
386
  * @param {*} [options] Override http request option.
369
387
  * @throws {RequiredError}
@@ -382,6 +400,7 @@ export const FeedsApiFactory = function (configuration, basePath, axios) {
382
400
  export class FeedsApi extends BaseAPI {
383
401
  /**
384
402
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
403
+ * @summary cancelFeed
385
404
  * @param {FeedsApiCancelFeedRequest} requestParameters Request parameters.
386
405
  * @param {*} [options] Override http request option.
387
406
  * @throws {RequiredError}
@@ -392,6 +411,7 @@ export class FeedsApi extends BaseAPI {
392
411
  }
393
412
  /**
394
413
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
414
+ * @summary createFeed
395
415
  * @param {FeedsApiCreateFeedRequest} requestParameters Request parameters.
396
416
  * @param {*} [options] Override http request option.
397
417
  * @throws {RequiredError}
@@ -402,6 +422,7 @@ export class FeedsApi extends BaseAPI {
402
422
  }
403
423
  /**
404
424
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
425
+ * @summary createFeedDocument
405
426
  * @param {FeedsApiCreateFeedDocumentRequest} requestParameters Request parameters.
406
427
  * @param {*} [options] Override http request option.
407
428
  * @throws {RequiredError}
@@ -412,6 +433,7 @@ export class FeedsApi extends BaseAPI {
412
433
  }
413
434
  /**
414
435
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
436
+ * @summary getFeed
415
437
  * @param {FeedsApiGetFeedRequest} requestParameters Request parameters.
416
438
  * @param {*} [options] Override http request option.
417
439
  * @throws {RequiredError}
@@ -422,6 +444,7 @@ export class FeedsApi extends BaseAPI {
422
444
  }
423
445
  /**
424
446
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
447
+ * @summary getFeedDocument
425
448
  * @param {FeedsApiGetFeedDocumentRequest} requestParameters Request parameters.
426
449
  * @param {*} [options] Override http request option.
427
450
  * @throws {RequiredError}
@@ -432,6 +455,7 @@ export class FeedsApi extends BaseAPI {
432
455
  }
433
456
  /**
434
457
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
458
+ * @summary getFeeds
435
459
  * @param {FeedsApiGetFeedsRequest} requestParameters Request parameters.
436
460
  * @param {*} [options] Override http request option.
437
461
  * @throws {RequiredError}
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,7 +1,7 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  /**
4
- * Selling Partner API for Feeds
4
+ * Feeds v2021-06-30
5
5
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
6
6
  *
7
7
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -27,6 +27,7 @@ import type { GetFeedsResponse } from '../models';
27
27
  export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration) => {
28
28
  /**
29
29
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
30
+ * @summary cancelFeed
30
31
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
31
32
  * @param {*} [options] Override http request option.
32
33
  * @throws {RequiredError}
@@ -34,6 +35,7 @@ export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration)
34
35
  cancelFeed: (feedId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35
36
  /**
36
37
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
38
+ * @summary createFeed
37
39
  * @param {CreateFeedSpecification} body Information required to create the feed.
38
40
  * @param {*} [options] Override http request option.
39
41
  * @throws {RequiredError}
@@ -41,6 +43,7 @@ export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration)
41
43
  createFeed: (body: CreateFeedSpecification, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42
44
  /**
43
45
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
46
+ * @summary createFeedDocument
44
47
  * @param {CreateFeedDocumentSpecification} body Specifies the content type for the createFeedDocument operation.
45
48
  * @param {*} [options] Override http request option.
46
49
  * @throws {RequiredError}
@@ -48,6 +51,7 @@ export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration)
48
51
  createFeedDocument: (body: CreateFeedDocumentSpecification, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
49
52
  /**
50
53
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
54
+ * @summary getFeed
51
55
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
52
56
  * @param {*} [options] Override http request option.
53
57
  * @throws {RequiredError}
@@ -55,6 +59,7 @@ export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration)
55
59
  getFeed: (feedId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
56
60
  /**
57
61
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
62
+ * @summary getFeedDocument
58
63
  * @param {string} feedDocumentId The identifier of the feed document.
59
64
  * @param {*} [options] Override http request option.
60
65
  * @throws {RequiredError}
@@ -62,6 +67,7 @@ export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration)
62
67
  getFeedDocument: (feedDocumentId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
63
68
  /**
64
69
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
70
+ * @summary getFeeds
65
71
  * @param {Array<string>} [feedTypes] A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
66
72
  * @param {Array<string>} [marketplaceIds] A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
67
73
  * @param {number} [pageSize] The maximum number of feeds to return in a single call.
@@ -81,6 +87,7 @@ export declare const FeedsApiAxiosParamCreator: (configuration?: Configuration)
81
87
  export declare const FeedsApiFp: (configuration?: Configuration) => {
82
88
  /**
83
89
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
90
+ * @summary cancelFeed
84
91
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
85
92
  * @param {*} [options] Override http request option.
86
93
  * @throws {RequiredError}
@@ -88,6 +95,7 @@ export declare const FeedsApiFp: (configuration?: Configuration) => {
88
95
  cancelFeed(feedId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
89
96
  /**
90
97
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
98
+ * @summary createFeed
91
99
  * @param {CreateFeedSpecification} body Information required to create the feed.
92
100
  * @param {*} [options] Override http request option.
93
101
  * @throws {RequiredError}
@@ -95,6 +103,7 @@ export declare const FeedsApiFp: (configuration?: Configuration) => {
95
103
  createFeed(body: CreateFeedSpecification, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFeedResponse>>;
96
104
  /**
97
105
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
106
+ * @summary createFeedDocument
98
107
  * @param {CreateFeedDocumentSpecification} body Specifies the content type for the createFeedDocument operation.
99
108
  * @param {*} [options] Override http request option.
100
109
  * @throws {RequiredError}
@@ -102,6 +111,7 @@ export declare const FeedsApiFp: (configuration?: Configuration) => {
102
111
  createFeedDocument(body: CreateFeedDocumentSpecification, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateFeedDocumentResponse>>;
103
112
  /**
104
113
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
114
+ * @summary getFeed
105
115
  * @param {string} feedId The identifier for the feed. This identifier is unique only in combination with a seller ID.
106
116
  * @param {*} [options] Override http request option.
107
117
  * @throws {RequiredError}
@@ -109,6 +119,7 @@ export declare const FeedsApiFp: (configuration?: Configuration) => {
109
119
  getFeed(feedId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Feed>>;
110
120
  /**
111
121
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
122
+ * @summary getFeedDocument
112
123
  * @param {string} feedDocumentId The identifier of the feed document.
113
124
  * @param {*} [options] Override http request option.
114
125
  * @throws {RequiredError}
@@ -116,6 +127,7 @@ export declare const FeedsApiFp: (configuration?: Configuration) => {
116
127
  getFeedDocument(feedDocumentId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FeedDocument>>;
117
128
  /**
118
129
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
130
+ * @summary getFeeds
119
131
  * @param {Array<string>} [feedTypes] A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
120
132
  * @param {Array<string>} [marketplaceIds] A list of marketplace identifiers used to filter feeds. The feeds returned will match at least one of the marketplaces that you specify.
121
133
  * @param {number} [pageSize] The maximum number of feeds to return in a single call.
@@ -135,6 +147,7 @@ export declare const FeedsApiFp: (configuration?: Configuration) => {
135
147
  export declare const FeedsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
136
148
  /**
137
149
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
150
+ * @summary cancelFeed
138
151
  * @param {FeedsApiCancelFeedRequest} requestParameters Request parameters.
139
152
  * @param {*} [options] Override http request option.
140
153
  * @throws {RequiredError}
@@ -142,6 +155,7 @@ export declare const FeedsApiFactory: (configuration?: Configuration, basePath?:
142
155
  cancelFeed(requestParameters: FeedsApiCancelFeedRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
143
156
  /**
144
157
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
158
+ * @summary createFeed
145
159
  * @param {FeedsApiCreateFeedRequest} requestParameters Request parameters.
146
160
  * @param {*} [options] Override http request option.
147
161
  * @throws {RequiredError}
@@ -149,6 +163,7 @@ export declare const FeedsApiFactory: (configuration?: Configuration, basePath?:
149
163
  createFeed(requestParameters: FeedsApiCreateFeedRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateFeedResponse>;
150
164
  /**
151
165
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
166
+ * @summary createFeedDocument
152
167
  * @param {FeedsApiCreateFeedDocumentRequest} requestParameters Request parameters.
153
168
  * @param {*} [options] Override http request option.
154
169
  * @throws {RequiredError}
@@ -156,6 +171,7 @@ export declare const FeedsApiFactory: (configuration?: Configuration, basePath?:
156
171
  createFeedDocument(requestParameters: FeedsApiCreateFeedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateFeedDocumentResponse>;
157
172
  /**
158
173
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
174
+ * @summary getFeed
159
175
  * @param {FeedsApiGetFeedRequest} requestParameters Request parameters.
160
176
  * @param {*} [options] Override http request option.
161
177
  * @throws {RequiredError}
@@ -163,6 +179,7 @@ export declare const FeedsApiFactory: (configuration?: Configuration, basePath?:
163
179
  getFeed(requestParameters: FeedsApiGetFeedRequest, options?: RawAxiosRequestConfig): AxiosPromise<Feed>;
164
180
  /**
165
181
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
182
+ * @summary getFeedDocument
166
183
  * @param {FeedsApiGetFeedDocumentRequest} requestParameters Request parameters.
167
184
  * @param {*} [options] Override http request option.
168
185
  * @throws {RequiredError}
@@ -170,6 +187,7 @@ export declare const FeedsApiFactory: (configuration?: Configuration, basePath?:
170
187
  getFeedDocument(requestParameters: FeedsApiGetFeedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise<FeedDocument>;
171
188
  /**
172
189
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
190
+ * @summary getFeeds
173
191
  * @param {FeedsApiGetFeedsRequest} requestParameters Request parameters.
174
192
  * @param {*} [options] Override http request option.
175
193
  * @throws {RequiredError}
@@ -299,6 +317,7 @@ export interface FeedsApiGetFeedsRequest {
299
317
  export declare class FeedsApi extends BaseAPI {
300
318
  /**
301
319
  * Cancels the feed that you specify. Only feeds with `processingStatus=IN_QUEUE` can be cancelled. Cancelled feeds are returned in subsequent calls to the [`getFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeed) and [`getFeeds`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#getfeeds) operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
320
+ * @summary cancelFeed
302
321
  * @param {FeedsApiCancelFeedRequest} requestParameters Request parameters.
303
322
  * @param {*} [options] Override http request option.
304
323
  * @throws {RequiredError}
@@ -307,6 +326,7 @@ export declare class FeedsApi extends BaseAPI {
307
326
  cancelFeed(requestParameters: FeedsApiCancelFeedRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
308
327
  /**
309
328
  * Creates a feed. Upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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). The rate limit for the [`JSON_LISTINGS_FEED`](https://developer-docs.amazon.com/sp-api/docs/listings-feed-type-values#listings-feed) feed type differs from the rate limit for the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#post-feeds2021-06-30feeds) operation. For more information, refer to the [Building Listings Management Workflows Guide](https://developer-docs.amazon.com/sp-api/docs/building-listings-management-workflows-guide#should-i-submit-in-bulk-using-the-json_listings_feed-or-individually-with-the-listings-items-api).
329
+ * @summary createFeed
310
330
  * @param {FeedsApiCreateFeedRequest} requestParameters Request parameters.
311
331
  * @param {*} [options] Override http request option.
312
332
  * @throws {RequiredError}
@@ -315,6 +335,7 @@ export declare class FeedsApi extends BaseAPI {
315
335
  createFeed(requestParameters: FeedsApiCreateFeedRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateFeedResponse, any>>;
316
336
  /**
317
337
  * Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a `feedDocumentId` value that you can pass in with a subsequent call to the [`createFeed`](https://developer-docs.amazon.com/sp-api/docs/feeds-api-v2021-06-30-reference#createfeed) operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
338
+ * @summary createFeedDocument
318
339
  * @param {FeedsApiCreateFeedDocumentRequest} requestParameters Request parameters.
319
340
  * @param {*} [options] Override http request option.
320
341
  * @throws {RequiredError}
@@ -323,6 +344,7 @@ export declare class FeedsApi extends BaseAPI {
323
344
  createFeedDocument(requestParameters: FeedsApiCreateFeedDocumentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateFeedDocumentResponse, any>>;
324
345
  /**
325
346
  * Returns feed details (including the `resultDocumentId`, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 15 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
347
+ * @summary getFeed
326
348
  * @param {FeedsApiGetFeedRequest} requestParameters Request parameters.
327
349
  * @param {*} [options] Override http request option.
328
350
  * @throws {RequiredError}
@@ -331,6 +353,7 @@ export declare class FeedsApi extends BaseAPI {
331
353
  getFeed(requestParameters: FeedsApiGetFeedRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<Feed, any>>;
332
354
  /**
333
355
  * Returns the information required for retrieving a feed document\'s contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
356
+ * @summary getFeedDocument
334
357
  * @param {FeedsApiGetFeedDocumentRequest} requestParameters Request parameters.
335
358
  * @param {*} [options] Override http request option.
336
359
  * @throws {RequiredError}
@@ -339,6 +362,7 @@ export declare class FeedsApi extends BaseAPI {
339
362
  getFeedDocument(requestParameters: FeedsApiGetFeedDocumentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<FeedDocument, any>>;
340
363
  /**
341
364
  * Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [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).
365
+ * @summary getFeeds
342
366
  * @param {FeedsApiGetFeedsRequest} requestParameters Request parameters.
343
367
  * @param {*} [options] Override http request option.
344
368
  * @throws {RequiredError}
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Selling Partner API for Feeds
2
+ * Feeds v2021-06-30
3
3
  * The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.
4
4
  *
5
5
  * The version of the OpenAPI document: 2021-06-30
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/feeds-api-2021-06-30",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Feeds lets you upload data to Amazon on behalf of a selling partner.",
5
- "version": "2.3.1",
5
+ "version": "2.4.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.1",
21
+ "@sp-api-sdk/common": "2.1.2",
22
22
  "axios": "^1.7.7"
23
23
  },
24
24
  "repository": {
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "feeds api"
42
42
  ],
43
- "gitHead": "825ea8f0b63dac6d76c36cc7d9984a8693a33e7d"
43
+ "gitHead": "709bf500f3a6a5851b204903c5a0ea2afff80d9a"
44
44
  }