@sp-api-sdk/fulfillment-inbound-api-2024-03-20 1.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/cjs/src/api-model/api/fba-inbound-api.js +1328 -278
  2. package/dist/cjs/src/api-model/base.js +7 -2
  3. package/dist/cjs/src/api-model/common.js +1 -1
  4. package/dist/cjs/src/api-model/configuration.js +8 -0
  5. package/dist/cjs/src/api-model/models/confirm-shipment-content-update-preview-response.js +15 -0
  6. package/dist/cjs/src/api-model/models/content-update-preview.js +15 -0
  7. package/dist/cjs/src/api-model/models/create-marketplace-item-labels-request.js +15 -0
  8. package/dist/cjs/src/api-model/models/create-marketplace-item-labels-response.js +15 -0
  9. package/dist/cjs/src/api-model/models/delivery-window-option.js +15 -0
  10. package/dist/cjs/src/api-model/models/freight-information.js +15 -0
  11. package/dist/cjs/src/api-model/models/generate-delivery-window-options-response.js +15 -0
  12. package/dist/cjs/src/api-model/models/generate-shipment-content-update-previews-request.js +15 -0
  13. package/dist/cjs/src/api-model/models/generate-shipment-content-update-previews-response.js +15 -0
  14. package/dist/cjs/src/api-model/models/index.js +28 -4
  15. package/dist/cjs/src/api-model/models/item-label-page-type.js +34 -0
  16. package/dist/cjs/src/api-model/models/label-owner.js +3 -2
  17. package/dist/cjs/src/api-model/models/label-print-type.js +25 -0
  18. package/dist/cjs/src/api-model/models/list-delivery-window-options-response.js +15 -0
  19. package/dist/cjs/src/api-model/models/list-packing-group-boxes-response.js +15 -0
  20. package/dist/cjs/src/api-model/models/list-shipment-boxes-response.js +15 -0
  21. package/dist/cjs/src/api-model/models/list-shipment-content-update-previews-response.js +15 -0
  22. package/dist/cjs/src/api-model/models/list-shipment-items-response.js +15 -0
  23. package/dist/cjs/src/api-model/models/list-shipment-pallets-response.js +15 -0
  24. package/dist/cjs/src/api-model/models/msku-quantity.js +15 -0
  25. package/dist/cjs/src/api-model/models/prep-owner.js +3 -2
  26. package/dist/cjs/src/api-model/models/requested-updates.js +15 -0
  27. package/dist/cjs/src/api-model/models/selected-delivery-window.js +15 -0
  28. package/dist/cjs/src/api-model/models/update-inbound-plan-name-request.js +15 -0
  29. package/dist/cjs/src/api-model/models/update-shipment-name-request.js +15 -0
  30. package/dist/cjs/src/api-model/models/update-shipment-source-address-request.js +15 -0
  31. package/dist/cjs/src/api-model/models/update-shipment-source-address-response.js +15 -0
  32. package/dist/cjs/src/client.js +166 -68
  33. package/dist/es/src/api-model/api/fba-inbound-api.js +1328 -278
  34. package/dist/es/src/api-model/base.js +6 -1
  35. package/dist/es/src/api-model/common.js +1 -1
  36. package/dist/es/src/api-model/configuration.js +8 -0
  37. package/dist/es/src/api-model/models/confirm-shipment-content-update-preview-response.js +14 -0
  38. package/dist/es/src/api-model/models/content-update-preview.js +14 -0
  39. package/dist/es/src/api-model/models/create-marketplace-item-labels-request.js +14 -0
  40. package/dist/es/src/api-model/models/create-marketplace-item-labels-response.js +14 -0
  41. package/dist/es/src/api-model/models/delivery-window-option.js +14 -0
  42. package/dist/es/src/api-model/models/freight-information.js +14 -0
  43. package/dist/es/src/api-model/models/generate-delivery-window-options-response.js +14 -0
  44. package/dist/es/src/api-model/models/generate-shipment-content-update-previews-request.js +14 -0
  45. package/dist/es/src/api-model/models/generate-shipment-content-update-previews-response.js +14 -0
  46. package/dist/es/src/api-model/models/index.js +28 -4
  47. package/dist/es/src/api-model/models/item-label-page-type.js +31 -0
  48. package/dist/es/src/api-model/models/label-owner.js +3 -2
  49. package/dist/es/src/api-model/models/label-print-type.js +22 -0
  50. package/dist/es/src/api-model/models/list-delivery-window-options-response.js +14 -0
  51. package/dist/es/src/api-model/models/list-packing-group-boxes-response.js +14 -0
  52. package/dist/es/src/api-model/models/list-shipment-boxes-response.js +14 -0
  53. package/dist/es/src/api-model/models/list-shipment-content-update-previews-response.js +14 -0
  54. package/dist/es/src/api-model/models/list-shipment-items-response.js +14 -0
  55. package/dist/es/src/api-model/models/list-shipment-pallets-response.js +14 -0
  56. package/dist/es/src/api-model/models/msku-quantity.js +14 -0
  57. package/dist/es/src/api-model/models/prep-owner.js +3 -2
  58. package/dist/es/src/api-model/models/requested-updates.js +14 -0
  59. package/dist/es/src/api-model/models/selected-delivery-window.js +14 -0
  60. package/dist/es/src/api-model/models/update-inbound-plan-name-request.js +14 -0
  61. package/dist/es/src/api-model/models/update-shipment-name-request.js +14 -0
  62. package/dist/es/src/api-model/models/update-shipment-source-address-request.js +14 -0
  63. package/dist/es/src/api-model/models/update-shipment-source-address-response.js +14 -0
  64. package/dist/es/src/client.js +166 -68
  65. package/dist/types/src/api-model/api/fba-inbound-api.d.ts +1288 -435
  66. package/dist/types/src/api-model/base.d.ts +14 -2
  67. package/dist/types/src/api-model/configuration.d.ts +8 -0
  68. package/dist/types/src/api-model/models/address-input.d.ts +78 -0
  69. package/dist/types/src/api-model/models/address.d.ts +13 -1
  70. package/dist/types/src/api-model/models/appointment-slot-time.d.ts +1 -1
  71. package/dist/types/src/api-model/models/appointment-slot.d.ts +1 -1
  72. package/dist/types/src/api-model/models/box-input.d.ts +10 -22
  73. package/dist/types/src/api-model/models/box-update-input.d.ts +58 -0
  74. package/dist/types/src/api-model/models/box.d.ts +13 -6
  75. package/dist/types/src/api-model/models/cancel-self-ship-appointment-request.d.ts +1 -1
  76. package/dist/types/src/api-model/models/cancel-self-ship-appointment-response.d.ts +1 -1
  77. package/dist/types/src/api-model/models/carrier-appointment.d.ts +30 -0
  78. package/dist/types/src/api-model/models/compliance-detail.d.ts +1 -1
  79. package/dist/types/src/api-model/models/{update-shipment-delivery-window-response.d.ts → confirm-delivery-window-options-response.d.ts} +4 -4
  80. package/dist/types/src/api-model/models/confirm-shipment-content-update-preview-response.d.ts +24 -0
  81. package/dist/types/src/api-model/models/confirm-transportation-options-request.d.ts +1 -1
  82. package/dist/types/src/api-model/models/contact-information.d.ts +4 -4
  83. package/dist/types/src/api-model/models/content-update-preview.d.ts +44 -0
  84. package/dist/types/src/api-model/models/create-inbound-plan-request.d.ts +4 -11
  85. package/dist/types/src/api-model/models/create-inbound-plan-response.d.ts +1 -1
  86. package/dist/types/src/api-model/models/create-marketplace-item-labels-request.d.ts +63 -0
  87. package/dist/types/src/api-model/models/create-marketplace-item-labels-response.d.ts +25 -0
  88. package/dist/types/src/api-model/models/custom-placement-input.d.ts +1 -1
  89. package/dist/types/src/api-model/models/dates.d.ts +2 -8
  90. package/dist/types/src/api-model/models/delivery-window-option.d.ts +48 -0
  91. package/dist/types/src/api-model/models/dimensions.d.ts +5 -5
  92. package/dist/types/src/api-model/models/document-download.d.ts +1 -1
  93. package/dist/types/src/api-model/models/freight-information.d.ts +31 -0
  94. package/dist/types/src/api-model/models/generate-delivery-window-options-response.d.ts +24 -0
  95. package/dist/types/src/api-model/models/generate-placement-options-request.d.ts +2 -2
  96. package/dist/types/src/api-model/models/generate-shipment-content-update-previews-request.d.ts +32 -0
  97. package/dist/types/src/api-model/models/generate-shipment-content-update-previews-response.d.ts +24 -0
  98. package/dist/types/src/api-model/models/generate-transportation-options-request.d.ts +1 -1
  99. package/dist/types/src/api-model/models/get-delivery-challan-document-response.d.ts +1 -1
  100. package/dist/types/src/api-model/models/get-self-ship-appointment-slots-response.d.ts +2 -2
  101. package/dist/types/src/api-model/models/inbound-operation-status.d.ts +5 -5
  102. package/dist/types/src/api-model/models/inbound-plan-summary.d.ts +4 -11
  103. package/dist/types/src/api-model/models/inbound-plan.d.ts +10 -17
  104. package/dist/types/src/api-model/models/incentive.d.ts +2 -2
  105. package/dist/types/src/api-model/models/index.d.ts +28 -4
  106. package/dist/types/src/api-model/models/item-input.d.ts +4 -4
  107. package/dist/types/src/api-model/models/item-label-page-type.d.ts +30 -0
  108. package/dist/types/src/api-model/models/item.d.ts +2 -2
  109. package/dist/types/src/api-model/models/label-owner.d.ts +2 -1
  110. package/dist/types/src/api-model/models/label-print-type.d.ts +21 -0
  111. package/dist/types/src/api-model/models/list-delivery-window-options-response.d.ts +32 -0
  112. package/dist/types/src/api-model/models/list-inbound-plan-boxes-response.d.ts +3 -3
  113. package/dist/types/src/api-model/models/list-inbound-plan-items-response.d.ts +3 -3
  114. package/dist/types/src/api-model/models/list-inbound-plan-pallets-response.d.ts +3 -3
  115. package/dist/types/src/api-model/models/list-inbound-plans-response.d.ts +3 -3
  116. package/dist/types/src/api-model/models/list-item-compliance-details-response.d.ts +2 -2
  117. package/dist/types/src/api-model/models/list-packing-group-boxes-response.d.ts +32 -0
  118. package/dist/types/src/api-model/models/list-packing-group-items-response.d.ts +4 -4
  119. package/dist/types/src/api-model/models/list-packing-options-response.d.ts +3 -3
  120. package/dist/types/src/api-model/models/list-placement-options-response.d.ts +3 -3
  121. package/dist/types/src/api-model/models/list-shipment-boxes-response.d.ts +32 -0
  122. package/dist/types/src/api-model/models/list-shipment-content-update-previews-response.d.ts +32 -0
  123. package/dist/types/src/api-model/models/list-shipment-items-response.d.ts +32 -0
  124. package/dist/types/src/api-model/models/list-shipment-pallets-response.d.ts +32 -0
  125. package/dist/types/src/api-model/models/list-transportation-options-response.d.ts +3 -3
  126. package/dist/types/src/api-model/models/msku-quantity.d.ts +30 -0
  127. package/dist/types/src/api-model/models/operation-problem.d.ts +1 -1
  128. package/dist/types/src/api-model/models/package-grouping-input.d.ts +1 -1
  129. package/dist/types/src/api-model/models/packing-option-summary.d.ts +1 -1
  130. package/dist/types/src/api-model/models/packing-option.d.ts +5 -11
  131. package/dist/types/src/api-model/models/pallet-input.d.ts +4 -4
  132. package/dist/types/src/api-model/models/pallet.d.ts +3 -3
  133. package/dist/types/src/api-model/models/placement-option-summary.d.ts +2 -2
  134. package/dist/types/src/api-model/models/placement-option.d.ts +4 -4
  135. package/dist/types/src/api-model/models/prep-instruction.d.ts +3 -3
  136. package/dist/types/src/api-model/models/prep-owner.d.ts +2 -1
  137. package/dist/types/src/api-model/models/quote.d.ts +2 -2
  138. package/dist/types/src/api-model/models/requested-updates.d.ts +32 -0
  139. package/dist/types/src/api-model/models/schedule-self-ship-appointment-request.d.ts +2 -2
  140. package/dist/types/src/api-model/models/schedule-self-ship-appointment-response.d.ts +2 -2
  141. package/dist/types/src/api-model/models/selected-delivery-window.d.ts +48 -0
  142. package/dist/types/src/api-model/models/self-ship-appointment-details.d.ts +1 -1
  143. package/dist/types/src/api-model/models/self-ship-appointment-slots-availability.d.ts +2 -2
  144. package/dist/types/src/api-model/models/set-packing-information-request.d.ts +3 -3
  145. package/dist/types/src/api-model/models/set-packing-information-response.d.ts +1 -1
  146. package/dist/types/src/api-model/models/shipment-destination.d.ts +3 -3
  147. package/dist/types/src/api-model/models/shipment-source.d.ts +2 -2
  148. package/dist/types/src/api-model/models/shipment-summary.d.ts +2 -2
  149. package/dist/types/src/api-model/models/shipment-transportation-configuration.d.ts +13 -6
  150. package/dist/types/src/api-model/models/shipment.d.ts +20 -19
  151. package/dist/types/src/api-model/models/shipping-configuration.d.ts +2 -2
  152. package/dist/types/src/api-model/models/spd-tracking-detail-input.d.ts +1 -1
  153. package/dist/types/src/api-model/models/spd-tracking-detail.d.ts +1 -1
  154. package/dist/types/src/api-model/models/spd-tracking-item-input.d.ts +1 -1
  155. package/dist/types/src/api-model/models/spd-tracking-item.d.ts +2 -2
  156. package/dist/types/src/api-model/models/tax-details.d.ts +2 -2
  157. package/dist/types/src/api-model/models/tax-rate.d.ts +1 -1
  158. package/dist/types/src/api-model/models/tracking-details-input.d.ts +2 -2
  159. package/dist/types/src/api-model/models/tracking-details.d.ts +2 -2
  160. package/dist/types/src/api-model/models/transportation-option.d.ts +13 -19
  161. package/dist/types/src/api-model/models/transportation-selection.d.ts +1 -8
  162. package/dist/types/src/api-model/models/update-inbound-plan-name-request.d.ts +24 -0
  163. package/dist/types/src/api-model/models/update-item-compliance-details-request.d.ts +1 -1
  164. package/dist/types/src/api-model/models/update-shipment-name-request.d.ts +24 -0
  165. package/dist/types/src/api-model/models/{update-shipment-delivery-window-request.d.ts → update-shipment-source-address-request.d.ts} +7 -7
  166. package/dist/types/src/api-model/models/update-shipment-source-address-response.d.ts +24 -0
  167. package/dist/types/src/api-model/models/update-shipment-tracking-details-request.d.ts +1 -1
  168. package/dist/types/src/api-model/models/weight.d.ts +1 -1
  169. package/package.json +4 -4
  170. package/dist/types/src/api-model/models/box-content.d.ts +0 -56
  171. package/dist/types/src/api-model/models/pallet-information.d.ts +0 -38
  172. /package/dist/cjs/src/api-model/models/{box-content.js → address-input.js} +0 -0
  173. /package/dist/cjs/src/api-model/models/{pallet-information.js → box-update-input.js} +0 -0
  174. /package/dist/cjs/src/api-model/models/{update-shipment-delivery-window-request.js → carrier-appointment.js} +0 -0
  175. /package/dist/cjs/src/api-model/models/{update-shipment-delivery-window-response.js → confirm-delivery-window-options-response.js} +0 -0
  176. /package/dist/es/src/api-model/models/{box-content.js → address-input.js} +0 -0
  177. /package/dist/es/src/api-model/models/{pallet-information.js → box-update-input.js} +0 -0
  178. /package/dist/es/src/api-model/models/{update-shipment-delivery-window-request.js → carrier-appointment.js} +0 -0
  179. /package/dist/es/src/api-model/models/{update-shipment-delivery-window-response.js → confirm-delivery-window-options-response.js} +0 -0
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
16
16
  return (mod && mod.__esModule) ? mod : { "default": mod };
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.FbaInboundApi = exports.FbaInboundApiFactory = exports.FbaInboundApiFp = exports.FbaInboundApiAxiosParamCreator = void 0;
19
+ exports.ListInboundPlansSortOrderEnum = exports.ListInboundPlansSortByEnum = exports.ListInboundPlansStatusEnum = exports.FbaInboundApi = exports.FbaInboundApiFactory = exports.FbaInboundApiFp = exports.FbaInboundApiAxiosParamCreator = void 0;
20
20
  const axios_1 = __importDefault(require("axios"));
