@sp-api-sdk/vendor-direct-fulfillment-orders-api-v1 2.0.3 → 2.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/README.md +1 -1
- package/dist/cjs/src/api-model/api/update-inventory-api.js +126 -0
- package/dist/cjs/src/api-model/api.js +3 -3
- package/dist/cjs/src/api-model/base.js +2 -2
- package/dist/cjs/src/api-model/common.js +2 -2
- package/dist/cjs/src/api-model/configuration.js +2 -2
- package/dist/cjs/src/api-model/index.js +2 -2
- package/dist/cjs/src/api-model/models/index.js +5 -23
- package/dist/cjs/src/api-model/models/{get-orders-response.js → inventory-update.js} +2 -2
- package/dist/cjs/src/api-model/models/{acknowledgement-status.js → item-details.js} +2 -2
- package/dist/cjs/src/api-model/models/item-quantity.js +2 -6
- package/dist/cjs/src/api-model/models/model-error.js +2 -2
- package/dist/cjs/src/api-model/models/party-identification.js +2 -2
- package/dist/cjs/src/api-model/models/{address.js → submit-inventory-update-request.js} +2 -2
- package/dist/cjs/src/api-model/models/{get-order-response.js → submit-inventory-update-response.js} +2 -2
- package/dist/cjs/src/api-model/models/transaction-reference.js +15 -0
- package/dist/cjs/src/client.js +2 -16
- package/dist/es/src/api-model/api/update-inventory-api.js +116 -0
- package/dist/es/src/api-model/api.js +3 -3
- package/dist/es/src/api-model/base.js +2 -2
- package/dist/es/src/api-model/common.js +2 -2
- package/dist/es/src/api-model/configuration.js +2 -2
- package/dist/es/src/api-model/index.js +2 -2
- package/dist/es/src/api-model/models/index.js +5 -23
- package/dist/es/src/api-model/models/{acknowledgement-status.js → inventory-update.js} +2 -2
- package/dist/es/src/api-model/models/{address.js → item-details.js} +2 -2
- package/dist/es/src/api-model/models/item-quantity.js +3 -5
- package/dist/es/src/api-model/models/model-error.js +2 -2
- package/dist/es/src/api-model/models/party-identification.js +2 -2
- package/dist/es/src/api-model/models/{get-order-response.js → submit-inventory-update-request.js} +2 -2
- package/dist/es/src/api-model/models/{get-orders-response.js → submit-inventory-update-response.js} +2 -2
- package/dist/es/src/api-model/models/transaction-reference.js +14 -0
- package/dist/es/src/client.js +3 -17
- package/dist/types/src/api-model/api/update-inventory-api.d.ts +93 -0
- package/dist/types/src/api-model/api.d.ts +3 -3
- package/dist/types/src/api-model/base.d.ts +2 -2
- package/dist/types/src/api-model/common.d.ts +2 -2
- package/dist/types/src/api-model/configuration.d.ts +2 -2
- package/dist/types/src/api-model/index.d.ts +2 -2
- package/dist/types/src/api-model/models/index.d.ts +5 -23
- package/dist/types/src/api-model/models/inventory-update.d.ts +38 -0
- package/dist/types/src/api-model/models/item-details.d.ts +43 -0
- package/dist/types/src/api-model/models/item-quantity.d.ts +6 -10
- package/dist/types/src/api-model/models/model-error.d.ts +2 -2
- package/dist/types/src/api-model/models/party-identification.d.ts +3 -17
- package/dist/types/src/api-model/models/submit-inventory-update-request.d.ts +25 -0
- package/dist/types/src/api-model/models/submit-inventory-update-response.d.ts +31 -0
- package/dist/types/src/api-model/models/transaction-reference.d.ts +24 -0
- package/dist/types/src/client.d.ts +2 -2
- package/package.json +4 -4
- package/dist/cjs/src/api-model/api/vendor-orders-api.js +0 -278
- package/dist/cjs/src/api-model/models/gift-details.js +0 -15
- package/dist/cjs/src/api-model/models/money.js +0 -15
- package/dist/cjs/src/api-model/models/order-acknowledgement-item.js +0 -15
- package/dist/cjs/src/api-model/models/order-details-tax-total.js +0 -15
- package/dist/cjs/src/api-model/models/order-details.js +0 -22
- package/dist/cjs/src/api-model/models/order-item-acknowledgement.js +0 -15
- package/dist/cjs/src/api-model/models/order-item-tax-details.js +0 -15
- package/dist/cjs/src/api-model/models/order-item.js +0 -15
- package/dist/cjs/src/api-model/models/order-list.js +0 -15
- package/dist/cjs/src/api-model/models/order.js +0 -15
- package/dist/cjs/src/api-model/models/pagination.js +0 -15
- package/dist/cjs/src/api-model/models/scheduled-delivery-shipment.js +0 -15
- package/dist/cjs/src/api-model/models/shipment-dates.js +0 -15
- package/dist/cjs/src/api-model/models/shipment-details.js +0 -15
- package/dist/cjs/src/api-model/models/submit-acknowledgement-request.js +0 -15
- package/dist/cjs/src/api-model/models/submit-acknowledgement-response.js +0 -15
- package/dist/cjs/src/api-model/models/tax-details.js +0 -25
- package/dist/cjs/src/api-model/models/tax-registration-details.js +0 -20
- package/dist/cjs/src/api-model/models/transaction-id.js +0 -15
- package/dist/es/src/api-model/api/vendor-orders-api.js +0 -268
- package/dist/es/src/api-model/models/gift-details.js +0 -14
- package/dist/es/src/api-model/models/money.js +0 -14
- package/dist/es/src/api-model/models/order-acknowledgement-item.js +0 -14
- package/dist/es/src/api-model/models/order-details-tax-total.js +0 -14
- package/dist/es/src/api-model/models/order-details.js +0 -19
- package/dist/es/src/api-model/models/order-item-acknowledgement.js +0 -14
- package/dist/es/src/api-model/models/order-item-tax-details.js +0 -14
- package/dist/es/src/api-model/models/order-item.js +0 -14
- package/dist/es/src/api-model/models/order-list.js +0 -14
- package/dist/es/src/api-model/models/order.js +0 -14
- package/dist/es/src/api-model/models/pagination.js +0 -14
- package/dist/es/src/api-model/models/scheduled-delivery-shipment.js +0 -14
- package/dist/es/src/api-model/models/shipment-dates.js +0 -14
- package/dist/es/src/api-model/models/shipment-details.js +0 -14
- package/dist/es/src/api-model/models/submit-acknowledgement-request.js +0 -14
- package/dist/es/src/api-model/models/submit-acknowledgement-response.js +0 -14
- package/dist/es/src/api-model/models/tax-details.js +0 -22
- package/dist/es/src/api-model/models/tax-registration-details.js +0 -17
- package/dist/es/src/api-model/models/transaction-id.js +0 -14
- package/dist/types/src/api-model/api/vendor-orders-api.d.ts +0 -226
- package/dist/types/src/api-model/models/acknowledgement-status.d.ts +0 -30
- package/dist/types/src/api-model/models/address.d.ts +0 -90
- package/dist/types/src/api-model/models/get-order-response.d.ts +0 -31
- package/dist/types/src/api-model/models/get-orders-response.d.ts +0 -31
- package/dist/types/src/api-model/models/gift-details.d.ts +0 -30
- package/dist/types/src/api-model/models/money.d.ts +0 -30
- package/dist/types/src/api-model/models/order-acknowledgement-item.d.ts +0 -63
- package/dist/types/src/api-model/models/order-details-tax-total.d.ts +0 -25
- package/dist/types/src/api-model/models/order-details.d.ts +0 -90
- package/dist/types/src/api-model/models/order-item-acknowledgement.d.ts +0 -43
- package/dist/types/src/api-model/models/order-item-tax-details.d.ts +0 -25
- package/dist/types/src/api-model/models/order-item.d.ts +0 -83
- package/dist/types/src/api-model/models/order-list.d.ts +0 -32
- package/dist/types/src/api-model/models/order.d.ts +0 -31
- package/dist/types/src/api-model/models/pagination.d.ts +0 -24
- package/dist/types/src/api-model/models/scheduled-delivery-shipment.d.ts +0 -36
- package/dist/types/src/api-model/models/shipment-dates.d.ts +0 -30
- package/dist/types/src/api-model/models/shipment-details.d.ts +0 -61
- package/dist/types/src/api-model/models/submit-acknowledgement-request.d.ts +0 -25
- package/dist/types/src/api-model/models/submit-acknowledgement-response.d.ts +0 -31
- package/dist/types/src/api-model/models/tax-details.d.ts +0 -53
- package/dist/types/src/api-model/models/tax-registration-details.d.ts +0 -48
- package/dist/types/src/api-model/models/transaction-id.d.ts +0 -24
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `vendor-direct-fulfillment-orders-api-v1`
|
|
2
2
|
|
|
3
|
-
The Selling Partner API for Direct Fulfillment
|
|
3
|
+
The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor's inventory updates.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@sp-api-sdk/vendor-direct-fulfillment-orders-api-v1)
|
|
6
6
|
[](https://github.com/xojs/xo)
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
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
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.UpdateInventoryApi = exports.UpdateInventoryApiFactory = exports.UpdateInventoryApiFp = exports.UpdateInventoryApiAxiosParamCreator = void 0;
|
|
20
|
+
const axios_1 = __importDefault(require("axios"));
|
|
21
|
+
// Some imports not used depending on template conditions
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
const common_1 = require("../common");
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
const base_1 = require("../base");
|
|
26
|
+
/**
|
|
27
|
+
* UpdateInventoryApi - axios parameter creator
|
|
28
|
+
* @export
|
|
29
|
+
*/
|
|
30
|
+
const UpdateInventoryApiAxiosParamCreator = function (configuration) {
|
|
31
|
+
return {
|
|
32
|
+
/**
|
|
33
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
34
|
+
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
35
|
+
* @param {SubmitInventoryUpdateRequest} body
|
|
36
|
+
* @param {*} [options] Override http request option.
|
|
37
|
+
* @throws {RequiredError}
|
|
38
|
+
*/
|
|
39
|
+
submitInventoryUpdate: async (warehouseId, body, options = {}) => {
|
|
40
|
+
// verify required parameter 'warehouseId' is not null or undefined
|
|
41
|
+
(0, common_1.assertParamExists)('submitInventoryUpdate', 'warehouseId', warehouseId);
|
|
42
|
+
// verify required parameter 'body' is not null or undefined
|
|
43
|
+
(0, common_1.assertParamExists)('submitInventoryUpdate', 'body', body);
|
|
44
|
+
const localVarPath = `/vendor/directFulfillment/inventory/v1/warehouses/{warehouseId}/items`
|
|
45
|
+
.replace(`{${"warehouseId"}}`, encodeURIComponent(String(warehouseId)));
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
56
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
57
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
58
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
59
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
60
|
+
return {
|
|
61
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
62
|
+
options: localVarRequestOptions,
|
|
63
|
+
};
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
exports.UpdateInventoryApiAxiosParamCreator = UpdateInventoryApiAxiosParamCreator;
|
|
68
|
+
/**
|
|
69
|
+
* UpdateInventoryApi - functional programming interface
|
|
70
|
+
* @export
|
|
71
|
+
*/
|
|
72
|
+
const UpdateInventoryApiFp = function (configuration) {
|
|
73
|
+
const localVarAxiosParamCreator = (0, exports.UpdateInventoryApiAxiosParamCreator)(configuration);
|
|
74
|
+
return {
|
|
75
|
+
/**
|
|
76
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
77
|
+
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
78
|
+
* @param {SubmitInventoryUpdateRequest} body
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
async submitInventoryUpdate(warehouseId, body, options) {
|
|
83
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.submitInventoryUpdate(warehouseId, body, options);
|
|
84
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
exports.UpdateInventoryApiFp = UpdateInventoryApiFp;
|
|
89
|
+
/**
|
|
90
|
+
* UpdateInventoryApi - factory interface
|
|
91
|
+
* @export
|
|
92
|
+
*/
|
|
93
|
+
const UpdateInventoryApiFactory = function (configuration, basePath, axios) {
|
|
94
|
+
const localVarFp = (0, exports.UpdateInventoryApiFp)(configuration);
|
|
95
|
+
return {
|
|
96
|
+
/**
|
|
97
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
98
|
+
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
99
|
+
* @param {*} [options] Override http request option.
|
|
100
|
+
* @throws {RequiredError}
|
|
101
|
+
*/
|
|
102
|
+
submitInventoryUpdate(requestParameters, options) {
|
|
103
|
+
return localVarFp.submitInventoryUpdate(requestParameters.warehouseId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
exports.UpdateInventoryApiFactory = UpdateInventoryApiFactory;
|
|
108
|
+
/**
|
|
109
|
+
* UpdateInventoryApi - object-oriented interface
|
|
110
|
+
* @export
|
|
111
|
+
* @class UpdateInventoryApi
|
|
112
|
+
* @extends {BaseAPI}
|
|
113
|
+
*/
|
|
114
|
+
class UpdateInventoryApi extends base_1.BaseAPI {
|
|
115
|
+
/**
|
|
116
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
117
|
+
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
* @memberof UpdateInventoryApi
|
|
121
|
+
*/
|
|
122
|
+
submitInventoryUpdate(requestParameters, options) {
|
|
123
|
+
return (0, exports.UpdateInventoryApiFp)(this.configuration).submitInventoryUpdate(requestParameters.warehouseId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
exports.UpdateInventoryApi = UpdateInventoryApi;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -27,4 +27,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
27
27
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./api/
|
|
30
|
+
__exportStar(require("./api/update-inventory-api"), exports);
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -14,29 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./get-order-response"), exports);
|
|
20
|
-
__exportStar(require("./get-orders-response"), exports);
|
|
21
|
-
__exportStar(require("./gift-details"), exports);
|
|
17
|
+
__exportStar(require("./inventory-update"), exports);
|
|
18
|
+
__exportStar(require("./item-details"), exports);
|
|
22
19
|
__exportStar(require("./item-quantity"), exports);
|
|
23
20
|
__exportStar(require("./model-error"), exports);
|
|
24
|
-
__exportStar(require("./money"), exports);
|
|
25
|
-
__exportStar(require("./order"), exports);
|
|
26
|
-
__exportStar(require("./order-acknowledgement-item"), exports);
|
|
27
|
-
__exportStar(require("./order-details"), exports);
|
|
28
|
-
__exportStar(require("./order-details-tax-total"), exports);
|
|
29
|
-
__exportStar(require("./order-item"), exports);
|
|
30
|
-
__exportStar(require("./order-item-acknowledgement"), exports);
|
|
31
|
-
__exportStar(require("./order-item-tax-details"), exports);
|
|
32
|
-
__exportStar(require("./order-list"), exports);
|
|
33
|
-
__exportStar(require("./pagination"), exports);
|
|
34
21
|
__exportStar(require("./party-identification"), exports);
|
|
35
|
-
__exportStar(require("./
|
|
36
|
-
__exportStar(require("./
|
|
37
|
-
__exportStar(require("./
|
|
38
|
-
__exportStar(require("./submit-acknowledgement-request"), exports);
|
|
39
|
-
__exportStar(require("./submit-acknowledgement-response"), exports);
|
|
40
|
-
__exportStar(require("./tax-details"), exports);
|
|
41
|
-
__exportStar(require("./tax-registration-details"), exports);
|
|
42
|
-
__exportStar(require("./transaction-id"), exports);
|
|
22
|
+
__exportStar(require("./submit-inventory-update-request"), exports);
|
|
23
|
+
__exportStar(require("./submit-inventory-update-response"), exports);
|
|
24
|
+
__exportStar(require("./transaction-reference"), exports);
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -13,7 +13,3 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ItemQuantityUnitOfMeasureEnum = void 0;
|
|
17
|
-
exports.ItemQuantityUnitOfMeasureEnum = {
|
|
18
|
-
Each: 'Each'
|
|
19
|
-
};
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
package/dist/cjs/src/api-model/models/{get-order-response.js → submit-inventory-update-response.js}
RENAMED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* Selling Partner API for Direct Fulfillment
|
|
6
|
-
* The Selling Partner API for Direct Fulfillment
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: v1
|
|
9
9
|
*
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
6
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/dist/cjs/src/client.js
CHANGED
|
@@ -4,29 +4,15 @@ exports.VendorDirectFulfillmentOrdersApiClient = exports.clientRateLimits = void
|
|
|
4
4
|
const common_1 = require("@sp-api-sdk/common");
|
|
5
5
|
const api_model_1 = require("./api-model");
|
|
6
6
|
exports.clientRateLimits = [
|
|
7
|
-
{
|
|
8
|
-
method: 'get',
|
|
9
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
10
|
-
urlRegex: new RegExp('^/vendor/directFulfillment/orders/v1/purchaseOrders$'),
|
|
11
|
-
rate: 10,
|
|
12
|
-
burst: 10,
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
method: 'get',
|
|
16
|
-
// eslint-disable-next-line prefer-regex-literals
|
|
17
|
-
urlRegex: new RegExp('^/vendor/directFulfillment/orders/v1/purchaseOrders/[^/]*$'),
|
|
18
|
-
rate: 10,
|
|
19
|
-
burst: 10,
|
|
20
|
-
},
|
|
21
7
|
{
|
|
22
8
|
method: 'post',
|
|
23
9
|
// eslint-disable-next-line prefer-regex-literals
|
|
24
|
-
urlRegex: new RegExp('^/vendor/directFulfillment/
|
|
10
|
+
urlRegex: new RegExp('^/vendor/directFulfillment/inventory/v1/warehouses/[^/]*/items$'),
|
|
25
11
|
rate: 10,
|
|
26
12
|
burst: 10,
|
|
27
13
|
},
|
|
28
14
|
];
|
|
29
|
-
class VendorDirectFulfillmentOrdersApiClient extends api_model_1.
|
|
15
|
+
class VendorDirectFulfillmentOrdersApiClient extends api_model_1.UpdateInventoryApi {
|
|
30
16
|
constructor(configuration) {
|
|
31
17
|
const { axios, endpoint } = (0, common_1.createAxiosInstance)(configuration, exports.clientRateLimits);
|
|
32
18
|
super(new api_model_1.Configuration(), endpoint, axios);
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import globalAxios from 'axios';
|
|
15
|
+
// Some imports not used depending on template conditions
|
|
16
|
+
// @ts-ignore
|
|
17
|
+
import { DUMMY_BASE_URL, assertParamExists, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
import { BASE_PATH, BaseAPI } from '../base';
|
|
20
|
+
/**
|
|
21
|
+
* UpdateInventoryApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export const UpdateInventoryApiAxiosParamCreator = function (configuration) {
|
|
25
|
+
return {
|
|
26
|
+
/**
|
|
27
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
28
|
+
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
29
|
+
* @param {SubmitInventoryUpdateRequest} body
|
|
30
|
+
* @param {*} [options] Override http request option.
|
|
31
|
+
* @throws {RequiredError}
|
|
32
|
+
*/
|
|
33
|
+
submitInventoryUpdate: async (warehouseId, body, options = {}) => {
|
|
34
|
+
// verify required parameter 'warehouseId' is not null or undefined
|
|
35
|
+
assertParamExists('submitInventoryUpdate', 'warehouseId', warehouseId);
|
|
36
|
+
// verify required parameter 'body' is not null or undefined
|
|
37
|
+
assertParamExists('submitInventoryUpdate', 'body', body);
|
|
38
|
+
const localVarPath = `/vendor/directFulfillment/inventory/v1/warehouses/{warehouseId}/items`
|
|
39
|
+
.replace(`{${"warehouseId"}}`, encodeURIComponent(String(warehouseId)));
|
|
40
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
41
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
42
|
+
let baseOptions;
|
|
43
|
+
if (configuration) {
|
|
44
|
+
baseOptions = configuration.baseOptions;
|
|
45
|
+
}
|
|
46
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
|
|
47
|
+
const localVarHeaderParameter = {};
|
|
48
|
+
const localVarQueryParameter = {};
|
|
49
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
50
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
51
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
52
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
53
|
+
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
54
|
+
return {
|
|
55
|
+
url: toPathString(localVarUrlObj),
|
|
56
|
+
options: localVarRequestOptions,
|
|
57
|
+
};
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* UpdateInventoryApi - functional programming interface
|
|
63
|
+
* @export
|
|
64
|
+
*/
|
|
65
|
+
export const UpdateInventoryApiFp = function (configuration) {
|
|
66
|
+
const localVarAxiosParamCreator = UpdateInventoryApiAxiosParamCreator(configuration);
|
|
67
|
+
return {
|
|
68
|
+
/**
|
|
69
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
70
|
+
* @param {string} warehouseId Identifier for the warehouse for which to update inventory.
|
|
71
|
+
* @param {SubmitInventoryUpdateRequest} body
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
*/
|
|
75
|
+
async submitInventoryUpdate(warehouseId, body, options) {
|
|
76
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.submitInventoryUpdate(warehouseId, body, options);
|
|
77
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* UpdateInventoryApi - factory interface
|
|
83
|
+
* @export
|
|
84
|
+
*/
|
|
85
|
+
export const UpdateInventoryApiFactory = function (configuration, basePath, axios) {
|
|
86
|
+
const localVarFp = UpdateInventoryApiFp(configuration);
|
|
87
|
+
return {
|
|
88
|
+
/**
|
|
89
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
90
|
+
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
91
|
+
* @param {*} [options] Override http request option.
|
|
92
|
+
* @throws {RequiredError}
|
|
93
|
+
*/
|
|
94
|
+
submitInventoryUpdate(requestParameters, options) {
|
|
95
|
+
return localVarFp.submitInventoryUpdate(requestParameters.warehouseId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
96
|
+
},
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* UpdateInventoryApi - object-oriented interface
|
|
101
|
+
* @export
|
|
102
|
+
* @class UpdateInventoryApi
|
|
103
|
+
* @extends {BaseAPI}
|
|
104
|
+
*/
|
|
105
|
+
export class UpdateInventoryApi extends BaseAPI {
|
|
106
|
+
/**
|
|
107
|
+
* Submits inventory updates for the specified warehouse for either a partial or full feed of inventory items. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
108
|
+
* @param {UpdateInventoryApiSubmitInventoryUpdateRequest} requestParameters Request parameters.
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
* @memberof UpdateInventoryApi
|
|
112
|
+
*/
|
|
113
|
+
submitInventoryUpdate(requestParameters, options) {
|
|
114
|
+
return UpdateInventoryApiFp(this.configuration).submitInventoryUpdate(requestParameters.warehouseId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
115
|
+
}
|
|
116
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
export * from './api/
|
|
14
|
+
export * from './api/update-inventory-api';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
@@ -1,26 +1,8 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './get-order-response';
|
|
4
|
-
export * from './get-orders-response';
|
|
5
|
-
export * from './gift-details';
|
|
1
|
+
export * from './inventory-update';
|
|
2
|
+
export * from './item-details';
|
|
6
3
|
export * from './item-quantity';
|
|
7
4
|
export * from './model-error';
|
|
8
|
-
export * from './money';
|
|
9
|
-
export * from './order';
|
|
10
|
-
export * from './order-acknowledgement-item';
|
|
11
|
-
export * from './order-details';
|
|
12
|
-
export * from './order-details-tax-total';
|
|
13
|
-
export * from './order-item';
|
|
14
|
-
export * from './order-item-acknowledgement';
|
|
15
|
-
export * from './order-item-tax-details';
|
|
16
|
-
export * from './order-list';
|
|
17
|
-
export * from './pagination';
|
|
18
5
|
export * from './party-identification';
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './submit-acknowledgement-request';
|
|
23
|
-
export * from './submit-acknowledgement-response';
|
|
24
|
-
export * from './tax-details';
|
|
25
|
-
export * from './tax-registration-details';
|
|
26
|
-
export * from './transaction-id';
|
|
6
|
+
export * from './submit-inventory-update-request';
|
|
7
|
+
export * from './submit-inventory-update-response';
|
|
8
|
+
export * from './transaction-reference';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Selling Partner API for Direct Fulfillment
|
|
5
|
-
* The Selling Partner API for Direct Fulfillment
|
|
4
|
+
* Selling Partner API for Direct Fulfillment Inventory Updates
|
|
5
|
+
* The Selling Partner API for Direct Fulfillment Inventory Updates provides programmatic access to a direct fulfillment vendor\'s inventory updates.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: v1
|
|
8
8
|
*
|