@sp-api-sdk/fba-inventory-api-v1 3.0.22 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/README.md +7 -8
  2. package/dist/index.cjs +528 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.d.cts +782 -0
  5. package/dist/index.d.ts +782 -0
  6. package/dist/index.js +497 -0
  7. package/dist/index.js.map +1 -0
  8. package/package.json +26 -12
  9. package/dist/cjs/api-model/api/fba-inventory-api.js +0 -355
  10. package/dist/cjs/api-model/api.js +0 -30
  11. package/dist/cjs/api-model/base.js +0 -52
  12. package/dist/cjs/api-model/common.js +0 -123
  13. package/dist/cjs/api-model/configuration.js +0 -98
  14. package/dist/cjs/api-model/index.js +0 -32
  15. package/dist/cjs/api-model/models/add-inventory-request.js +0 -15
  16. package/dist/cjs/api-model/models/add-inventory-response.js +0 -15
  17. package/dist/cjs/api-model/models/create-inventory-item-request.js +0 -15
  18. package/dist/cjs/api-model/models/create-inventory-item-response.js +0 -15
  19. package/dist/cjs/api-model/models/delete-inventory-item-response.js +0 -15
  20. package/dist/cjs/api-model/models/get-inventory-summaries-response.js +0 -15
  21. package/dist/cjs/api-model/models/get-inventory-summaries-result.js +0 -15
  22. package/dist/cjs/api-model/models/granularity.js +0 -15
  23. package/dist/cjs/api-model/models/index.js +0 -33
  24. package/dist/cjs/api-model/models/inventory-details.js +0 -15
  25. package/dist/cjs/api-model/models/inventory-item.js +0 -15
  26. package/dist/cjs/api-model/models/inventory-summary.js +0 -15
  27. package/dist/cjs/api-model/models/model-error.js +0 -15
  28. package/dist/cjs/api-model/models/pagination.js +0 -15
  29. package/dist/cjs/api-model/models/researching-quantity-entry.js +0 -21
  30. package/dist/cjs/api-model/models/researching-quantity.js +0 -15
  31. package/dist/cjs/api-model/models/reserved-quantity.js +0 -15
  32. package/dist/cjs/api-model/models/unfulfillable-quantity.js +0 -15
  33. package/dist/cjs/client.js +0 -21
  34. package/dist/cjs/index.js +0 -19
  35. package/dist/es/api-model/api/fba-inventory-api.js +0 -345
  36. package/dist/es/api-model/api.js +0 -14
  37. package/dist/es/api-model/base.js +0 -44
  38. package/dist/es/api-model/common.js +0 -110
  39. package/dist/es/api-model/configuration.js +0 -94
  40. package/dist/es/api-model/index.js +0 -16
  41. package/dist/es/api-model/models/add-inventory-request.js +0 -14
  42. package/dist/es/api-model/models/add-inventory-response.js +0 -14
  43. package/dist/es/api-model/models/create-inventory-item-request.js +0 -14
  44. package/dist/es/api-model/models/create-inventory-item-response.js +0 -14
  45. package/dist/es/api-model/models/delete-inventory-item-response.js +0 -14
  46. package/dist/es/api-model/models/get-inventory-summaries-response.js +0 -14
  47. package/dist/es/api-model/models/get-inventory-summaries-result.js +0 -14
  48. package/dist/es/api-model/models/granularity.js +0 -14
  49. package/dist/es/api-model/models/index.js +0 -17
  50. package/dist/es/api-model/models/inventory-details.js +0 -14
  51. package/dist/es/api-model/models/inventory-item.js +0 -14
  52. package/dist/es/api-model/models/inventory-summary.js +0 -14
  53. package/dist/es/api-model/models/model-error.js +0 -14
  54. package/dist/es/api-model/models/pagination.js +0 -14
  55. package/dist/es/api-model/models/researching-quantity-entry.js +0 -18
  56. package/dist/es/api-model/models/researching-quantity.js +0 -14
  57. package/dist/es/api-model/models/reserved-quantity.js +0 -14
  58. package/dist/es/api-model/models/unfulfillable-quantity.js +0 -14
  59. package/dist/es/client.js +0 -17
  60. package/dist/es/index.js +0 -3
  61. package/dist/types/api-model/api/fba-inventory-api.d.ts +0 -247
  62. package/dist/types/api-model/api.d.ts +0 -12
  63. package/dist/types/api-model/base.d.ts +0 -42
  64. package/dist/types/api-model/common.d.ts +0 -34
  65. package/dist/types/api-model/configuration.d.ts +0 -98
  66. package/dist/types/api-model/index.d.ts +0 -14
  67. package/dist/types/api-model/models/add-inventory-request.d.ts +0 -21
  68. package/dist/types/api-model/models/add-inventory-response.d.ts +0 -20
  69. package/dist/types/api-model/models/create-inventory-item-request.d.ts +0 -28
  70. package/dist/types/api-model/models/create-inventory-item-response.d.ts +0 -20
  71. package/dist/types/api-model/models/delete-inventory-item-response.d.ts +0 -20
  72. package/dist/types/api-model/models/get-inventory-summaries-response.d.ts +0 -24
  73. package/dist/types/api-model/models/get-inventory-summaries-result.d.ts +0 -23
  74. package/dist/types/api-model/models/granularity.d.ts +0 -24
  75. package/dist/types/api-model/models/index.d.ts +0 -17
  76. package/dist/types/api-model/models/inventory-details.d.ts +0 -38
  77. package/dist/types/api-model/models/inventory-item.d.ts +0 -28
  78. package/dist/types/api-model/models/inventory-summary.d.ts +0 -50
  79. package/dist/types/api-model/models/model-error.d.ts +0 -28
  80. package/dist/types/api-model/models/pagination.d.ts +0 -20
  81. package/dist/types/api-model/models/researching-quantity-entry.d.ts +0 -30
  82. package/dist/types/api-model/models/researching-quantity.d.ts +0 -25
  83. package/dist/types/api-model/models/reserved-quantity.d.ts +0 -32
  84. package/dist/types/api-model/models/unfulfillable-quantity.d.ts +0 -44
  85. package/dist/types/client.d.ts +0 -6
  86. package/dist/types/index.d.ts +0 -3