21
21
  // Some imports not used depending on template conditions
22
22
  // @ts-ignore
@@ -30,8 +30,8 @@ const base_1 = require("../base");
30
30
  const FbaInboundApiAxiosParamCreator = function (configuration) {
31
31
  return {
32
32
  /**
33
- * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
34
- * @param {string} inboundPlanId Identifier to an inbound plan.
33
+ * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **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 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).
34
+ * @param {string} inboundPlanId Identifier of an inbound plan.
35
35
  * @param {*} [options] Override http request option.
36
36
  * @throws {RequiredError}
37
37
  */
@@ -58,27 +58,23 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
58
58
  };
59
59
  },
60
60
  /**
61
- * Cancels a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
62
- * @param {string} inboundPlanId Identifier to an inbound plan.
63
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
64
- * @param {string} slotId Identifier to a self-ship appointment slot.
61
+ * Cancels a self-ship appointment slot against 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 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).
62
+ * @param {string} inboundPlanId Identifier of an inbound plan.
63
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
65
64
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
66
65
  * @param {*} [options] Override http request option.
67
66
  * @throws {RequiredError}
68
67
  */
69
- cancelSelfShipAppointment: async (inboundPlanId, shipmentId, slotId, body, options = {}) => {
68
+ cancelSelfShipAppointment: async (inboundPlanId, shipmentId, body, options = {}) => {
70
69
  // verify required parameter 'inboundPlanId' is not null or undefined
71
70
  (0, common_1.assertParamExists)('cancelSelfShipAppointment', 'inboundPlanId', inboundPlanId);
72
71
  // verify required parameter 'shipmentId' is not null or undefined
73
72
  (0, common_1.assertParamExists)('cancelSelfShipAppointment', 'shipmentId', shipmentId);
74
- // verify required parameter 'slotId' is not null or undefined
75
- (0, common_1.assertParamExists)('cancelSelfShipAppointment', 'slotId', slotId);
76
73
  // verify required parameter 'body' is not null or undefined
77
74
  (0, common_1.assertParamExists)('cancelSelfShipAppointment', 'body', body);
78
- const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/cancellation`
75
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation`
79
76
  .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
80
- .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
81
- .replace(`{${"slotId"}}`, encodeURIComponent(String(slotId)));
77
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
82
78
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
83
79
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
84
80
  let baseOptions;
@@ -99,9 +95,45 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
99
95
  };
100
96
  },
101
97
  /**
102
- * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
103
- * @param {string} inboundPlanId Identifier to an inbound plan.
104
- * @param {string} packingOptionId Identifier to a packing option.
98
+ * 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 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).
99
+ * @param {string} inboundPlanId Identifier of an inbound plan.
100
+ * @param {string} shipmentId The shipment to confirm the delivery window option for.
101
+ * @param {string} deliveryWindowOptionId The id of the delivery window option to be confirmed.
102
+ * @param {*} [options] Override http request option.
103
+ * @throws {RequiredError}
104
+ */
105
+ confirmDeliveryWindowOptions: async (inboundPlanId, shipmentId, deliveryWindowOptionId, options = {}) => {
106
+ // verify required parameter 'inboundPlanId' is not null or undefined
107
+ (0, common_1.assertParamExists)('confirmDeliveryWindowOptions', 'inboundPlanId', inboundPlanId);
108
+ // verify required parameter 'shipmentId' is not null or undefined
109
+ (0, common_1.assertParamExists)('confirmDeliveryWindowOptions', 'shipmentId', shipmentId);
110
+ // verify required parameter 'deliveryWindowOptionId' is not null or undefined
111
+ (0, common_1.assertParamExists)('confirmDeliveryWindowOptions', 'deliveryWindowOptionId', deliveryWindowOptionId);
112
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation`
113
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
114
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
115
+ .replace(`{${"deliveryWindowOptionId"}}`, encodeURIComponent(String(deliveryWindowOptionId)));
116
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
117
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
118
+ let baseOptions;
119
+ if (configuration) {
120
+ baseOptions = configuration.baseOptions;
121
+ }
122
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
123
+ const localVarHeaderParameter = {};
124
+ const localVarQueryParameter = {};
125
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
126
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
127
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
128
+ return {
129
+ url: (0, common_1.toPathString)(localVarUrlObj),
130
+ options: localVarRequestOptions,
131
+ };
132
+ },
133
+ /**
134
+ * 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 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).
135
+ * @param {string} inboundPlanId Identifier of an inbound plan.
136
+ * @param {string} packingOptionId Identifier of a packing option.
105
137
  * @param {*} [options] Override http request option.
106
138
  * @throws {RequiredError}
107
139
  */
@@ -131,9 +163,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
131
163
  };
132
164
  },
133
165
  /**
134
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
135
- * @param {string} inboundPlanId Identifier to an inbound plan.
136
- * @param {string} placementOptionId Identifier to a placement option. A placement option represents the shipment splits and destinations of SKUs.
166
+ * 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 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).
167
+ * @param {string} inboundPlanId Identifier of an inbound plan.
168
+ * @param {string} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
137
169
  * @param {*} [options] Override http request option.
138
170
  * @throws {RequiredError}
139
171
  */
@@ -163,8 +195,44 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
163
195
  };
164
196
  },
165
197
  /**
166
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
167
- * @param {string} inboundPlanId Identifier to an inbound plan.
198
+ * 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 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).
199
+ * @param {string} inboundPlanId Identifier of an inbound plan.
200
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
201
+ * @param {string} contentUpdatePreviewId Identifier of a content update preview.
202
+ * @param {*} [options] Override http request option.
203
+ * @throws {RequiredError}
204
+ */
205
+ confirmShipmentContentUpdatePreview: async (inboundPlanId, shipmentId, contentUpdatePreviewId, options = {}) => {
206
+ // verify required parameter 'inboundPlanId' is not null or undefined
207
+ (0, common_1.assertParamExists)('confirmShipmentContentUpdatePreview', 'inboundPlanId', inboundPlanId);
208
+ // verify required parameter 'shipmentId' is not null or undefined
209
+ (0, common_1.assertParamExists)('confirmShipmentContentUpdatePreview', 'shipmentId', shipmentId);
210
+ // verify required parameter 'contentUpdatePreviewId' is not null or undefined
211
+ (0, common_1.assertParamExists)('confirmShipmentContentUpdatePreview', 'contentUpdatePreviewId', contentUpdatePreviewId);
212
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation`
213
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
214
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
215
+ .replace(`{${"contentUpdatePreviewId"}}`, encodeURIComponent(String(contentUpdatePreviewId)));
216
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
217
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
218
+ let baseOptions;
219
+ if (configuration) {
220
+ baseOptions = configuration.baseOptions;
221
+ }
222
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
223
+ const localVarHeaderParameter = {};
224
+ const localVarQueryParameter = {};
225
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
226
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
227
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
228
+ return {
229
+ url: (0, common_1.toPathString)(localVarUrlObj),
230
+ options: localVarRequestOptions,
231
+ };
232
+ },
233
+ /**
234
+ * 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 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).
235
+ * @param {string} inboundPlanId Identifier of an inbound plan.
168
236
  * @param {ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
169
237
  * @param {*} [options] Override http request option.
170
238
  * @throws {RequiredError}
@@ -196,7 +264,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
196
264
  };
197
265
  },
198
266
  /**
199
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
267
+ * 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 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).
200
268
  * @param {CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
201
269
  * @param {*} [options] Override http request option.
202
270
  * @throws {RequiredError}
@@ -225,8 +293,69 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
225
293
  };
226
294
  },
227
295
  /**
228
- * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
229
- * @param {string} inboundPlanId Identifier to an inbound plan.
296
+ * 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 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).
297
+ * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
298
+ * @param {*} [options] Override http request option.
299
+ * @throws {RequiredError}
300
+ */
301
+ createMarketplaceItemLabels: async (body, options = {}) => {
302
+ // verify required parameter 'body' is not null or undefined
303
+ (0, common_1.assertParamExists)('createMarketplaceItemLabels', 'body', body);
304
+ const localVarPath = `/inbound/fba/2024-03-20/items/labels`;
305
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
306
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
307
+ let baseOptions;
308
+ if (configuration) {
309
+ baseOptions = configuration.baseOptions;
310
+ }
311
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
312
+ const localVarHeaderParameter = {};
313
+ const localVarQueryParameter = {};
314
+ localVarHeaderParameter['Content-Type'] = 'application/json';
315
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
316
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
317
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
318
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
319
+ return {
320
+ url: (0, common_1.toPathString)(localVarUrlObj),
321
+ options: localVarRequestOptions,
322
+ };
323
+ },
324
+ /**
325
+ * 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 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).
326
+ * @param {string} inboundPlanId Identifier of an inbound plan.
327
+ * @param {string} shipmentId The shipment to generate delivery window options for.
328
+ * @param {*} [options] Override http request option.
329
+ * @throws {RequiredError}
330
+ */
331
+ generateDeliveryWindowOptions: async (inboundPlanId, shipmentId, options = {}) => {
332
+ // verify required parameter 'inboundPlanId' is not null or undefined
333
+ (0, common_1.assertParamExists)('generateDeliveryWindowOptions', 'inboundPlanId', inboundPlanId);
334
+ // verify required parameter 'shipmentId' is not null or undefined
335
+ (0, common_1.assertParamExists)('generateDeliveryWindowOptions', 'shipmentId', shipmentId);
336
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions`
337
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
338
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
339
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
340
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
341
+ let baseOptions;
342
+ if (configuration) {
343
+ baseOptions = configuration.baseOptions;
344
+ }
345
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
346
+ const localVarHeaderParameter = {};
347
+ const localVarQueryParameter = {};
348
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
349
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
350
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
351
+ return {
352
+ url: (0, common_1.toPathString)(localVarUrlObj),
353
+ options: localVarRequestOptions,
354
+ };
355
+ },
356
+ /**
357
+ * 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 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).
358
+ * @param {string} inboundPlanId Identifier of an inbound plan.
230
359
  * @param {*} [options] Override http request option.
231
360
  * @throws {RequiredError}
232
361
  */
@@ -253,8 +382,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
253
382
  };
254
383
  },
255
384
  /**
256
- * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
257
- * @param {string} inboundPlanId Identifier to an inbound plan.
385
+ * 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 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).
386
+ * @param {string} inboundPlanId Identifier of an inbound plan.
258
387
  * @param {GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
259
388
  * @param {*} [options] Override http request option.
260
389
  * @throws {RequiredError}
@@ -286,10 +415,10 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
286
415
  };
287
416
  },
288
417
  /**
289
- * Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
290
- * @param {string} inboundPlanId Identifier to an inbound plan.
291
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
292
- * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request `generateSelfShipAppointmentSlots`.
418
+ * Initiates the process of generating the appointment slots list. **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 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).
419
+ * @param {string} inboundPlanId Identifier of an inbound plan.
420
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
421
+ * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
293
422
  * @param {*} [options] Override http request option.
294
423
  * @throws {RequiredError}
295
424
  */
@@ -323,8 +452,45 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
323
452
  };
324
453
  },
325
454
  /**
326
- * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
327
- * @param {string} inboundPlanId Identifier to an inbound plan.
455
+ * 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 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).
456
+ * @param {string} inboundPlanId Identifier of an inbound plan.
457
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
458
+ * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
459
+ * @param {*} [options] Override http request option.
460
+ * @throws {RequiredError}
461
+ */
462
+ generateShipmentContentUpdatePreviews: async (inboundPlanId, shipmentId, body, options = {}) => {
463
+ // verify required parameter 'inboundPlanId' is not null or undefined
464
+ (0, common_1.assertParamExists)('generateShipmentContentUpdatePreviews', 'inboundPlanId', inboundPlanId);
465
+ // verify required parameter 'shipmentId' is not null or undefined
466
+ (0, common_1.assertParamExists)('generateShipmentContentUpdatePreviews', 'shipmentId', shipmentId);
467
+ // verify required parameter 'body' is not null or undefined
468
+ (0, common_1.assertParamExists)('generateShipmentContentUpdatePreviews', 'body', body);
469
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews`
470
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
471
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
472
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
473
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
474
+ let baseOptions;
475
+ if (configuration) {
476
+ baseOptions = configuration.baseOptions;
477
+ }
478
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
479
+ const localVarHeaderParameter = {};
480
+ const localVarQueryParameter = {};
481
+ localVarHeaderParameter['Content-Type'] = 'application/json';
482
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
483
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
484
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
485
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
486
+ return {
487
+ url: (0, common_1.toPathString)(localVarUrlObj),
488
+ options: localVarRequestOptions,
489
+ };
490
+ },
491
+ /**
492
+ * 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 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).
493
+ * @param {string} inboundPlanId Identifier of an inbound plan.
328
494
  * @param {GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
329
495
  * @param {*} [options] Override http request option.
330
496
  * @throws {RequiredError}
@@ -356,9 +522,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
356
522
  };
357
523
  },
358
524
  /**
359
- * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
360
- * @param {string} inboundPlanId Identifier to an inbound plan.
361
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
525
+ * 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 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).
526
+ * @param {string} inboundPlanId Identifier of an inbound plan.
527
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
362
528
  * @param {*} [options] Override http request option.
363
529
  * @throws {RequiredError}
364
530
  */
@@ -388,8 +554,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
388
554
  };
389
555
  },
390
556
  /**
391
- * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
392
- * @param {string} operationId Identifier to an asynchronous operation.
557
+ * 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 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).
558
+ * @param {string} operationId Identifier of an asynchronous operation.
393
559
  * @param {*} [options] Override http request option.
394
560
  * @throws {RequiredError}
395
561
  */
@@ -416,8 +582,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
416
582
  };
417
583
  },
418
584
  /**
419
- * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
420
- * @param {string} inboundPlanId Identifier to an inbound plan.
585
+ * 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 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).
586
+ * @param {string} inboundPlanId Identifier of an inbound plan.
421
587
  * @param {*} [options] Override http request option.
422
588
  * @throws {RequiredError}
423
589
  */
@@ -444,9 +610,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
444
610
  };
445
611
  },
446
612
  /**
447
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
448
- * @param {string} inboundPlanId Identifier to an inbound plan.
449
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
613
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **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 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).
614
+ * @param {string} inboundPlanId Identifier of an inbound plan.
615
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
450
616
  * @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
451
617
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
452
618
  * @param {*} [options] Override http request option.
@@ -484,9 +650,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
484
650
  };
485
651
  },
486
652
  /**
487
- * 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 | | ---- | ---- | | 1 | 1 | 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).
488
- * @param {string} inboundPlanId Identifier to an inbound plan.
489
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
653
+ * 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 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).
654
+ * @param {string} inboundPlanId Identifier of an inbound plan.
655
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
490
656
  * @param {*} [options] Override http request option.
491
657
  * @throws {RequiredError}
492
658
  */
@@ -516,8 +682,84 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
516
682
  };
517
683
  },
