@sp-api-sdk/fulfillment-inbound-api-2024-03-20 3.1.1 → 3.2.1

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.
@@ -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 &#x60;updateBoxIdentifiers&#x60;.
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 &#x60;updateBoxIdentifiers&#x60;.
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 &#x60;updateBoxIdentifiers&#x60;.
1860
- */
1861
- readonly body: UpdateBoxIdentifiersRequest;
1862
- }
1863
1819
  /**
1864
1820
  * Request parameters for updateInboundPlanName operation in FulfillmentInboundApi.
1865
1821
  */
@@ -1947,322 +1903,315 @@ export declare class FulfillmentInboundApi extends BaseAPI {
1947
1903
  * @param {*} [options] Override http request option.
1948
1904
  * @throws {RequiredError}
1949
1905
  */
1950
- cancelInboundPlan(requestParameters: FulfillmentInboundApiCancelInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelInboundPlanResponse, any>>;
1906
+ cancelInboundPlan(requestParameters: FulfillmentInboundApiCancelInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelInboundPlanResponse, any, {}>>;
1951
1907
  /**
1952
1908
  * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **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).
1953
1909
  * @param {FulfillmentInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
1954
1910
  * @param {*} [options] Override http request option.
1955
1911
  * @throws {RequiredError}
1956
1912
  */
1957
- cancelSelfShipAppointment(requestParameters: FulfillmentInboundApiCancelSelfShipAppointmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelSelfShipAppointmentResponse, any>>;
1913
+ cancelSelfShipAppointment(requestParameters: FulfillmentInboundApiCancelSelfShipAppointmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CancelSelfShipAppointmentResponse, any, {}>>;
1958
1914
  /**
1959
1915
  * Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **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).
1960
1916
  * @param {FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
1961
1917
  * @param {*} [options] Override http request option.
1962
1918
  * @throws {RequiredError}
1963
1919
  */
1964
- confirmDeliveryWindowOptions(requestParameters: FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmDeliveryWindowOptionsResponse, any>>;
1920
+ confirmDeliveryWindowOptions(requestParameters: FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmDeliveryWindowOptionsResponse, any, {}>>;
1965
1921
  /**
1966
1922
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
1967
1923
  * @param {FulfillmentInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
1968
1924
  * @param {*} [options] Override http request option.
1969
1925
  * @throws {RequiredError}
1970
1926
  */
1971
- confirmPackingOption(requestParameters: FulfillmentInboundApiConfirmPackingOptionRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmPackingOptionResponse, any>>;
1927
+ confirmPackingOption(requestParameters: FulfillmentInboundApiConfirmPackingOptionRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmPackingOptionResponse, any, {}>>;
1972
1928
  /**
1973
1929
  * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
1974
1930
  * @param {FulfillmentInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
1975
1931
  * @param {*} [options] Override http request option.
1976
1932
  * @throws {RequiredError}
1977
1933
  */
1978
- confirmPlacementOption(requestParameters: FulfillmentInboundApiConfirmPlacementOptionRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmPlacementOptionResponse, any>>;
1934
+ confirmPlacementOption(requestParameters: FulfillmentInboundApiConfirmPlacementOptionRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmPlacementOptionResponse, any, {}>>;
1979
1935
  /**
1980
1936
  * Confirm a shipment content update preview and accept the changes in transportation cost. **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).
1981
1937
  * @param {FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
1982
1938
  * @param {*} [options] Override http request option.
1983
1939
  * @throws {RequiredError}
1984
1940
  */
1985
- confirmShipmentContentUpdatePreview(requestParameters: FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmShipmentContentUpdatePreviewResponse, any>>;
1941
+ confirmShipmentContentUpdatePreview(requestParameters: FulfillmentInboundApiConfirmShipmentContentUpdatePreviewRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmShipmentContentUpdatePreviewResponse, any, {}>>;
1986
1942
  /**
1987
1943
  * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
1988
1944
  * @param {FulfillmentInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
1989
1945
  * @param {*} [options] Override http request option.
1990
1946
  * @throws {RequiredError}
1991
1947
  */
1992
- confirmTransportationOptions(requestParameters: FulfillmentInboundApiConfirmTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmTransportationOptionsResponse, any>>;
1948
+ confirmTransportationOptions(requestParameters: FulfillmentInboundApiConfirmTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ConfirmTransportationOptionsResponse, any, {}>>;
1993
1949
  /**
1994
1950
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon\'s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
1995
1951
  * @param {FulfillmentInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
1996
1952
  * @param {*} [options] Override http request option.
1997
1953
  * @throws {RequiredError}
1998
1954
  */
1999
- createInboundPlan(requestParameters: FulfillmentInboundApiCreateInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInboundPlanResponse, any>>;
1955
+ createInboundPlan(requestParameters: FulfillmentInboundApiCreateInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateInboundPlanResponse, any, {}>>;
2000
1956
  /**
2001
1957
  * For a given marketplace - creates labels for a list of MSKUs. **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).
2002
1958
  * @param {FulfillmentInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
2003
1959
  * @param {*} [options] Override http request option.
2004
1960
  * @throws {RequiredError}
2005
1961
  */
2006
- createMarketplaceItemLabels(requestParameters: FulfillmentInboundApiCreateMarketplaceItemLabelsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateMarketplaceItemLabelsResponse, any>>;
1962
+ createMarketplaceItemLabels(requestParameters: FulfillmentInboundApiCreateMarketplaceItemLabelsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<CreateMarketplaceItemLabelsResponse, any, {}>>;
2007
1963
  /**
2008
1964
  * Generates available delivery window options for a given shipment. **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).
2009
1965
  * @param {FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
2010
1966
  * @param {*} [options] Override http request option.
2011
1967
  * @throws {RequiredError}
2012
1968
  */
2013
- generateDeliveryWindowOptions(requestParameters: FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateDeliveryWindowOptionsResponse, any>>;
1969
+ generateDeliveryWindowOptions(requestParameters: FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateDeliveryWindowOptionsResponse, any, {}>>;
2014
1970
  /**
2015
1971
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
2016
1972
  * @param {FulfillmentInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
2017
1973
  * @param {*} [options] Override http request option.
2018
1974
  * @throws {RequiredError}
2019
1975
  */
2020
- generatePackingOptions(requestParameters: FulfillmentInboundApiGeneratePackingOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GeneratePackingOptionsResponse, any>>;
1976
+ generatePackingOptions(requestParameters: FulfillmentInboundApiGeneratePackingOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GeneratePackingOptionsResponse, any, {}>>;
2021
1977
  /**
2022
1978
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
2023
1979
  * @param {FulfillmentInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
2024
1980
  * @param {*} [options] Override http request option.
2025
1981
  * @throws {RequiredError}
2026
1982
  */
2027
- generatePlacementOptions(requestParameters: FulfillmentInboundApiGeneratePlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GeneratePlacementOptionsResponse, any>>;
1983
+ generatePlacementOptions(requestParameters: FulfillmentInboundApiGeneratePlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GeneratePlacementOptionsResponse, any, {}>>;
2028
1984
  /**
2029
1985
  * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **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).
2030
1986
  * @param {FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2031
1987
  * @param {*} [options] Override http request option.
2032
1988
  * @throws {RequiredError}
2033
1989
  */
2034
- generateSelfShipAppointmentSlots(requestParameters: FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateSelfShipAppointmentSlotsResponse, any>>;
1990
+ generateSelfShipAppointmentSlots(requestParameters: FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateSelfShipAppointmentSlotsResponse, any, {}>>;
2035
1991
  /**
2036
1992
  * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **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).
2037
1993
  * @param {FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2038
1994
  * @param {*} [options] Override http request option.
2039
1995
  * @throws {RequiredError}
2040
1996
  */
2041
- generateShipmentContentUpdatePreviews(requestParameters: FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateShipmentContentUpdatePreviewsResponse, any>>;
1997
+ generateShipmentContentUpdatePreviews(requestParameters: FulfillmentInboundApiGenerateShipmentContentUpdatePreviewsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateShipmentContentUpdatePreviewsResponse, any, {}>>;
2042
1998
  /**
2043
1999
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
2044
2000
  * @param {FulfillmentInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
2045
2001
  * @param {*} [options] Override http request option.
2046
2002
  * @throws {RequiredError}
2047
2003
  */
2048
- generateTransportationOptions(requestParameters: FulfillmentInboundApiGenerateTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateTransportationOptionsResponse, any>>;
2004
+ generateTransportationOptions(requestParameters: FulfillmentInboundApiGenerateTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GenerateTransportationOptionsResponse, any, {}>>;
2049
2005
  /**
2050
2006
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2051
2007
  * @param {FulfillmentInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
2052
2008
  * @param {*} [options] Override http request option.
2053
2009
  * @throws {RequiredError}
2054
2010
  */
2055
- getDeliveryChallanDocument(requestParameters: FulfillmentInboundApiGetDeliveryChallanDocumentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetDeliveryChallanDocumentResponse, any>>;
2011
+ getDeliveryChallanDocument(requestParameters: FulfillmentInboundApiGetDeliveryChallanDocumentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetDeliveryChallanDocumentResponse, any, {}>>;
2056
2012
  /**
2057
2013
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2058
2014
  * @param {FulfillmentInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
2059
2015
  * @param {*} [options] Override http request option.
2060
2016
  * @throws {RequiredError}
2061
2017
  */
2062
- getInboundOperationStatus(requestParameters: FulfillmentInboundApiGetInboundOperationStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundOperationStatus, any>>;
2018
+ getInboundOperationStatus(requestParameters: FulfillmentInboundApiGetInboundOperationStatusRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundOperationStatus, any, {}>>;
2063
2019
  /**
2064
2020
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2065
2021
  * @param {FulfillmentInboundApiGetInboundPlanRequest} requestParameters Request parameters.
2066
2022
  * @param {*} [options] Override http request option.
2067
2023
  * @throws {RequiredError}
2068
2024
  */
2069
- getInboundPlan(requestParameters: FulfillmentInboundApiGetInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundPlan, any>>;
2025
+ getInboundPlan(requestParameters: FulfillmentInboundApiGetInboundPlanRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<InboundPlan, any, {}>>;
2070
2026
  /**
2071
2027
  * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **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).
2072
2028
  * @param {FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
2073
2029
  * @param {*} [options] Override http request option.
2074
2030
  * @throws {RequiredError}
2075
2031
  */
2076
- getSelfShipAppointmentSlots(requestParameters: FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetSelfShipAppointmentSlotsResponse, any>>;
2032
+ getSelfShipAppointmentSlots(requestParameters: FulfillmentInboundApiGetSelfShipAppointmentSlotsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetSelfShipAppointmentSlotsResponse, any, {}>>;
2077
2033
  /**
2078
2034
  * Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2079
2035
  * @param {FulfillmentInboundApiGetShipmentRequest} requestParameters Request parameters.
2080
2036
  * @param {*} [options] Override http request option.
2081
2037
  * @throws {RequiredError}
2082
2038
  */
2083
- getShipment(requestParameters: FulfillmentInboundApiGetShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<Shipment, any>>;
2039
+ getShipment(requestParameters: FulfillmentInboundApiGetShipmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<Shipment, any, {}>>;
2084
2040
  /**
2085
2041
  * Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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).
2086
2042
  * @param {FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2087
2043
  * @param {*} [options] Override http request option.
2088
2044
  * @throws {RequiredError}
2089
2045
  */
2090
- getShipmentContentUpdatePreview(requestParameters: FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ContentUpdatePreview, any>>;
2046
+ getShipmentContentUpdatePreview(requestParameters: FulfillmentInboundApiGetShipmentContentUpdatePreviewRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ContentUpdatePreview, any, {}>>;
2091
2047
  /**
2092
2048
  * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **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).
2093
2049
  * @param {FulfillmentInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
2094
2050
  * @param {*} [options] Override http request option.
2095
2051
  * @throws {RequiredError}
2096
2052
  */
2097
- listDeliveryWindowOptions(requestParameters: FulfillmentInboundApiListDeliveryWindowOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListDeliveryWindowOptionsResponse, any>>;
2053
+ listDeliveryWindowOptions(requestParameters: FulfillmentInboundApiListDeliveryWindowOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListDeliveryWindowOptionsResponse, any, {}>>;
2098
2054
  /**
2099
2055
  * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2100
2056
  * @param {FulfillmentInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
2101
2057
  * @param {*} [options] Override http request option.
2102
2058
  * @throws {RequiredError}
2103
2059
  */
2104
- listInboundPlanBoxes(requestParameters: FulfillmentInboundApiListInboundPlanBoxesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlanBoxesResponse, any>>;
2060
+ listInboundPlanBoxes(requestParameters: FulfillmentInboundApiListInboundPlanBoxesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlanBoxesResponse, any, {}>>;
2105
2061
  /**
2106
2062
  * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2107
2063
  * @param {FulfillmentInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
2108
2064
  * @param {*} [options] Override http request option.
2109
2065
  * @throws {RequiredError}
2110
2066
  */
2111
- listInboundPlanItems(requestParameters: FulfillmentInboundApiListInboundPlanItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlanItemsResponse, any>>;
2067
+ listInboundPlanItems(requestParameters: FulfillmentInboundApiListInboundPlanItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlanItemsResponse, any, {}>>;
2112
2068
  /**
2113
2069
  * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2114
2070
  * @param {FulfillmentInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
2115
2071
  * @param {*} [options] Override http request option.
2116
2072
  * @throws {RequiredError}
2117
2073
  */
2118
- listInboundPlanPallets(requestParameters: FulfillmentInboundApiListInboundPlanPalletsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlanPalletsResponse, any>>;
2074
+ listInboundPlanPallets(requestParameters: FulfillmentInboundApiListInboundPlanPalletsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlanPalletsResponse, any, {}>>;
2119
2075
  /**
2120
2076
  * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2121
2077
  * @param {FulfillmentInboundApiListInboundPlansRequest} requestParameters Request parameters.
2122
2078
  * @param {*} [options] Override http request option.
2123
2079
  * @throws {RequiredError}
2124
2080
  */
2125
- listInboundPlans(requestParameters?: FulfillmentInboundApiListInboundPlansRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlansResponse, any>>;
2081
+ listInboundPlans(requestParameters?: FulfillmentInboundApiListInboundPlansRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListInboundPlansResponse, any, {}>>;
2126
2082
  /**
2127
2083
  * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `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).
2128
2084
  * @param {FulfillmentInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
2129
2085
  * @param {*} [options] Override http request option.
2130
2086
  * @throws {RequiredError}
2131
2087
  */
2132
- listItemComplianceDetails(requestParameters: FulfillmentInboundApiListItemComplianceDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListItemComplianceDetailsResponse, any>>;
2088
+ listItemComplianceDetails(requestParameters: FulfillmentInboundApiListItemComplianceDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListItemComplianceDetailsResponse, any, {}>>;
2133
2089
  /**
2134
2090
  * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the `setPackingInformation` operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **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).
2135
2091
  * @param {FulfillmentInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
2136
2092
  * @param {*} [options] Override http request option.
2137
2093
  * @throws {RequiredError}
2138
2094
  */
2139
- listPackingGroupBoxes(requestParameters: FulfillmentInboundApiListPackingGroupBoxesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPackingGroupBoxesResponse, any>>;
2095
+ listPackingGroupBoxes(requestParameters: FulfillmentInboundApiListPackingGroupBoxesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPackingGroupBoxesResponse, any, {}>>;
2140
2096
  /**
2141
2097
  * Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **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).
2142
2098
  * @param {FulfillmentInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
2143
2099
  * @param {*} [options] Override http request option.
2144
2100
  * @throws {RequiredError}
2145
2101
  */
2146
- listPackingGroupItems(requestParameters: FulfillmentInboundApiListPackingGroupItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPackingGroupItemsResponse, any>>;
2102
+ listPackingGroupItems(requestParameters: FulfillmentInboundApiListPackingGroupItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPackingGroupItemsResponse, any, {}>>;
2147
2103
  /**
2148
2104
  * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2149
2105
  * @param {FulfillmentInboundApiListPackingOptionsRequest} requestParameters Request parameters.
2150
2106
  * @param {*} [options] Override http request option.
2151
2107
  * @throws {RequiredError}
2152
2108
  */
2153
- listPackingOptions(requestParameters: FulfillmentInboundApiListPackingOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPackingOptionsResponse, any>>;
2109
+ listPackingOptions(requestParameters: FulfillmentInboundApiListPackingOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPackingOptionsResponse, any, {}>>;
2154
2110
  /**
2155
2111
  * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2156
2112
  * @param {FulfillmentInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
2157
2113
  * @param {*} [options] Override http request option.
2158
2114
  * @throws {RequiredError}
2159
2115
  */
2160
- listPlacementOptions(requestParameters: FulfillmentInboundApiListPlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPlacementOptionsResponse, any>>;
2116
+ listPlacementOptions(requestParameters: FulfillmentInboundApiListPlacementOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPlacementOptionsResponse, any, {}>>;
2161
2117
  /**
2162
2118
  * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- `%`\\n- `+`\\n- `,`\\n\\n**Examples:** An MSKU value of `test%msku` is encoded as `test%2525msku`. An MSKU value of `test,msku` is encoded as `test%252Cmsku`.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe `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).
2163
2119
  * @param {FulfillmentInboundApiListPrepDetailsRequest} requestParameters Request parameters.
2164
2120
  * @param {*} [options] Override http request option.
2165
2121
  * @throws {RequiredError}
2166
2122
  */
2167
- listPrepDetails(requestParameters: FulfillmentInboundApiListPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPrepDetailsResponse, any>>;
2123
+ listPrepDetails(requestParameters: FulfillmentInboundApiListPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListPrepDetailsResponse, any, {}>>;
2168
2124
  /**
2169
2125
  * Provides a paginated list of box packages in a shipment. **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).
2170
2126
  * @param {FulfillmentInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
2171
2127
  * @param {*} [options] Override http request option.
2172
2128
  * @throws {RequiredError}
2173
2129
  */
2174
- listShipmentBoxes(requestParameters: FulfillmentInboundApiListShipmentBoxesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentBoxesResponse, any>>;
2130
+ listShipmentBoxes(requestParameters: FulfillmentInboundApiListShipmentBoxesRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentBoxesResponse, any, {}>>;
2175
2131
  /**
2176
2132
  * Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **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).
2177
2133
  * @param {FulfillmentInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2178
2134
  * @param {*} [options] Override http request option.
2179
2135
  * @throws {RequiredError}
2180
2136
  */
2181
- listShipmentContentUpdatePreviews(requestParameters: FulfillmentInboundApiListShipmentContentUpdatePreviewsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentContentUpdatePreviewsResponse, any>>;
2137
+ listShipmentContentUpdatePreviews(requestParameters: FulfillmentInboundApiListShipmentContentUpdatePreviewsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentContentUpdatePreviewsResponse, any, {}>>;
2182
2138
  /**
2183
2139
  * Provides a paginated list of item packages in a shipment. **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).
2184
2140
  * @param {FulfillmentInboundApiListShipmentItemsRequest} requestParameters Request parameters.
2185
2141
  * @param {*} [options] Override http request option.
2186
2142
  * @throws {RequiredError}
2187
2143
  */
2188
- listShipmentItems(requestParameters: FulfillmentInboundApiListShipmentItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentItemsResponse, any>>;
2144
+ listShipmentItems(requestParameters: FulfillmentInboundApiListShipmentItemsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentItemsResponse, any, {}>>;
2189
2145
  /**
2190
2146
  * Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **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).
2191
2147
  * @param {FulfillmentInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
2192
2148
  * @param {*} [options] Override http request option.
2193
2149
  * @throws {RequiredError}
2194
2150
  */
2195
- listShipmentPallets(requestParameters: FulfillmentInboundApiListShipmentPalletsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentPalletsResponse, any>>;
2151
+ listShipmentPallets(requestParameters: FulfillmentInboundApiListShipmentPalletsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListShipmentPalletsResponse, any, {}>>;
2196
2152
  /**
2197
2153
  * Retrieves all transportation options for a shipment. Transportation options must first be generated by the `generateTransportationOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2198
2154
  * @param {FulfillmentInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
2199
2155
  * @param {*} [options] Override http request option.
2200
2156
  * @throws {RequiredError}
2201
2157
  */
2202
- listTransportationOptions(requestParameters: FulfillmentInboundApiListTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListTransportationOptionsResponse, any>>;
2158
+ listTransportationOptions(requestParameters: FulfillmentInboundApiListTransportationOptionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ListTransportationOptionsResponse, any, {}>>;
2203
2159
  /**
2204
2160
  * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **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).
2205
2161
  * @param {FulfillmentInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
2206
2162
  * @param {*} [options] Override http request option.
2207
2163
  * @throws {RequiredError}
2208
2164
  */
2209
- scheduleSelfShipAppointment(requestParameters: FulfillmentInboundApiScheduleSelfShipAppointmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ScheduleSelfShipAppointmentResponse, any>>;
2165
+ scheduleSelfShipAppointment(requestParameters: FulfillmentInboundApiScheduleSelfShipAppointmentRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<ScheduleSelfShipAppointmentResponse, any, {}>>;
2210
2166
  /**
2211
2167
  * Sets packing information for an inbound plan. This should be called after an inbound plan is created to populate the box level information required for planning and transportation estimates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
2212
2168
  * @param {FulfillmentInboundApiSetPackingInformationRequest} requestParameters Request parameters.
2213
2169
  * @param {*} [options] Override http request option.
2214
2170
  * @throws {RequiredError}
2215
2171
  */
2216
- setPackingInformation(requestParameters: FulfillmentInboundApiSetPackingInformationRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetPackingInformationResponse, any>>;
2172
+ setPackingInformation(requestParameters: FulfillmentInboundApiSetPackingInformationRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetPackingInformationResponse, any, {}>>;
2217
2173
  /**
2218
2174
  * Set the preparation details for a list of MSKUs in a specified marketplace. **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).
2219
2175
  * @param {FulfillmentInboundApiSetPrepDetailsRequest} requestParameters Request parameters.
2220
2176
  * @param {*} [options] Override http request option.
2221
2177
  * @throws {RequiredError}
2222
2178
  */
2223
- 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>>;
2179
+ setPrepDetails(requestParameters: FulfillmentInboundApiSetPrepDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<SetPrepDetailsResponse, 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.
2234
2183
  * @param {*} [options] Override http request option.
2235
2184
  * @throws {RequiredError}
2236
2185
  */
2237
- updateInboundPlanName(requestParameters: FulfillmentInboundApiUpdateInboundPlanNameRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
2186
+ updateInboundPlanName(requestParameters: FulfillmentInboundApiUpdateInboundPlanNameRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any, {}>>;
2238
2187
  /**
2239
2188
  * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | 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).
2240
2189
  * @param {FulfillmentInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
2241
2190
  * @param {*} [options] Override http request option.
2242
2191
  * @throws {RequiredError}
2243
2192
  */
2244
- updateItemComplianceDetails(requestParameters: FulfillmentInboundApiUpdateItemComplianceDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateItemComplianceDetailsResponse, any>>;
2193
+ updateItemComplianceDetails(requestParameters: FulfillmentInboundApiUpdateItemComplianceDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateItemComplianceDetailsResponse, any, {}>>;
2245
2194
  /**
2246
2195
  * Updates the name of an existing shipment. **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).
2247
2196
  * @param {FulfillmentInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
2248
2197
  * @param {*} [options] Override http request option.
2249
2198
  * @throws {RequiredError}
2250
2199
  */
2251
- updateShipmentName(requestParameters: FulfillmentInboundApiUpdateShipmentNameRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any>>;
2200
+ updateShipmentName(requestParameters: FulfillmentInboundApiUpdateShipmentNameRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<void, any, {}>>;
2252
2201
  /**
2253
2202
  * Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address. **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).
2254
2203
  * @param {FulfillmentInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
2255
2204
  * @param {*} [options] Override http request option.
2256
2205
  * @throws {RequiredError}
2257
2206
  */
2258
- updateShipmentSourceAddress(requestParameters: FulfillmentInboundApiUpdateShipmentSourceAddressRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateShipmentSourceAddressResponse, any>>;
2207
+ updateShipmentSourceAddress(requestParameters: FulfillmentInboundApiUpdateShipmentSourceAddressRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateShipmentSourceAddressResponse, any, {}>>;
2259
2208
  /**
2260
2209
  * Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
2261
2210
  * @param {FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
2262
2211
  * @param {*} [options] Override http request option.
2263
2212
  * @throws {RequiredError}
2264
2213
  */
2265
- updateShipmentTrackingDetails(requestParameters: FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateShipmentTrackingDetailsResponse, any>>;
2214
+ updateShipmentTrackingDetails(requestParameters: FulfillmentInboundApiUpdateShipmentTrackingDetailsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<UpdateShipmentTrackingDetailsResponse, any, {}>>;
2266
2215
  }
2267
2216
  export declare const ListInboundPlansStatusEnum: {
2268
2217
  readonly Active: "ACTIVE";
@@ -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.1.1",
5
+ "version": "3.2.1",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.18",
22
- "axios": "^1.11.0"
21
+ "@sp-api-sdk/common": "2.1.19",
22
+ "axios": "^1.12.2"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,26 +40,5 @@
40
40
  "sp sdk",
41
41
  "fulfillment inbound api"
42
42
  ],
43
- "xo": {
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": "4c9d1270205ee00090d635b31eeabb323860546d"
43
+ "gitHead": "95f22690de1d02f4739da49cffb24bef8b5b61c9"
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
- }