@sp-api-sdk/fulfillment-inbound-api-2024-03-20 3.1.0 → 3.2.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/dist/cjs/api-model/api/fulfillment-inbound-api.js +0 -69
- package/dist/cjs/api-model/models/index.js +0 -4
- package/dist/es/api-model/api/fulfillment-inbound-api.js +0 -69
- package/dist/es/api-model/models/index.js +0 -4
- package/dist/types/api-model/api/fulfillment-inbound-api.d.ts +0 -51
- package/dist/types/api-model/models/index.d.ts +0 -4
- package/package.json +3 -24
- package/dist/cjs/api-model/models/box-identifier-input.js +0 -15
- package/dist/cjs/api-model/models/box-identifier-type.js +0 -23
- package/dist/cjs/api-model/models/update-box-identifiers-request.js +0 -15
- package/dist/cjs/api-model/models/update-box-identifiers-response.js +0 -15
- package/dist/es/api-model/models/box-identifier-input.js +0 -14
- package/dist/es/api-model/models/box-identifier-type.js +0 -20
- package/dist/es/api-model/models/update-box-identifiers-request.js +0 -14
- package/dist/es/api-model/models/update-box-identifiers-response.js +0 -14
- package/dist/types/api-model/models/box-identifier-input.d.ts +0 -26
- package/dist/types/api-model/models/box-identifier-type.d.ts +0 -19
- package/dist/types/api-model/models/update-box-identifiers-request.d.ts +0 -21
- package/dist/types/api-model/models/update-box-identifiers-response.d.ts +0 -20
|
@@ -1439,43 +1439,6 @@ const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1439
1439
|
options: localVarRequestOptions,
|
|
1440
1440
|
};
|
|
1441
1441
|
},
|
|
1442
|
-
/**
|
|
1443
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1444
|
-
* @param {string} inboundPlanId Identifier to an inbound plan.
|
|
1445
|
-
* @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
1446
|
-
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
1447
|
-
* @param {*} [options] Override http request option.
|
|
1448
|
-
* @throws {RequiredError}
|
|
1449
|
-
*/
|
|
1450
|
-
updateBoxIdentifiers: async (inboundPlanId, shipmentId, body, options = {}) => {
|
|
1451
|
-
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1452
|
-
(0, common_1.assertParamExists)('updateBoxIdentifiers', 'inboundPlanId', inboundPlanId);
|
|
1453
|
-
// verify required parameter 'shipmentId' is not null or undefined
|
|
1454
|
-
(0, common_1.assertParamExists)('updateBoxIdentifiers', 'shipmentId', shipmentId);
|
|
1455
|
-
// verify required parameter 'body' is not null or undefined
|
|
1456
|
-
(0, common_1.assertParamExists)('updateBoxIdentifiers', 'body', body);
|
|
1457
|
-
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxIdentifiers`
|
|
1458
|
-
.replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
|
|
1459
|
-
.replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
|
|
1460
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1461
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1462
|
-
let baseOptions;
|
|
1463
|
-
if (configuration) {
|
|
1464
|
-
baseOptions = configuration.baseOptions;
|
|
1465
|
-
}
|
|
1466
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
|
|
1467
|
-
const localVarHeaderParameter = {};
|
|
1468
|
-
const localVarQueryParameter = {};
|
|
1469
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1470
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1471
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1472
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1473
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
1474
|
-
return {
|
|
1475
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1476
|
-
options: localVarRequestOptions,
|
|
1477
|
-
};
|
|
1478
|
-
},
|
|
1479
1442
|
/**
|
|
1480
1443
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1481
1444
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
@@ -2212,20 +2175,6 @@ const FulfillmentInboundApiFp = function (configuration) {
|
|
|
2212
2175
|
const localVarOperationServerBasePath = base_1.operationServerMap['FulfillmentInboundApi.setPrepDetails']?.[localVarOperationServerIndex]?.url;
|
|
2213
2176
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2214
2177
|
},
|
|
2215
|
-
/**
|
|
2216
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2217
|
-
* @param {string} inboundPlanId Identifier to an inbound plan.
|
|
2218
|
-
* @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
2219
|
-
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
2220
|
-
* @param {*} [options] Override http request option.
|
|
2221
|
-
* @throws {RequiredError}
|
|
2222
|
-
*/
|
|
2223
|
-
async updateBoxIdentifiers(inboundPlanId, shipmentId, body, options) {
|
|
2224
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBoxIdentifiers(inboundPlanId, shipmentId, body, options);
|
|
2225
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2226
|
-
const localVarOperationServerBasePath = base_1.operationServerMap['FulfillmentInboundApi.updateBoxIdentifiers']?.[localVarOperationServerIndex]?.url;
|
|
2227
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2228
|
-
},
|
|
2229
2178
|
/**
|
|
2230
2179
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2231
2180
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
@@ -2663,15 +2612,6 @@ const FulfillmentInboundApiFactory = function (configuration, basePath, axios) {
|
|
|
2663
2612
|
setPrepDetails(requestParameters, options) {
|
|
2664
2613
|
return localVarFp.setPrepDetails(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2665
2614
|
},
|
|
2666
|
-
/**
|
|
2667
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2668
|
-
* @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
|
|
2669
|
-
* @param {*} [options] Override http request option.
|
|
2670
|
-
* @throws {RequiredError}
|
|
2671
|
-
*/
|
|
2672
|
-
updateBoxIdentifiers(requestParameters, options) {
|
|
2673
|
-
return localVarFp.updateBoxIdentifiers(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2674
|
-
},
|
|
2675
2615
|
/**
|
|
2676
2616
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2677
2617
|
* @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
@@ -3084,15 +3024,6 @@ class FulfillmentInboundApi extends base_1.BaseAPI {
|
|
|
3084
3024
|
setPrepDetails(requestParameters, options) {
|
|
3085
3025
|
return (0, exports.FulfillmentInboundApiFp)(this.configuration).setPrepDetails(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
3086
3026
|
}
|
|
3087
|
-
/**
|
|
3088
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
3089
|
-
* @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
|
|
3090
|
-
* @param {*} [options] Override http request option.
|
|
3091
|
-
* @throws {RequiredError}
|
|
3092
|
-
*/
|
|
3093
|
-
updateBoxIdentifiers(requestParameters, options) {
|
|
3094
|
-
return (0, exports.FulfillmentInboundApiFp)(this.configuration).updateBoxIdentifiers(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
3095
|
-
}
|
|
3096
3027
|
/**
|
|
3097
3028
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
3098
3029
|
* @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
@@ -21,8 +21,6 @@ __exportStar(require("./appointment-slot"), exports);
|
|
|
21
21
|
__exportStar(require("./appointment-slot-time"), exports);
|
|
22
22
|
__exportStar(require("./box"), exports);
|
|
23
23
|
__exportStar(require("./box-content-information-source"), exports);
|
|
24
|
-
__exportStar(require("./box-identifier-input"), exports);
|
|
25
|
-
__exportStar(require("./box-identifier-type"), exports);
|
|
26
24
|
__exportStar(require("./box-input"), exports);
|
|
27
25
|
__exportStar(require("./box-requirements"), exports);
|
|
28
26
|
__exportStar(require("./box-update-input"), exports);
|
|
@@ -144,8 +142,6 @@ __exportStar(require("./transportation-option"), exports);
|
|
|
144
142
|
__exportStar(require("./transportation-selection"), exports);
|
|
145
143
|
__exportStar(require("./unit-of-measurement"), exports);
|
|
146
144
|
__exportStar(require("./unit-of-weight"), exports);
|
|
147
|
-
__exportStar(require("./update-box-identifiers-request"), exports);
|
|
148
|
-
__exportStar(require("./update-box-identifiers-response"), exports);
|
|
149
145
|
__exportStar(require("./update-inbound-plan-name-request"), exports);
|
|
150
146
|
__exportStar(require("./update-item-compliance-details-request"), exports);
|
|
151
147
|
__exportStar(require("./update-item-compliance-details-response"), exports);
|
|
@@ -1433,43 +1433,6 @@ export const FulfillmentInboundApiAxiosParamCreator = function (configuration) {
|
|
|
1433
1433
|
options: localVarRequestOptions,
|
|
1434
1434
|
};
|
|
1435
1435
|
},
|
|
1436
|
-
/**
|
|
1437
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1438
|
-
* @param {string} inboundPlanId Identifier to an inbound plan.
|
|
1439
|
-
* @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
1440
|
-
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
1441
|
-
* @param {*} [options] Override http request option.
|
|
1442
|
-
* @throws {RequiredError}
|
|
1443
|
-
*/
|
|
1444
|
-
updateBoxIdentifiers: async (inboundPlanId, shipmentId, body, options = {}) => {
|
|
1445
|
-
// verify required parameter 'inboundPlanId' is not null or undefined
|
|
1446
|
-
assertParamExists('updateBoxIdentifiers', 'inboundPlanId', inboundPlanId);
|
|
1447
|
-
// verify required parameter 'shipmentId' is not null or undefined
|
|
1448
|
-
assertParamExists('updateBoxIdentifiers', 'shipmentId', shipmentId);
|
|
1449
|
-
// verify required parameter 'body' is not null or undefined
|
|
1450
|
-
assertParamExists('updateBoxIdentifiers', 'body', body);
|
|
1451
|
-
const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxIdentifiers`
|
|
1452
|
-
.replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
|
|
1453
|
-
.replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
|
|
1454
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1455
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1456
|
-
let baseOptions;
|
|
1457
|
-
if (configuration) {
|
|
1458
|
-
baseOptions = configuration.baseOptions;
|
|
1459
|
-
}
|
|
1460
|
-
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
|
|
1461
|
-
const localVarHeaderParameter = {};
|
|
1462
|
-
const localVarQueryParameter = {};
|
|
1463
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1464
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1465
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1466
|
-
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1467
|
-
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
|
|
1468
|
-
return {
|
|
1469
|
-
url: toPathString(localVarUrlObj),
|
|
1470
|
-
options: localVarRequestOptions,
|
|
1471
|
-
};
|
|
1472
|
-
},
|
|
1473
1436
|
/**
|
|
1474
1437
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1475
1438
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
@@ -2205,20 +2168,6 @@ export const FulfillmentInboundApiFp = function (configuration) {
|
|
|
2205
2168
|
const localVarOperationServerBasePath = operationServerMap['FulfillmentInboundApi.setPrepDetails']?.[localVarOperationServerIndex]?.url;
|
|
2206
2169
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2207
2170
|
},
|
|
2208
|
-
/**
|
|
2209
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2210
|
-
* @param {string} inboundPlanId Identifier to an inbound plan.
|
|
2211
|
-
* @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
2212
|
-
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
2213
|
-
* @param {*} [options] Override http request option.
|
|
2214
|
-
* @throws {RequiredError}
|
|
2215
|
-
*/
|
|
2216
|
-
async updateBoxIdentifiers(inboundPlanId, shipmentId, body, options) {
|
|
2217
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.updateBoxIdentifiers(inboundPlanId, shipmentId, body, options);
|
|
2218
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2219
|
-
const localVarOperationServerBasePath = operationServerMap['FulfillmentInboundApi.updateBoxIdentifiers']?.[localVarOperationServerIndex]?.url;
|
|
2220
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2221
|
-
},
|
|
2222
2171
|
/**
|
|
2223
2172
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2224
2173
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
@@ -2655,15 +2604,6 @@ export const FulfillmentInboundApiFactory = function (configuration, basePath, a
|
|
|
2655
2604
|
setPrepDetails(requestParameters, options) {
|
|
2656
2605
|
return localVarFp.setPrepDetails(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2657
2606
|
},
|
|
2658
|
-
/**
|
|
2659
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2660
|
-
* @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
|
|
2661
|
-
* @param {*} [options] Override http request option.
|
|
2662
|
-
* @throws {RequiredError}
|
|
2663
|
-
*/
|
|
2664
|
-
updateBoxIdentifiers(requestParameters, options) {
|
|
2665
|
-
return localVarFp.updateBoxIdentifiers(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
|
|
2666
|
-
},
|
|
2667
2607
|
/**
|
|
2668
2608
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2669
2609
|
* @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
@@ -3075,15 +3015,6 @@ export class FulfillmentInboundApi extends BaseAPI {
|
|
|
3075
3015
|
setPrepDetails(requestParameters, options) {
|
|
3076
3016
|
return FulfillmentInboundApiFp(this.configuration).setPrepDetails(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
3077
3017
|
}
|
|
3078
|
-
/**
|
|
3079
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
3080
|
-
* @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
|
|
3081
|
-
* @param {*} [options] Override http request option.
|
|
3082
|
-
* @throws {RequiredError}
|
|
3083
|
-
*/
|
|
3084
|
-
updateBoxIdentifiers(requestParameters, options) {
|
|
3085
|
-
return FulfillmentInboundApiFp(this.configuration).updateBoxIdentifiers(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
3086
|
-
}
|
|
3087
3018
|
/**
|
|
3088
3019
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
3089
3020
|
* @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
@@ -5,8 +5,6 @@ export * from './appointment-slot';
|
|
|
5
5
|
export * from './appointment-slot-time';
|
|
6
6
|
export * from './box';
|
|
7
7
|
export * from './box-content-information-source';
|
|
8
|
-
export * from './box-identifier-input';
|
|
9
|
-
export * from './box-identifier-type';
|
|
10
8
|
export * from './box-input';
|
|
11
9
|
export * from './box-requirements';
|
|
12
10
|
export * from './box-update-input';
|
|
@@ -128,8 +126,6 @@ export * from './transportation-option';
|
|
|
128
126
|
export * from './transportation-selection';
|
|
129
127
|
export * from './unit-of-measurement';
|
|
130
128
|
export * from './unit-of-weight';
|
|
131
|
-
export * from './update-box-identifiers-request';
|
|
132
|
-
export * from './update-box-identifiers-response';
|
|
133
129
|
export * from './update-inbound-plan-name-request';
|
|
134
130
|
export * from './update-item-compliance-details-request';
|
|
135
131
|
export * from './update-item-compliance-details-response';
|
|
@@ -64,8 +64,6 @@ import type { SetPackingInformationResponse } from '../models';
|
|
|
64
64
|
import type { SetPrepDetailsRequest } from '../models';
|
|
65
65
|
import type { SetPrepDetailsResponse } from '../models';
|
|
66
66
|
import type { Shipment } from '../models';
|
|
67
|
-
import type { UpdateBoxIdentifiersRequest } from '../models';
|
|
68
|
-
import type { UpdateBoxIdentifiersResponse } from '../models';
|
|
69
67
|
import type { UpdateInboundPlanNameRequest } from '../models';
|
|
70
68
|
import type { UpdateItemComplianceDetailsRequest } from '../models';
|
|
71
69
|
import type { UpdateItemComplianceDetailsResponse } from '../models';
|
|
@@ -426,15 +424,6 @@ export declare const FulfillmentInboundApiAxiosParamCreator: (configuration?: Co
|
|
|
426
424
|
* @throws {RequiredError}
|
|
427
425
|
*/
|
|
428
426
|
setPrepDetails: (body: SetPrepDetailsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
429
|
-
/**
|
|
430
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
431
|
-
* @param {string} inboundPlanId Identifier to an inbound plan.
|
|
432
|
-
* @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
433
|
-
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
434
|
-
* @param {*} [options] Override http request option.
|
|
435
|
-
* @throws {RequiredError}
|
|
436
|
-
*/
|
|
437
|
-
updateBoxIdentifiers: (inboundPlanId: string, shipmentId: string, body: UpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
438
427
|
/**
|
|
439
428
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
440
429
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
@@ -831,15 +820,6 @@ export declare const FulfillmentInboundApiFp: (configuration?: Configuration) =>
|
|
|
831
820
|
* @throws {RequiredError}
|
|
832
821
|
*/
|
|
833
822
|
setPrepDetails(body: SetPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetPrepDetailsResponse>>;
|
|
834
|
-
/**
|
|
835
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
836
|
-
* @param {string} inboundPlanId Identifier to an inbound plan.
|
|
837
|
-
* @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
838
|
-
* @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
|
|
839
|
-
* @param {*} [options] Override http request option.
|
|
840
|
-
* @throws {RequiredError}
|
|
841
|
-
*/
|
|
842
|
-
updateBoxIdentifiers(inboundPlanId: string, shipmentId: string, body: UpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateBoxIdentifiersResponse>>;
|
|
843
823
|
/**
|
|
844
824
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
845
825
|
* @param {string} inboundPlanId Identifier of an inbound plan.
|
|
@@ -1168,13 +1148,6 @@ export declare const FulfillmentInboundApiFactory: (configuration?: Configuratio
|
|
|
1168
1148
|
* @throws {RequiredError}
|
|
1169
1149
|
*/
|
|
1170
1150
|
setPrepDetails(requestParameters: FulfillmentInboundApiSetPrepDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<SetPrepDetailsResponse>;
|
|
1171
|
-
/**
|
|
1172
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1173
|
-
* @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
|
|
1174
|
-
* @param {*} [options] Override http request option.
|
|
1175
|
-
* @throws {RequiredError}
|
|
1176
|
-
*/
|
|
1177
|
-
updateBoxIdentifiers(requestParameters: FulfillmentInboundApiUpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig): AxiosPromise<UpdateBoxIdentifiersResponse>;
|
|
1178
1151
|
/**
|
|
1179
1152
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
1180
1153
|
* @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
@@ -1843,23 +1816,6 @@ export interface FulfillmentInboundApiSetPrepDetailsRequest {
|
|
|
1843
1816
|
*/
|
|
1844
1817
|
readonly body: SetPrepDetailsRequest;
|
|
1845
1818
|
}
|
|
1846
|
-
/**
|
|
1847
|
-
* Request parameters for updateBoxIdentifiers operation in FulfillmentInboundApi.
|
|
1848
|
-
*/
|
|
1849
|
-
export interface FulfillmentInboundApiUpdateBoxIdentifiersRequest {
|
|
1850
|
-
/**
|
|
1851
|
-
* Identifier to an inbound plan.
|
|
1852
|
-
*/
|
|
1853
|
-
readonly inboundPlanId: string;
|
|
1854
|
-
/**
|
|
1855
|
-
* Identifier to a shipment. A shipment contains the boxes and units being inbounded.
|
|
1856
|
-
*/
|
|
1857
|
-
readonly shipmentId: string;
|
|
1858
|
-
/**
|
|
1859
|
-
* The body of the request to `updateBoxIdentifiers`.
|
|
1860
|
-
*/
|
|
1861
|
-
readonly body: UpdateBoxIdentifiersRequest;
|
|
1862
|
-
}
|
|
1863
1819
|
/**
|
|
1864
1820
|
* Request parameters for updateInboundPlanName operation in FulfillmentInboundApi.
|
|
1865
1821
|
*/
|
|
@@ -2221,13 +2177,6 @@ export declare class FulfillmentInboundApi extends BaseAPI {
|
|
|
2221
2177
|
* @throws {RequiredError}
|
|
2222
2178
|
*/
|
|
2223
2179
|
setPrepDetails(requestParameters: FulfillmentInboundApiSetPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetPrepDetailsResponse, any>>;
|
|
2224
|
-
/**
|
|
2225
|
-
* Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | 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, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2226
|
-
* @param {FulfillmentInboundApiUpdateBoxIdentifiersRequest} requestParameters Request parameters.
|
|
2227
|
-
* @param {*} [options] Override http request option.
|
|
2228
|
-
* @throws {RequiredError}
|
|
2229
|
-
*/
|
|
2230
|
-
updateBoxIdentifiers(requestParameters: FulfillmentInboundApiUpdateBoxIdentifiersRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateBoxIdentifiersResponse, any>>;
|
|
2231
2180
|
/**
|
|
2232
2181
|
* Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
2233
2182
|
* @param {FulfillmentInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
|
|
@@ -5,8 +5,6 @@ export * from './appointment-slot';
|
|
|
5
5
|
export * from './appointment-slot-time';
|
|
6
6
|
export * from './box';
|
|
7
7
|
export * from './box-content-information-source';
|
|
8
|
-
export * from './box-identifier-input';
|
|
9
|
-
export * from './box-identifier-type';
|
|
10
8
|
export * from './box-input';
|
|
11
9
|
export * from './box-requirements';
|
|
12
10
|
export * from './box-update-input';
|
|
@@ -128,8 +126,6 @@ export * from './transportation-option';
|
|
|
128
126
|
export * from './transportation-selection';
|
|
129
127
|
export * from './unit-of-measurement';
|
|
130
128
|
export * from './unit-of-weight';
|
|
131
|
-
export * from './update-box-identifiers-request';
|
|
132
|
-
export * from './update-box-identifiers-response';
|
|
133
129
|
export * from './update-inbound-plan-name-request';
|
|
134
130
|
export * from './update-item-compliance-details-request';
|
|
135
131
|
export * from './update-item-compliance-details-response';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/fulfillment-inbound-api-2024-03-20",
|
|
3
3
|
"author": "Bertrand Marron <bertrand@bizon.solutions>",
|
|
4
4
|
"description": "The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.2.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dist/**/*.d.ts"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@sp-api-sdk/common": "2.1.
|
|
21
|
+
"@sp-api-sdk/common": "2.1.18",
|
|
22
22
|
"axios": "^1.11.0"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -40,26 +40,5 @@
|
|
|
40
40
|
"sp sdk",
|
|
41
41
|
"fulfillment inbound api"
|
|
42
42
|
],
|
|
43
|
-
"
|
|
44
|
-
"extends": [
|
|
45
|
-
"xo-bizon"
|
|
46
|
-
],
|
|
47
|
-
"settings": {
|
|
48
|
-
"import/internal-regex": "^@sp-api-sdk/"
|
|
49
|
-
},
|
|
50
|
-
"semicolon": false,
|
|
51
|
-
"space": 2,
|
|
52
|
-
"prettier": true,
|
|
53
|
-
"ignores": [
|
|
54
|
-
"src/api-model/**"
|
|
55
|
-
],
|
|
56
|
-
"rules": {
|
|
57
|
-
"unicorn/prevent-abbreviations": "off"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"prettier": {
|
|
61
|
-
"printWidth": 100,
|
|
62
|
-
"jsxSingleQuote": true
|
|
63
|
-
},
|
|
64
|
-
"gitHead": "961457650a65779f38e5d35547ca8cb2fb749943"
|
|
43
|
+
"gitHead": "878ee6e2e909fb6ba8a0dfe516a7b1a1d0913e4d"
|
|
65
44
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* The Selling Partner API for FBA inbound operations.
|
|
6
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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 });
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* The Selling Partner API for FBA inbound operations.
|
|
6
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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 });
|
|
16
|
-
exports.BoxIdentifierType = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Type of Box Identifier.
|
|
19
|
-
*/
|
|
20
|
-
exports.BoxIdentifierType = {
|
|
21
|
-
Amazon: 'AMAZON',
|
|
22
|
-
Sscc: 'SSCC'
|
|
23
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* The Selling Partner API for FBA inbound operations.
|
|
6
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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 });
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* The Selling Partner API for FBA inbound operations.
|
|
6
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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 });
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* The Selling Partner API for FBA inbound operations.
|
|
5
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* The Selling Partner API for FBA inbound operations.
|
|
5
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
/**
|
|
15
|
-
* Type of Box Identifier.
|
|
16
|
-
*/
|
|
17
|
-
export const BoxIdentifierType = {
|
|
18
|
-
Amazon: 'AMAZON',
|
|
19
|
-
Sscc: 'SSCC'
|
|
20
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* The Selling Partner API for FBA inbound operations.
|
|
5
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* The Selling Partner API for FBA inbound operations.
|
|
5
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
import type { BoxIdentifierType } from './box-identifier-type';
|
|
13
|
-
/**
|
|
14
|
-
* Input information for updating a box identifier.
|
|
15
|
-
*/
|
|
16
|
-
export interface BoxIdentifierInput {
|
|
17
|
-
/**
|
|
18
|
-
* The custom identifier for a certain box.
|
|
19
|
-
*/
|
|
20
|
-
'externalContainerIdentifier'?: string;
|
|
21
|
-
'externalContainerIdentifierType': BoxIdentifierType;
|
|
22
|
-
/**
|
|
23
|
-
* Primary key to uniquely identify a Box Package.
|
|
24
|
-
*/
|
|
25
|
-
'packageId': string;
|
|
26
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
* Type of Box Identifier.
|
|
14
|
-
*/
|
|
15
|
-
export declare const BoxIdentifierType: {
|
|
16
|
-
readonly Amazon: "AMAZON";
|
|
17
|
-
readonly Sscc: "SSCC";
|
|
18
|
-
};
|
|
19
|
-
export type BoxIdentifierType = typeof BoxIdentifierType[keyof typeof BoxIdentifierType];
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
import type { BoxIdentifierInput } from './box-identifier-input';
|
|
13
|
-
/**
|
|
14
|
-
* Input information for updating a box identifier.
|
|
15
|
-
*/
|
|
16
|
-
export interface UpdateBoxIdentifiersRequest {
|
|
17
|
-
/**
|
|
18
|
-
* Contains box identifier updates for the boxes within a shipment.
|
|
19
|
-
*/
|
|
20
|
-
'boxIdentifiers': Array<BoxIdentifierInput>;
|
|
21
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The Selling Partner API for FBA inbound operations.
|
|
3
|
-
* The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2024-03-20
|
|
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
|
-
* The `updateBoxIdentifiers` response.
|
|
14
|
-
*/
|
|
15
|
-
export interface UpdateBoxIdentifiersResponse {
|
|
16
|
-
/**
|
|
17
|
-
* UUID for the given operation.
|
|
18
|
-
*/
|
|
19
|
-
'operationId': string;
|
|
20
|
-
}
|