518
684
  /**
519
- * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
520
- * @param {string} inboundPlanId Identifier to an inbound plan.
685
+ * 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 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).
686
+ * @param {string} inboundPlanId Identifier of an inbound plan.
687
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
688
+ * @param {string} contentUpdatePreviewId Identifier of a content update preview.
689
+ * @param {*} [options] Override http request option.
690
+ * @throws {RequiredError}
691
+ */
692
+ getShipmentContentUpdatePreview: async (inboundPlanId, shipmentId, contentUpdatePreviewId, options = {}) => {
693
+ // verify required parameter 'inboundPlanId' is not null or undefined
694
+ (0, common_1.assertParamExists)('getShipmentContentUpdatePreview', 'inboundPlanId', inboundPlanId);
695
+ // verify required parameter 'shipmentId' is not null or undefined
696
+ (0, common_1.assertParamExists)('getShipmentContentUpdatePreview', 'shipmentId', shipmentId);
697
+ // verify required parameter 'contentUpdatePreviewId' is not null or undefined
698
+ (0, common_1.assertParamExists)('getShipmentContentUpdatePreview', 'contentUpdatePreviewId', contentUpdatePreviewId);
699
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}`
700
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
701
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)))
702
+ .replace(`{${"contentUpdatePreviewId"}}`, encodeURIComponent(String(contentUpdatePreviewId)));
703
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
704
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
705
+ let baseOptions;
706
+ if (configuration) {
707
+ baseOptions = configuration.baseOptions;
708
+ }
709
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
710
+ const localVarHeaderParameter = {};
711
+ const localVarQueryParameter = {};
712
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
713
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
714
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
715
+ return {
716
+ url: (0, common_1.toPathString)(localVarUrlObj),
717
+ options: localVarRequestOptions,
718
+ };
719
+ },
720
+ /**
721
+ * 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 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).
722
+ * @param {string} inboundPlanId Identifier of an inbound plan.
723
+ * @param {string} shipmentId The shipment to get delivery window options for.
724
+ * @param {number} [pageSize] The number of delivery window options to return in the response matching the given query.
725
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
726
+ * @param {*} [options] Override http request option.
727
+ * @throws {RequiredError}
728
+ */
729
+ listDeliveryWindowOptions: async (inboundPlanId, shipmentId, pageSize, paginationToken, options = {}) => {
730
+ // verify required parameter 'inboundPlanId' is not null or undefined
731
+ (0, common_1.assertParamExists)('listDeliveryWindowOptions', 'inboundPlanId', inboundPlanId);
732
+ // verify required parameter 'shipmentId' is not null or undefined
733
+ (0, common_1.assertParamExists)('listDeliveryWindowOptions', 'shipmentId', shipmentId);
734
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions`
735
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
736
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
737
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
738
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
739
+ let baseOptions;
740
+ if (configuration) {
741
+ baseOptions = configuration.baseOptions;
742
+ }
743
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
744
+ const localVarHeaderParameter = {};
745
+ const localVarQueryParameter = {};
746
+ if (pageSize !== undefined) {
747
+ localVarQueryParameter['pageSize'] = pageSize;
748
+ }
749
+ if (paginationToken !== undefined) {
750
+ localVarQueryParameter['paginationToken'] = paginationToken;
751
+ }
752
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
753
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
754
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
755
+ return {
756
+ url: (0, common_1.toPathString)(localVarUrlObj),
757
+ options: localVarRequestOptions,
758
+ };
759
+ },
760
+ /**
761
+ * 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 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).
762
+ * @param {string} inboundPlanId Identifier of an inbound plan.
521
763
  * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
522
764
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
523
765
  * @param {*} [options] Override http request option.
@@ -552,8 +794,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
552
794
  };
553
795
  },
554
796
  /**
555
- * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
556
- * @param {string} inboundPlanId Identifier to an inbound plan.
797
+ * 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 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).
798
+ * @param {string} inboundPlanId Identifier of an inbound plan.
557
799
  * @param {number} [pageSize] The number of items to return in the response matching the given query.
558
800
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
559
801
  * @param {*} [options] Override http request option.
@@ -588,8 +830,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
588
830
  };
589
831
  },
590
832
  /**
591
- * 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 | | ---- | ---- | | 1 | 1 | 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).
592
- * @param {string} inboundPlanId Identifier to an inbound plan.
833
+ * 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 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).
834
+ * @param {string} inboundPlanId Identifier of an inbound plan.
593
835
  * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
594
836
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
595
837
  * @param {*} [options] Override http request option.
@@ -624,12 +866,12 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
624
866
  };
625
867
  },
626
868
  /**
627
- * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
869
+ * 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 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).
628
870
  * @param {number} [pageSize] The number of inbound plans to return in the response matching the given query.
629
871
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
630
- * @param {'ACTIVE' | 'VOIDED' | 'SHIPPED'} [status] The status of an inbound plan.
631
- * @param {'LAST_UPDATED_TIME' | 'CREATION_TIME'} [sortBy] Sort by field.
632
- * @param {'ASC' | 'DESC'} [sortOrder] The sort order.
872
+ * @param {ListInboundPlansStatusEnum} [status] The status of an inbound plan.
873
+ * @param {ListInboundPlansSortByEnum} [sortBy] Sort by field.
874
+ * @param {ListInboundPlansSortOrderEnum} [sortOrder] The sort order.
633
875
  * @param {*} [options] Override http request option.
634
876
  * @throws {RequiredError}
635
877
  */
@@ -668,8 +910,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
668
910
  };
669
911
  },
670
912
  /**
671
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
672
- * @param {Array<string>} mskus List of merchant SKUs, a merchant-supplied identifier for a specific SKU.
913
+ * List the inbound compliance details for MSKUs in a given 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 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).
914
+ * @param {Array<string>} mskus List of merchant SKUs - a merchant-supplied identifier for a specific SKU.
673
915
  * @param {string} marketplaceId The Marketplace ID. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a list of possible values.
674
916
  * @param {*} [options] Override http request option.
675
917
  * @throws {RequiredError}
@@ -704,25 +946,61 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
704
946
  };
705
947
  },
706
948
  /**
707
- * Retrieves a list of all items in a packing options\'s packing group. Packing options must first be generated by the corresponding endpoint before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
708
- * @param {string} inboundPlanId Identifier to an inbound plan.
709
- * @param {string} packingOptionId Identifier to a packing option.
710
- * @param {string} packingGroupId Identifier to a packing group.
949
+ * 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 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).
950
+ * @param {string} inboundPlanId Identifier of an inbound plan.
951
+ * @param {string} packingGroupId Identifier of a packing group.
952
+ * @param {number} [pageSize] The number of packing group boxes to return in the response matching the given query.
953
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
954
+ * @param {*} [options] Override http request option.
955
+ * @throws {RequiredError}
956
+ */
957
+ listPackingGroupBoxes: async (inboundPlanId, packingGroupId, pageSize, paginationToken, options = {}) => {
958
+ // verify required parameter 'inboundPlanId' is not null or undefined
959
+ (0, common_1.assertParamExists)('listPackingGroupBoxes', 'inboundPlanId', inboundPlanId);
960
+ // verify required parameter 'packingGroupId' is not null or undefined
961
+ (0, common_1.assertParamExists)('listPackingGroupBoxes', 'packingGroupId', packingGroupId);
962
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes`
963
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
964
+ .replace(`{${"packingGroupId"}}`, encodeURIComponent(String(packingGroupId)));
965
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
966
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
967
+ let baseOptions;
968
+ if (configuration) {
969
+ baseOptions = configuration.baseOptions;
970
+ }
971
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
972
+ const localVarHeaderParameter = {};
973
+ const localVarQueryParameter = {};
974
+ if (pageSize !== undefined) {
975
+ localVarQueryParameter['pageSize'] = pageSize;
976
+ }
977
+ if (paginationToken !== undefined) {
978
+ localVarQueryParameter['paginationToken'] = paginationToken;
979
+ }
980
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
981
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
982
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
983
+ return {
984
+ url: (0, common_1.toPathString)(localVarUrlObj),
985
+ options: localVarRequestOptions,
986
+ };
987
+ },
988
+ /**
989
+ * 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 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).
990
+ * @param {string} inboundPlanId Identifier of an inbound plan.
991
+ * @param {string} packingGroupId Identifier of a packing group.
711
992
  * @param {number} [pageSize] The number of packing group items to return in the response matching the given query.
712
993
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
713
994
  * @param {*} [options] Override http request option.
714
995
  * @throws {RequiredError}
715
996
  */
716
- listPackingGroupItems: async (inboundPlanId, packingOptionId, packingGroupId, pageSize, paginationToken, options = {}) => {
997
+ listPackingGroupItems: async (inboundPlanId, packingGroupId, pageSize, paginationToken, options = {}) => {
717
998
  // verify required parameter 'inboundPlanId' is not null or undefined
718
999
  (0, common_1.assertParamExists)('listPackingGroupItems', 'inboundPlanId', inboundPlanId);
719
- // verify required parameter 'packingOptionId' is not null or undefined
720
- (0, common_1.assertParamExists)('listPackingGroupItems', 'packingOptionId', packingOptionId);
721
1000
  // verify required parameter 'packingGroupId' is not null or undefined
722
1001
  (0, common_1.assertParamExists)('listPackingGroupItems', 'packingGroupId', packingGroupId);
723
- const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/packingGroups/{packingGroupId}/items`
1002
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items`
724
1003
  .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
725
- .replace(`{${"packingOptionId"}}`, encodeURIComponent(String(packingOptionId)))
726
1004
  .replace(`{${"packingGroupId"}}`, encodeURIComponent(String(packingGroupId)));
727
1005
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
728
1006
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -748,8 +1026,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
748
1026
  };
749
1027
  },
750
1028
  /**
751
- * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
752
- * @param {string} inboundPlanId Identifier to an inbound plan.
1029
+ * 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 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).
1030
+ * @param {string} inboundPlanId Identifier of an inbound plan.
753
1031
  * @param {number} [pageSize] The number of packing options to return in the response matching the given query.
754
1032
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
755
1033
  * @param {*} [options] Override http request option.
@@ -784,8 +1062,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
784
1062
  };
785
1063
  },
786
1064
  /**
787
- * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
788
- * @param {string} inboundPlanId Identifier to an inbound plan.
1065
+ * 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 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).
1066
+ * @param {string} inboundPlanId Identifier of an inbound plan.
789
1067
  * @param {number} [pageSize] The number of placement options to return in the response matching the given query.
790
1068
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
791
1069
  * @param {*} [options] Override http request option.
@@ -820,12 +1098,172 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
820
1098
  };
821
1099
  },
822
1100
  /**
823
- * Retrieves all transportation options for a shipment. Transportation options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
824
- * @param {string} inboundPlanId Identifier to an inbound plan.
1101
+ * 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 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).
1102
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1103
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1104
+ * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
1105
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1106
+ * @param {*} [options] Override http request option.
1107
+ * @throws {RequiredError}
1108
+ */
1109
+ listShipmentBoxes: async (inboundPlanId, shipmentId, pageSize, paginationToken, options = {}) => {
1110
+ // verify required parameter 'inboundPlanId' is not null or undefined
1111
+ (0, common_1.assertParamExists)('listShipmentBoxes', 'inboundPlanId', inboundPlanId);
1112
+ // verify required parameter 'shipmentId' is not null or undefined
1113
+ (0, common_1.assertParamExists)('listShipmentBoxes', 'shipmentId', shipmentId);
1114
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes`
1115
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1116
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
1117
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1118
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1119
+ let baseOptions;
1120
+ if (configuration) {
1121
+ baseOptions = configuration.baseOptions;
1122
+ }
1123
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
1124
+ const localVarHeaderParameter = {};
1125
+ const localVarQueryParameter = {};
1126
+ if (pageSize !== undefined) {
1127
+ localVarQueryParameter['pageSize'] = pageSize;
1128
+ }
1129
+ if (paginationToken !== undefined) {
1130
+ localVarQueryParameter['paginationToken'] = paginationToken;
1131
+ }
1132
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1133
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1134
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
1135
+ return {
1136
+ url: (0, common_1.toPathString)(localVarUrlObj),
1137
+ options: localVarRequestOptions,
1138
+ };
1139
+ },
1140
+ /**
1141
+ * 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 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).
1142
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1143
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1144
+ * @param {number} [pageSize] The number of content update previews to return.
1145
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1146
+ * @param {*} [options] Override http request option.
1147
+ * @throws {RequiredError}
1148
+ */
1149
+ listShipmentContentUpdatePreviews: async (inboundPlanId, shipmentId, pageSize, paginationToken, options = {}) => {
1150
+ // verify required parameter 'inboundPlanId' is not null or undefined
1151
+ (0, common_1.assertParamExists)('listShipmentContentUpdatePreviews', 'inboundPlanId', inboundPlanId);
1152
+ // verify required parameter 'shipmentId' is not null or undefined
1153
+ (0, common_1.assertParamExists)('listShipmentContentUpdatePreviews', 'shipmentId', shipmentId);
1154
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews`
1155
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1156
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
1157
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1158
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1159
+ let baseOptions;
1160
+ if (configuration) {
1161
+ baseOptions = configuration.baseOptions;
1162
+ }
1163
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
1164
+ const localVarHeaderParameter = {};
1165
+ const localVarQueryParameter = {};
1166
+ if (pageSize !== undefined) {
1167
+ localVarQueryParameter['pageSize'] = pageSize;
1168
+ }
1169
+ if (paginationToken !== undefined) {
1170
+ localVarQueryParameter['paginationToken'] = paginationToken;
1171
+ }
1172
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1173
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1174
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
1175
+ return {
1176
+ url: (0, common_1.toPathString)(localVarUrlObj),
1177
+ options: localVarRequestOptions,
1178
+ };
1179
+ },
1180
+ /**
1181
+ * 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 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).
1182
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1183
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1184
+ * @param {number} [pageSize] The number of items to return in the response matching the given query.
1185
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1186
+ * @param {*} [options] Override http request option.
1187
+ * @throws {RequiredError}
1188
+ */
1189
+ listShipmentItems: async (inboundPlanId, shipmentId, pageSize, paginationToken, options = {}) => {
1190
+ // verify required parameter 'inboundPlanId' is not null or undefined
1191
+ (0, common_1.assertParamExists)('listShipmentItems', 'inboundPlanId', inboundPlanId);
1192
+ // verify required parameter 'shipmentId' is not null or undefined
1193
+ (0, common_1.assertParamExists)('listShipmentItems', 'shipmentId', shipmentId);
1194
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items`
1195
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1196
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
1197
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1198
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1199
+ let baseOptions;
1200
+ if (configuration) {
1201
+ baseOptions = configuration.baseOptions;
1202
+ }
1203
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
1204
+ const localVarHeaderParameter = {};
1205
+ const localVarQueryParameter = {};
1206
+ if (pageSize !== undefined) {
1207
+ localVarQueryParameter['pageSize'] = pageSize;
1208
+ }
1209
+ if (paginationToken !== undefined) {
1210
+ localVarQueryParameter['paginationToken'] = paginationToken;
1211
+ }
1212
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1213
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1214
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
1215
+ return {
1216
+ url: (0, common_1.toPathString)(localVarUrlObj),
1217
+ options: localVarRequestOptions,
1218
+ };
1219
+ },
1220
+ /**
1221
+ * 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 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).
1222
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1223
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1224
+ * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
1225
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1226
+ * @param {*} [options] Override http request option.
1227
+ * @throws {RequiredError}
1228
+ */
1229
+ listShipmentPallets: async (inboundPlanId, shipmentId, pageSize, paginationToken, options = {}) => {
1230
+ // verify required parameter 'inboundPlanId' is not null or undefined
1231
+ (0, common_1.assertParamExists)('listShipmentPallets', 'inboundPlanId', inboundPlanId);
1232
+ // verify required parameter 'shipmentId' is not null or undefined
1233
+ (0, common_1.assertParamExists)('listShipmentPallets', 'shipmentId', shipmentId);
1234
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets`
1235
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1236
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
1237
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1238
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1239
+ let baseOptions;
1240
+ if (configuration) {
1241
+ baseOptions = configuration.baseOptions;
1242
+ }
1243
+ const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
1244
+ const localVarHeaderParameter = {};
1245
+ const localVarQueryParameter = {};
1246
+ if (pageSize !== undefined) {
1247
+ localVarQueryParameter['pageSize'] = pageSize;
1248
+ }
1249
+ if (paginationToken !== undefined) {
1250
+ localVarQueryParameter['paginationToken'] = paginationToken;
1251
+ }
1252
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1253
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1254
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
1255
+ return {
1256
+ url: (0, common_1.toPathString)(localVarUrlObj),
1257
+ options: localVarRequestOptions,
1258
+ };
1259
+ },
1260
+ /**
1261
+ * 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 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).
1262
+ * @param {string} inboundPlanId Identifier of an inbound plan.
825
1263
  * @param {number} [pageSize] The number of transportation options to return in the response matching the given query.
826
1264
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
827
- * @param {string} [placementOptionId] The placement option to get transportation options for. Either placementOptionId or shipmentId must be specified.
828
- * @param {string} [shipmentId] The shipment to get transportation options for. Either placementOptionId or shipmentId must be specified.
1265
+ * @param {string} [placementOptionId] The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
1266
+ * @param {string} [shipmentId] The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
829
1267
  * @param {*} [options] Override http request option.
830
1268
  * @throws {RequiredError}
831
1269
  */
@@ -864,10 +1302,10 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
864
1302
  };
865
1303
  },
866
1304
  /**
867
- * Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
868
- * @param {string} inboundPlanId Identifier to an inbound plan.
869
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
870
- * @param {string} slotId Identifier to a self-ship appointment slot.
1305
+ * Confirms or reschedules a self-ship appointment slot against a shipment. **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 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).
1306
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1307
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1308
+ * @param {string} slotId An identifier to a self-ship appointment slot.
871
1309
  * @param {ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
872
1310
  * @param {*} [options] Override http request option.
873
1311
  * @throws {RequiredError}
@@ -905,8 +1343,8 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
905
1343
  };
906
1344
  },
907
1345
  /**
908
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
909
- * @param {string} inboundPlanId Identifier to an inbound plan.
1346
+ * 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 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).
1347
+ * @param {string} inboundPlanId Identifier of an inbound plan.
910
1348
  * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
911
1349
  * @param {*} [options] Override http request option.
912
1350
  * @throws {RequiredError}
@@ -938,7 +1376,40 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
938
1376
  };
939
1377
  },
940
1378
  /**
941
- * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1379
+ * 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 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).
1380
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1381
+ * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
1382
+ * @param {*} [options] Override http request option.
1383
+ * @throws {RequiredError}
1384
+ */
1385
+ updateInboundPlanName: async (inboundPlanId, body, options = {}) => {
1386
+ // verify required parameter 'inboundPlanId' is not null or undefined
1387
+ (0, common_1.assertParamExists)('updateInboundPlanName', 'inboundPlanId', inboundPlanId);
1388
+ // verify required parameter 'body' is not null or undefined
1389
+ (0, common_1.assertParamExists)('updateInboundPlanName', 'body', body);
1390
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name`
1391
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)));
1392
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1393
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1394
+ let baseOptions;
1395
+ if (configuration) {
1396
+ baseOptions = configuration.baseOptions;
1397
+ }
1398
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
1399
+ const localVarHeaderParameter = {};
1400
+ const localVarQueryParameter = {};
1401
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1402
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1403
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1404
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
1405
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
1406
+ return {
1407
+ url: (0, common_1.toPathString)(localVarUrlObj),
1408
+ options: localVarRequestOptions,
1409
+ };
1410
+ },
1411
+ /**
1412
+ * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **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 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).
942
1413
  * @param {string} marketplaceId The Marketplace ID. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a list of possible values.
943
1414
  * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
944
1415
  * @param {*} [options] Override http request option.
@@ -948,8 +1419,48 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
948
1419
  // verify required parameter 'marketplaceId' is not null or undefined
949
1420
  (0, common_1.assertParamExists)('updateItemComplianceDetails', 'marketplaceId', marketplaceId);
950
1421
  // verify required parameter 'body' is not null or undefined
951
- (0, common_1.assertParamExists)('updateItemComplianceDetails', 'body', body);
952
- const localVarPath = `/inbound/fba/2024-03-20/items/compliance`;
1422
+ (0, common_1.assertParamExists)('updateItemComplianceDetails', 'body', body);
1423
+ const localVarPath = `/inbound/fba/2024-03-20/items/compliance`;
1424
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1425
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1426
+ let baseOptions;
1427
+ if (configuration) {
1428
+ baseOptions = configuration.baseOptions;
1429
+ }
1430
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
1431
+ const localVarHeaderParameter = {};
1432
+ const localVarQueryParameter = {};
1433
+ if (marketplaceId !== undefined) {
1434
+ localVarQueryParameter['marketplaceId'] = marketplaceId;
1435
+ }
1436
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1437
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1438
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1439
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
1440
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
1441
+ return {
1442
+ url: (0, common_1.toPathString)(localVarUrlObj),
1443
+ options: localVarRequestOptions,
1444
+ };
1445
+ },
1446
+ /**
1447
+ * 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 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).
1448
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1449
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1450
+ * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
1451
+ * @param {*} [options] Override http request option.
1452
+ * @throws {RequiredError}
1453
+ */
1454
+ updateShipmentName: async (inboundPlanId, shipmentId, body, options = {}) => {
1455
+ // verify required parameter 'inboundPlanId' is not null or undefined
1456
+ (0, common_1.assertParamExists)('updateShipmentName', 'inboundPlanId', inboundPlanId);
1457
+ // verify required parameter 'shipmentId' is not null or undefined
1458
+ (0, common_1.assertParamExists)('updateShipmentName', 'shipmentId', shipmentId);
1459
+ // verify required parameter 'body' is not null or undefined
1460
+ (0, common_1.assertParamExists)('updateShipmentName', 'body', body);
1461
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name`
1462
+ .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
1463
+ .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
953
1464
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
954
1465
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
955
1466
  let baseOptions;
@@ -959,9 +1470,6 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
959
1470
  const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
960
1471
  const localVarHeaderParameter = {};
961
1472
  const localVarQueryParameter = {};
962
- if (marketplaceId !== undefined) {
963
- localVarQueryParameter['marketplaceId'] = marketplaceId;
964
- }
965
1473
  localVarHeaderParameter['Content-Type'] = 'application/json';
966
1474
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
967
1475
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -973,21 +1481,21 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
973
1481
  };
974
1482
  },
975
1483
  /**
976
- * Update the time window that a shipment will be delivered to the warehouse. The window is used to provide the expected time that a non-Amazon partnered carrier will arrive at the warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
977
- * @param {string} inboundPlanId Identifier to an inbound plan.
978
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
979
- * @param {UpdateShipmentDeliveryWindowRequest} body The body of the request to &#x60;updateShipmentDeliveryWindow&#x60;.
1484
+ * 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 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).
1485
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1486
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1487
+ * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
980
1488
  * @param {*} [options] Override http request option.
981
1489
  * @throws {RequiredError}
982
1490
  */
983
- updateShipmentDeliveryWindow: async (inboundPlanId, shipmentId, body, options = {}) => {
1491
+ updateShipmentSourceAddress: async (inboundPlanId, shipmentId, body, options = {}) => {
984
1492
  // verify required parameter 'inboundPlanId' is not null or undefined
985
- (0, common_1.assertParamExists)('updateShipmentDeliveryWindow', 'inboundPlanId', inboundPlanId);
1493
+ (0, common_1.assertParamExists)('updateShipmentSourceAddress', 'inboundPlanId', inboundPlanId);
986
1494
  // verify required parameter 'shipmentId' is not null or undefined
987
- (0, common_1.assertParamExists)('updateShipmentDeliveryWindow', 'shipmentId', shipmentId);
1495
+ (0, common_1.assertParamExists)('updateShipmentSourceAddress', 'shipmentId', shipmentId);
988
1496
  // verify required parameter 'body' is not null or undefined
989
- (0, common_1.assertParamExists)('updateShipmentDeliveryWindow', 'body', body);
990
- const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindow`
1497
+ (0, common_1.assertParamExists)('updateShipmentSourceAddress', 'body', body);
1498
+ const localVarPath = `/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress`
991
1499
  .replace(`{${"inboundPlanId"}}`, encodeURIComponent(String(inboundPlanId)))
992
1500
  .replace(`{${"shipmentId"}}`, encodeURIComponent(String(shipmentId)));
993
1501
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -996,7 +1504,7 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
996
1504
  if (configuration) {
997
1505
  baseOptions = configuration.baseOptions;
998
1506
  }
999
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options };
1507
+ const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
1000
1508
  const localVarHeaderParameter = {};
