@sp-api-sdk/external-fulfillment-inventory-api-2024-09-11 1.1.12 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +4 -4
  2. package/dist/index.cjs +320 -0
  3. package/dist/index.cjs.map +1 -0
  4. package/dist/index.d.cts +498 -0
  5. package/dist/index.d.ts +498 -0
  6. package/dist/index.js +276 -0
  7. package/dist/index.js.map +1 -0
  8. package/package.json +23 -12
  9. package/dist/cjs/api-model/api/external-fulfillment-inventory-api.js +0 -117
  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/actionable-error.js +0 -15
  16. package/dist/cjs/api-model/models/batch-inventory-request.js +0 -15
  17. package/dist/cjs/api-model/models/batch-inventory-response.js +0 -15
  18. package/dist/cjs/api-model/models/error-list.js +0 -15
  19. package/dist/cjs/api-model/models/http-method.js +0 -23
  20. package/dist/cjs/api-model/models/http-status-line.js +0 -15
  21. package/dist/cjs/api-model/models/index.js +0 -28
  22. package/dist/cjs/api-model/models/inventory-request-params.js +0 -15
  23. package/dist/cjs/api-model/models/inventory-request.js +0 -15
  24. package/dist/cjs/api-model/models/inventory-response-body.js +0 -15
  25. package/dist/cjs/api-model/models/inventory-response.js +0 -15
  26. package/dist/cjs/api-model/models/marketplace-attributes.js +0 -21
  27. package/dist/cjs/api-model/models/model-error.js +0 -15
  28. package/dist/cjs/client.js +0 -13
  29. package/dist/cjs/index.js +0 -19
  30. package/dist/es/api-model/api/external-fulfillment-inventory-api.js +0 -107
  31. package/dist/es/api-model/api.js +0 -14
  32. package/dist/es/api-model/base.js +0 -44
  33. package/dist/es/api-model/common.js +0 -110
  34. package/dist/es/api-model/configuration.js +0 -94
  35. package/dist/es/api-model/index.js +0 -16
  36. package/dist/es/api-model/models/actionable-error.js +0 -14
  37. package/dist/es/api-model/models/batch-inventory-request.js +0 -14
  38. package/dist/es/api-model/models/batch-inventory-response.js +0 -14
  39. package/dist/es/api-model/models/error-list.js +0 -14
  40. package/dist/es/api-model/models/http-method.js +0 -20
  41. package/dist/es/api-model/models/http-status-line.js +0 -14
  42. package/dist/es/api-model/models/index.js +0 -12
  43. package/dist/es/api-model/models/inventory-request-params.js +0 -14
  44. package/dist/es/api-model/models/inventory-request.js +0 -14
  45. package/dist/es/api-model/models/inventory-response-body.js +0 -14
  46. package/dist/es/api-model/models/inventory-response.js +0 -14
  47. package/dist/es/api-model/models/marketplace-attributes.js +0 -18
  48. package/dist/es/api-model/models/model-error.js +0 -14
  49. package/dist/es/client.js +0 -9
  50. package/dist/es/index.js +0 -3
  51. package/dist/types/api-model/api/external-fulfillment-inventory-api.d.ts +0 -74
  52. package/dist/types/api-model/api.d.ts +0 -12
  53. package/dist/types/api-model/base.d.ts +0 -42
  54. package/dist/types/api-model/common.d.ts +0 -34
  55. package/dist/types/api-model/configuration.d.ts +0 -98
  56. package/dist/types/api-model/index.d.ts +0 -14
  57. package/dist/types/api-model/models/actionable-error.d.ts +0 -24
  58. package/dist/types/api-model/models/batch-inventory-request.d.ts +0 -21
  59. package/dist/types/api-model/models/batch-inventory-response.d.ts +0 -21
  60. package/dist/types/api-model/models/error-list.d.ts +0 -20
  61. package/dist/types/api-model/models/http-method.d.ts +0 -19
  62. package/dist/types/api-model/models/http-status-line.d.ts +0 -24
  63. package/dist/types/api-model/models/index.d.ts +0 -12
  64. package/dist/types/api-model/models/inventory-request-params.d.ts +0 -26
  65. package/dist/types/api-model/models/inventory-request.d.ts +0 -24
  66. package/dist/types/api-model/models/inventory-response-body.d.ts +0 -43
  67. package/dist/types/api-model/models/inventory-response.d.ts +0 -20
  68. package/dist/types/api-model/models/marketplace-attributes.d.ts +0 -30
  69. package/dist/types/api-model/models/model-error.d.ts +0 -28
  70. package/dist/types/client.d.ts +0 -6
  71. package/dist/types/index.d.ts +0 -3