@@ -0,0 +1,782 @@
1
+ import { ClientConfiguration, RateLimit } from "@sp-api-sdk/common";
2
+ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
3
+ //#region src/api-model/configuration.d.ts
4
+ /**
5
+ * Selling Partner API for FBA Inventory
6
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
7
+ *
8
+ * The version of the OpenAPI document: v1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ interface AWSv4Configuration {
16
+ options?: {
17
+ region?: string;
18
+ service?: string;
19
+ };
20
+ credentials?: {
21
+ accessKeyId?: string;
22
+ secretAccessKey?: string;
23
+ sessionToken?: string;
24
+ };
25
+ }
26
+ interface ConfigurationParameters {
27
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
28
+ username?: string;
29
+ password?: string;
30
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
31
+ awsv4?: AWSv4Configuration;
32
+ basePath?: string;
33
+ serverIndex?: number;
34
+ baseOptions?: any;
35
+ formDataCtor?: new () => any;
36
+ }
37
+ declare class Configuration {
38
+ /**
39
+ * parameter for apiKey security
40
+ * @param name security name
41
+ */
42
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
43
+ /**
44
+ * parameter for basic security
45
+ */
46
+ username?: string;
47
+ /**
48
+ * parameter for basic security
49
+ */
50
+ password?: string;
51
+ /**
52
+ * parameter for oauth2 security
53
+ * @param name security name
54
+ * @param scopes oauth2 scope
55
+ */
56
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
57
+ /**
58
+ * parameter for aws4 signature security
59
+ * @param {Object} AWS4Signature - AWS4 Signature security
60
+ * @param {string} options.region - aws region
61
+ * @param {string} options.service - name of the service.
62
+ * @param {string} credentials.accessKeyId - aws access key id
63
+ * @param {string} credentials.secretAccessKey - aws access key
64
+ * @param {string} credentials.sessionToken - aws session token
65
+ * @memberof Configuration
66
+ */
67
+ awsv4?: AWSv4Configuration;
68
+ /**
69
+ * override base path
70
+ */
71
+ basePath?: string;
72
+ /**
73
+ * override server index
74
+ */
75
+ serverIndex?: number;
76
+ /**
77
+ * base options for axios calls
78
+ */
79
+ baseOptions?: any;
80
+ /**
81
+ * The FormData constructor that will be used to create multipart form data
82
+ * requests. You can inject this here so that execution environments that
83
+ * do not support the FormData class can still run the generated client.
84
+ *
85
+ * @type {new () => FormData}
86
+ */
87
+ formDataCtor?: new () => any;
88
+ constructor(param?: ConfigurationParameters);
89
+ /**
90
+ * Check if the given MIME is a JSON MIME.
91
+ * JSON MIME examples:
92
+ * application/json
93
+ * application/json; charset=UTF8
94
+ * APPLICATION/JSON
95
+ * application/vnd.company+json
96
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
97
+ * @return True if the given MIME is JSON, false otherwise.
98
+ */
99
+ isJsonMime(mime: string): boolean;
100
+ }
101
+ //#endregion
102
+ //#region src/api-model/base.d.ts
103
+ interface RequestArgs {
104
+ url: string;
105
+ options: RawAxiosRequestConfig;
106
+ }
107
+ declare class BaseAPI {
108
+ protected basePath: string;
109
+ protected axios: AxiosInstance;
110
+ protected configuration: Configuration | undefined;
111
+ constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
112
+ }
113
+ //#endregion
114
+ //#region src/api-model/models/inventory-item.d.ts
115
+ /**
116
+ * Selling Partner API for FBA Inventory
117
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
118
+ *
119
+ * The version of the OpenAPI document: v1
120
+ *
121
+ *
122
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
123
+ * https://openapi-generator.tech
124
+ * Do not edit the class manually.
125
+ */
126
+ /**
127
+ * An item in the list of inventory to be added.
128
+ */
129
+ interface InventoryItem {
130
+ /**
131
+ * The seller SKU of the item.
132
+ */
133
+ 'sellerSku': string;
134
+ /**
135
+ * The marketplaceId.
136
+ */
137
+ 'marketplaceId': string;
138
+ /**
139
+ * The quantity of item to add.
140
+ */
141
+ 'quantity': number;
142
+ }
143
+ //#endregion
144
+ //#region src/api-model/models/add-inventory-request.d.ts
145
+ /**
146
+ * The object with the list of Inventory to be added
147
+ */
148
+ interface AddInventoryRequest {
149
+ /**
150
+ * List of Inventory to be added
151
+ */
152
+ 'inventoryItems'?: Array<InventoryItem>;
153
+ }
154
+ //#endregion
155
+ //#region src/api-model/models/add-inventory-response.d.ts
156
+ /**
157
+ * Selling Partner API for FBA Inventory
158
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
159
+ *
160
+ * The version of the OpenAPI document: v1
161
+ *
162
+ *
163
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
164
+ * https://openapi-generator.tech
165
+ * Do not edit the class manually.
166
+ */
167
+ /**
168
+ * The response schema for the AddInventory operation.
169
+ */
170
+ interface AddInventoryResponse {
171
+ /**
172
+ * A list of error responses returned when a request is unsuccessful.
173
+ */
174
+ 'errors'?: Array<Error>;
175
+ }
176
+ //#endregion
177
+ //#region src/api-model/models/create-inventory-item-request.d.ts
178
+ /**
179
+ * Selling Partner API for FBA Inventory
180
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
181
+ *
182
+ * The version of the OpenAPI document: v1
183
+ *
184
+ *
185
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
186
+ * https://openapi-generator.tech
187
+ * Do not edit the class manually.
188
+ */
189
+ /**
190
+ * An item to be created in the inventory.
191
+ */
192
+ interface CreateInventoryItemRequest {
193
+ /**
194
+ * The seller SKU of the item.
195
+ */
196
+ 'sellerSku': string;
197
+ /**
198
+ * The marketplaceId.
199
+ */
200
+ 'marketplaceId': string;
201
+ /**
202
+ * The name of the item.
203
+ */
204
+ 'productName': string;
205
+ }
206
+ //#endregion
207
+ //#region src/api-model/models/create-inventory-item-response.d.ts
208
+ /**
209
+ * Selling Partner API for FBA Inventory
210
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
211
+ *
212
+ * The version of the OpenAPI document: v1
213
+ *
214
+ *
215
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
216
+ * https://openapi-generator.tech
217
+ * Do not edit the class manually.
218
+ */
219
+ /**
220
+ * The response schema for the CreateInventoryItem operation.
221
+ */
222
+ interface CreateInventoryItemResponse {
223
+ /**
224
+ * A list of error responses returned when a request is unsuccessful.
225
+ */
226
+ 'errors'?: Array<Error>;
227
+ }
228
+ //#endregion
229
+ //#region src/api-model/models/delete-inventory-item-response.d.ts
230
+ /**
231
+ * Selling Partner API for FBA Inventory
232
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
233
+ *
234
+ * The version of the OpenAPI document: v1
235
+ *
236
+ *
237
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
238
+ * https://openapi-generator.tech
239
+ * Do not edit the class manually.
240
+ */
241
+ /**
242
+ * The response schema for the DeleteInventoryItem operation.
243
+ */
244
+ interface DeleteInventoryItemResponse {
245
+ /**
246
+ * A list of error responses returned when a request is unsuccessful.
247
+ */
248
+ 'errors'?: Array<Error>;
249
+ }
250
+ //#endregion
251
+ //#region src/api-model/models/granularity.d.ts
252
+ /**
253
+ * Selling Partner API for FBA Inventory
254
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
255
+ *
256
+ * The version of the OpenAPI document: v1
257
+ *
258
+ *
259
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
260
+ * https://openapi-generator.tech
261
+ * Do not edit the class manually.
262
+ */
263
+ /**
264
+ * Describes a granularity at which inventory data can be aggregated. For example, if you use Marketplace granularity, the fulfillable quantity will reflect inventory that could be fulfilled in the given marketplace.
265
+ */
266
+ interface Granularity {
267
+ /**
268
+ * The granularity type for the inventory aggregation level.
269
+ */
270
+ 'granularityType'?: string;
271
+ /**
272
+ * The granularity ID for the specified granularity type. When granularityType is Marketplace, specify the marketplaceId.
273
+ */
274
+ 'granularityId'?: string;
275
+ }
276
+ //#endregion
277
+ //#region src/api-model/models/researching-quantity-entry.d.ts
278
+ /**
279
+ * Selling Partner API for FBA Inventory
280
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
281
+ *
282
+ * The version of the OpenAPI document: v1
283
+ *
284
+ *
285
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
286
+ * https://openapi-generator.tech
287
+ * Do not edit the class manually.
288
+ */
289
+ /**
290
+ * The misplaced or warehouse damaged inventory that is actively being confirmed at our fulfillment centers.
291
+ */
292
+ interface ResearchingQuantityEntry {
293
+ /**
294
+ * The duration of the research.
295
+ */
296
+ 'name': ResearchingQuantityEntryNameEnum;
297
+ /**
298
+ * The number of units.
299
+ */
300
+ 'quantity': number;
301
+ }
302
+ declare const ResearchingQuantityEntryNameEnum: {
303
+ readonly ResearchingQuantityInShortTerm: "researchingQuantityInShortTerm";
304
+ readonly ResearchingQuantityInMidTerm: "researchingQuantityInMidTerm";
305
+ readonly ResearchingQuantityInLongTerm: "researchingQuantityInLongTerm";
306
+ };
307
+ type ResearchingQuantityEntryNameEnum = typeof ResearchingQuantityEntryNameEnum[keyof typeof ResearchingQuantityEntryNameEnum];
308
+ //#endregion
309
+ //#region src/api-model/models/researching-quantity.d.ts
310
+ /**
311
+ * The number of misplaced or warehouse damaged units that are actively being confirmed at our fulfillment centers.
312
+ */
313
+ interface ResearchingQuantity {
314
+ /**
315
+ * The total number of units currently being researched in Amazon\'s fulfillment network.
316
+ */
317
+ 'totalResearchingQuantity'?: number;
318
+ /**
319
+ * A list of quantity details for items currently being researched.
320
+ */
321
+ 'researchingQuantityBreakdown'?: Array<ResearchingQuantityEntry>;
322
+ }
323
+ //#endregion
324
+ //#region src/api-model/models/reserved-quantity.d.ts
325
+ /**
326
+ * Selling Partner API for FBA Inventory
327
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
328
+ *
329
+ * The version of the OpenAPI document: v1
330
+ *
331
+ *
332
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
333
+ * https://openapi-generator.tech
334
+ * Do not edit the class manually.
335
+ */
336
+ /**
337
+ * The quantity of reserved inventory.
338
+ */
339
+ interface ReservedQuantity {
340
+ /**
341
+ * The total number of units in Amazon\'s fulfillment network that are currently being picked, packed, and shipped; or are sidelined for measurement, sampling, or other internal processes.
342
+ */
343
+ 'totalReservedQuantity'?: number;
344
+ /**
345
+ * The number of units reserved for customer orders.
346
+ */
347
+ 'pendingCustomerOrderQuantity'?: number;
348
+ /**
349
+ * The number of units being transferred from one fulfillment center to another.
350
+ */
351
+ 'pendingTransshipmentQuantity'?: number;
352
+ /**
353
+ * The number of units that have been sidelined at the fulfillment center for additional processing.
354
+ */
355
+ 'fcProcessingQuantity'?: number;
356
+ }
357
+ //#endregion
358
+ //#region src/api-model/models/unfulfillable-quantity.d.ts
359
+ /**
360
+ * Selling Partner API for FBA Inventory
361
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
362
+ *
363
+ * The version of the OpenAPI document: v1
364
+ *
365
+ *
366
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
367
+ * https://openapi-generator.tech
368
+ * Do not edit the class manually.
369
+ */
370
+ /**
371
+ * The quantity of unfulfillable inventory.
372
+ */
373
+ interface UnfulfillableQuantity {
374
+ /**
375
+ * The total number of units in Amazon\'s fulfillment network in unsellable condition.
376
+ */
377
+ 'totalUnfulfillableQuantity'?: number;
378
+ /**
379
+ * The number of units in customer damaged disposition.
380
+ */
381
+ 'customerDamagedQuantity'?: number;
382
+ /**
383
+ * The number of units in warehouse damaged disposition.
384
+ */
385
+ 'warehouseDamagedQuantity'?: number;
386
+ /**
387
+ * The number of units in distributor damaged disposition.
388
+ */
389
+ 'distributorDamagedQuantity'?: number;
390
+ /**
391
+ * The number of units in carrier damaged disposition.
392
+ */
393
+ 'carrierDamagedQuantity'?: number;
394
+ /**
395
+ * The number of units in defective disposition.
396
+ */
397
+ 'defectiveQuantity'?: number;
398
+ /**
399
+ * The number of units in expired disposition.
400
+ */
401
+ 'expiredQuantity'?: number;
402
+ }
403
+ //#endregion
404
+ //#region src/api-model/models/inventory-details.d.ts
405
+ /**
406
+ * Summarized inventory details. This object will not appear if the details parameter in the request is false.
407
+ */
408
+ interface InventoryDetails {
409
+ /**
410
+ * The item quantity that can be picked, packed, and shipped.
411
+ */
412
+ 'fulfillableQuantity'?: number;
413
+ /**
414
+ * The number of units in an inbound shipment for which you have notified Amazon.
415
+ */
416
+ 'inboundWorkingQuantity'?: number;
417
+ /**
418
+ * The number of units in an inbound shipment that you have notified Amazon about and have provided a tracking number.
419
+ */
420
+ 'inboundShippedQuantity'?: number;
421
+ /**
422
+ * The number of units that have not yet been received at an Amazon fulfillment center for processing, but are part of an inbound shipment with some units that have already been received and processed.
423
+ */
424
+ 'inboundReceivingQuantity'?: number;
425
+ 'reservedQuantity'?: ReservedQuantity;
426
+ 'researchingQuantity'?: ResearchingQuantity;
427
+ 'unfulfillableQuantity'?: UnfulfillableQuantity;
428
+ }
429
+ //#endregion
430
+ //#region src/api-model/models/inventory-summary.d.ts
431
+ /**
432
+ * Inventory summary for a specific item.
433
+ */
434
+ interface InventorySummary {
435
+ /**
436
+ * The Amazon Standard Identification Number (ASIN) of an item.
437
+ */
438
+ 'asin'?: string;
439
+ /**
440
+ * Amazon\'s fulfillment network SKU identifier.
441
+ */
442
+ 'fnSku'?: string;
443
+ /**
444
+ * The seller SKU of the item.
445
+ */
446
+ 'sellerSku'?: string;
447
+ /**
448
+ * The condition of the item as described by the seller (for example, New Item).
449
+ */
450
+ 'condition'?: string;
451
+ 'inventoryDetails'?: InventoryDetails;
452
+ /**
453
+ * The date and time that any quantity was last updated.
454
+ */
455
+ 'lastUpdatedTime'?: string;
456
+ /**
457
+ * The localized language product title of the item within the specific marketplace.
458
+ */
459
+ 'productName'?: string;
460
+ /**
461
+ * The total number of units in an inbound shipment or in Amazon fulfillment centers.
462
+ */
463
+ 'totalQuantity'?: number;
464
+ /**
465
+ * A list of seller-enrolled stores that apply to this seller SKU.
466
+ */
467
+ 'stores'?: Array<string>;
468
+ }
469
+ //#endregion
470
+ //#region src/api-model/models/get-inventory-summaries-result.d.ts
471
+ /**
472
+ * The payload schema for the getInventorySummaries operation.
473
+ */
474
+ interface GetInventorySummariesResult {
475
+ 'granularity': Granularity;
476
+ /**
477
+ * A list of inventory summaries.
478
+ */
479
+ 'inventorySummaries': Array<InventorySummary>;
480
+ }
481
+ //#endregion
482
+ //#region src/api-model/models/pagination.d.ts
483
+ /**
484
+ * Selling Partner API for FBA Inventory
485
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
486
+ *
487
+ * The version of the OpenAPI document: v1
488
+ *
489
+ *
490
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
491
+ * https://openapi-generator.tech
492
+ * Do not edit the class manually.
493
+ */
494
+ /**
495
+ * The process of returning the results to a request in batches of a defined size called pages. This is done to exercise some control over result size and overall throughput. It\'s a form of traffic management.
496
+ */
497
+ interface Pagination {
498
+ /**
499
+ * A generated string used to retrieve the next page of the result. If nextToken is returned, pass the value of nextToken to the next request. If nextToken is not returned, there are no more items to return.
500
+ */
501
+ 'nextToken'?: string;
502
+ }
503
+ //#endregion
504
+ //#region src/api-model/models/get-inventory-summaries-response.d.ts
505
+ /**
506
+ * The Response schema.
507
+ */
508
+ interface GetInventorySummariesResponse {
509
+ 'payload'?: GetInventorySummariesResult;
510
+ 'pagination'?: Pagination;
511
+ /**
512
+ * A list of error responses returned when a request is unsuccessful.
513
+ */
514
+ 'errors'?: Array<Error>;
515
+ }
516
+ //#endregion
517
+ //#region src/api-model/models/model-error.d.ts
518
+ /**
519
+ * Selling Partner API for FBA Inventory
520
+ * The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon\'s fulfillment network.
521
+ *
522
+ * The version of the OpenAPI document: v1
523
+ *
524
+ *
525
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
526
+ * https://openapi-generator.tech
527
+ * Do not edit the class manually.
528
+ */
529
+ /**
530
+ * An error response returned when the request is unsuccessful.
531
+ */
532
+ interface ModelError {
533
+ /**
534
+ * An error code that identifies the type of error that occurred.
535
+ */
536
+ 'code': string;
537
+ /**
538
+ * A message that describes the error condition in a human-readable form.
539
+ */
540
+ 'message'?: string;
541
+ /**
542
+ * Additional information that can help the caller understand or fix the issue.
543
+ */
544
+ 'details'?: string;
545
+ }
546
+ //#endregion
547
+ //#region src/api-model/api/fba-inventory-api.d.ts
548
+ /**
549
+ * FbaInventoryApi - axios parameter creator
550
+ */
551
+ declare const FbaInventoryApiAxiosParamCreator: (configuration?: Configuration) => {
552
+ /**
553
+ * Requests that Amazon add items to the Sandbox Inventory with desired amount of quantity in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
554
+ * @param {string} xAmznIdempotencyToken A unique token/requestId provided with each call to ensure idempotency.
555
+ * @param {AddInventoryRequest} addInventoryRequestBody List of items to add to Sandbox inventory.
556
+ * @param {*} [options] Override http request option.
557
+ * @throws {RequiredError}
558
+ */
559
+ addInventory: (xAmznIdempotencyToken: string, addInventoryRequestBody: AddInventoryRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
560
+ /**
561
+ * Requests that Amazon create product-details in the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
562
+ * @param {CreateInventoryItemRequest} createInventoryItemRequestBody CreateInventoryItem Request Body Parameter.
563
+ * @param {*} [options] Override http request option.
564
+ * @throws {RequiredError}
565
+ */
566
+ createInventoryItem: (createInventoryItemRequestBody: CreateInventoryItemRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
567
+ /**
568
+ * Requests that Amazon Deletes an item from the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
569
+ * @param {string} sellerSku A single seller SKU used for querying the specified seller SKU inventory summaries.
570
+ * @param {string} marketplaceId The marketplace ID for the marketplace for which the sellerSku is to be deleted.
571
+ * @param {*} [options] Override http request option.
572
+ * @throws {RequiredError}
573
+ */
574
+ deleteInventoryItem: (sellerSku: string, marketplaceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
575
+ /**
576
+ * Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime, sellerSkus and sellerSku parameters: - All inventory summaries with available details are returned when the startDateTime, sellerSkus and sellerSku parameters are omitted. - When startDateTime is provided, the operation returns inventory summaries that have had changes after the date and time specified. The sellerSkus and sellerSku parameters are ignored. Important: To avoid errors, use both startDateTime and nextToken to get the next page of inventory summaries that have changed after the date and time specified. - When the sellerSkus parameter is provided, the operation returns inventory summaries for only the specified sellerSkus. The sellerSku parameter is ignored. - When the sellerSku parameter is provided, the operation returns inventory summaries for only the specified sellerSku. Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
577
+ * @param {GetInventorySummariesGranularityTypeEnum} granularityType The granularity type for the inventory aggregation level.
578
+ * @param {string} granularityId The granularity ID for the inventory aggregation level.
579
+ * @param {Array<string>} marketplaceIds The marketplace ID for the marketplace for which to return inventory summaries.
580
+ * @param {boolean} [details] true to return inventory summaries with additional summarized inventory details and quantities. Otherwise, returns inventory summaries only (default value).
581
+ * @param {string} [startDateTime] A start date and time in ISO8601 format. If specified, all inventory summaries that have changed since then are returned. You must specify a date and time that is no earlier than 18 months prior to the date and time when you call the API. Note: Changes in inboundWorkingQuantity, inboundShippedQuantity and inboundReceivingQuantity are not detected.
582
+ * @param {Array<string>} [sellerSkus] A list of seller SKUs for which to return inventory summaries. You may specify up to 50 SKUs.
583
+ * @param {string} [sellerSku] A single seller SKU used for querying the specified seller SKU inventory summaries.
584
+ * @param {string} [nextToken] String token returned in the response of your previous request. The string token will expire 30 seconds after being created.
585
+ * @param {*} [options] Override http request option.
586
+ * @throws {RequiredError}
587
+ */
588
+ getInventorySummaries: (granularityType: GetInventorySummariesGranularityTypeEnum, granularityId: string, marketplaceIds: Array<string>, details?: boolean, startDateTime?: string, sellerSkus?: Array<string>, sellerSku?: string, nextToken?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
589
+ };
590
+ /**
591
+ * FbaInventoryApi - functional programming interface
592
+ */
593
+ declare const FbaInventoryApiFp: (configuration?: Configuration) => {
594
+ /**
595
+ * Requests that Amazon add items to the Sandbox Inventory with desired amount of quantity in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
596
+ * @param {string} xAmznIdempotencyToken A unique token/requestId provided with each call to ensure idempotency.
597
+ * @param {AddInventoryRequest} addInventoryRequestBody List of items to add to Sandbox inventory.
598
+ * @param {*} [options] Override http request option.
599
+ * @throws {RequiredError}
600
+ */
601
+ addInventory(xAmznIdempotencyToken: string, addInventoryRequestBody: AddInventoryRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AddInventoryResponse>>;
602
+ /**
603
+ * Requests that Amazon create product-details in the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
604
+ * @param {CreateInventoryItemRequest} createInventoryItemRequestBody CreateInventoryItem Request Body Parameter.
605
+ * @param {*} [options] Override http request option.
606
+ * @throws {RequiredError}
607
+ */
608
+ createInventoryItem(createInventoryItemRequestBody: CreateInventoryItemRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateInventoryItemResponse>>;
609
+ /**
610
+ * Requests that Amazon Deletes an item from the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
611
+ * @param {string} sellerSku A single seller SKU used for querying the specified seller SKU inventory summaries.
612
+ * @param {string} marketplaceId The marketplace ID for the marketplace for which the sellerSku is to be deleted.
613
+ * @param {*} [options] Override http request option.
614
+ * @throws {RequiredError}
615
+ */
616
+ deleteInventoryItem(sellerSku: string, marketplaceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteInventoryItemResponse>>;
617
+ /**
618
+ * Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime, sellerSkus and sellerSku parameters: - All inventory summaries with available details are returned when the startDateTime, sellerSkus and sellerSku parameters are omitted. - When startDateTime is provided, the operation returns inventory summaries that have had changes after the date and time specified. The sellerSkus and sellerSku parameters are ignored. Important: To avoid errors, use both startDateTime and nextToken to get the next page of inventory summaries that have changed after the date and time specified. - When the sellerSkus parameter is provided, the operation returns inventory summaries for only the specified sellerSkus. The sellerSku parameter is ignored. - When the sellerSku parameter is provided, the operation returns inventory summaries for only the specified sellerSku. Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
619
+ * @param {GetInventorySummariesGranularityTypeEnum} granularityType The granularity type for the inventory aggregation level.
620
+ * @param {string} granularityId The granularity ID for the inventory aggregation level.
621
+ * @param {Array<string>} marketplaceIds The marketplace ID for the marketplace for which to return inventory summaries.
622
+ * @param {boolean} [details] true to return inventory summaries with additional summarized inventory details and quantities. Otherwise, returns inventory summaries only (default value).
623
+ * @param {string} [startDateTime] A start date and time in ISO8601 format. If specified, all inventory summaries that have changed since then are returned. You must specify a date and time that is no earlier than 18 months prior to the date and time when you call the API. Note: Changes in inboundWorkingQuantity, inboundShippedQuantity and inboundReceivingQuantity are not detected.
624
+ * @param {Array<string>} [sellerSkus] A list of seller SKUs for which to return inventory summaries. You may specify up to 50 SKUs.
625
+ * @param {string} [sellerSku] A single seller SKU used for querying the specified seller SKU inventory summaries.
626
+ * @param {string} [nextToken] String token returned in the response of your previous request. The string token will expire 30 seconds after being created.
627
+ * @param {*} [options] Override http request option.
628
+ * @throws {RequiredError}
629
+ */
630
+ getInventorySummaries(granularityType: GetInventorySummariesGranularityTypeEnum, granularityId: string, marketplaceIds: Array<string>, details?: boolean, startDateTime?: string, sellerSkus?: Array<string>, sellerSku?: string, nextToken?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetInventorySummariesResponse>>;
631
+ };
632
+ /**
633
+ * FbaInventoryApi - factory interface
634
+ */
635
+ declare const FbaInventoryApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
636
+ /**
637
+ * Requests that Amazon add items to the Sandbox Inventory with desired amount of quantity in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
638
+ * @param {FbaInventoryApiAddInventoryRequest} requestParameters Request parameters.
639
+ * @param {*} [options] Override http request option.
640
+ * @throws {RequiredError}
641
+ */
642
+ addInventory(requestParameters: FbaInventoryApiAddInventoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<AddInventoryResponse>;
643
+ /**
644
+ * Requests that Amazon create product-details in the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
645
+ * @param {FbaInventoryApiCreateInventoryItemRequest} requestParameters Request parameters.
646
+ * @param {*} [options] Override http request option.
647
+ * @throws {RequiredError}
648
+ */
649
+ createInventoryItem(requestParameters: FbaInventoryApiCreateInventoryItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateInventoryItemResponse>;
650
+ /**
651
+ * Requests that Amazon Deletes an item from the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
652
+ * @param {FbaInventoryApiDeleteInventoryItemRequest} requestParameters Request parameters.
653
+ * @param {*} [options] Override http request option.
654
+ * @throws {RequiredError}
655
+ */
656
+ deleteInventoryItem(requestParameters: FbaInventoryApiDeleteInventoryItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<DeleteInventoryItemResponse>;
657
+ /**
658
+ * Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime, sellerSkus and sellerSku parameters: - All inventory summaries with available details are returned when the startDateTime, sellerSkus and sellerSku parameters are omitted. - When startDateTime is provided, the operation returns inventory summaries that have had changes after the date and time specified. The sellerSkus and sellerSku parameters are ignored. Important: To avoid errors, use both startDateTime and nextToken to get the next page of inventory summaries that have changed after the date and time specified. - When the sellerSkus parameter is provided, the operation returns inventory summaries for only the specified sellerSkus. The sellerSku parameter is ignored. - When the sellerSku parameter is provided, the operation returns inventory summaries for only the specified sellerSku. Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
659
+ * @param {FbaInventoryApiGetInventorySummariesRequest} requestParameters Request parameters.
660
+ * @param {*} [options] Override http request option.
661
+ * @throws {RequiredError}
662
+ */
663
+ getInventorySummaries(requestParameters: FbaInventoryApiGetInventorySummariesRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetInventorySummariesResponse>;
664
+ };
665
+ /**
666
+ * Request parameters for addInventory operation in FbaInventoryApi.
667
+ */
668
+ interface FbaInventoryApiAddInventoryRequest {
669
+ /**
670
+ * A unique token/requestId provided with each call to ensure idempotency.
671
+ */
672
+ readonly xAmznIdempotencyToken: string;
673
+ /**
674
+ * List of items to add to Sandbox inventory.
675
+ */
676
+ readonly addInventoryRequestBody: AddInventoryRequest;
677
+ }
678
+ /**
679
+ * Request parameters for createInventoryItem operation in FbaInventoryApi.
680
+ */
681
+ interface FbaInventoryApiCreateInventoryItemRequest {
682
+ /**
683
+ * CreateInventoryItem Request Body Parameter.
684
+ */
685
+ readonly createInventoryItemRequestBody: CreateInventoryItemRequest;
686
+ }
687
+ /**
688
+ * Request parameters for deleteInventoryItem operation in FbaInventoryApi.
689
+ */
690
+ interface FbaInventoryApiDeleteInventoryItemRequest {
691
+ /**
692
+ * A single seller SKU used for querying the specified seller SKU inventory summaries.
693
+ */
694
+ readonly sellerSku: string;
695
+ /**
696
+ * The marketplace ID for the marketplace for which the sellerSku is to be deleted.
697
+ */
698
+ readonly marketplaceId: string;
699
+ }
700
+ /**
701
+ * Request parameters for getInventorySummaries operation in FbaInventoryApi.
702
+ */
703
+ interface FbaInventoryApiGetInventorySummariesRequest {
704
+ /**
705
+ * The granularity type for the inventory aggregation level.
706
+ */
707
+ readonly granularityType: GetInventorySummariesGranularityTypeEnum;
708
+ /**
709
+ * The granularity ID for the inventory aggregation level.
710
+ */
711
+ readonly granularityId: string;
712
+ /**
713
+ * The marketplace ID for the marketplace for which to return inventory summaries.
714
+ */
715
+ readonly marketplaceIds: Array<string>;
716
+ /**
717
+ * true to return inventory summaries with additional summarized inventory details and quantities. Otherwise, returns inventory summaries only (default value).
718
+ */
719
+ readonly details?: boolean;
720
+ /**
721
+ * A start date and time in ISO8601 format. If specified, all inventory summaries that have changed since then are returned. You must specify a date and time that is no earlier than 18 months prior to the date and time when you call the API. Note: Changes in inboundWorkingQuantity, inboundShippedQuantity and inboundReceivingQuantity are not detected.
722
+ */
723
+ readonly startDateTime?: string;
724
+ /**
725
+ * A list of seller SKUs for which to return inventory summaries. You may specify up to 50 SKUs.
726
+ */
727
+ readonly sellerSkus?: Array<string>;
728
+ /**
729
+ * A single seller SKU used for querying the specified seller SKU inventory summaries.
730
+ */
731
+ readonly sellerSku?: string;
732
+ /**
733
+ * String token returned in the response of your previous request. The string token will expire 30 seconds after being created.
734
+ */
735
+ readonly nextToken?: string;
736
+ }
737
+ /**
738
+ * FbaInventoryApi - object-oriented interface
739
+ */
740
+ declare class FbaInventoryApi extends BaseAPI {
741
+ /**
742
+ * Requests that Amazon add items to the Sandbox Inventory with desired amount of quantity in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
743
+ * @param {FbaInventoryApiAddInventoryRequest} requestParameters Request parameters.
744
+ * @param {*} [options] Override http request option.
745
+ * @throws {RequiredError}
746
+ */
747
+ addInventory(requestParameters: FbaInventoryApiAddInventoryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddInventoryResponse, any, {}>>;
748
+ /**
749
+ * Requests that Amazon create product-details in the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
750
+ * @param {FbaInventoryApiCreateInventoryItemRequest} requestParameters Request parameters.
751
+ * @param {*} [options] Override http request option.
752
+ * @throws {RequiredError}
753
+ */
754
+ createInventoryItem(requestParameters: FbaInventoryApiCreateInventoryItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateInventoryItemResponse, any, {}>>;
755
+ /**
756
+ * Requests that Amazon Deletes an item from the Sandbox Inventory in the sandbox environment. This is a sandbox-only operation and must be directed to a sandbox endpoint. Refer to [Selling Partner API sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
757
+ * @param {FbaInventoryApiDeleteInventoryItemRequest} requestParameters Request parameters.
758
+ * @param {*} [options] Override http request option.
759
+ * @throws {RequiredError}
760
+ */
761
+ deleteInventoryItem(requestParameters: FbaInventoryApiDeleteInventoryItemRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteInventoryItemResponse, any, {}>>;
762
+ /**
763
+ * Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime, sellerSkus and sellerSku parameters: - All inventory summaries with available details are returned when the startDateTime, sellerSkus and sellerSku parameters are omitted. - When startDateTime is provided, the operation returns inventory summaries that have had changes after the date and time specified. The sellerSkus and sellerSku parameters are ignored. Important: To avoid errors, use both startDateTime and nextToken to get the next page of inventory summaries that have changed after the date and time specified. - When the sellerSkus parameter is provided, the operation returns inventory summaries for only the specified sellerSkus. The sellerSku parameter is ignored. - When the sellerSku parameter is provided, the operation returns inventory summaries for only the specified sellerSku. Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits).
764
+ * @param {FbaInventoryApiGetInventorySummariesRequest} requestParameters Request parameters.
765
+ * @param {*} [options] Override http request option.
766
+ * @throws {RequiredError}
767
+ */
768
+ getInventorySummaries(requestParameters: FbaInventoryApiGetInventorySummariesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetInventorySummariesResponse, any, {}>>;
769
+ }
770
+ declare const GetInventorySummariesGranularityTypeEnum: {
771
+ readonly Marketplace: "Marketplace";
772
+ };
773
+ type GetInventorySummariesGranularityTypeEnum = typeof GetInventorySummariesGranularityTypeEnum[keyof typeof GetInventorySummariesGranularityTypeEnum];
774
+ //#endregion
775
+ //#region src/client.d.ts
776
+ declare const clientRateLimits: RateLimit[];
777
+ declare class FbaInventoryApiClient extends FbaInventoryApi {
778
+ constructor(configuration: ClientConfiguration);
779
+ }
780
+ //#endregion
781
+ export { AddInventoryRequest, AddInventoryResponse, CreateInventoryItemRequest, CreateInventoryItemResponse, DeleteInventoryItemResponse, FbaInventoryApi, FbaInventoryApiAddInventoryRequest, FbaInventoryApiAxiosParamCreator, FbaInventoryApiClient, FbaInventoryApiCreateInventoryItemRequest, FbaInventoryApiDeleteInventoryItemRequest, FbaInventoryApiFactory, FbaInventoryApiFp, FbaInventoryApiGetInventorySummariesRequest, GetInventorySummariesGranularityTypeEnum, GetInventorySummariesResponse, GetInventorySummariesResult, Granularity, InventoryDetails, InventoryItem, InventorySummary, ModelError, Pagination, ResearchingQuantity, ResearchingQuantityEntry, ResearchingQuantityEntryNameEnum, ReservedQuantity, UnfulfillableQuantity, clientRateLimits };
782
+ //# sourceMappingURL=index.d.ts.map