1001
1509
  const localVarQueryParameter = {};
1002
1510
  localVarHeaderParameter['Content-Type'] = 'application/json';
@@ -1010,9 +1518,9 @@ const FbaInboundApiAxiosParamCreator = function (configuration) {
1010
1518
  };
1011
1519
  },
1012
1520
  /**
1013
- * Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1014
- * @param {string} inboundPlanId Identifier to an inbound plan.
1015
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1521
+ * 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 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).
1522
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1523
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1016
1524
  * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
1017
1525
  * @param {*} [options] Override http request option.
1018
1526
  * @throws {RequiredError}
@@ -1057,150 +1565,242 @@ const FbaInboundApiFp = function (configuration) {
1057
1565
  const localVarAxiosParamCreator = (0, exports.FbaInboundApiAxiosParamCreator)(configuration);
1058
1566
  return {
1059
1567
  /**
1060
- * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
1061
- * @param {string} inboundPlanId Identifier to an inbound plan.
1568
+ * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **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 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).
1569
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1062
1570
  * @param {*} [options] Override http request option.
1063
1571
  * @throws {RequiredError}
1064
1572
  */
1065
1573
  async cancelInboundPlan(inboundPlanId, options) {
1066
1574
  const localVarAxiosArgs = await localVarAxiosParamCreator.cancelInboundPlan(inboundPlanId, options);
1067
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1575
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1576
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.cancelInboundPlan']?.[localVarOperationServerIndex]?.url;
1577
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1068
1578
  },
1069
1579
  /**
1070
- * Cancels a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1071
- * @param {string} inboundPlanId Identifier to an inbound plan.
1072
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1073
- * @param {string} slotId Identifier to a self-ship appointment slot.
1580
+ * Cancels a self-ship appointment slot against 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 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).
1581
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1582
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1074
1583
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
1075
1584
  * @param {*} [options] Override http request option.
1076
1585
  * @throws {RequiredError}
1077
1586
  */
1078
- async cancelSelfShipAppointment(inboundPlanId, shipmentId, slotId, body, options) {
1079
- const localVarAxiosArgs = await localVarAxiosParamCreator.cancelSelfShipAppointment(inboundPlanId, shipmentId, slotId, body, options);
1080
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1587
+ async cancelSelfShipAppointment(inboundPlanId, shipmentId, body, options) {
1588
+ const localVarAxiosArgs = await localVarAxiosParamCreator.cancelSelfShipAppointment(inboundPlanId, shipmentId, body, options);
1589
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1590
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.cancelSelfShipAppointment']?.[localVarOperationServerIndex]?.url;
1591
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1592
+ },
1593
+ /**
1594
+ * 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 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).
1595
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1596
+ * @param {string} shipmentId The shipment to confirm the delivery window option for.
1597
+ * @param {string} deliveryWindowOptionId The id of the delivery window option to be confirmed.
1598
+ * @param {*} [options] Override http request option.
1599
+ * @throws {RequiredError}
1600
+ */
1601
+ async confirmDeliveryWindowOptions(inboundPlanId, shipmentId, deliveryWindowOptionId, options) {
1602
+ const localVarAxiosArgs = await localVarAxiosParamCreator.confirmDeliveryWindowOptions(inboundPlanId, shipmentId, deliveryWindowOptionId, options);
1603
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1604
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmDeliveryWindowOptions']?.[localVarOperationServerIndex]?.url;
1605
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1081
1606
  },
1082
1607
  /**
1083
- * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
1084
- * @param {string} inboundPlanId Identifier to an inbound plan.
1085
- * @param {string} packingOptionId Identifier to a packing option.
1608
+ * 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 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).
1609
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1610
+ * @param {string} packingOptionId Identifier of a packing option.
1086
1611
  * @param {*} [options] Override http request option.
1087
1612
  * @throws {RequiredError}
1088
1613
  */
1089
1614
  async confirmPackingOption(inboundPlanId, packingOptionId, options) {
1090
1615
  const localVarAxiosArgs = await localVarAxiosParamCreator.confirmPackingOption(inboundPlanId, packingOptionId, options);
1091
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1616
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1617
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmPackingOption']?.[localVarOperationServerIndex]?.url;
1618
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1092
1619
  },
1093
1620
  /**
1094
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
1095
- * @param {string} inboundPlanId Identifier to an inbound plan.
1096
- * @param {string} placementOptionId Identifier to a placement option. A placement option represents the shipment splits and destinations of SKUs.
1621
+ * 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 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).
1622
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1623
+ * @param {string} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
1097
1624
  * @param {*} [options] Override http request option.
1098
1625
  * @throws {RequiredError}
1099
1626
  */
1100
1627
  async confirmPlacementOption(inboundPlanId, placementOptionId, options) {
1101
1628
  const localVarAxiosArgs = await localVarAxiosParamCreator.confirmPlacementOption(inboundPlanId, placementOptionId, options);
1102
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1629
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1630
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmPlacementOption']?.[localVarOperationServerIndex]?.url;
1631
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1103
1632
  },
1104
1633
  /**
1105
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
1106
- * @param {string} inboundPlanId Identifier to an inbound plan.
1634
+ * 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 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).
1635
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1636
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1637
+ * @param {string} contentUpdatePreviewId Identifier of a content update preview.
1638
+ * @param {*} [options] Override http request option.
1639
+ * @throws {RequiredError}
1640
+ */
1641
+ async confirmShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId, options) {
1642
+ const localVarAxiosArgs = await localVarAxiosParamCreator.confirmShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId, options);
1643
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1644
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmShipmentContentUpdatePreview']?.[localVarOperationServerIndex]?.url;
1645
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1646
+ },
1647
+ /**
1648
+ * 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 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).
1649
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1107
1650
  * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
1108
1651
  * @param {*} [options] Override http request option.
1109
1652
  * @throws {RequiredError}
1110
1653
  */
1111
1654
  async confirmTransportationOptions(inboundPlanId, body, options) {
1112
1655
  const localVarAxiosArgs = await localVarAxiosParamCreator.confirmTransportationOptions(inboundPlanId, body, options);
1113
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1656
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1657
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.confirmTransportationOptions']?.[localVarOperationServerIndex]?.url;
1658
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1114
1659
  },
1115
1660
  /**
1116
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
1661
+ * 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 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).
1117
1662
  * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
1118
1663
  * @param {*} [options] Override http request option.
1119
1664
  * @throws {RequiredError}
1120
1665
  */
1121
1666
  async createInboundPlan(body, options) {
1122
1667
  const localVarAxiosArgs = await localVarAxiosParamCreator.createInboundPlan(body, options);
1123
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1668
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1669
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.createInboundPlan']?.[localVarOperationServerIndex]?.url;
1670
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1671
+ },
1672
+ /**
1673
+ * 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 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).
1674
+ * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
1675
+ * @param {*} [options] Override http request option.
1676
+ * @throws {RequiredError}
1677
+ */
1678
+ async createMarketplaceItemLabels(body, options) {
1679
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createMarketplaceItemLabels(body, options);
1680
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1681
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.createMarketplaceItemLabels']?.[localVarOperationServerIndex]?.url;
1682
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1683
+ },
1684
+ /**
1685
+ * 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 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).
1686
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1687
+ * @param {string} shipmentId The shipment to generate delivery window options for.
1688
+ * @param {*} [options] Override http request option.
1689
+ * @throws {RequiredError}
1690
+ */
1691
+ async generateDeliveryWindowOptions(inboundPlanId, shipmentId, options) {
1692
+ const localVarAxiosArgs = await localVarAxiosParamCreator.generateDeliveryWindowOptions(inboundPlanId, shipmentId, options);
1693
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1694
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.generateDeliveryWindowOptions']?.[localVarOperationServerIndex]?.url;
1695
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1124
1696
  },
1125
1697
  /**
1126
- * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
1127
- * @param {string} inboundPlanId Identifier to an inbound plan.
1698
+ * 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 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).
1699
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1128
1700
  * @param {*} [options] Override http request option.
1129
1701
  * @throws {RequiredError}
1130
1702
  */
1131
1703
  async generatePackingOptions(inboundPlanId, options) {
1132
1704
  const localVarAxiosArgs = await localVarAxiosParamCreator.generatePackingOptions(inboundPlanId, options);
1133
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1705
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1706
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.generatePackingOptions']?.[localVarOperationServerIndex]?.url;
1707
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1134
1708
  },
1135
1709
  /**
1136
- * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
1137
- * @param {string} inboundPlanId Identifier to an inbound plan.
1710
+ * 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 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).
1711
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1138
1712
  * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
1139
1713
  * @param {*} [options] Override http request option.
1140
1714
  * @throws {RequiredError}
1141
1715
  */
1142
1716
  async generatePlacementOptions(inboundPlanId, body, options) {
1143
1717
  const localVarAxiosArgs = await localVarAxiosParamCreator.generatePlacementOptions(inboundPlanId, body, options);
1144
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1718
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1719
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.generatePlacementOptions']?.[localVarOperationServerIndex]?.url;
1720
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1145
1721
  },
