@sp-api-sdk/external-fulfillment-inventory-api-2024-09-11 1.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.
- package/LICENSE +21 -0
- package/README.md +99 -0
- package/dist/cjs/api-model/api/external-fulfillment-inventory-api.js +116 -0
- package/dist/cjs/api-model/api.js +30 -0
- package/dist/cjs/api-model/base.js +52 -0
- package/dist/cjs/api-model/common.js +108 -0
- package/dist/cjs/api-model/configuration.js +87 -0
- package/dist/cjs/api-model/index.js +32 -0
- package/dist/cjs/api-model/models/actionable-error.js +15 -0
- package/dist/cjs/api-model/models/batch-inventory-request.js +15 -0
- package/dist/cjs/api-model/models/batch-inventory-response.js +15 -0
- package/dist/cjs/api-model/models/error-list.js +15 -0
- package/dist/cjs/api-model/models/http-method.js +23 -0
- package/dist/cjs/api-model/models/http-status-line.js +15 -0
- package/dist/cjs/api-model/models/index.js +28 -0
- package/dist/cjs/api-model/models/inventory-request-params.js +15 -0
- package/dist/cjs/api-model/models/inventory-request.js +15 -0
- package/dist/cjs/api-model/models/inventory-response-body.js +15 -0
- package/dist/cjs/api-model/models/inventory-response.js +15 -0
- package/dist/cjs/api-model/models/marketplace-attributes.js +21 -0
- package/dist/cjs/api-model/models/model-error.js +15 -0
- package/dist/cjs/client.js +13 -0
- package/dist/cjs/index.js +19 -0
- package/dist/es/api-model/api/external-fulfillment-inventory-api.js +106 -0
- package/dist/es/api-model/api.js +14 -0
- package/dist/es/api-model/base.js +44 -0
- package/dist/es/api-model/common.js +96 -0
- package/dist/es/api-model/configuration.js +83 -0
- package/dist/es/api-model/index.js +16 -0
- package/dist/es/api-model/models/actionable-error.js +14 -0
- package/dist/es/api-model/models/batch-inventory-request.js +14 -0
- package/dist/es/api-model/models/batch-inventory-response.js +14 -0
- package/dist/es/api-model/models/error-list.js +14 -0
- package/dist/es/api-model/models/http-method.js +20 -0
- package/dist/es/api-model/models/http-status-line.js +14 -0
- package/dist/es/api-model/models/index.js +12 -0
- package/dist/es/api-model/models/inventory-request-params.js +14 -0
- package/dist/es/api-model/models/inventory-request.js +14 -0
- package/dist/es/api-model/models/inventory-response-body.js +14 -0
- package/dist/es/api-model/models/inventory-response.js +14 -0
- package/dist/es/api-model/models/marketplace-attributes.js +18 -0
- package/dist/es/api-model/models/model-error.js +14 -0
- package/dist/es/client.js +9 -0
- package/dist/es/index.js +3 -0
- package/dist/types/api-model/api/external-fulfillment-inventory-api.d.ts +74 -0
- package/dist/types/api-model/api.d.ts +12 -0
- package/dist/types/api-model/base.d.ts +42 -0
- package/dist/types/api-model/common.d.ts +28 -0
- package/dist/types/api-model/configuration.d.ts +74 -0
- package/dist/types/api-model/index.d.ts +14 -0
- package/dist/types/api-model/models/actionable-error.d.ts +24 -0
- package/dist/types/api-model/models/batch-inventory-request.d.ts +21 -0
- package/dist/types/api-model/models/batch-inventory-response.d.ts +21 -0
- package/dist/types/api-model/models/error-list.d.ts +20 -0
- package/dist/types/api-model/models/http-method.d.ts +19 -0
- package/dist/types/api-model/models/http-status-line.d.ts +24 -0
- package/dist/types/api-model/models/index.d.ts +12 -0
- package/dist/types/api-model/models/inventory-request-params.d.ts +26 -0
- package/dist/types/api-model/models/inventory-request.d.ts +24 -0
- package/dist/types/api-model/models/inventory-response-body.d.ts +43 -0
- package/dist/types/api-model/models/inventory-response.d.ts +20 -0
- package/dist/types/api-model/models/marketplace-attributes.d.ts +30 -0
- package/dist/types/api-model/models/model-error.d.ts +28 -0
- package/dist/types/client.d.ts +6 -0
- package/dist/types/index.d.ts +3 -0
- package/package.json +44 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for External Fulfillment Inventory Management
|
|
3
|
+
* 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.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-09-11
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Error response returned when the request is unsuccessful.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModelError {
|
|
16
|
+
/**
|
|
17
|
+
* An error code that identifies the type of error that occurred.
|
|
18
|
+
*/
|
|
19
|
+
'code': string;
|
|
20
|
+
/**
|
|
21
|
+
* A message that describes the error condition.
|
|
22
|
+
*/
|
|
23
|
+
'message': string;
|
|
24
|
+
/**
|
|
25
|
+
* Additional details that can help the caller understand or fix the issue.
|
|
26
|
+
*/
|
|
27
|
+
'details'?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
|
|
2
|
+
import { ExternalFulfillmentInventoryApi } from './api-model';
|
|
3
|
+
export declare const clientRateLimits: RateLimit[];
|
|
4
|
+
export declare class ExternalFulfillmentInventoryApiClient extends ExternalFulfillmentInventoryApi {
|
|
5
|
+
constructor(configuration: ClientConfiguration);
|
|
6
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sp-api-sdk/external-fulfillment-inventory-api-2024-09-11",
|
|
3
|
+
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
|
+
"description": "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.",
|
|
5
|
+
"version": "1.1.0",
|
|
6
|
+
"main": "dist/cjs/index.js",
|
|
7
|
+
"module": "dist/es/index.js",
|
|
8
|
+
"types": "dist/types/index.d.ts",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public"
|
|
12
|
+
},
|
|
13
|
+
"directories": {
|
|
14
|
+
"lib": "dist"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist/**/*.js",
|
|
18
|
+
"dist/**/*.d.ts"
|
|
19
|
+
],
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@sp-api-sdk/common": "2.1.19",
|
|
22
|
+
"axios": "^1.12.2"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/bizon/selling-partner-api-sdk.git",
|
|
27
|
+
"directory": "clients/external-fulfillment-inventory-api-2024-09-11"
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/bizon/selling-partner-api-sdk/issues"
|
|
31
|
+
},
|
|
32
|
+
"homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/clients/external-fulfillment-inventory-api-2024-09-11",
|
|
33
|
+
"keywords": [
|
|
34
|
+
"amazon",
|
|
35
|
+
"bizon",
|
|
36
|
+
"marketplace web services",
|
|
37
|
+
"mws",
|
|
38
|
+
"selling partner api",
|
|
39
|
+
"sp api",
|
|
40
|
+
"sp sdk",
|
|
41
|
+
"external fulfillment inventory api"
|
|
42
|
+
],
|
|
43
|
+
"gitHead": "95f22690de1d02f4739da49cffb24bef8b5b61c9"
|
|
44
|
+
}
|