@@ -0,0 +1,498 @@
1
+ import { ClientConfiguration, RateLimit } from '@sp-api-sdk/common';
2
+ import * as axios from 'axios';
3
+ import { AxiosInstance, RawAxiosRequestConfig, AxiosPromise } from 'axios';
4
+
5
+ /**
6
+ * The Selling Partner API for External Fulfillment Inventory Management
7
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
8
+ *
9
+ * The version of the OpenAPI document: 2024-09-11
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13
+ * https://openapi-generator.tech
14
+ * Do not edit the class manually.
15
+ */
16
+ interface AWSv4Configuration {
17
+ options?: {
18
+ region?: string;
19
+ service?: string;
20
+ };
21
+ credentials?: {
22
+ accessKeyId?: string;
23
+ secretAccessKey?: string;
24
+ sessionToken?: string;
25
+ };
26
+ }
27
+ interface ConfigurationParameters {
28
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
29
+ username?: string;
30
+ password?: string;
31
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
32
+ awsv4?: AWSv4Configuration;
33
+ basePath?: string;
34
+ serverIndex?: number;
35
+ baseOptions?: any;
36
+ formDataCtor?: new () => any;
37
+ }
38
+ declare class Configuration {
39
+ /**
40
+ * parameter for apiKey security
41
+ * @param name security name
42
+ */
43
+ apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
44
+ /**
45
+ * parameter for basic security
46
+ */
47
+ username?: string;
48
+ /**
49
+ * parameter for basic security
50
+ */
51
+ password?: string;
52
+ /**
53
+ * parameter for oauth2 security
54
+ * @param name security name
55
+ * @param scopes oauth2 scope
56
+ */
57
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
58
+ /**
59
+ * parameter for aws4 signature security
60
+ * @param {Object} AWS4Signature - AWS4 Signature security
61
+ * @param {string} options.region - aws region
62
+ * @param {string} options.service - name of the service.
63
+ * @param {string} credentials.accessKeyId - aws access key id
64
+ * @param {string} credentials.secretAccessKey - aws access key
65
+ * @param {string} credentials.sessionToken - aws session token
66
+ * @memberof Configuration
67
+ */
68
+ awsv4?: AWSv4Configuration;
69
+ /**
70
+ * override base path
71
+ */
72
+ basePath?: string;
73
+ /**
74
+ * override server index
75
+ */
76
+ serverIndex?: number;
77
+ /**
78
+ * base options for axios calls
79
+ */
80
+ baseOptions?: any;
81
+ /**
82
+ * The FormData constructor that will be used to create multipart form data
83
+ * requests. You can inject this here so that execution environments that
84
+ * do not support the FormData class can still run the generated client.
85
+ *
86
+ * @type {new () => FormData}
87
+ */
88
+ formDataCtor?: new () => any;
89
+ constructor(param?: ConfigurationParameters);
90
+ /**
91
+ * Check if the given MIME is a JSON MIME.
92
+ * JSON MIME examples:
93
+ * application/json
94
+ * application/json; charset=UTF8
95
+ * APPLICATION/JSON
96
+ * application/vnd.company+json
97
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
98
+ * @return True if the given MIME is JSON, false otherwise.
99
+ */
100
+ isJsonMime(mime: string): boolean;
101
+ }
102
+
103
+ /**
104
+ * The Selling Partner API for External Fulfillment Inventory Management
105
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
106
+ *
107
+ * The version of the OpenAPI document: 2024-09-11
108
+ *
109
+ *
110
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
111
+ * https://openapi-generator.tech
112
+ * Do not edit the class manually.
113
+ */
114
+
115
+ interface RequestArgs {
116
+ url: string;
117
+ options: RawAxiosRequestConfig;
118
+ }
119
+ declare class BaseAPI {
120
+ protected basePath: string;
121
+ protected axios: AxiosInstance;
122
+ protected configuration: Configuration | undefined;
123
+ constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
124
+ }
125
+
126
+ /**
127
+ * The Selling Partner API for External Fulfillment Inventory Management
128
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
129
+ *
130
+ * The version of the OpenAPI document: 2024-09-11
131
+ *
132
+ *
133
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
134
+ * https://openapi-generator.tech
135
+ * Do not edit the class manually.
136
+ */
137
+ /**
138
+ * Error details you can take action on.
139
+ */
140
+ interface ActionableError {
141
+ /**
142
+ * The top level error type that may contain multiple error subtypes.
143
+ */
144
+ 'errorType'?: string;
145
+ /**
146
+ * The secondary level error type.
147
+ */
148
+ 'errorSubType'?: string;
149
+ }
150
+
151
+ /**
152
+ * The Selling Partner API for External Fulfillment Inventory Management
153
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
154
+ *
155
+ * The version of the OpenAPI document: 2024-09-11
156
+ *
157
+ *
158
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
159
+ * https://openapi-generator.tech
160
+ * Do not edit the class manually.
161
+ */
162
+ /**
163
+ * The HTTP method associated with an individual request within a batch.
164
+ */
165
+ declare const HttpMethod: {
166
+ readonly Get: "GET";
167
+ readonly Post: "POST";
168
+ };
169
+ type HttpMethod = typeof HttpMethod[keyof typeof HttpMethod];
170
+
171
+ /**
172
+ * The Selling Partner API for External Fulfillment Inventory Management
173
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
174
+ *
175
+ * The version of the OpenAPI document: 2024-09-11
176
+ *
177
+ *
178
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
179
+ * https://openapi-generator.tech
180
+ * Do not edit the class manually.
181
+ */
182
+ /**
183
+ * The channel name and marketplace ID. This is required only when multiple channels have the same location ID.
184
+ */
185
+ interface MarketplaceAttributes {
186
+ /**
187
+ * The name of the fulfillment channel in which to update inventory.
188
+ */
189
+ 'channelName'?: MarketplaceAttributesChannelNameEnum;
190
+ /**
191
+ * The marketplace ID of the marketplace where you want to update inventory.
192
+ */
193
+ 'marketplaceId'?: string;
194
+ }
195
+ declare const MarketplaceAttributesChannelNameEnum: {
196
+ readonly Fba: "FBA";
197
+ readonly Mfn: "MFN";
198
+ readonly Df: "DF";
199
+ };
200
+ type MarketplaceAttributesChannelNameEnum = typeof MarketplaceAttributesChannelNameEnum[keyof typeof MarketplaceAttributesChannelNameEnum];
201
+
202
+ /**
203
+ * The Selling Partner API for External Fulfillment Inventory Management
204
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
205
+ *
206
+ * The version of the OpenAPI document: 2024-09-11
207
+ *
208
+ *
209
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
210
+ * https://openapi-generator.tech
211
+ * Do not edit the class manually.
212
+ */
213
+
214
+ /**
215
+ * The parameters for an individual request.
216
+ */
217
+ interface InventoryRequestParams {
218
+ /**
219
+ * The latest sequence number for the inventory update operation. You find this value in the `clientSequenceNumber` property in the response to the `batchInventory` operation.
220
+ */
221
+ 'clientSequenceNumber'?: number;
222
+ /**
223
+ * The absolute inventory quantity.
224
+ */
225
+ 'quantity'?: number;
226
+ 'marketplaceAttributes'?: MarketplaceAttributes;
227
+ }
228
+
229
+ /**
230
+ * The Selling Partner API for External Fulfillment Inventory Management
231
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
232
+ *
233
+ * The version of the OpenAPI document: 2024-09-11
234
+ *
235
+ *
236
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
237
+ * https://openapi-generator.tech
238
+ * Do not edit the class manually.
239
+ */
240
+
241
+ /**
242
+ * An inventory request.
243
+ */
244
+ interface InventoryRequest {
245
+ /**
246
+ * The URI associated with the individual APIs from the batch request. The user must provide the resource identifier for the operation they want to use.
247
+ */
248
+ 'uri': string;
249
+ 'method': HttpMethod;
250
+ 'body'?: InventoryRequestParams;
251
+ }
252
+
253
+ /**
254
+ * The Selling Partner API for External Fulfillment Inventory Management
255
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
256
+ *
257
+ * The version of the OpenAPI document: 2024-09-11
258
+ *
259
+ *
260
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
261
+ * https://openapi-generator.tech
262
+ * Do not edit the class manually.
263
+ */
264
+
265
+ /**
266
+ * A list of inventory requests.
267
+ */
268
+ interface BatchInventoryRequest {
269
+ /**
270
+ * A list of inventory requests.
271
+ */
272
+ 'requests'?: Array<InventoryRequest>;
273
+ }
274
+
275
+ /**
276
+ * The Selling Partner API for External Fulfillment Inventory Management
277
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
278
+ *
279
+ * The version of the OpenAPI document: 2024-09-11
280
+ *
281
+ *
282
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
283
+ * https://openapi-generator.tech
284
+ * Do not edit the class manually.
285
+ */
286
+ /**
287
+ * The HTTP status associated with the response for an individual request within a batch.
288
+ */
289
+ interface HttpStatusLine {
290
+ /**
291
+ * The HTTP response status code.
292
+ */
293
+ 'statusCode'?: number;
294
+ /**
295
+ * The HTTP response reason phrase.
296
+ */
297
+ 'reasonPhrase'?: string;
298
+ }
299
+
300
+ /**
301
+ * The Selling Partner API for External Fulfillment Inventory Management
302
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
303
+ *
304
+ * The version of the OpenAPI document: 2024-09-11
305
+ *
306
+ *
307
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
308
+ * https://openapi-generator.tech
309
+ * Do not edit the class manually.
310
+ */
311
+
312
+ /**
313
+ * The response to an inventory request.
314
+ */
315
+ interface InventoryResponseBody {
316
+ /**
317
+ * Latest sequence number for an inventory update.
318
+ */
319
+ 'clientSequenceNumber'?: number;
320
+ /**
321
+ * The location where inventory is updated or retrieved.
322
+ */
323
+ 'locationId'?: string;
324
+ /**
325
+ * The SKU ID for which inventory is updated or retrieved
326
+ */
327
+ 'skuId'?: string;
328
+ /**
329
+ * The number of items of the specified SKU that are available for purchase.
330
+ */
331
+ 'sellableQuantity'?: number;
332
+ /**
333
+ * The number of items of the specified SKU created in any marketplace that are reserved for shipment and yet to be fulfilled.
334
+ */
335
+ 'reservedQuantity'?: number;
336
+ 'marketplaceAttributes'?: MarketplaceAttributes;
337
+ /**
338
+ * Inventory operation errors that require seller action before retrying the inventory request.
339
+ */
340
+ 'actionableErrors'?: Array<ActionableError>;
341
+ }
342
+
343
+ /**
344
+ * The Selling Partner API for External Fulfillment Inventory Management
345
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
346
+ *
347
+ * The version of the OpenAPI document: 2024-09-11
348
+ *
349
+ *
350
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
351
+ * https://openapi-generator.tech
352
+ * Do not edit the class manually.
353
+ */
354
+
355
+ /**
356
+ * A response to an individual inventory request.
357
+ */
358
+ interface InventoryResponse {
359
+ 'status': HttpStatusLine;
360
+ 'body': InventoryResponseBody;
361
+ }
362
+
363
+ /**
364
+ * The Selling Partner API for External Fulfillment Inventory Management
365
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
366
+ *
367
+ * The version of the OpenAPI document: 2024-09-11
368
+ *
369
+ *
370
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
371
+ * https://openapi-generator.tech
372
+ * Do not edit the class manually.
373
+ */
374
+
375
+ /**
376
+ * The response of the `batchInventory` operation.
377
+ */
378
+ interface BatchInventoryResponse {
379
+ /**
380
+ * A list of inventory request responses.
381
+ */
382
+ 'responses'?: Array<InventoryResponse>;
383
+ }
384
+
385
+ /**
386
+ * The Selling Partner API for External Fulfillment Inventory Management
387
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
388
+ *
389
+ * The version of the OpenAPI document: 2024-09-11
390
+ *
391
+ *
392
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
393
+ * https://openapi-generator.tech
394
+ * Do not edit the class manually.
395
+ */
396
+ /**
397
+ * An object containing a list of error responses returned when a request is unsuccessful.
398
+ */
399
+ interface ErrorList {
400
+ /**
401
+ * A list of error responses returned when a request is unsuccessful.
402
+ */
403
+ 'errors': Array<Error>;
404
+ }
405
+
406
+ /**
407
+ * The Selling Partner API for External Fulfillment Inventory Management
408
+ * You can use the Amazon External Fulfillment Inventory API to manage inventory operations in Amazon\'s External Fulfillment network, including batch inventory updates and retrievals.
409
+ *
410
+ * The version of the OpenAPI document: 2024-09-11
411
+ *
412
+ *
413
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
414
+ * https://openapi-generator.tech
415
+ * Do not edit the class manually.
416
+ */
417
+ /**
418
+ * Error response returned when the request is unsuccessful.
419
+ */
420
+ interface ModelError {
421
+ /**
422
+ * An error code that identifies the type of error that occurred.
423
+ */
424
+ 'code': string;
425
+ /**
426
+ * A message that describes the error condition.
427
+ */
428
+ 'message': string;
429
+ /**
430
+ * Additional details that can help the caller understand or fix the issue.
431
+ */
432
+ 'details'?: string;
433
+ }
434
+
435
+ /**
436
+ * ExternalFulfillmentInventoryApi - axios parameter creator
437
+ */
438
+ declare const ExternalFulfillmentInventoryApiAxiosParamCreator: (configuration?: Configuration) => {
439
+ /**
440
+ * Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
441
+ * @param {BatchInventoryRequest} body A list of inventory requests.
442
+ * @param {*} [options] Override http request option.
443
+ * @throws {RequiredError}
444
+ */
445
+ batchInventory: (body: BatchInventoryRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
446
+ };
447
+ /**
448
+ * ExternalFulfillmentInventoryApi - functional programming interface
449
+ */
450
+ declare const ExternalFulfillmentInventoryApiFp: (configuration?: Configuration) => {
451
+ /**
452
+ * Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
453
+ * @param {BatchInventoryRequest} body A list of inventory requests.
454
+ * @param {*} [options] Override http request option.
455
+ * @throws {RequiredError}
456
+ */
457
+ batchInventory(body: BatchInventoryRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchInventoryResponse>>;
458
+ };
459
+ /**
460
+ * ExternalFulfillmentInventoryApi - factory interface
461
+ */
462
+ declare const ExternalFulfillmentInventoryApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
463
+ /**
464
+ * Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
465
+ * @param {ExternalFulfillmentInventoryApiBatchInventoryRequest} requestParameters Request parameters.
466
+ * @param {*} [options] Override http request option.
467
+ * @throws {RequiredError}
468
+ */
469
+ batchInventory(requestParameters: ExternalFulfillmentInventoryApiBatchInventoryRequest, options?: RawAxiosRequestConfig): AxiosPromise<BatchInventoryResponse>;
470
+ };
471
+ /**
472
+ * Request parameters for batchInventory operation in ExternalFulfillmentInventoryApi.
473
+ */
474
+ interface ExternalFulfillmentInventoryApiBatchInventoryRequest {
475
+ /**
476
+ * A list of inventory requests.
477
+ */
478
+ readonly body: BatchInventoryRequest;
479
+ }
480
+ /**
481
+ * ExternalFulfillmentInventoryApi - object-oriented interface
482
+ */
483
+ declare class ExternalFulfillmentInventoryApi extends BaseAPI {
484
+ /**
485
+ * Make up to 10 inventory requests. The response includes the set of responses that correspond to requests. The response for each successful request in the set includes the inventory count for the provided `sku` and `locationId` pair.
486
+ * @param {ExternalFulfillmentInventoryApiBatchInventoryRequest} requestParameters Request parameters.
487
+ * @param {*} [options] Override http request option.
488
+ * @throws {RequiredError}
489
+ */
490
+ batchInventory(requestParameters: ExternalFulfillmentInventoryApiBatchInventoryRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<BatchInventoryResponse, any, {}>>;
491
+ }
492
+
493
+ declare const clientRateLimits: RateLimit[];
494
+ declare class ExternalFulfillmentInventoryApiClient extends ExternalFulfillmentInventoryApi {
495
+ constructor(configuration: ClientConfiguration);
496
+ }
497
+
498
+ export { type ActionableError, type BatchInventoryRequest, type BatchInventoryResponse, type ErrorList, ExternalFulfillmentInventoryApi, ExternalFulfillmentInventoryApiAxiosParamCreator, type ExternalFulfillmentInventoryApiBatchInventoryRequest, ExternalFulfillmentInventoryApiClient, ExternalFulfillmentInventoryApiFactory, ExternalFulfillmentInventoryApiFp, HttpMethod, type HttpStatusLine, type InventoryRequest, type InventoryRequestParams, type InventoryResponse, type InventoryResponseBody, type MarketplaceAttributes, MarketplaceAttributesChannelNameEnum, type ModelError, clientRateLimits };