1146
1722
  /**
1147
- * Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1148
- * @param {string} inboundPlanId Identifier to an inbound plan.
1149
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1150
- * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request &#x60;generateSelfShipAppointmentSlots&#x60;.
1723
+ * Initiates the process of generating the appointment slots list. **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 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).
1724
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1725
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1726
+ * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
1151
1727
  * @param {*} [options] Override http request option.
1152
1728
  * @throws {RequiredError}
1153
1729
  */
1154
1730
  async generateSelfShipAppointmentSlots(inboundPlanId, shipmentId, body, options) {
1155
1731
  const localVarAxiosArgs = await localVarAxiosParamCreator.generateSelfShipAppointmentSlots(inboundPlanId, shipmentId, body, options);
1156
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1732
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1733
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.generateSelfShipAppointmentSlots']?.[localVarOperationServerIndex]?.url;
1734
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1735
+ },
1736
+ /**
1737
+ * 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 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).
1738
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1739
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1740
+ * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
1741
+ * @param {*} [options] Override http request option.
1742
+ * @throws {RequiredError}
1743
+ */
1744
+ async generateShipmentContentUpdatePreviews(inboundPlanId, shipmentId, body, options) {
1745
+ const localVarAxiosArgs = await localVarAxiosParamCreator.generateShipmentContentUpdatePreviews(inboundPlanId, shipmentId, body, options);
1746
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1747
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.generateShipmentContentUpdatePreviews']?.[localVarOperationServerIndex]?.url;
1748
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1157
1749
  },
1158
1750
  /**
1159
- * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
1160
- * @param {string} inboundPlanId Identifier to an inbound plan.
1751
+ * 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 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).
1752
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1161
1753
  * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
1162
1754
  * @param {*} [options] Override http request option.
1163
1755
  * @throws {RequiredError}
1164
1756
  */
1165
1757
  async generateTransportationOptions(inboundPlanId, body, options) {
1166
1758
  const localVarAxiosArgs = await localVarAxiosParamCreator.generateTransportationOptions(inboundPlanId, body, options);
1167
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1759
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1760
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.generateTransportationOptions']?.[localVarOperationServerIndex]?.url;
1761
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1168
1762
  },
1169
1763
  /**
1170
- * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1171
- * @param {string} inboundPlanId Identifier to an inbound plan.
1172
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1764
+ * 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 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).
1765
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1766
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1173
1767
  * @param {*} [options] Override http request option.
1174
1768
  * @throws {RequiredError}
1175
1769
  */
1176
1770
  async getDeliveryChallanDocument(inboundPlanId, shipmentId, options) {
1177
1771
  const localVarAxiosArgs = await localVarAxiosParamCreator.getDeliveryChallanDocument(inboundPlanId, shipmentId, options);
1178
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1772
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1773
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getDeliveryChallanDocument']?.[localVarOperationServerIndex]?.url;
1774
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1179
1775
  },
1180
1776
  /**
1181
- * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1182
- * @param {string} operationId Identifier to an asynchronous operation.
1777
+ * 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 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).
1778
+ * @param {string} operationId Identifier of an asynchronous operation.
1183
1779
  * @param {*} [options] Override http request option.
1184
1780
  * @throws {RequiredError}
1185
1781
  */
1186
1782
  async getInboundOperationStatus(operationId, options) {
1187
1783
  const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundOperationStatus(operationId, options);
1188
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1784
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1785
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getInboundOperationStatus']?.[localVarOperationServerIndex]?.url;
1786
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1189
1787
  },
1190
1788
  /**
1191
- * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1192
- * @param {string} inboundPlanId Identifier to an inbound plan.
1789
+ * 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 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).
1790
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1193
1791
  * @param {*} [options] Override http request option.
1194
1792
  * @throws {RequiredError}
1195
1793
  */
1196
1794
  async getInboundPlan(inboundPlanId, options) {
1197
1795
  const localVarAxiosArgs = await localVarAxiosParamCreator.getInboundPlan(inboundPlanId, options);
1198
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1796
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1797
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getInboundPlan']?.[localVarOperationServerIndex]?.url;
1798
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1199
1799
  },
1200
1800
  /**
1201
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1202
- * @param {string} inboundPlanId Identifier to an inbound plan.
1203
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1801
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **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 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).
1802
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1803
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1204
1804
  * @param {number} [pageSize] The number of self ship appointment slots to return in the response matching the given query.
1205
1805
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1206
1806
  * @param {*} [options] Override http request option.
@@ -1208,22 +1808,55 @@ const FbaInboundApiFp = function (configuration) {
1208
1808
  */
1209
1809
  async getSelfShipAppointmentSlots(inboundPlanId, shipmentId, pageSize, paginationToken, options) {
1210
1810
  const localVarAxiosArgs = await localVarAxiosParamCreator.getSelfShipAppointmentSlots(inboundPlanId, shipmentId, pageSize, paginationToken, options);
1211
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1811
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1812
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getSelfShipAppointmentSlots']?.[localVarOperationServerIndex]?.url;
1813
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1212
1814
  },
1213
1815
  /**
1214
- * 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 | | ---- | ---- | | 1 | 1 | 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).
1215
- * @param {string} inboundPlanId Identifier to an inbound plan.
1216
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1816
+ * 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 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).
1817
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1818
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1217
1819
  * @param {*} [options] Override http request option.
1218
1820
  * @throws {RequiredError}
1219
1821
  */
1220
1822
  async getShipment(inboundPlanId, shipmentId, options) {
1221
1823
  const localVarAxiosArgs = await localVarAxiosParamCreator.getShipment(inboundPlanId, shipmentId, options);
1222
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1824
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1825
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getShipment']?.[localVarOperationServerIndex]?.url;
1826
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1827
+ },
1828
+ /**
1829
+ * 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 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).
1830
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1831
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1832
+ * @param {string} contentUpdatePreviewId Identifier of a content update preview.
1833
+ * @param {*} [options] Override http request option.
1834
+ * @throws {RequiredError}
1835
+ */
1836
+ async getShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId, options) {
1837
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId, options);
1838
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1839
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.getShipmentContentUpdatePreview']?.[localVarOperationServerIndex]?.url;
1840
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1841
+ },
1842
+ /**
1843
+ * 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 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).
1844
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1845
+ * @param {string} shipmentId The shipment to get delivery window options for.
1846
+ * @param {number} [pageSize] The number of delivery window options to return in the response matching the given query.
1847
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1848
+ * @param {*} [options] Override http request option.
1849
+ * @throws {RequiredError}
1850
+ */
1851
+ async listDeliveryWindowOptions(inboundPlanId, shipmentId, pageSize, paginationToken, options) {
1852
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listDeliveryWindowOptions(inboundPlanId, shipmentId, pageSize, paginationToken, options);
1853
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1854
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listDeliveryWindowOptions']?.[localVarOperationServerIndex]?.url;
1855
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1223
1856
  },
1224
1857
  /**
1225
- * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1226
- * @param {string} inboundPlanId Identifier to an inbound plan.
1858
+ * 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 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).
1859
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1227
1860
  * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
1228
1861
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1229
1862
  * @param {*} [options] Override http request option.
@@ -1231,11 +1864,13 @@ const FbaInboundApiFp = function (configuration) {
1231
1864
  */
1232
1865
  async listInboundPlanBoxes(inboundPlanId, pageSize, paginationToken, options) {
1233
1866
  const localVarAxiosArgs = await localVarAxiosParamCreator.listInboundPlanBoxes(inboundPlanId, pageSize, paginationToken, options);
1234
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1867
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1868
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listInboundPlanBoxes']?.[localVarOperationServerIndex]?.url;
1869
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1235
1870
  },
1236
1871
  /**
1237
- * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1238
- * @param {string} inboundPlanId Identifier to an inbound plan.
1872
+ * 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 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).
1873
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1239
1874
  * @param {number} [pageSize] The number of items to return in the response matching the given query.
1240
1875
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1241
1876
  * @param {*} [options] Override http request option.
@@ -1243,11 +1878,13 @@ const FbaInboundApiFp = function (configuration) {
1243
1878
  */
1244
1879
  async listInboundPlanItems(inboundPlanId, pageSize, paginationToken, options) {
1245
1880
  const localVarAxiosArgs = await localVarAxiosParamCreator.listInboundPlanItems(inboundPlanId, pageSize, paginationToken, options);
1246
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1881
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1882
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listInboundPlanItems']?.[localVarOperationServerIndex]?.url;
1883
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1247
1884
  },
1248
1885
  /**
1249
- * 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 | | ---- | ---- | | 1 | 1 | 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).
1250
- * @param {string} inboundPlanId Identifier to an inbound plan.
1886
+ * 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 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).
1887
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1251
1888
  * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
1252
1889
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1253
1890
  * @param {*} [options] Override http request option.
@@ -1255,50 +1892,72 @@ const FbaInboundApiFp = function (configuration) {
1255
1892
  */
1256
1893
  async listInboundPlanPallets(inboundPlanId, pageSize, paginationToken, options) {
1257
1894
  const localVarAxiosArgs = await localVarAxiosParamCreator.listInboundPlanPallets(inboundPlanId, pageSize, paginationToken, options);
1258
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1895
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1896
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listInboundPlanPallets']?.[localVarOperationServerIndex]?.url;
1897
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1259
1898
  },
1260
1899
  /**
1261
- * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1900
+ * 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 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).
1262
1901
  * @param {number} [pageSize] The number of inbound plans to return in the response matching the given query.
1263
1902
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1264
- * @param {'ACTIVE' | 'VOIDED' | 'SHIPPED'} [status] The status of an inbound plan.
1265
- * @param {'LAST_UPDATED_TIME' | 'CREATION_TIME'} [sortBy] Sort by field.
1266
- * @param {'ASC' | 'DESC'} [sortOrder] The sort order.
1903
+ * @param {ListInboundPlansStatusEnum} [status] The status of an inbound plan.
1904
+ * @param {ListInboundPlansSortByEnum} [sortBy] Sort by field.
1905
+ * @param {ListInboundPlansSortOrderEnum} [sortOrder] The sort order.
1267
1906
  * @param {*} [options] Override http request option.
1268
1907
  * @throws {RequiredError}
1269
1908
  */
1270
1909
  async listInboundPlans(pageSize, paginationToken, status, sortBy, sortOrder, options) {
1271
1910
  const localVarAxiosArgs = await localVarAxiosParamCreator.listInboundPlans(pageSize, paginationToken, status, sortBy, sortOrder, options);
1272
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1911
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1912
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listInboundPlans']?.[localVarOperationServerIndex]?.url;
1913
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1273
1914
  },
1274
1915
  /**
1275
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1276
- * @param {Array<string>} mskus List of merchant SKUs, a merchant-supplied identifier for a specific SKU.
1916
+ * List the inbound compliance details for MSKUs in a given 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 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).
1917
+ * @param {Array<string>} mskus List of merchant SKUs - a merchant-supplied identifier for a specific SKU.
1277
1918
  * @param {string} marketplaceId The Marketplace ID. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a list of possible values.
1278
1919
  * @param {*} [options] Override http request option.
1279
1920
  * @throws {RequiredError}
1280
1921
  */
1281
1922
  async listItemComplianceDetails(mskus, marketplaceId, options) {
1282
1923
  const localVarAxiosArgs = await localVarAxiosParamCreator.listItemComplianceDetails(mskus, marketplaceId, options);
1283
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1924
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1925
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listItemComplianceDetails']?.[localVarOperationServerIndex]?.url;
1926
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1927
+ },
1928
+ /**
1929
+ * 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 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).
1930
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1931
+ * @param {string} packingGroupId Identifier of a packing group.
1932
+ * @param {number} [pageSize] The number of packing group boxes to return in the response matching the given query.
1933
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1934
+ * @param {*} [options] Override http request option.
1935
+ * @throws {RequiredError}
1936
+ */
1937
+ async listPackingGroupBoxes(inboundPlanId, packingGroupId, pageSize, paginationToken, options) {
1938
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPackingGroupBoxes(inboundPlanId, packingGroupId, pageSize, paginationToken, options);
1939
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1940
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listPackingGroupBoxes']?.[localVarOperationServerIndex]?.url;
1941
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1284
1942
  },
1285
1943
  /**
1286
- * Retrieves a list of all items in a packing options\'s packing group. Packing options must first be generated by the corresponding endpoint before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1287
- * @param {string} inboundPlanId Identifier to an inbound plan.
1288
- * @param {string} packingOptionId Identifier to a packing option.
1289
- * @param {string} packingGroupId Identifier to a packing group.
1944
+ * 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 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).
1945
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1946
+ * @param {string} packingGroupId Identifier of a packing group.
1290
1947
  * @param {number} [pageSize] The number of packing group items to return in the response matching the given query.
1291
1948
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1292
1949
  * @param {*} [options] Override http request option.
1293
1950
  * @throws {RequiredError}
1294
1951
  */
1295
- async listPackingGroupItems(inboundPlanId, packingOptionId, packingGroupId, pageSize, paginationToken, options) {
1296
- const localVarAxiosArgs = await localVarAxiosParamCreator.listPackingGroupItems(inboundPlanId, packingOptionId, packingGroupId, pageSize, paginationToken, options);
1297
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1952
+ async listPackingGroupItems(inboundPlanId, packingGroupId, pageSize, paginationToken, options) {
1953
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listPackingGroupItems(inboundPlanId, packingGroupId, pageSize, paginationToken, options);
1954
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1955
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listPackingGroupItems']?.[localVarOperationServerIndex]?.url;
1956
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1298
1957
  },
1299
1958
  /**
1300
- * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1301
- * @param {string} inboundPlanId Identifier to an inbound plan.
1959
+ * 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 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).
1960
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1302
1961
  * @param {number} [pageSize] The number of packing options to return in the response matching the given query.
1303
1962
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1304
1963
  * @param {*} [options] Override http request option.
@@ -1306,11 +1965,13 @@ const FbaInboundApiFp = function (configuration) {
1306
1965
  */
1307
1966
  async listPackingOptions(inboundPlanId, pageSize, paginationToken, options) {
1308
1967
  const localVarAxiosArgs = await localVarAxiosParamCreator.listPackingOptions(inboundPlanId, pageSize, paginationToken, options);
1309
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1968
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1969
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listPackingOptions']?.[localVarOperationServerIndex]?.url;
1970
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1310
1971
  },
1311
1972
  /**
1312
- * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1313
- * @param {string} inboundPlanId Identifier to an inbound plan.
1973
+ * 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 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).
1974
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1314
1975
  * @param {number} [pageSize] The number of placement options to return in the response matching the given query.
1315
1976
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1316
1977
  * @param {*} [options] Override http request option.
@@ -1318,48 +1979,129 @@ const FbaInboundApiFp = function (configuration) {
1318
1979
  */
1319
1980
  async listPlacementOptions(inboundPlanId, pageSize, paginationToken, options) {
1320
1981
  const localVarAxiosArgs = await localVarAxiosParamCreator.listPlacementOptions(inboundPlanId, pageSize, paginationToken, options);
1321
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1982
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1983
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listPlacementOptions']?.[localVarOperationServerIndex]?.url;
1984
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1985
+ },
1986
+ /**
1987
+ * 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 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).
1988
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1989
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1990
+ * @param {number} [pageSize] The number of boxes to return in the response matching the given query.
1991
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1992
+ * @param {*} [options] Override http request option.
1993
+ * @throws {RequiredError}
1994
+ */
1995
+ async listShipmentBoxes(inboundPlanId, shipmentId, pageSize, paginationToken, options) {
1996
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listShipmentBoxes(inboundPlanId, shipmentId, pageSize, paginationToken, options);
1997
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1998
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listShipmentBoxes']?.[localVarOperationServerIndex]?.url;
1999
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2000
+ },
2001
+ /**
2002
+ * 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 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).
2003
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2004
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2005
+ * @param {number} [pageSize] The number of content update previews to return.
2006
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2007
+ * @param {*} [options] Override http request option.
2008
+ * @throws {RequiredError}
2009
+ */
2010
+ async listShipmentContentUpdatePreviews(inboundPlanId, shipmentId, pageSize, paginationToken, options) {
2011
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listShipmentContentUpdatePreviews(inboundPlanId, shipmentId, pageSize, paginationToken, options);
2012
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2013
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listShipmentContentUpdatePreviews']?.[localVarOperationServerIndex]?.url;
2014
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2015
+ },
2016
+ /**
2017
+ * 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 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).
2018
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2019
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2020
+ * @param {number} [pageSize] The number of items to return in the response matching the given query.
2021
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2022
+ * @param {*} [options] Override http request option.
2023
+ * @throws {RequiredError}
2024
+ */
2025
+ async listShipmentItems(inboundPlanId, shipmentId, pageSize, paginationToken, options) {
2026
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listShipmentItems(inboundPlanId, shipmentId, pageSize, paginationToken, options);
2027
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2028
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listShipmentItems']?.[localVarOperationServerIndex]?.url;
2029
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2030
+ },
2031
+ /**
2032
+ * 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 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).
2033
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2034
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2035
+ * @param {number} [pageSize] The number of pallets to return in the response matching the given query.
2036
+ * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
2037
+ * @param {*} [options] Override http request option.
2038
+ * @throws {RequiredError}
2039
+ */
2040
+ async listShipmentPallets(inboundPlanId, shipmentId, pageSize, paginationToken, options) {
2041
+ const localVarAxiosArgs = await localVarAxiosParamCreator.listShipmentPallets(inboundPlanId, shipmentId, pageSize, paginationToken, options);
2042
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2043
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listShipmentPallets']?.[localVarOperationServerIndex]?.url;
2044
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1322
2045
  },
1323
2046
  /**
1324
- * Retrieves all transportation options for a shipment. Transportation options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1325
- * @param {string} inboundPlanId Identifier to an inbound plan.
2047
+ * 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 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).
2048
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1326
2049
  * @param {number} [pageSize] The number of transportation options to return in the response matching the given query.
1327
2050
  * @param {string} [paginationToken] A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the &#x60;pagination&#x60; returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1328
- * @param {string} [placementOptionId] The placement option to get transportation options for. Either placementOptionId or shipmentId must be specified.
1329
- * @param {string} [shipmentId] The shipment to get transportation options for. Either placementOptionId or shipmentId must be specified.
2051
+ * @param {string} [placementOptionId] The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2052
+ * @param {string} [shipmentId] The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
1330
2053
  * @param {*} [options] Override http request option.
1331
2054
  * @throws {RequiredError}
1332
2055
  */
1333
2056
  async listTransportationOptions(inboundPlanId, pageSize, paginationToken, placementOptionId, shipmentId, options) {
1334
2057
  const localVarAxiosArgs = await localVarAxiosParamCreator.listTransportationOptions(inboundPlanId, pageSize, paginationToken, placementOptionId, shipmentId, options);
1335
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
2058
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2059
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.listTransportationOptions']?.[localVarOperationServerIndex]?.url;
2060
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1336
2061
  },
1337
2062
  /**
1338
- * Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1339
- * @param {string} inboundPlanId Identifier to an inbound plan.
1340
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1341
- * @param {string} slotId Identifier to a self-ship appointment slot.
2063
+ * Confirms or reschedules a self-ship appointment slot against a shipment. **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 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).
2064
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2065
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2066
+ * @param {string} slotId An identifier to a self-ship appointment slot.
1342
2067
  * @param {ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
1343
2068
  * @param {*} [options] Override http request option.
1344
2069
  * @throws {RequiredError}
1345
2070
  */
1346
2071
  async scheduleSelfShipAppointment(inboundPlanId, shipmentId, slotId, body, options) {
1347
2072
  const localVarAxiosArgs = await localVarAxiosParamCreator.scheduleSelfShipAppointment(inboundPlanId, shipmentId, slotId, body, options);
1348
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
2073
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2074
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.scheduleSelfShipAppointment']?.[localVarOperationServerIndex]?.url;
2075
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1349
2076
  },
1350
2077
  /**
1351
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
1352
- * @param {string} inboundPlanId Identifier to an inbound plan.
2078
+ * 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 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).
2079
+ * @param {string} inboundPlanId Identifier of an inbound plan.
1353
2080
  * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
1354
2081
  * @param {*} [options] Override http request option.
1355
2082
  * @throws {RequiredError}
1356
2083
  */
1357
2084
  async setPackingInformation(inboundPlanId, body, options) {
1358
2085
  const localVarAxiosArgs = await localVarAxiosParamCreator.setPackingInformation(inboundPlanId, body, options);
1359
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
2086
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2087
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.setPackingInformation']?.[localVarOperationServerIndex]?.url;
2088
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1360
2089
  },
1361
2090
  /**
1362
- * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2091
+ * 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 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).
2092
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2093
+ * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2094
+ * @param {*} [options] Override http request option.
2095
+ * @throws {RequiredError}
2096
+ */
2097
+ async updateInboundPlanName(inboundPlanId, body, options) {
2098
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateInboundPlanName(inboundPlanId, body, options);
2099
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2100
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.updateInboundPlanName']?.[localVarOperationServerIndex]?.url;
2101
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2102
+ },
2103
+ /**
2104
+ * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **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 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).
1363
2105
  * @param {string} marketplaceId The Marketplace ID. Refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a list of possible values.
1364
2106
  * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
1365
2107
  * @param {*} [options] Override http request option.
@@ -1367,31 +2109,51 @@ const FbaInboundApiFp = function (configuration) {
1367
2109
  */
1368
2110
  async updateItemComplianceDetails(marketplaceId, body, options) {
1369
2111
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateItemComplianceDetails(marketplaceId, body, options);
1370
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
2112
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2113
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.updateItemComplianceDetails']?.[localVarOperationServerIndex]?.url;
2114
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2115
+ },
2116
+ /**
2117
+ * 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 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).
2118
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2119
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2120
+ * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2121
+ * @param {*} [options] Override http request option.
2122
+ * @throws {RequiredError}
2123
+ */
2124
+ async updateShipmentName(inboundPlanId, shipmentId, body, options) {
2125
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateShipmentName(inboundPlanId, shipmentId, body, options);
2126
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2127
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.updateShipmentName']?.[localVarOperationServerIndex]?.url;
2128
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1371
2129
  },
1372
2130
  /**
1373
- * Update the time window that a shipment will be delivered to the warehouse. The window is used to provide the expected time that a non-Amazon partnered carrier will arrive at the warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1374
- * @param {string} inboundPlanId Identifier to an inbound plan.
1375
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
1376
- * @param {UpdateShipmentDeliveryWindowRequest} body The body of the request to &#x60;updateShipmentDeliveryWindow&#x60;.
2131
+ * 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 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).
2132
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2133
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2134
+ * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
1377
2135
  * @param {*} [options] Override http request option.
1378
2136
  * @throws {RequiredError}
1379
2137
  */
1380
- async updateShipmentDeliveryWindow(inboundPlanId, shipmentId, body, options) {
1381
- const localVarAxiosArgs = await localVarAxiosParamCreator.updateShipmentDeliveryWindow(inboundPlanId, shipmentId, body, options);
1382
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
2138
+ async updateShipmentSourceAddress(inboundPlanId, shipmentId, body, options) {
2139
+ const localVarAxiosArgs = await localVarAxiosParamCreator.updateShipmentSourceAddress(inboundPlanId, shipmentId, body, options);
2140
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2141
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.updateShipmentSourceAddress']?.[localVarOperationServerIndex]?.url;
2142
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1383
2143
  },
1384
2144
  /**
1385
- * Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1386
- * @param {string} inboundPlanId Identifier to an inbound plan.
1387
- * @param {string} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
2145
+ * 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 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).
2146
+ * @param {string} inboundPlanId Identifier of an inbound plan.
2147
+ * @param {string} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1388
2148
  * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
1389
2149
  * @param {*} [options] Override http request option.
1390
2150
  * @throws {RequiredError}
1391
2151
  */
1392
2152
  async updateShipmentTrackingDetails(inboundPlanId, shipmentId, body, options) {
1393
2153
  const localVarAxiosArgs = await localVarAxiosParamCreator.updateShipmentTrackingDetails(inboundPlanId, shipmentId, body, options);
1394
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
2154
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2155
+ const localVarOperationServerBasePath = base_1.operationServerMap['FbaInboundApi.updateShipmentTrackingDetails']?.[localVarOperationServerIndex]?.url;
2156
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1395
2157
  },
1396
2158
  };
1397
2159
  };
@@ -1404,7 +2166,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1404
2166
  const localVarFp = (0, exports.FbaInboundApiFp)(configuration);
1405
2167
  return {
1406
2168
  /**
1407
- * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2169
+ * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **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 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).
1408
2170
  * @param {FbaInboundApiCancelInboundPlanRequest} requestParameters Request parameters.
1409
2171
  * @param {*} [options] Override http request option.
1410
2172
  * @throws {RequiredError}
@@ -1413,16 +2175,25 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1413
2175
  return localVarFp.cancelInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
1414
2176
  },
1415
2177
  /**
1416
- * Cancels a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2178
+ * Cancels a self-ship appointment slot against 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 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).
1417
2179
  * @param {FbaInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
1418
2180
  * @param {*} [options] Override http request option.
1419
2181
  * @throws {RequiredError}
1420
2182
  */
1421
2183
  cancelSelfShipAppointment(requestParameters, options) {
1422
- return localVarFp.cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(axios, basePath));
2184
+ return localVarFp.cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2185
+ },
2186
+ /**
2187
+ * 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 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).
2188
+ * @param {FbaInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
2189
+ * @param {*} [options] Override http request option.
2190
+ * @throws {RequiredError}
2191
+ */
2192
+ confirmDeliveryWindowOptions(requestParameters, options) {
2193
+ return localVarFp.confirmDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.deliveryWindowOptionId, options).then((request) => request(axios, basePath));
1423
2194
  },
1424
2195
  /**
1425
- * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2196
+ * 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 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).
1426
2197
  * @param {FbaInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
1427
2198
  * @param {*} [options] Override http request option.
1428
2199
  * @throws {RequiredError}
@@ -1431,7 +2202,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1431
2202
  return localVarFp.confirmPackingOption(requestParameters.inboundPlanId, requestParameters.packingOptionId, options).then((request) => request(axios, basePath));
1432
2203
  },
1433
2204
  /**
1434
- * 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 | | ---- | ---- | | 0.05 | 1 | 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
+ * 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 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).
1435
2206
  * @param {FbaInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
1436
2207
  * @param {*} [options] Override http request option.
1437
2208
  * @throws {RequiredError}
@@ -1440,7 +2211,16 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1440
2211
  return localVarFp.confirmPlacementOption(requestParameters.inboundPlanId, requestParameters.placementOptionId, options).then((request) => request(axios, basePath));
1441
2212
  },
1442
2213
  /**
1443
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2214
+ * 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 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).
2215
+ * @param {FbaInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2216
+ * @param {*} [options] Override http request option.
2217
+ * @throws {RequiredError}
2218
+ */
2219
+ confirmShipmentContentUpdatePreview(requestParameters, options) {
2220
+ return localVarFp.confirmShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(axios, basePath));
2221
+ },
2222
+ /**
2223
+ * 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 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
2224
  * @param {FbaInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
1445
2225
  * @param {*} [options] Override http request option.
1446
2226
  * @throws {RequiredError}
@@ -1449,7 +2229,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1449
2229
  return localVarFp.confirmTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
1450
2230
  },
1451
2231
  /**
1452
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2232
+ * 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 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).
1453
2233
  * @param {FbaInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
1454
2234
  * @param {*} [options] Override http request option.
1455
2235
  * @throws {RequiredError}
@@ -1458,7 +2238,25 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1458
2238
  return localVarFp.createInboundPlan(requestParameters.body, options).then((request) => request(axios, basePath));
1459
2239
  },
1460
2240
  /**
1461
- * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2241
+ * 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 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).
2242
+ * @param {FbaInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
2243
+ * @param {*} [options] Override http request option.
2244
+ * @throws {RequiredError}
2245
+ */
2246
+ createMarketplaceItemLabels(requestParameters, options) {
2247
+ return localVarFp.createMarketplaceItemLabels(requestParameters.body, options).then((request) => request(axios, basePath));
2248
+ },
2249
+ /**
2250
+ * 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 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).
2251
+ * @param {FbaInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
2252
+ * @param {*} [options] Override http request option.
2253
+ * @throws {RequiredError}
2254
+ */
2255
+ generateDeliveryWindowOptions(requestParameters, options) {
2256
+ return localVarFp.generateDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
2257
+ },
2258
+ /**
2259
+ * 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 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).
1462
2260
  * @param {FbaInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
1463
2261
  * @param {*} [options] Override http request option.
1464
2262
  * @throws {RequiredError}
@@ -1467,7 +2265,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1467
2265
  return localVarFp.generatePackingOptions(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
1468
2266
  },
1469
2267
  /**
1470
- * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2268
+ * 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 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).
1471
2269
  * @param {FbaInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
1472
2270
  * @param {*} [options] Override http request option.
1473
2271
  * @throws {RequiredError}
@@ -1476,7 +2274,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1476
2274
  return localVarFp.generatePlacementOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
1477
2275
  },
1478
2276
  /**
1479
- * Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2277
+ * Initiates the process of generating the appointment slots list. **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 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).
1480
2278
  * @param {FbaInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
1481
2279
  * @param {*} [options] Override http request option.
1482
2280
  * @throws {RequiredError}
@@ -1485,7 +2283,16 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1485
2283
  return localVarFp.generateSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
1486
2284
  },
1487
2285
  /**
1488
- * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2286
+ * 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 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).
2287
+ * @param {FbaInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2288
+ * @param {*} [options] Override http request option.
2289
+ * @throws {RequiredError}
2290
+ */
2291
+ generateShipmentContentUpdatePreviews(requestParameters, options) {
2292
+ return localVarFp.generateShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2293
+ },
2294
+ /**
2295
+ * 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 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).
1489
2296
  * @param {FbaInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
1490
2297
  * @param {*} [options] Override http request option.
1491
2298
  * @throws {RequiredError}
@@ -1494,7 +2301,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1494
2301
  return localVarFp.generateTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
1495
2302
  },
1496
2303
  /**
1497
- * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2304
+ * 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 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).
1498
2305
  * @param {FbaInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
1499
2306
  * @param {*} [options] Override http request option.
1500
2307
  * @throws {RequiredError}
@@ -1503,7 +2310,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1503
2310
  return localVarFp.getDeliveryChallanDocument(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
1504
2311
  },
1505
2312
  /**
1506
- * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2313
+ * 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 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).
1507
2314
  * @param {FbaInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
1508
2315
  * @param {*} [options] Override http request option.
1509
2316
  * @throws {RequiredError}
@@ -1512,7 +2319,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1512
2319
  return localVarFp.getInboundOperationStatus(requestParameters.operationId, options).then((request) => request(axios, basePath));
1513
2320
  },
1514
2321
  /**
1515
- * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2322
+ * 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 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).
1516
2323
  * @param {FbaInboundApiGetInboundPlanRequest} requestParameters Request parameters.
1517
2324
  * @param {*} [options] Override http request option.
1518
2325
  * @throws {RequiredError}
@@ -1521,7 +2328,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1521
2328
  return localVarFp.getInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(axios, basePath));
1522
2329
  },
1523
2330
  /**
1524
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2331
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **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 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).
1525
2332
  * @param {FbaInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
1526
2333
  * @param {*} [options] Override http request option.
1527
2334
  * @throws {RequiredError}
@@ -1530,7 +2337,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1530
2337
  return localVarFp.getSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1531
2338
  },
1532
2339
  /**
1533
- * 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 | | ---- | ---- | | 1 | 1 | 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).
2340
+ * 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 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).
1534
2341
  * @param {FbaInboundApiGetShipmentRequest} requestParameters Request parameters.
1535
2342
  * @param {*} [options] Override http request option.
1536
2343
  * @throws {RequiredError}
@@ -1539,7 +2346,25 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1539
2346
  return localVarFp.getShipment(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
1540
2347
  },
1541
2348
  /**
1542
- * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2349
+ * 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 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).
2350
+ * @param {FbaInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2351
+ * @param {*} [options] Override http request option.
2352
+ * @throws {RequiredError}
2353
+ */
2354
+ getShipmentContentUpdatePreview(requestParameters, options) {
2355
+ return localVarFp.getShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(axios, basePath));
2356
+ },
2357
+ /**
2358
+ * 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 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).
2359
+ * @param {FbaInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
2360
+ * @param {*} [options] Override http request option.
2361
+ * @throws {RequiredError}
2362
+ */
2363
+ listDeliveryWindowOptions(requestParameters, options) {
2364
+ return localVarFp.listDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2365
+ },
2366
+ /**
2367
+ * 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 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).
1543
2368
  * @param {FbaInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
1544
2369
  * @param {*} [options] Override http request option.
1545
2370
  * @throws {RequiredError}
@@ -1548,7 +2373,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1548
2373
  return localVarFp.listInboundPlanBoxes(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1549
2374
  },
1550
2375
  /**
1551
- * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2376
+ * 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 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).
1552
2377
  * @param {FbaInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
1553
2378
  * @param {*} [options] Override http request option.
1554
2379
  * @throws {RequiredError}
@@ -1557,7 +2382,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1557
2382
  return localVarFp.listInboundPlanItems(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1558
2383
  },
1559
2384
  /**
1560
- * 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 | | ---- | ---- | | 1 | 1 | 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).
2385
+ * 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 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).
1561
2386
  * @param {FbaInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
1562
2387
  * @param {*} [options] Override http request option.
1563
2388
  * @throws {RequiredError}
@@ -1566,7 +2391,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1566
2391
  return localVarFp.listInboundPlanPallets(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1567
2392
  },
1568
2393
  /**
1569
- * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2394
+ * 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 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).
1570
2395
  * @param {FbaInboundApiListInboundPlansRequest} requestParameters Request parameters.
1571
2396
  * @param {*} [options] Override http request option.
1572
2397
  * @throws {RequiredError}
@@ -1575,7 +2400,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1575
2400
  return localVarFp.listInboundPlans(requestParameters.pageSize, requestParameters.paginationToken, requestParameters.status, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(axios, basePath));
1576
2401
  },
1577
2402
  /**
1578
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2403
+ * List the inbound compliance details for MSKUs in a given 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 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).
1579
2404
  * @param {FbaInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
1580
2405
  * @param {*} [options] Override http request option.
1581
2406
  * @throws {RequiredError}
@@ -1584,16 +2409,25 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1584
2409
  return localVarFp.listItemComplianceDetails(requestParameters.mskus, requestParameters.marketplaceId, options).then((request) => request(axios, basePath));
1585
2410
  },
1586
2411
  /**
1587
- * Retrieves a list of all items in a packing options\'s packing group. Packing options must first be generated by the corresponding endpoint before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2412
+ * 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 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).
2413
+ * @param {FbaInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
2414
+ * @param {*} [options] Override http request option.
2415
+ * @throws {RequiredError}
2416
+ */
2417
+ listPackingGroupBoxes(requestParameters, options) {
2418
+ return localVarFp.listPackingGroupBoxes(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2419
+ },
2420
+ /**
2421
+ * 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 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).
1588
2422
  * @param {FbaInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
1589
2423
  * @param {*} [options] Override http request option.
1590
2424
  * @throws {RequiredError}
1591
2425
  */
1592
2426
  listPackingGroupItems(requestParameters, options) {
1593
- return localVarFp.listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingOptionId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2427
+ return localVarFp.listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1594
2428
  },
1595
2429
  /**
1596
- * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2430
+ * 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 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).
1597
2431
  * @param {FbaInboundApiListPackingOptionsRequest} requestParameters Request parameters.
1598
2432
  * @param {*} [options] Override http request option.
1599
2433
  * @throws {RequiredError}
@@ -1602,7 +2436,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1602
2436
  return localVarFp.listPackingOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1603
2437
  },
1604
2438
  /**
1605
- * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2439
+ * 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 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).
1606
2440
  * @param {FbaInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
1607
2441
  * @param {*} [options] Override http request option.
1608
2442
  * @throws {RequiredError}
@@ -1611,7 +2445,43 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1611
2445
  return localVarFp.listPlacementOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
1612
2446
  },
1613
2447
  /**
1614
- * Retrieves all transportation options for a shipment. Transportation options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2448
+ * 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 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).
2449
+ * @param {FbaInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
2450
+ * @param {*} [options] Override http request option.
2451
+ * @throws {RequiredError}
2452
+ */
2453
+ listShipmentBoxes(requestParameters, options) {
2454
+ return localVarFp.listShipmentBoxes(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2455
+ },
2456
+ /**
2457
+ * 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 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).
2458
+ * @param {FbaInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2459
+ * @param {*} [options] Override http request option.
2460
+ * @throws {RequiredError}
2461
+ */
2462
+ listShipmentContentUpdatePreviews(requestParameters, options) {
2463
+ return localVarFp.listShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2464
+ },
2465
+ /**
2466
+ * 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 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).
2467
+ * @param {FbaInboundApiListShipmentItemsRequest} requestParameters Request parameters.
2468
+ * @param {*} [options] Override http request option.
2469
+ * @throws {RequiredError}
2470
+ */
2471
+ listShipmentItems(requestParameters, options) {
2472
+ return localVarFp.listShipmentItems(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2473
+ },
2474
+ /**
2475
+ * 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 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).
2476
+ * @param {FbaInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
2477
+ * @param {*} [options] Override http request option.
2478
+ * @throws {RequiredError}
2479
+ */
2480
+ listShipmentPallets(requestParameters, options) {
2481
+ return localVarFp.listShipmentPallets(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(axios, basePath));
2482
+ },
2483
+ /**
2484
+ * 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 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).
1615
2485
  * @param {FbaInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
1616
2486
  * @param {*} [options] Override http request option.
1617
2487
  * @throws {RequiredError}
@@ -1620,7 +2490,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1620
2490
  return localVarFp.listTransportationOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, requestParameters.placementOptionId, requestParameters.shipmentId, options).then((request) => request(axios, basePath));
1621
2491
  },
1622
2492
  /**
1623
- * Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2493
+ * Confirms or reschedules a self-ship appointment slot against a shipment. **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 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).
1624
2494
  * @param {FbaInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
1625
2495
  * @param {*} [options] Override http request option.
1626
2496
  * @throws {RequiredError}
@@ -1629,7 +2499,7 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1629
2499
  return localVarFp.scheduleSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(axios, basePath));
1630
2500
  },
1631
2501
  /**
1632
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2502
+ * 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 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).
1633
2503
  * @param {FbaInboundApiSetPackingInformationRequest} requestParameters Request parameters.
1634
2504
  * @param {*} [options] Override http request option.
1635
2505
  * @throws {RequiredError}
@@ -1638,7 +2508,16 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1638
2508
  return localVarFp.setPackingInformation(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
1639
2509
  },
1640
2510
  /**
1641
- * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2511
+ * 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 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).
2512
+ * @param {FbaInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
2513
+ * @param {*} [options] Override http request option.
2514
+ * @throws {RequiredError}
2515
+ */
2516
+ updateInboundPlanName(requestParameters, options) {
2517
+ return localVarFp.updateInboundPlanName(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(axios, basePath));
2518
+ },
2519
+ /**
2520
+ * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **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 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).
1642
2521
  * @param {FbaInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
1643
2522
  * @param {*} [options] Override http request option.
1644
2523
  * @throws {RequiredError}
@@ -1647,16 +2526,25 @@ const FbaInboundApiFactory = function (configuration, basePath, axios) {
1647
2526
  return localVarFp.updateItemComplianceDetails(requestParameters.marketplaceId, requestParameters.body, options).then((request) => request(axios, basePath));
1648
2527
  },
1649
2528
  /**
1650
- * Update the time window that a shipment will be delivered to the warehouse. The window is used to provide the expected time that a non-Amazon partnered carrier will arrive at the warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1651
- * @param {FbaInboundApiUpdateShipmentDeliveryWindowRequest} requestParameters Request parameters.
2529
+ * 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 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).
2530
+ * @param {FbaInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
2531
+ * @param {*} [options] Override http request option.
2532
+ * @throws {RequiredError}
2533
+ */
2534
+ updateShipmentName(requestParameters, options) {
2535
+ return localVarFp.updateShipmentName(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2536
+ },
2537
+ /**
2538
+ * 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 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).
2539
+ * @param {FbaInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
1652
2540
  * @param {*} [options] Override http request option.
1653
2541
  * @throws {RequiredError}
1654
2542
  */
1655
- updateShipmentDeliveryWindow(requestParameters, options) {
1656
- return localVarFp.updateShipmentDeliveryWindow(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
2543
+ updateShipmentSourceAddress(requestParameters, options) {
2544
+ return localVarFp.updateShipmentSourceAddress(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(axios, basePath));
1657
2545
  },
1658
2546
  /**
1659
- * Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2547
+ * 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 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).
1660
2548
  * @param {FbaInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
1661
2549
  * @param {*} [options] Override http request option.
1662
2550
  * @throws {RequiredError}
@@ -1675,7 +2563,7 @@ exports.FbaInboundApiFactory = FbaInboundApiFactory;
1675
2563
  */
1676
2564
  class FbaInboundApi extends base_1.BaseAPI {
1677
2565
  /**
1678
- * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2566
+ * Cancels an Inbound Plan. Charges may apply if the cancellation is performed outside of a void window. The window for Amazon Partnered Carriers is 24 hours for Small Parcel Delivery (SPD) and one hour for Less-Than-Truckload (LTL) carrier shipments. **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 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).
1679
2567
  * @param {FbaInboundApiCancelInboundPlanRequest} requestParameters Request parameters.
1680
2568
  * @param {*} [options] Override http request option.
1681
2569
  * @throws {RequiredError}
@@ -1685,17 +2573,27 @@ class FbaInboundApi extends base_1.BaseAPI {
1685
2573
  return (0, exports.FbaInboundApiFp)(this.configuration).cancelInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
1686
2574
  }
1687
2575
  /**
1688
- * Cancels a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2576
+ * Cancels a self-ship appointment slot against 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 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).
1689
2577
  * @param {FbaInboundApiCancelSelfShipAppointmentRequest} requestParameters Request parameters.
1690
2578
  * @param {*} [options] Override http request option.
1691
2579
  * @throws {RequiredError}
1692
2580
  * @memberof FbaInboundApi
1693
2581
  */
1694
2582
  cancelSelfShipAppointment(requestParameters, options) {
1695
- return (0, exports.FbaInboundApiFp)(this.configuration).cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2583
+ return (0, exports.FbaInboundApiFp)(this.configuration).cancelSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1696
2584
  }
1697
2585
  /**
1698
- * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2586
+ * 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 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).
2587
+ * @param {FbaInboundApiConfirmDeliveryWindowOptionsRequest} requestParameters Request parameters.
2588
+ * @param {*} [options] Override http request option.
2589
+ * @throws {RequiredError}
2590
+ * @memberof FbaInboundApi
2591
+ */
2592
+ confirmDeliveryWindowOptions(requestParameters, options) {
2593
+ return (0, exports.FbaInboundApiFp)(this.configuration).confirmDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.deliveryWindowOptionId, options).then((request) => request(this.axios, this.basePath));
2594
+ }
2595
+ /**
2596
+ * 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 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).
1699
2597
  * @param {FbaInboundApiConfirmPackingOptionRequest} requestParameters Request parameters.
1700
2598
  * @param {*} [options] Override http request option.
1701
2599
  * @throws {RequiredError}
@@ -1705,7 +2603,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1705
2603
  return (0, exports.FbaInboundApiFp)(this.configuration).confirmPackingOption(requestParameters.inboundPlanId, requestParameters.packingOptionId, options).then((request) => request(this.axios, this.basePath));
1706
2604
  }
1707
2605
  /**
1708
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2606
+ * 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 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).
1709
2607
  * @param {FbaInboundApiConfirmPlacementOptionRequest} requestParameters Request parameters.
1710
2608
  * @param {*} [options] Override http request option.
1711
2609
  * @throws {RequiredError}
@@ -1715,7 +2613,17 @@ class FbaInboundApi extends base_1.BaseAPI {
1715
2613
  return (0, exports.FbaInboundApiFp)(this.configuration).confirmPlacementOption(requestParameters.inboundPlanId, requestParameters.placementOptionId, options).then((request) => request(this.axios, this.basePath));
1716
2614
  }
1717
2615
  /**
1718
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2616
+ * 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 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).
2617
+ * @param {FbaInboundApiConfirmShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2618
+ * @param {*} [options] Override http request option.
2619
+ * @throws {RequiredError}
2620
+ * @memberof FbaInboundApi
2621
+ */
2622
+ confirmShipmentContentUpdatePreview(requestParameters, options) {
2623
+ return (0, exports.FbaInboundApiFp)(this.configuration).confirmShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(this.axios, this.basePath));
2624
+ }
2625
+ /**
2626
+ * 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 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).
1719
2627
  * @param {FbaInboundApiConfirmTransportationOptionsRequest} requestParameters Request parameters.
1720
2628
  * @param {*} [options] Override http request option.
1721
2629
  * @throws {RequiredError}
@@ -1725,7 +2633,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1725
2633
  return (0, exports.FbaInboundApiFp)(this.configuration).confirmTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1726
2634
  }
1727
2635
  /**
1728
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2636
+ * 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 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).
1729
2637
  * @param {FbaInboundApiCreateInboundPlanRequest} requestParameters Request parameters.
1730
2638
  * @param {*} [options] Override http request option.
1731
2639
  * @throws {RequiredError}
@@ -1735,7 +2643,27 @@ class FbaInboundApi extends base_1.BaseAPI {
1735
2643
  return (0, exports.FbaInboundApiFp)(this.configuration).createInboundPlan(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1736
2644
  }
1737
2645
  /**
1738
- * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2646
+ * 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 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).
2647
+ * @param {FbaInboundApiCreateMarketplaceItemLabelsRequest} requestParameters Request parameters.
2648
+ * @param {*} [options] Override http request option.
2649
+ * @throws {RequiredError}
2650
+ * @memberof FbaInboundApi
2651
+ */
2652
+ createMarketplaceItemLabels(requestParameters, options) {
2653
+ return (0, exports.FbaInboundApiFp)(this.configuration).createMarketplaceItemLabels(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2654
+ }
2655
+ /**
2656
+ * 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 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).
2657
+ * @param {FbaInboundApiGenerateDeliveryWindowOptionsRequest} requestParameters Request parameters.
2658
+ * @param {*} [options] Override http request option.
2659
+ * @throws {RequiredError}
2660
+ * @memberof FbaInboundApi
2661
+ */
2662
+ generateDeliveryWindowOptions(requestParameters, options) {
2663
+ return (0, exports.FbaInboundApiFp)(this.configuration).generateDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
2664
+ }
2665
+ /**
2666
+ * 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 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).
1739
2667
  * @param {FbaInboundApiGeneratePackingOptionsRequest} requestParameters Request parameters.
1740
2668
  * @param {*} [options] Override http request option.
1741
2669
  * @throws {RequiredError}
@@ -1745,7 +2673,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1745
2673
  return (0, exports.FbaInboundApiFp)(this.configuration).generatePackingOptions(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
1746
2674
  }
1747
2675
  /**
1748
- * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2676
+ * 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 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).
1749
2677
  * @param {FbaInboundApiGeneratePlacementOptionsRequest} requestParameters Request parameters.
1750
2678
  * @param {*} [options] Override http request option.
1751
2679
  * @throws {RequiredError}
@@ -1755,7 +2683,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1755
2683
  return (0, exports.FbaInboundApiFp)(this.configuration).generatePlacementOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1756
2684
  }
1757
2685
  /**
1758
- * Initiates the process of generating the appointment slots list. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2686
+ * Initiates the process of generating the appointment slots list. **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 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).
1759
2687
  * @param {FbaInboundApiGenerateSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
1760
2688
  * @param {*} [options] Override http request option.
1761
2689
  * @throws {RequiredError}
@@ -1765,7 +2693,17 @@ class FbaInboundApi extends base_1.BaseAPI {
1765
2693
  return (0, exports.FbaInboundApiFp)(this.configuration).generateSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1766
2694
  }
1767
2695
  /**
1768
- * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.05 | 1 | 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).
2696
+ * 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 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).
2697
+ * @param {FbaInboundApiGenerateShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2698
+ * @param {*} [options] Override http request option.
2699
+ * @throws {RequiredError}
2700
+ * @memberof FbaInboundApi
2701
+ */
2702
+ generateShipmentContentUpdatePreviews(requestParameters, options) {
2703
+ return (0, exports.FbaInboundApiFp)(this.configuration).generateShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2704
+ }
2705
+ /**
2706
+ * 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 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).
1769
2707
  * @param {FbaInboundApiGenerateTransportationOptionsRequest} requestParameters Request parameters.
1770
2708
  * @param {*} [options] Override http request option.
1771
2709
  * @throws {RequiredError}
@@ -1775,7 +2713,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1775
2713
  return (0, exports.FbaInboundApiFp)(this.configuration).generateTransportationOptions(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1776
2714
  }
1777
2715
  /**
1778
- * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2716
+ * 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 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).
1779
2717
  * @param {FbaInboundApiGetDeliveryChallanDocumentRequest} requestParameters Request parameters.
1780
2718
  * @param {*} [options] Override http request option.
1781
2719
  * @throws {RequiredError}
@@ -1785,7 +2723,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1785
2723
  return (0, exports.FbaInboundApiFp)(this.configuration).getDeliveryChallanDocument(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
1786
2724
  }
1787
2725
  /**
1788
- * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2726
+ * 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 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).
1789
2727
  * @param {FbaInboundApiGetInboundOperationStatusRequest} requestParameters Request parameters.
1790
2728
  * @param {*} [options] Override http request option.
1791
2729
  * @throws {RequiredError}
@@ -1795,7 +2733,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1795
2733
  return (0, exports.FbaInboundApiFp)(this.configuration).getInboundOperationStatus(requestParameters.operationId, options).then((request) => request(this.axios, this.basePath));
1796
2734
  }
1797
2735
  /**
1798
- * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2736
+ * 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 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).
1799
2737
  * @param {FbaInboundApiGetInboundPlanRequest} requestParameters Request parameters.
1800
2738
  * @param {*} [options] Override http request option.
1801
2739
  * @throws {RequiredError}
@@ -1805,7 +2743,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1805
2743
  return (0, exports.FbaInboundApiFp)(this.configuration).getInboundPlan(requestParameters.inboundPlanId, options).then((request) => request(this.axios, this.basePath));
1806
2744
  }
1807
2745
  /**
1808
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2746
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. **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 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).
1809
2747
  * @param {FbaInboundApiGetSelfShipAppointmentSlotsRequest} requestParameters Request parameters.
1810
2748
  * @param {*} [options] Override http request option.
1811
2749
  * @throws {RequiredError}
@@ -1815,7 +2753,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1815
2753
  return (0, exports.FbaInboundApiFp)(this.configuration).getSelfShipAppointmentSlots(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1816
2754
  }
1817
2755
  /**
1818
- * 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 | | ---- | ---- | | 1 | 1 | 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).
2756
+ * 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 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).
1819
2757
  * @param {FbaInboundApiGetShipmentRequest} requestParameters Request parameters.
1820
2758
  * @param {*} [options] Override http request option.
1821
2759
  * @throws {RequiredError}
@@ -1825,7 +2763,27 @@ class FbaInboundApi extends base_1.BaseAPI {
1825
2763
  return (0, exports.FbaInboundApiFp)(this.configuration).getShipment(requestParameters.inboundPlanId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
1826
2764
  }
1827
2765
  /**
1828
- * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2766
+ * 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 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).
2767
+ * @param {FbaInboundApiGetShipmentContentUpdatePreviewRequest} requestParameters Request parameters.
2768
+ * @param {*} [options] Override http request option.
2769
+ * @throws {RequiredError}
2770
+ * @memberof FbaInboundApi
2771
+ */
2772
+ getShipmentContentUpdatePreview(requestParameters, options) {
2773
+ return (0, exports.FbaInboundApiFp)(this.configuration).getShipmentContentUpdatePreview(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.contentUpdatePreviewId, options).then((request) => request(this.axios, this.basePath));
2774
+ }
2775
+ /**
2776
+ * 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 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).
2777
+ * @param {FbaInboundApiListDeliveryWindowOptionsRequest} requestParameters Request parameters.
2778
+ * @param {*} [options] Override http request option.
2779
+ * @throws {RequiredError}
2780
+ * @memberof FbaInboundApi
2781
+ */
2782
+ listDeliveryWindowOptions(requestParameters, options) {
2783
+ return (0, exports.FbaInboundApiFp)(this.configuration).listDeliveryWindowOptions(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2784
+ }
2785
+ /**
2786
+ * 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 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).
1829
2787
  * @param {FbaInboundApiListInboundPlanBoxesRequest} requestParameters Request parameters.
1830
2788
  * @param {*} [options] Override http request option.
1831
2789
  * @throws {RequiredError}
@@ -1835,7 +2793,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1835
2793
  return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlanBoxes(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1836
2794
  }
1837
2795
  /**
1838
- * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2796
+ * 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 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).
1839
2797
  * @param {FbaInboundApiListInboundPlanItemsRequest} requestParameters Request parameters.
1840
2798
  * @param {*} [options] Override http request option.
1841
2799
  * @throws {RequiredError}
@@ -1845,7 +2803,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1845
2803
  return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlanItems(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1846
2804
  }
1847
2805
  /**
1848
- * 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 | | ---- | ---- | | 1 | 1 | 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).
2806
+ * 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 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).
1849
2807
  * @param {FbaInboundApiListInboundPlanPalletsRequest} requestParameters Request parameters.
1850
2808
  * @param {*} [options] Override http request option.
1851
2809
  * @throws {RequiredError}
@@ -1855,7 +2813,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1855
2813
  return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlanPallets(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1856
2814
  }
1857
2815
  /**
1858
- * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2816
+ * 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 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).
1859
2817
  * @param {FbaInboundApiListInboundPlansRequest} requestParameters Request parameters.
1860
2818
  * @param {*} [options] Override http request option.
1861
2819
  * @throws {RequiredError}
@@ -1865,7 +2823,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1865
2823
  return (0, exports.FbaInboundApiFp)(this.configuration).listInboundPlans(requestParameters.pageSize, requestParameters.paginationToken, requestParameters.status, requestParameters.sortBy, requestParameters.sortOrder, options).then((request) => request(this.axios, this.basePath));
1866
2824
  }
1867
2825
  /**
1868
- * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2826
+ * List the inbound compliance details for MSKUs in a given 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 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).
1869
2827
  * @param {FbaInboundApiListItemComplianceDetailsRequest} requestParameters Request parameters.
1870
2828
  * @param {*} [options] Override http request option.
1871
2829
  * @throws {RequiredError}
@@ -1875,17 +2833,27 @@ class FbaInboundApi extends base_1.BaseAPI {
1875
2833
  return (0, exports.FbaInboundApiFp)(this.configuration).listItemComplianceDetails(requestParameters.mskus, requestParameters.marketplaceId, options).then((request) => request(this.axios, this.basePath));
1876
2834
  }
1877
2835
  /**
1878
- * Retrieves a list of all items in a packing options\'s packing group. Packing options must first be generated by the corresponding endpoint before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2836
+ * 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 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).
2837
+ * @param {FbaInboundApiListPackingGroupBoxesRequest} requestParameters Request parameters.
2838
+ * @param {*} [options] Override http request option.
2839
+ * @throws {RequiredError}
2840
+ * @memberof FbaInboundApi
2841
+ */
2842
+ listPackingGroupBoxes(requestParameters, options) {
2843
+ return (0, exports.FbaInboundApiFp)(this.configuration).listPackingGroupBoxes(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2844
+ }
2845
+ /**
2846
+ * 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 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).
1879
2847
  * @param {FbaInboundApiListPackingGroupItemsRequest} requestParameters Request parameters.
1880
2848
  * @param {*} [options] Override http request option.
1881
2849
  * @throws {RequiredError}
1882
2850
  * @memberof FbaInboundApi
1883
2851
  */
1884
2852
  listPackingGroupItems(requestParameters, options) {
1885
- return (0, exports.FbaInboundApiFp)(this.configuration).listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingOptionId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2853
+ return (0, exports.FbaInboundApiFp)(this.configuration).listPackingGroupItems(requestParameters.inboundPlanId, requestParameters.packingGroupId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1886
2854
  }
1887
2855
  /**
1888
- * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2856
+ * 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 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).
1889
2857
  * @param {FbaInboundApiListPackingOptionsRequest} requestParameters Request parameters.
1890
2858
  * @param {*} [options] Override http request option.
1891
2859
  * @throws {RequiredError}
@@ -1895,7 +2863,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1895
2863
  return (0, exports.FbaInboundApiFp)(this.configuration).listPackingOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1896
2864
  }
1897
2865
  /**
1898
- * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2866
+ * 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 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).
1899
2867
  * @param {FbaInboundApiListPlacementOptionsRequest} requestParameters Request parameters.
1900
2868
  * @param {*} [options] Override http request option.
1901
2869
  * @throws {RequiredError}
@@ -1905,7 +2873,47 @@ class FbaInboundApi extends base_1.BaseAPI {
1905
2873
  return (0, exports.FbaInboundApiFp)(this.configuration).listPlacementOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
1906
2874
  }
1907
2875
  /**
1908
- * Retrieves all transportation options for a shipment. Transportation options must first be generated by the corresponding endpoint before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2876
+ * 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 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).
2877
+ * @param {FbaInboundApiListShipmentBoxesRequest} requestParameters Request parameters.
2878
+ * @param {*} [options] Override http request option.
2879
+ * @throws {RequiredError}
2880
+ * @memberof FbaInboundApi
2881
+ */
2882
+ listShipmentBoxes(requestParameters, options) {
2883
+ return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentBoxes(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2884
+ }
2885
+ /**
2886
+ * 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 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).
2887
+ * @param {FbaInboundApiListShipmentContentUpdatePreviewsRequest} requestParameters Request parameters.
2888
+ * @param {*} [options] Override http request option.
2889
+ * @throws {RequiredError}
2890
+ * @memberof FbaInboundApi
2891
+ */
2892
+ listShipmentContentUpdatePreviews(requestParameters, options) {
2893
+ return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentContentUpdatePreviews(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2894
+ }
2895
+ /**
2896
+ * 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 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).
2897
+ * @param {FbaInboundApiListShipmentItemsRequest} requestParameters Request parameters.
2898
+ * @param {*} [options] Override http request option.
2899
+ * @throws {RequiredError}
2900
+ * @memberof FbaInboundApi
2901
+ */
2902
+ listShipmentItems(requestParameters, options) {
2903
+ return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentItems(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2904
+ }
2905
+ /**
2906
+ * 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 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).
2907
+ * @param {FbaInboundApiListShipmentPalletsRequest} requestParameters Request parameters.
2908
+ * @param {*} [options] Override http request option.
2909
+ * @throws {RequiredError}
2910
+ * @memberof FbaInboundApi
2911
+ */
2912
+ listShipmentPallets(requestParameters, options) {
2913
+ return (0, exports.FbaInboundApiFp)(this.configuration).listShipmentPallets(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.pageSize, requestParameters.paginationToken, options).then((request) => request(this.axios, this.basePath));
2914
+ }
2915
+ /**
2916
+ * 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 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).
1909
2917
  * @param {FbaInboundApiListTransportationOptionsRequest} requestParameters Request parameters.
1910
2918
  * @param {*} [options] Override http request option.
1911
2919
  * @throws {RequiredError}
@@ -1915,7 +2923,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1915
2923
  return (0, exports.FbaInboundApiFp)(this.configuration).listTransportationOptions(requestParameters.inboundPlanId, requestParameters.pageSize, requestParameters.paginationToken, requestParameters.placementOptionId, requestParameters.shipmentId, options).then((request) => request(this.axios, this.basePath));
1916
2924
  }
1917
2925
  /**
1918
- * Confirms or reschedules a self-ship appointment slot against a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2926
+ * Confirms or reschedules a self-ship appointment slot against a shipment. **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 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).
1919
2927
  * @param {FbaInboundApiScheduleSelfShipAppointmentRequest} requestParameters Request parameters.
1920
2928
  * @param {*} [options] Override http request option.
1921
2929
  * @throws {RequiredError}
@@ -1925,7 +2933,7 @@ class FbaInboundApi extends base_1.BaseAPI {
1925
2933
  return (0, exports.FbaInboundApiFp)(this.configuration).scheduleSelfShipAppointment(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.slotId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1926
2934
  }
1927
2935
  /**
1928
- * 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 | | ---- | ---- | | 0.05 | 1 | 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).
2936
+ * 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 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).
1929
2937
  * @param {FbaInboundApiSetPackingInformationRequest} requestParameters Request parameters.
1930
2938
  * @param {*} [options] Override http request option.
1931
2939
  * @throws {RequiredError}
@@ -1935,7 +2943,17 @@ class FbaInboundApi extends base_1.BaseAPI {
1935
2943
  return (0, exports.FbaInboundApiFp)(this.configuration).setPackingInformation(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1936
2944
  }
1937
2945
  /**
1938
- * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2946
+ * 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 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).
2947
+ * @param {FbaInboundApiUpdateInboundPlanNameRequest} requestParameters Request parameters.
2948
+ * @param {*} [options] Override http request option.
2949
+ * @throws {RequiredError}
2950
+ * @memberof FbaInboundApi
2951
+ */
2952
+ updateInboundPlanName(requestParameters, options) {
2953
+ return (0, exports.FbaInboundApiFp)(this.configuration).updateInboundPlanName(requestParameters.inboundPlanId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2954
+ }
2955
+ /**
2956
+ * Update compliance details for list of MSKUs. The details provided here are only used for the IN marketplace compliance validation. **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 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).
1939
2957
  * @param {FbaInboundApiUpdateItemComplianceDetailsRequest} requestParameters Request parameters.
1940
2958
  * @param {*} [options] Override http request option.
1941
2959
  * @throws {RequiredError}
@@ -1945,17 +2963,27 @@ class FbaInboundApi extends base_1.BaseAPI {
1945
2963
  return (0, exports.FbaInboundApiFp)(this.configuration).updateItemComplianceDetails(requestParameters.marketplaceId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1946
2964
  }
1947
2965
  /**
1948
- * Update the time window that a shipment will be delivered to the warehouse. The window is used to provide the expected time that a non-Amazon partnered carrier will arrive at the warehouse. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
1949
- * @param {FbaInboundApiUpdateShipmentDeliveryWindowRequest} requestParameters Request parameters.
2966
+ * 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 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).
2967
+ * @param {FbaInboundApiUpdateShipmentNameRequest} requestParameters Request parameters.
2968
+ * @param {*} [options] Override http request option.
2969
+ * @throws {RequiredError}
2970
+ * @memberof FbaInboundApi
2971
+ */
2972
+ updateShipmentName(requestParameters, options) {
2973
+ return (0, exports.FbaInboundApiFp)(this.configuration).updateShipmentName(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2974
+ }
2975
+ /**
2976
+ * 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 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).
2977
+ * @param {FbaInboundApiUpdateShipmentSourceAddressRequest} requestParameters Request parameters.
1950
2978
  * @param {*} [options] Override http request option.
1951
2979
  * @throws {RequiredError}
1952
2980
  * @memberof FbaInboundApi
1953
2981
  */
1954
- updateShipmentDeliveryWindow(requestParameters, options) {
1955
- return (0, exports.FbaInboundApiFp)(this.configuration).updateShipmentDeliveryWindow(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
2982
+ updateShipmentSourceAddress(requestParameters, options) {
2983
+ return (0, exports.FbaInboundApiFp)(this.configuration).updateShipmentSourceAddress(requestParameters.inboundPlanId, requestParameters.shipmentId, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
1956
2984
  }
1957
2985
  /**
1958
- * Updates a shipment\'s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | 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).
2986
+ * 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 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).
1959
2987
  * @param {FbaInboundApiUpdateShipmentTrackingDetailsRequest} requestParameters Request parameters.
1960
2988
  * @param {*} [options] Override http request option.
1961
2989
  * @throws {RequiredError}
@@ -1966,3 +2994,25 @@ class FbaInboundApi extends base_1.BaseAPI {
1966
2994
  }
1967
2995
  }
1968
2996
  exports.FbaInboundApi = FbaInboundApi;
2997
+ /**
2998
+ * @export
2999
+ */
3000
+ exports.ListInboundPlansStatusEnum = {
3001
+ Active: 'ACTIVE',
3002
+ Voided: 'VOIDED',
3003
+ Shipped: 'SHIPPED'
3004
+ };
3005
+ /**
3006
+ * @export
3007
+ */
3008
+ exports.ListInboundPlansSortByEnum = {
3009
+ LastUpdatedTime: 'LAST_UPDATED_TIME',
3010
+ CreationTime: 'CREATION_TIME'
3011
+ };
3012
+ /**
3013
+ * @export
3014
+ */
3015
+ exports.ListInboundPlansSortOrderEnum = {
3016
+ Asc: 'ASC',
3017
+ Desc: 'DESC'
3018
+ };