@amazon-sp-api-release/amazon-sp-api-sdk-js 1.6.1-alpha.0 → 1.7.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 (501) hide show
  1. package/helper/DefaultRateLimitMap.mjs +6 -0
  2. package/index.js +1 -0
  3. package/package.json +1 -1
  4. package/src/awd_v2024_05_09/api/AwdApi.d.ts +74 -0
  5. package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -1
  6. package/src/awd_v2024_05_09/api/AwdApi.js +201 -0
  7. package/src/awd_v2024_05_09/index.d.ts +12 -1
  8. package/src/awd_v2024_05_09/index.d.ts.map +1 -1
  9. package/src/awd_v2024_05_09/index.js +78 -1
  10. package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts +24 -0
  11. package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts.map +1 -0
  12. package/src/awd_v2024_05_09/model/ConfirmationMode.js +42 -0
  13. package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts +33 -0
  14. package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts.map +1 -0
  15. package/src/awd_v2024_05_09/model/DistributionIneligibleReason.js +83 -0
  16. package/src/awd_v2024_05_09/model/DistributionProduct.d.ts +34 -0
  17. package/src/awd_v2024_05_09/model/DistributionProduct.d.ts.map +1 -0
  18. package/src/awd_v2024_05_09/model/DistributionProduct.js +84 -0
  19. package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts +54 -0
  20. package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts.map +1 -0
  21. package/src/awd_v2024_05_09/model/OutboundShipmentStatus.js +78 -0
  22. package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts +42 -0
  23. package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts.map +1 -0
  24. package/src/awd_v2024_05_09/model/OutboundShipmentSummary.js +101 -0
  25. package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts +75 -0
  26. package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts.map +1 -0
  27. package/src/awd_v2024_05_09/model/ReplenishmentOrder.js +144 -0
  28. package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts +29 -0
  29. package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts.map +1 -0
  30. package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.js +72 -0
  31. package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts +29 -0
  32. package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts.map +1 -0
  33. package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.js +72 -0
  34. package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts +25 -0
  35. package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts.map +1 -0
  36. package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.js +65 -0
  37. package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts +59 -0
  38. package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts.map +1 -0
  39. package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.js +84 -0
  40. package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts +22 -0
  41. package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts.map +1 -0
  42. package/src/awd_v2024_05_09/model/ReplenishmentPreferences.js +63 -0
  43. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +6 -0
  44. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -1
  45. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +8 -0
  46. package/src/finances_2024_06_19/ApiClient.js +1 -1
  47. package/src/finances_2024_06_19/api/DefaultApi.d.ts +18 -8
  48. package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -1
  49. package/src/finances_2024_06_19/api/DefaultApi.js +17 -16
  50. package/src/finances_2024_06_19/index.js +2 -2
  51. package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +2 -2
  52. package/src/finances_2024_06_19/model/AmazonPayContext.js +3 -3
  53. package/src/finances_2024_06_19/model/Breakdown.js +2 -2
  54. package/src/finances_2024_06_19/model/BusinessContext.js +1 -1
  55. package/src/finances_2024_06_19/model/Context.d.ts +12 -12
  56. package/src/finances_2024_06_19/model/Context.js +26 -26
  57. package/src/finances_2024_06_19/model/Currency.d.ts +1 -1
  58. package/src/finances_2024_06_19/model/Currency.js +2 -2
  59. package/src/finances_2024_06_19/model/DeferredContext.d.ts +1 -1
  60. package/src/finances_2024_06_19/model/DeferredContext.js +3 -3
  61. package/src/finances_2024_06_19/model/Error.d.ts +1 -1
  62. package/src/finances_2024_06_19/model/Error.js +2 -2
  63. package/src/finances_2024_06_19/model/ErrorList.d.ts +1 -1
  64. package/src/finances_2024_06_19/model/ErrorList.js +3 -3
  65. package/src/finances_2024_06_19/model/Item.d.ts +3 -3
  66. package/src/finances_2024_06_19/model/Item.js +5 -5
  67. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +1 -1
  68. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +2 -2
  69. package/src/finances_2024_06_19/model/ListTransactionsResponse.js +1 -1
  70. package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +1 -1
  71. package/src/finances_2024_06_19/model/MarketplaceDetails.js +2 -2
  72. package/src/finances_2024_06_19/model/PaymentsContext.d.ts +4 -4
  73. package/src/finances_2024_06_19/model/PaymentsContext.js +6 -6
  74. package/src/finances_2024_06_19/model/ProductContext.d.ts +4 -4
  75. package/src/finances_2024_06_19/model/ProductContext.js +5 -5
  76. package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +2 -2
  77. package/src/finances_2024_06_19/model/RelatedIdentifier.js +3 -3
  78. package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +2 -2
  79. package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +4 -4
  80. package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +2 -2
  81. package/src/finances_2024_06_19/model/TimeRangeContext.js +4 -4
  82. package/src/finances_2024_06_19/model/Transaction.d.ts +6 -6
  83. package/src/finances_2024_06_19/model/Transaction.js +8 -8
  84. package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +2 -2
  85. package/src/finances_2024_06_19/model/TransactionsPayload.js +3 -3
  86. package/src/finances_v0/ApiClient.js +1 -1
  87. package/src/finances_v0/api/DefaultApi.d.ts +36 -36
  88. package/src/finances_v0/api/DefaultApi.js +37 -37
  89. package/src/finances_v0/index.d.ts +2 -1
  90. package/src/finances_v0/index.d.ts.map +1 -1
  91. package/src/finances_v0/index.js +9 -2
  92. package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +2 -2
  93. package/src/finances_v0/model/AdhocDisbursementEvent.js +3 -3
  94. package/src/finances_v0/model/AdjustmentEvent.d.ts +2 -2
  95. package/src/finances_v0/model/AdjustmentEvent.js +3 -3
  96. package/src/finances_v0/model/AdjustmentItem.d.ts +1 -1
  97. package/src/finances_v0/model/AdjustmentItem.js +2 -2
  98. package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +3 -3
  99. package/src/finances_v0/model/AffordabilityExpenseEvent.js +4 -4
  100. package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +2 -2
  101. package/src/finances_v0/model/CapacityReservationBillingEvent.js +3 -3
  102. package/src/finances_v0/model/ChargeComponent.js +2 -2
  103. package/src/finances_v0/model/ChargeInstrument.js +1 -1
  104. package/src/finances_v0/model/ChargeRefundEvent.d.ts +3 -3
  105. package/src/finances_v0/model/ChargeRefundEvent.js +4 -4
  106. package/src/finances_v0/model/ChargeRefundTransaction.js +1 -1
  107. package/src/finances_v0/model/CouponPaymentEvent.d.ts +1 -1
  108. package/src/finances_v0/model/CouponPaymentEvent.js +2 -2
  109. package/src/finances_v0/model/Currency.d.ts +1 -1
  110. package/src/finances_v0/model/Currency.js +2 -2
  111. package/src/finances_v0/model/DebtRecoveryEvent.d.ts +1 -1
  112. package/src/finances_v0/model/DebtRecoveryEvent.js +2 -2
  113. package/src/finances_v0/model/DebtRecoveryItem.d.ts +2 -2
  114. package/src/finances_v0/model/DebtRecoveryItem.js +3 -3
  115. package/src/finances_v0/model/DirectPayment.d.ts +1 -1
  116. package/src/finances_v0/model/DirectPayment.js +2 -2
  117. package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts +34 -0
  118. package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts.map +1 -0
  119. package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.js +79 -0
  120. package/src/finances_v0/model/Error.js +1 -1
  121. package/src/finances_v0/model/FBALiquidationEvent.d.ts +1 -1
  122. package/src/finances_v0/model/FBALiquidationEvent.js +2 -2
  123. package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +4 -4
  124. package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +5 -5
  125. package/src/finances_v0/model/FeeComponent.js +1 -1
  126. package/src/finances_v0/model/FinancialEventGroup.d.ts +4 -4
  127. package/src/finances_v0/model/FinancialEventGroup.js +5 -5
  128. package/src/finances_v0/model/FinancialEvents.d.ts +13 -6
  129. package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -1
  130. package/src/finances_v0/model/FinancialEvents.js +17 -8
  131. package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +1 -1
  132. package/src/finances_v0/model/ImagingServicesFeeEvent.js +2 -2
  133. package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +2 -2
  134. package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +2 -2
  135. package/src/finances_v0/model/ListFinancialEventsPayload.js +2 -2
  136. package/src/finances_v0/model/ListFinancialEventsResponse.js +2 -2
  137. package/src/finances_v0/model/LoanServicingEvent.d.ts +1 -1
  138. package/src/finances_v0/model/LoanServicingEvent.js +2 -2
  139. package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +2 -2
  140. package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +3 -3
  141. package/src/finances_v0/model/PayWithAmazonEvent.d.ts +4 -4
  142. package/src/finances_v0/model/PayWithAmazonEvent.js +5 -5
  143. package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +3 -3
  144. package/src/finances_v0/model/ProductAdsPaymentEvent.js +4 -4
  145. package/src/finances_v0/model/Promotion.js +1 -1
  146. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +3 -3
  147. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +4 -4
  148. package/src/finances_v0/model/RemovalShipmentEvent.d.ts +4 -4
  149. package/src/finances_v0/model/RemovalShipmentEvent.js +5 -5
  150. package/src/finances_v0/model/RemovalShipmentItem.d.ts +1 -1
  151. package/src/finances_v0/model/RemovalShipmentItem.js +2 -2
  152. package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +2 -2
  153. package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +3 -3
  154. package/src/finances_v0/model/RentalTransactionEvent.d.ts +3 -3
  155. package/src/finances_v0/model/RentalTransactionEvent.js +4 -4
  156. package/src/finances_v0/model/RetrochargeEvent.d.ts +2 -2
  157. package/src/finances_v0/model/RetrochargeEvent.js +3 -3
  158. package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +2 -2
  159. package/src/finances_v0/model/SAFETReimbursementEvent.js +3 -3
  160. package/src/finances_v0/model/SAFETReimbursementItem.js +1 -1
  161. package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +3 -3
  162. package/src/finances_v0/model/SellerDealPaymentEvent.js +4 -4
  163. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +1 -1
  164. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +2 -2
  165. package/src/finances_v0/model/ServiceFeeEvent.js +1 -1
  166. package/src/finances_v0/model/ShipmentEvent.d.ts +1 -1
  167. package/src/finances_v0/model/ShipmentEvent.js +2 -2
  168. package/src/finances_v0/model/ShipmentItem.js +1 -1
  169. package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +1 -1
  170. package/src/finances_v0/model/SolutionProviderCreditEvent.js +2 -2
  171. package/src/finances_v0/model/TDSReimbursementEvent.d.ts +1 -1
  172. package/src/finances_v0/model/TDSReimbursementEvent.js +2 -2
  173. package/src/finances_v0/model/TaxWithheldComponent.d.ts +1 -1
  174. package/src/finances_v0/model/TaxWithheldComponent.js +2 -2
  175. package/src/finances_v0/model/TaxWithholdingEvent.d.ts +1 -1
  176. package/src/finances_v0/model/TaxWithholdingEvent.js +3 -3
  177. package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +2 -2
  178. package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -4
  179. package/src/finances_v0/model/TrialShipmentEvent.d.ts +1 -1
  180. package/src/finances_v0/model/TrialShipmentEvent.js +2 -2
  181. package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +2 -2
  182. package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +3 -3
  183. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +90 -90
  184. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +90 -90
  185. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +1 -1
  186. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +2 -2
  187. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +1 -1
  188. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +2 -2
  189. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +4 -14
  190. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -1
  191. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +11 -12
  192. package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +71 -0
  193. package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -1
  194. package/src/invoices_v2024_06_19/api/InvoicesApi.js +206 -0
  195. package/src/invoices_v2024_06_19/index.d.ts +8 -1
  196. package/src/invoices_v2024_06_19/index.d.ts.map +1 -1
  197. package/src/invoices_v2024_06_19/index.js +49 -0
  198. package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts +64 -0
  199. package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts.map +1 -0
  200. package/src/invoices_v2024_06_19/model/CarrierDetailsContext.js +119 -0
  201. package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts +29 -0
  202. package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts.map +1 -0
  203. package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.js +48 -0
  204. package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts +44 -0
  205. package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts.map +1 -0
  206. package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.js +112 -0
  207. package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts +35 -0
  208. package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts.map +1 -0
  209. package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.js +80 -0
  210. package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts +22 -0
  211. package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts.map +1 -0
  212. package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.js +63 -0
  213. package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts +22 -0
  214. package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts.map +1 -0
  215. package/src/invoices_v2024_06_19/model/InvoiceDocument.js +63 -0
  216. package/src/invoices_v2024_06_19/model/InvoiceError.d.ts +28 -0
  217. package/src/invoices_v2024_06_19/model/InvoiceError.d.ts.map +1 -0
  218. package/src/invoices_v2024_06_19/model/InvoiceError.js +71 -0
  219. package/src/messaging_v1/api/MessagingApi.d.ts +0 -18
  220. package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -1
  221. package/src/messaging_v1/api/MessagingApi.js +0 -64
  222. package/src/messaging_v1/index.d.ts +1 -3
  223. package/src/messaging_v1/index.d.ts.map +1 -1
  224. package/src/messaging_v1/index.js +0 -14
  225. package/src/orders_v0/api/OrdersV0Api.d.ts +19 -10
  226. package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -1
  227. package/src/orders_v0/api/OrdersV0Api.js +54 -9
  228. package/src/orders_v0/index.d.ts +10 -1
  229. package/src/orders_v0/index.d.ts.map +1 -1
  230. package/src/orders_v0/index.js +63 -0
  231. package/src/orders_v0/model/BuyerInfo.d.ts +0 -6
  232. package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -1
  233. package/src/orders_v0/model/BuyerInfo.js +0 -8
  234. package/src/orders_v0/model/ExportInfo.d.ts +28 -0
  235. package/src/orders_v0/model/ExportInfo.d.ts.map +1 -0
  236. package/src/orders_v0/model/ExportInfo.js +71 -0
  237. package/src/orders_v0/model/FulfillmentInstructions.d.ts +32 -0
  238. package/src/orders_v0/model/FulfillmentInstructions.d.ts.map +1 -0
  239. package/src/orders_v0/model/FulfillmentInstructions.js +74 -0
  240. package/src/orders_v0/model/FulfillmentLocation.d.ts +22 -0
  241. package/src/orders_v0/model/FulfillmentLocation.d.ts.map +1 -0
  242. package/src/orders_v0/model/FulfillmentLocation.js +63 -0
  243. package/src/orders_v0/model/FulfillmentPlan.d.ts +69 -0
  244. package/src/orders_v0/model/FulfillmentPlan.d.ts.map +1 -0
  245. package/src/orders_v0/model/FulfillmentPlan.js +188 -0
  246. package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts +24 -0
  247. package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts.map +1 -0
  248. package/src/orders_v0/model/FulfillmentPlanConstraintType.js +42 -0
  249. package/src/orders_v0/model/FulfillmentPlanItem.d.ts +28 -0
  250. package/src/orders_v0/model/FulfillmentPlanItem.d.ts.map +1 -0
  251. package/src/orders_v0/model/FulfillmentPlanItem.js +75 -0
  252. package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts +27 -0
  253. package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts.map +1 -0
  254. package/src/orders_v0/model/FulfillmentPlanShippingConstraints.js +70 -0
  255. package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts +29 -0
  256. package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts.map +1 -0
  257. package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.js +72 -0
  258. package/src/orders_v0/model/OrderBuyerInfo.d.ts +0 -6
  259. package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -1
  260. package/src/orders_v0/model/OrderBuyerInfo.js +0 -8
  261. package/src/orders_v0/model/OrderItem.d.ts +6 -0
  262. package/src/orders_v0/model/OrderItem.d.ts.map +1 -1
  263. package/src/orders_v0/model/OrderItem.js +8 -0
  264. package/src/orders_v0/model/ShippingInstructions.d.ts +34 -0
  265. package/src/orders_v0/model/ShippingInstructions.d.ts.map +1 -0
  266. package/src/orders_v0/model/ShippingInstructions.js +79 -0
  267. package/src/orders_v2026_01_01/ApiClient.d.ts +260 -0
  268. package/src/orders_v2026_01_01/ApiClient.d.ts.map +1 -0
  269. package/src/orders_v2026_01_01/ApiClient.js +827 -0
  270. package/src/orders_v2026_01_01/api/GetOrderApi.d.ts +49 -0
  271. package/src/orders_v2026_01_01/api/GetOrderApi.d.ts.map +1 -0
  272. package/src/orders_v2026_01_01/api/GetOrderApi.js +116 -0
  273. package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts +83 -0
  274. package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts.map +1 -0
  275. package/src/orders_v2026_01_01/api/SearchOrdersApi.js +135 -0
  276. package/src/orders_v2026_01_01/index.d.ts +59 -0
  277. package/src/orders_v2026_01_01/index.d.ts.map +1 -0
  278. package/src/orders_v2026_01_01/index.js +420 -0
  279. package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts +40 -0
  280. package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts.map +1 -0
  281. package/src/orders_v2026_01_01/model/AddressExtendedFields.js +87 -0
  282. package/src/orders_v2026_01_01/model/Alias.d.ts +27 -0
  283. package/src/orders_v2026_01_01/model/Alias.d.ts.map +1 -0
  284. package/src/orders_v2026_01_01/model/Alias.js +75 -0
  285. package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts +28 -0
  286. package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts.map +1 -0
  287. package/src/orders_v2026_01_01/model/AssociatedOrder.js +71 -0
  288. package/src/orders_v2026_01_01/model/BusinessHour.d.ts +44 -0
  289. package/src/orders_v2026_01_01/model/BusinessHour.d.ts.map +1 -0
  290. package/src/orders_v2026_01_01/model/BusinessHour.js +121 -0
  291. package/src/orders_v2026_01_01/model/Buyer.d.ts +40 -0
  292. package/src/orders_v2026_01_01/model/Buyer.d.ts.map +1 -0
  293. package/src/orders_v2026_01_01/model/Buyer.js +87 -0
  294. package/src/orders_v2026_01_01/model/ConstraintType.d.ts +19 -0
  295. package/src/orders_v2026_01_01/model/ConstraintType.d.ts.map +1 -0
  296. package/src/orders_v2026_01_01/model/ConstraintType.js +36 -0
  297. package/src/orders_v2026_01_01/model/CustomerAddress.d.ts +100 -0
  298. package/src/orders_v2026_01_01/model/CustomerAddress.d.ts.map +1 -0
  299. package/src/orders_v2026_01_01/model/CustomerAddress.js +167 -0
  300. package/src/orders_v2026_01_01/model/DateTimeRange.d.ts +28 -0
  301. package/src/orders_v2026_01_01/model/DateTimeRange.d.ts.map +1 -0
  302. package/src/orders_v2026_01_01/model/DateTimeRange.js +71 -0
  303. package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts +40 -0
  304. package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts.map +1 -0
  305. package/src/orders_v2026_01_01/model/DeliveryPreference.js +87 -0
  306. package/src/orders_v2026_01_01/model/Error.d.ts +33 -0
  307. package/src/orders_v2026_01_01/model/Error.d.ts.map +1 -0
  308. package/src/orders_v2026_01_01/model/Error.js +83 -0
  309. package/src/orders_v2026_01_01/model/ErrorList.d.ts +26 -0
  310. package/src/orders_v2026_01_01/model/ErrorList.d.ts.map +1 -0
  311. package/src/orders_v2026_01_01/model/ErrorList.js +66 -0
  312. package/src/orders_v2026_01_01/model/ExceptionDate.d.ts +45 -0
  313. package/src/orders_v2026_01_01/model/ExceptionDate.d.ts.map +1 -0
  314. package/src/orders_v2026_01_01/model/ExceptionDate.js +99 -0
  315. package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts +49 -0
  316. package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts.map +1 -0
  317. package/src/orders_v2026_01_01/model/FulfillmentStatus.js +72 -0
  318. package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts +26 -0
  319. package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts.map +1 -0
  320. package/src/orders_v2026_01_01/model/GetOrderResponse.js +65 -0
  321. package/src/orders_v2026_01_01/model/GiftOption.d.ts +28 -0
  322. package/src/orders_v2026_01_01/model/GiftOption.d.ts.map +1 -0
  323. package/src/orders_v2026_01_01/model/GiftOption.js +71 -0
  324. package/src/orders_v2026_01_01/model/HourMinute.d.ts +28 -0
  325. package/src/orders_v2026_01_01/model/HourMinute.d.ts.map +1 -0
  326. package/src/orders_v2026_01_01/model/HourMinute.js +71 -0
  327. package/src/orders_v2026_01_01/model/ItemCancellation.d.ts +22 -0
  328. package/src/orders_v2026_01_01/model/ItemCancellation.d.ts.map +1 -0
  329. package/src/orders_v2026_01_01/model/ItemCancellation.js +63 -0
  330. package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts +28 -0
  331. package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts.map +1 -0
  332. package/src/orders_v2026_01_01/model/ItemCancellationRequest.js +71 -0
  333. package/src/orders_v2026_01_01/model/ItemCondition.d.ts +34 -0
  334. package/src/orders_v2026_01_01/model/ItemCondition.d.ts.map +1 -0
  335. package/src/orders_v2026_01_01/model/ItemCondition.js +79 -0
  336. package/src/orders_v2026_01_01/model/ItemCustomization.d.ts +22 -0
  337. package/src/orders_v2026_01_01/model/ItemCustomization.d.ts.map +1 -0
  338. package/src/orders_v2026_01_01/model/ItemCustomization.js +63 -0
  339. package/src/orders_v2026_01_01/model/ItemExpense.d.ts +22 -0
  340. package/src/orders_v2026_01_01/model/ItemExpense.d.ts.map +1 -0
  341. package/src/orders_v2026_01_01/model/ItemExpense.js +63 -0
  342. package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts +46 -0
  343. package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts.map +1 -0
  344. package/src/orders_v2026_01_01/model/ItemFulfillment.js +95 -0
  345. package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts +22 -0
  346. package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts.map +1 -0
  347. package/src/orders_v2026_01_01/model/ItemInternationalShipping.js +63 -0
  348. package/src/orders_v2026_01_01/model/ItemPacking.d.ts +22 -0
  349. package/src/orders_v2026_01_01/model/ItemPacking.d.ts.map +1 -0
  350. package/src/orders_v2026_01_01/model/ItemPacking.js +63 -0
  351. package/src/orders_v2026_01_01/model/ItemPicking.d.ts +22 -0
  352. package/src/orders_v2026_01_01/model/ItemPicking.d.ts.map +1 -0
  353. package/src/orders_v2026_01_01/model/ItemPicking.js +63 -0
  354. package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts +22 -0
  355. package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts.map +1 -0
  356. package/src/orders_v2026_01_01/model/ItemPointsCost.js +63 -0
  357. package/src/orders_v2026_01_01/model/ItemPrice.d.ts +28 -0
  358. package/src/orders_v2026_01_01/model/ItemPrice.d.ts.map +1 -0
  359. package/src/orders_v2026_01_01/model/ItemPrice.js +71 -0
  360. package/src/orders_v2026_01_01/model/ItemProceeds.d.ts +29 -0
  361. package/src/orders_v2026_01_01/model/ItemProceeds.d.ts.map +1 -0
  362. package/src/orders_v2026_01_01/model/ItemProceeds.js +72 -0
  363. package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts +35 -0
  364. package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts.map +1 -0
  365. package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.js +80 -0
  366. package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts +28 -0
  367. package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts.map +1 -0
  368. package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.js +71 -0
  369. package/src/orders_v2026_01_01/model/ItemProduct.d.ts +58 -0
  370. package/src/orders_v2026_01_01/model/ItemProduct.d.ts.map +1 -0
  371. package/src/orders_v2026_01_01/model/ItemProduct.js +111 -0
  372. package/src/orders_v2026_01_01/model/ItemPromotion.d.ts +23 -0
  373. package/src/orders_v2026_01_01/model/ItemPromotion.d.ts.map +1 -0
  374. package/src/orders_v2026_01_01/model/ItemPromotion.js +64 -0
  375. package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts +22 -0
  376. package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts.map +1 -0
  377. package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.js +63 -0
  378. package/src/orders_v2026_01_01/model/ItemShipping.d.ts +34 -0
  379. package/src/orders_v2026_01_01/model/ItemShipping.d.ts.map +1 -0
  380. package/src/orders_v2026_01_01/model/ItemShipping.js +79 -0
  381. package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts +42 -0
  382. package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts.map +1 -0
  383. package/src/orders_v2026_01_01/model/ItemShippingConstraints.js +91 -0
  384. package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts +46 -0
  385. package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts.map +1 -0
  386. package/src/orders_v2026_01_01/model/ItemSubstitutionOption.js +95 -0
  387. package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts +43 -0
  388. package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts.map +1 -0
  389. package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.js +99 -0
  390. package/src/orders_v2026_01_01/model/Measurement.d.ts +59 -0
  391. package/src/orders_v2026_01_01/model/Measurement.d.ts.map +1 -0
  392. package/src/orders_v2026_01_01/model/Measurement.js +226 -0
  393. package/src/orders_v2026_01_01/model/MerchantAddress.d.ts +76 -0
  394. package/src/orders_v2026_01_01/model/MerchantAddress.d.ts.map +1 -0
  395. package/src/orders_v2026_01_01/model/MerchantAddress.js +135 -0
  396. package/src/orders_v2026_01_01/model/Money.d.ts +27 -0
  397. package/src/orders_v2026_01_01/model/Money.d.ts.map +1 -0
  398. package/src/orders_v2026_01_01/model/Money.js +75 -0
  399. package/src/orders_v2026_01_01/model/Order.d.ts +86 -0
  400. package/src/orders_v2026_01_01/model/Order.d.ts.map +1 -0
  401. package/src/orders_v2026_01_01/model/Order.js +173 -0
  402. package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts +49 -0
  403. package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts.map +1 -0
  404. package/src/orders_v2026_01_01/model/OrderFulfillment.js +96 -0
  405. package/src/orders_v2026_01_01/model/OrderItem.d.ts +72 -0
  406. package/src/orders_v2026_01_01/model/OrderItem.d.ts.map +1 -0
  407. package/src/orders_v2026_01_01/model/OrderItem.js +141 -0
  408. package/src/orders_v2026_01_01/model/OrderPackage.d.ts +74 -0
  409. package/src/orders_v2026_01_01/model/OrderPackage.d.ts.map +1 -0
  410. package/src/orders_v2026_01_01/model/OrderPackage.js +130 -0
  411. package/src/orders_v2026_01_01/model/OrderProceeds.d.ts +22 -0
  412. package/src/orders_v2026_01_01/model/OrderProceeds.d.ts.map +1 -0
  413. package/src/orders_v2026_01_01/model/OrderProceeds.js +63 -0
  414. package/src/orders_v2026_01_01/model/PackageItem.d.ts +33 -0
  415. package/src/orders_v2026_01_01/model/PackageItem.d.ts.map +1 -0
  416. package/src/orders_v2026_01_01/model/PackageItem.js +83 -0
  417. package/src/orders_v2026_01_01/model/PackageStatus.d.ts +45 -0
  418. package/src/orders_v2026_01_01/model/PackageStatus.d.ts.map +1 -0
  419. package/src/orders_v2026_01_01/model/PackageStatus.js +116 -0
  420. package/src/orders_v2026_01_01/model/Pagination.d.ts +22 -0
  421. package/src/orders_v2026_01_01/model/Pagination.d.ts.map +1 -0
  422. package/src/orders_v2026_01_01/model/Pagination.js +63 -0
  423. package/src/orders_v2026_01_01/model/PointsGranted.d.ts +28 -0
  424. package/src/orders_v2026_01_01/model/PointsGranted.d.ts.map +1 -0
  425. package/src/orders_v2026_01_01/model/PointsGranted.js +71 -0
  426. package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts +30 -0
  427. package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts.map +1 -0
  428. package/src/orders_v2026_01_01/model/PreferredDeliveryTime.js +73 -0
  429. package/src/orders_v2026_01_01/model/Recipient.d.ts +28 -0
  430. package/src/orders_v2026_01_01/model/Recipient.d.ts.map +1 -0
  431. package/src/orders_v2026_01_01/model/Recipient.js +71 -0
  432. package/src/orders_v2026_01_01/model/SalesChannel.d.ts +37 -0
  433. package/src/orders_v2026_01_01/model/SalesChannel.d.ts.map +1 -0
  434. package/src/orders_v2026_01_01/model/SalesChannel.js +81 -0
  435. package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts +44 -0
  436. package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts.map +1 -0
  437. package/src/orders_v2026_01_01/model/SearchOrdersResponse.js +90 -0
  438. package/src/orders_v2026_01_01/model/TimeWindow.d.ts +27 -0
  439. package/src/orders_v2026_01_01/model/TimeWindow.d.ts.map +1 -0
  440. package/src/orders_v2026_01_01/model/TimeWindow.js +70 -0
  441. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +86 -20
  442. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -1
  443. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +108 -20
  444. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +8 -8
  445. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +8 -8
  446. package/src/replenishment_v2022_11_07/model/Metric.d.ts +10 -0
  447. package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -1
  448. package/src/replenishment_v2022_11_07/model/Metric.js +12 -0
  449. package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +4 -4
  450. package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +4 -4
  451. package/src/sellerWallet_2024_03_01/index.d.ts +3 -2
  452. package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -1
  453. package/src/sellerWallet_2024_03_01/index.js +14 -7
  454. package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +22 -12
  455. package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -1
  456. package/src/sellerWallet_2024_03_01/model/BankAccount.js +6 -12
  457. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +0 -5
  458. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -1
  459. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +0 -6
  460. package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts +62 -0
  461. package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts.map +1 -0
  462. package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.js +179 -0
  463. package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts +29 -0
  464. package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts.map +1 -0
  465. package/src/sellerWallet_2024_03_01/model/PayeeEntityType.js +48 -0
  466. package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +8 -3
  467. package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -1
  468. package/src/sellerWallet_2024_03_01/model/Transaction.js +11 -3
  469. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +4 -4
  470. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -1
  471. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +5 -5
  472. package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +18 -2
  473. package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -1
  474. package/src/vendorshipments_v1/api/VendorShippingApi.js +52 -2
  475. package/src/vendorshipments_v1/index.d.ts +5 -1
  476. package/src/vendorshipments_v1/index.d.ts.map +1 -1
  477. package/src/vendorshipments_v1/index.js +28 -0
  478. package/src/vendorshipments_v1/model/ItemDetails.d.ts +34 -0
  479. package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -1
  480. package/src/vendorshipments_v1/model/ItemDetails.js +63 -0
  481. package/src/vendorshipments_v1/model/RegulationReferences.d.ts +40 -0
  482. package/src/vendorshipments_v1/model/RegulationReferences.d.ts.map +1 -0
  483. package/src/vendorshipments_v1/model/RegulationReferences.js +87 -0
  484. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts +26 -0
  485. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts.map +1 -0
  486. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.js +65 -0
  487. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts +29 -0
  488. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts.map +1 -0
  489. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.js +72 -0
  490. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts +22 -0
  491. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts.map +1 -0
  492. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.js +63 -0
  493. package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +0 -23
  494. package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +0 -1
  495. package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +0 -64
  496. package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +0 -23
  497. package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +0 -1
  498. package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +0 -64
  499. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +0 -45
  500. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +0 -1
  501. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +0 -121
@@ -23,19 +23,19 @@ export class FbaInboundApi {
23
23
  */
24
24
  getRateLimiter(operation: string): any;
25
25
  /**
26
- * 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 preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
26
+ * 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.
27
27
  * @param {String} inboundPlanId Identifier of an inbound plan.
28
28
  * @return {Promise<CancelInboundPlanResponse>}
29
29
  */
30
30
  cancelInboundPlanWithHttpInfo(inboundPlanId: string): Promise<CancelInboundPlanResponse>;
31
31
  /**
32
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
32
+ * 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.
33
33
  * @param {String} inboundPlanId Identifier of an inbound plan.
34
34
  * @return {Promise<CancelInboundPlanResponse>}
35
35
  */
36
36
  cancelInboundPlan(inboundPlanId: string): Promise<CancelInboundPlanResponse>;
37
37
  /**
38
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
38
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
39
39
  * @param {String} inboundPlanId Identifier of an inbound plan.
40
40
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
41
41
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
@@ -43,7 +43,7 @@ export class FbaInboundApi {
43
43
  */
44
44
  cancelSelfShipAppointmentWithHttpInfo(inboundPlanId: string, shipmentId: string, body: CancelSelfShipAppointmentRequest): Promise<CancelSelfShipAppointmentResponse>;
45
45
  /**
46
- * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
46
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
47
47
  * @param {String} inboundPlanId Identifier of an inbound plan.
48
48
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
49
49
  * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
@@ -51,7 +51,7 @@ export class FbaInboundApi {
51
51
  */
52
52
  cancelSelfShipAppointment(inboundPlanId: string, shipmentId: string, body: CancelSelfShipAppointmentRequest): Promise<CancelSelfShipAppointmentResponse>;
53
53
  /**
54
- * 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 &#x60;CONFIRMED_DELIVERY_WINDOW&#x60; require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
54
+ * 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 &#x60;CONFIRMED_DELIVERY_WINDOW&#x60; require a delivery window to be confirmed prior to transportation option confirmation.
55
55
  * @param {String} inboundPlanId Identifier of an inbound plan.
56
56
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
57
57
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
@@ -59,7 +59,7 @@ export class FbaInboundApi {
59
59
  */
60
60
  confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId: string, shipmentId: string, deliveryWindowOptionId: string): Promise<ConfirmDeliveryWindowOptionsResponse>;
61
61
  /**
62
- * 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 &#x60;CONFIRMED_DELIVERY_WINDOW&#x60; require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
62
+ * 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 &#x60;CONFIRMED_DELIVERY_WINDOW&#x60; require a delivery window to be confirmed prior to transportation option confirmation.
63
63
  * @param {String} inboundPlanId Identifier of an inbound plan.
64
64
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
65
65
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
@@ -67,35 +67,35 @@ export class FbaInboundApi {
67
67
  */
68
68
  confirmDeliveryWindowOptions(inboundPlanId: string, shipmentId: string, deliveryWindowOptionId: string): Promise<ConfirmDeliveryWindowOptionsResponse>;
69
69
  /**
70
- * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
70
+ * Confirms the packing option for an inbound plan.
71
71
  * @param {String} inboundPlanId Identifier of an inbound plan.
72
72
  * @param {String} packingOptionId Identifier of a packing option.
73
73
  * @return {Promise<ConfirmPackingOptionResponse>}
74
74
  */
75
75
  confirmPackingOptionWithHttpInfo(inboundPlanId: string, packingOptionId: string): Promise<ConfirmPackingOptionResponse>;
76
76
  /**
77
- * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
77
+ * Confirms the packing option for an inbound plan.
78
78
  * @param {String} inboundPlanId Identifier of an inbound plan.
79
79
  * @param {String} packingOptionId Identifier of a packing option.
80
80
  * @return {Promise<ConfirmPackingOptionResponse>}
81
81
  */
82
82
  confirmPackingOption(inboundPlanId: string, packingOptionId: string): Promise<ConfirmPackingOptionResponse>;
83
83
  /**
84
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
84
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
85
85
  * @param {String} inboundPlanId Identifier of an inbound plan.
86
86
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
87
87
  * @return {Promise<ConfirmPlacementOptionResponse>}
88
88
  */
89
89
  confirmPlacementOptionWithHttpInfo(inboundPlanId: string, placementOptionId: string): Promise<ConfirmPlacementOptionResponse>;
90
90
  /**
91
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
91
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan.
92
92
  * @param {String} inboundPlanId Identifier of an inbound plan.
93
93
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
94
94
  * @return {Promise<ConfirmPlacementOptionResponse>}
95
95
  */
96
96
  confirmPlacementOption(inboundPlanId: string, placementOptionId: string): Promise<ConfirmPlacementOptionResponse>;
97
97
  /**
98
- * Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
98
+ * Confirm a shipment content update preview and accept the changes in transportation cost.
99
99
  * @param {String} inboundPlanId Identifier of an inbound plan.
100
100
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
101
101
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
@@ -103,7 +103,7 @@ export class FbaInboundApi {
103
103
  */
104
104
  confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ConfirmShipmentContentUpdatePreviewResponse>;
105
105
  /**
106
- * Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
106
+ * Confirm a shipment content update preview and accept the changes in transportation cost.
107
107
  * @param {String} inboundPlanId Identifier of an inbound plan.
108
108
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
109
109
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
@@ -111,85 +111,85 @@ export class FbaInboundApi {
111
111
  */
112
112
  confirmShipmentContentUpdatePreview(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ConfirmShipmentContentUpdatePreviewResponse>;
113
113
  /**
114
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
114
+ * 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.
115
115
  * @param {String} inboundPlanId Identifier of an inbound plan.
116
116
  * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
117
117
  * @return {Promise<ConfirmTransportationOptionsResponse>}
118
118
  */
119
119
  confirmTransportationOptionsWithHttpInfo(inboundPlanId: string, body: ConfirmTransportationOptionsRequest): Promise<ConfirmTransportationOptionsResponse>;
120
120
  /**
121
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
121
+ * 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.
122
122
  * @param {String} inboundPlanId Identifier of an inbound plan.
123
123
  * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
124
124
  * @return {Promise<ConfirmTransportationOptionsResponse>}
125
125
  */
126
126
  confirmTransportationOptions(inboundPlanId: string, body: ConfirmTransportationOptionsRequest): Promise<ConfirmTransportationOptionsResponse>;
127
127
  /**
128
- * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
128
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network.
129
129
  * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
130
130
  * @return {Promise<CreateInboundPlanResponse>}
131
131
  */
132
132
  createInboundPlanWithHttpInfo(body: CreateInboundPlanRequest): Promise<CreateInboundPlanResponse>;
133
133
  /**
134
- * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
134
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network.
135
135
  * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
136
136
  * @return {Promise<CreateInboundPlanResponse>}
137
137
  */
138
138
  createInboundPlan(body: CreateInboundPlanRequest): Promise<CreateInboundPlanResponse>;
139
139
  /**
140
- * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
140
+ * For a given marketplace - creates labels for a list of MSKUs.
141
141
  * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
142
142
  * @return {Promise<CreateMarketplaceItemLabelsResponse>}
143
143
  */
144
144
  createMarketplaceItemLabelsWithHttpInfo(body: CreateMarketplaceItemLabelsRequest): Promise<CreateMarketplaceItemLabelsResponse>;
145
145
  /**
146
- * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
146
+ * For a given marketplace - creates labels for a list of MSKUs.
147
147
  * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
148
148
  * @return {Promise<CreateMarketplaceItemLabelsResponse>}
149
149
  */
150
150
  createMarketplaceItemLabels(body: CreateMarketplaceItemLabelsRequest): Promise<CreateMarketplaceItemLabelsResponse>;
151
151
  /**
152
- * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
152
+ * Generates available delivery window options for a given shipment.
153
153
  * @param {String} inboundPlanId Identifier of an inbound plan.
154
154
  * @param {String} shipmentId The shipment to generate delivery window options for.
155
155
  * @return {Promise<GenerateDeliveryWindowOptionsResponse>}
156
156
  */
157
157
  generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId: string, shipmentId: string): Promise<GenerateDeliveryWindowOptionsResponse>;
158
158
  /**
159
- * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
159
+ * Generates available delivery window options for a given shipment.
160
160
  * @param {String} inboundPlanId Identifier of an inbound plan.
161
161
  * @param {String} shipmentId The shipment to generate delivery window options for.
162
162
  * @return {Promise<GenerateDeliveryWindowOptionsResponse>}
163
163
  */
164
164
  generateDeliveryWindowOptions(inboundPlanId: string, shipmentId: string): Promise<GenerateDeliveryWindowOptionsResponse>;
165
165
  /**
166
- * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
166
+ * Generates available packing options for the inbound plan.
167
167
  * @param {String} inboundPlanId Identifier of an inbound plan.
168
168
  * @return {Promise<GeneratePackingOptionsResponse>}
169
169
  */
170
170
  generatePackingOptionsWithHttpInfo(inboundPlanId: string): Promise<GeneratePackingOptionsResponse>;
171
171
  /**
172
- * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
172
+ * Generates available packing options for the inbound plan.
173
173
  * @param {String} inboundPlanId Identifier of an inbound plan.
174
174
  * @return {Promise<GeneratePackingOptionsResponse>}
175
175
  */
176
176
  generatePackingOptions(inboundPlanId: string): Promise<GeneratePackingOptionsResponse>;
177
177
  /**
178
- * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
178
+ * Generates placement options for the inbound plan.
179
179
  * @param {String} inboundPlanId Identifier of an inbound plan.
180
180
  * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
181
181
  * @return {Promise<GeneratePlacementOptionsResponse>}
182
182
  */
183
183
  generatePlacementOptionsWithHttpInfo(inboundPlanId: string, body: GeneratePlacementOptionsRequest): Promise<GeneratePlacementOptionsResponse>;
184
184
  /**
185
- * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
185
+ * Generates placement options for the inbound plan.
186
186
  * @param {String} inboundPlanId Identifier of an inbound plan.
187
187
  * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
188
188
  * @return {Promise<GeneratePlacementOptionsResponse>}
189
189
  */
190
190
  generatePlacementOptions(inboundPlanId: string, body: GeneratePlacementOptionsRequest): Promise<GeneratePlacementOptionsResponse>;
191
191
  /**
192
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
192
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
193
193
  * @param {String} inboundPlanId Identifier of an inbound plan.
194
194
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
195
195
  * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
@@ -197,7 +197,7 @@ export class FbaInboundApi {
197
197
  */
198
198
  generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId: string, shipmentId: string, body: GenerateSelfShipAppointmentSlotsRequest): Promise<GenerateSelfShipAppointmentSlotsResponse>;
199
199
  /**
200
- * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and 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
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
201
201
  * @param {String} inboundPlanId Identifier of an inbound plan.
202
202
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
203
203
  * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
@@ -205,7 +205,7 @@ export class FbaInboundApi {
205
205
  */
206
206
  generateSelfShipAppointmentSlots(inboundPlanId: string, shipmentId: string, body: GenerateSelfShipAppointmentSlotsRequest): Promise<GenerateSelfShipAppointmentSlotsResponse>;
207
207
  /**
208
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
208
+ * 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.
209
209
  * @param {String} inboundPlanId Identifier of an inbound plan.
210
210
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
211
211
  * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
@@ -213,7 +213,7 @@ export class FbaInboundApi {
213
213
  */
214
214
  generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId: string, shipmentId: string, body: GenerateShipmentContentUpdatePreviewsRequest): Promise<GenerateShipmentContentUpdatePreviewsResponse>;
215
215
  /**
216
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
216
+ * 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.
217
217
  * @param {String} inboundPlanId Identifier of an inbound plan.
218
218
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
219
219
  * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
@@ -221,59 +221,59 @@ export class FbaInboundApi {
221
221
  */
222
222
  generateShipmentContentUpdatePreviews(inboundPlanId: string, shipmentId: string, body: GenerateShipmentContentUpdatePreviewsRequest): Promise<GenerateShipmentContentUpdatePreviewsResponse>;
223
223
  /**
224
- * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
224
+ * Generates available transportation options for a given placement option.
225
225
  * @param {String} inboundPlanId Identifier of an inbound plan.
226
226
  * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
227
227
  * @return {Promise<GenerateTransportationOptionsResponse>}
228
228
  */
229
229
  generateTransportationOptionsWithHttpInfo(inboundPlanId: string, body: GenerateTransportationOptionsRequest): Promise<GenerateTransportationOptionsResponse>;
230
230
  /**
231
- * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
231
+ * Generates available transportation options for a given placement option.
232
232
  * @param {String} inboundPlanId Identifier of an inbound plan.
233
233
  * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
234
234
  * @return {Promise<GenerateTransportationOptionsResponse>}
235
235
  */
236
236
  generateTransportationOptions(inboundPlanId: string, body: GenerateTransportationOptionsRequest): Promise<GenerateTransportationOptionsResponse>;
237
237
  /**
238
- * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
238
+ * Provide delivery challan document for PCP transportation in IN marketplace.
239
239
  * @param {String} inboundPlanId Identifier of an inbound plan.
240
240
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
241
241
  * @return {Promise<GetDeliveryChallanDocumentResponse>}
242
242
  */
243
243
  getDeliveryChallanDocumentWithHttpInfo(inboundPlanId: string, shipmentId: string): Promise<GetDeliveryChallanDocumentResponse>;
244
244
  /**
245
- * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
245
+ * Provide delivery challan document for PCP transportation in IN marketplace.
246
246
  * @param {String} inboundPlanId Identifier of an inbound plan.
247
247
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
248
248
  * @return {Promise<GetDeliveryChallanDocumentResponse>}
249
249
  */
250
250
  getDeliveryChallanDocument(inboundPlanId: string, shipmentId: string): Promise<GetDeliveryChallanDocumentResponse>;
251
251
  /**
252
- * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
252
+ * Gets the status of the processing of an asynchronous API call.
253
253
  * @param {String} operationId Identifier of an asynchronous operation.
254
254
  * @return {Promise<InboundOperationStatus>}
255
255
  */
256
256
  getInboundOperationStatusWithHttpInfo(operationId: string): Promise<InboundOperationStatus>;
257
257
  /**
258
- * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
258
+ * Gets the status of the processing of an asynchronous API call.
259
259
  * @param {String} operationId Identifier of an asynchronous operation.
260
260
  * @return {Promise<InboundOperationStatus>}
261
261
  */
262
262
  getInboundOperationStatus(operationId: string): Promise<InboundOperationStatus>;
263
263
  /**
264
- * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
264
+ * Fetches the top level information about an inbound plan.
265
265
  * @param {String} inboundPlanId Identifier of an inbound plan.
266
266
  * @return {Promise<InboundPlan>}
267
267
  */
268
268
  getInboundPlanWithHttpInfo(inboundPlanId: string): Promise<InboundPlan>;
269
269
  /**
270
- * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
270
+ * Fetches the top level information about an inbound plan.
271
271
  * @param {String} inboundPlanId Identifier of an inbound plan.
272
272
  * @return {Promise<InboundPlan>}
273
273
  */
274
274
  getInboundPlan(inboundPlanId: string): Promise<InboundPlan>;
275
275
  /**
276
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
276
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
277
277
  * @param {String} inboundPlanId Identifier of an inbound plan.
278
278
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
279
279
  * @param {Object} [opts] Optional parameters
@@ -286,7 +286,7 @@ export class FbaInboundApi {
286
286
  paginationToken?: string;
287
287
  }): Promise<GetSelfShipAppointmentSlotsResponse>;
288
288
  /**
289
- * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
289
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
290
290
  * @param {String} inboundPlanId Identifier of an inbound plan.
291
291
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
292
292
  * @param {Object} [opts] Optional parameters
@@ -299,21 +299,21 @@ export class FbaInboundApi {
299
299
  paginationToken?: string;
300
300
  }): Promise<GetSelfShipAppointmentSlotsResponse>;
301
301
  /**
302
- * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
302
+ * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment.
303
303
  * @param {String} inboundPlanId Identifier of an inbound plan.
304
304
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
305
305
  * @return {Promise<Shipment>}
306
306
  */
307
307
  getShipmentWithHttpInfo(inboundPlanId: string, shipmentId: string): Promise<Shipment>;
308
308
  /**
309
- * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
309
+ * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment.
310
310
  * @param {String} inboundPlanId Identifier of an inbound plan.
311
311
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
312
312
  * @return {Promise<Shipment>}
313
313
  */
314
314
  getShipment(inboundPlanId: string, shipmentId: string): Promise<Shipment>;
315
315
  /**
316
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
316
+ * 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.
317
317
  * @param {String} inboundPlanId Identifier of an inbound plan.
318
318
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
319
319
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
@@ -321,7 +321,7 @@ export class FbaInboundApi {
321
321
  */
322
322
  getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ContentUpdatePreview>;
323
323
  /**
324
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
324
+ * 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.
325
325
  * @param {String} inboundPlanId Identifier of an inbound plan.
326
326
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
327
327
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
@@ -329,7 +329,7 @@ export class FbaInboundApi {
329
329
  */
330
330
  getShipmentContentUpdatePreview(inboundPlanId: string, shipmentId: string, contentUpdatePreviewId: string): Promise<ContentUpdatePreview>;
331
331
  /**
332
- * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the &#x60;generateDeliveryWindowOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
332
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the &#x60;generateDeliveryWindowOptions&#x60; operation before becoming available.
333
333
  * @param {String} inboundPlanId Identifier of an inbound plan.
334
334
  * @param {String} shipmentId The shipment to get delivery window options for.
335
335
  * @param {Object} [opts] Optional parameters
@@ -342,7 +342,7 @@ export class FbaInboundApi {
342
342
  paginationToken?: string;
343
343
  }): Promise<ListDeliveryWindowOptionsResponse>;
344
344
  /**
345
- * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the &#x60;generateDeliveryWindowOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
345
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the &#x60;generateDeliveryWindowOptions&#x60; operation before becoming available.
346
346
  * @param {String} inboundPlanId Identifier of an inbound plan.
347
347
  * @param {String} shipmentId The shipment to get delivery window options for.
348
348
  * @param {Object} [opts] Optional parameters
@@ -355,7 +355,7 @@ export class FbaInboundApi {
355
355
  paginationToken?: string;
356
356
  }): Promise<ListDeliveryWindowOptionsResponse>;
357
357
  /**
358
- * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
358
+ * Provides a paginated list of box packages in an inbound plan.
359
359
  * @param {String} inboundPlanId Identifier of an inbound plan.
360
360
  * @param {Object} [opts] Optional parameters
361
361
  * @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
@@ -367,7 +367,7 @@ export class FbaInboundApi {
367
367
  paginationToken?: string;
368
368
  }): Promise<ListInboundPlanBoxesResponse>;
369
369
  /**
370
- * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
370
+ * Provides a paginated list of box packages in an inbound plan.
371
371
  * @param {String} inboundPlanId Identifier of an inbound plan.
372
372
  * @param {Object} [opts] Optional parameters
373
373
  * @param {Number} [opts.pageSize] The number of boxes to return in the response matching the given query. (default to 10)
@@ -379,7 +379,7 @@ export class FbaInboundApi {
379
379
  paginationToken?: string;
380
380
  }): Promise<ListInboundPlanBoxesResponse>;
381
381
  /**
382
- * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
382
+ * Provides a paginated list of item packages in an inbound plan.
383
383
  * @param {String} inboundPlanId Identifier of an inbound plan.
384
384
  * @param {Object} [opts] Optional parameters
385
385
  * @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
@@ -391,7 +391,7 @@ export class FbaInboundApi {
391
391
  paginationToken?: string;
392
392
  }): Promise<ListInboundPlanItemsResponse>;
393
393
  /**
394
- * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
394
+ * Provides a paginated list of item packages in an inbound plan.
395
395
  * @param {String} inboundPlanId Identifier of an inbound plan.
396
396
  * @param {Object} [opts] Optional parameters
397
397
  * @param {Number} [opts.pageSize] The number of items to return in the response matching the given query. (default to 10)
@@ -403,7 +403,7 @@ export class FbaInboundApi {
403
403
  paginationToken?: string;
404
404
  }): Promise<ListInboundPlanItemsResponse>;
405
405
  /**
406
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
406
+ * 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.
407
407
  * @param {String} inboundPlanId Identifier of an inbound plan.
408
408
  * @param {Object} [opts] Optional parameters
409
409
  * @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
@@ -415,7 +415,7 @@ export class FbaInboundApi {
415
415
  paginationToken?: string;
416
416
  }): Promise<ListInboundPlanPalletsResponse>;
417
417
  /**
418
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
418
+ * 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.
419
419
  * @param {String} inboundPlanId Identifier of an inbound plan.
420
420
  * @param {Object} [opts] Optional parameters
421
421
  * @param {Number} [opts.pageSize] The number of pallets to return in the response matching the given query. (default to 10)
@@ -427,7 +427,7 @@ export class FbaInboundApi {
427
427
  paginationToken?: string;
428
428
  }): Promise<ListInboundPlanPalletsResponse>;
429
429
  /**
430
- * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
430
+ * Provides a list of inbound plans with minimal information.
431
431
  * @param {Object} [opts] Optional parameters
432
432
  * @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
433
433
  * @param {String} [opts.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.
@@ -444,7 +444,7 @@ export class FbaInboundApi {
444
444
  sortOrder?: string;
445
445
  }): Promise<ListInboundPlansResponse>;
446
446
  /**
447
- * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
447
+ * Provides a list of inbound plans with minimal information.
448
448
  * @param {Object} [opts] Optional parameters
449
449
  * @param {Number} [opts.pageSize] The number of inbound plans to return in the response matching the given query. (default to 10)
450
450
  * @param {String} [opts.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.
@@ -461,21 +461,21 @@ export class FbaInboundApi {
461
461
  sortOrder?: string;
462
462
  }): Promise<ListInboundPlansResponse>;
463
463
  /**
464
- * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
464
+ * List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - &#x60;%&#x60; - &#x60;+&#x60; - &#x60;,&#x60; **Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.
465
465
  * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
466
466
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
467
467
  * @return {Promise<ListItemComplianceDetailsResponse>}
468
468
  */
469
469
  listItemComplianceDetailsWithHttpInfo(mskus: [string], marketplaceId: string): Promise<ListItemComplianceDetailsResponse>;
470
470
  /**
471
- * List the inbound compliance details for MSKUs in a given marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
471
+ * List the inbound compliance details for MSKUs in a given marketplace. **Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding). The following characters must be double percent encoded: - &#x60;%&#x60; - &#x60;+&#x60; - &#x60;,&#x60; **Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.
472
472
  * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
473
473
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
474
474
  * @return {Promise<ListItemComplianceDetailsResponse>}
475
475
  */
476
476
  listItemComplianceDetails(mskus: [string], marketplaceId: string): Promise<ListItemComplianceDetailsResponse>;
477
477
  /**
478
- * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
478
+ * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
479
479
  * @param {String} inboundPlanId Identifier of an inbound plan.
480
480
  * @param {String} packingGroupId Identifier of a packing group.
481
481
  * @param {Object} [opts] Optional parameters
@@ -488,7 +488,7 @@ export class FbaInboundApi {
488
488
  paginationToken?: string;
489
489
  }): Promise<ListPackingGroupBoxesResponse>;
490
490
  /**
491
- * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
491
+ * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits.
492
492
  * @param {String} inboundPlanId Identifier of an inbound plan.
493
493
  * @param {String} packingGroupId Identifier of a packing group.
494
494
  * @param {Object} [opts] Optional parameters
@@ -501,7 +501,7 @@ export class FbaInboundApi {
501
501
  paginationToken?: string;
502
502
  }): Promise<ListPackingGroupBoxesResponse>;
503
503
  /**
504
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
504
+ * 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.
505
505
  * @param {String} inboundPlanId Identifier of an inbound plan.
506
506
  * @param {String} packingGroupId Identifier of a packing group.
507
507
  * @param {Object} [opts] Optional parameters
@@ -514,7 +514,7 @@ export class FbaInboundApi {
514
514
  paginationToken?: string;
515
515
  }): Promise<ListPackingGroupItemsResponse>;
516
516
  /**
517
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
517
+ * 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.
518
518
  * @param {String} inboundPlanId Identifier of an inbound plan.
519
519
  * @param {String} packingGroupId Identifier of a packing group.
520
520
  * @param {Object} [opts] Optional parameters
@@ -527,7 +527,7 @@ export class FbaInboundApi {
527
527
  paginationToken?: string;
528
528
  }): Promise<ListPackingGroupItemsResponse>;
529
529
  /**
530
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
530
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
531
531
  * @param {String} inboundPlanId Identifier of an inbound plan.
532
532
  * @param {Object} [opts] Optional parameters
533
533
  * @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
@@ -539,7 +539,7 @@ export class FbaInboundApi {
539
539
  paginationToken?: string;
540
540
  }): Promise<ListPackingOptionsResponse>;
541
541
  /**
542
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
542
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available.
543
543
  * @param {String} inboundPlanId Identifier of an inbound plan.
544
544
  * @param {Object} [opts] Optional parameters
545
545
  * @param {Number} [opts.pageSize] The number of packing options to return in the response matching the given query. (default to 10)
@@ -551,7 +551,7 @@ export class FbaInboundApi {
551
551
  paginationToken?: string;
552
552
  }): Promise<ListPackingOptionsResponse>;
553
553
  /**
554
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
554
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
555
555
  * @param {String} inboundPlanId Identifier of an inbound plan.
556
556
  * @param {Object} [opts] Optional parameters
557
557
  * @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
@@ -563,7 +563,7 @@ export class FbaInboundApi {
563
563
  paginationToken?: string;
564
564
  }): Promise<ListPlacementOptionsResponse>;
565
565
  /**
566
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
566
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available.
567
567
  * @param {String} inboundPlanId Identifier of an inbound plan.
568
568
  * @param {Object} [opts] Optional parameters
569
569
  * @param {Number} [opts.pageSize] The number of placement options to return in the response matching the given query. (default to 10)
@@ -575,21 +575,21 @@ export class FbaInboundApi {
575
575
  paginationToken?: string;
576
576
  }): Promise<ListPlacementOptionsResponse>;
577
577
  /**
578
- * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
578
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.
579
579
  * @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
580
580
  * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
581
581
  * @return {Promise<ListPrepDetailsResponse>}
582
582
  */
583
583
  listPrepDetailsWithHttpInfo(marketplaceId: string, mskus: [string]): Promise<ListPrepDetailsResponse>;
584
584
  /**
585
- * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.\\n\\n**Usage Plan:**\\n\\n| Rate (requests per second) | Burst |\\n| ---- | ---- |\\n| n | n |\\n\\nThe &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
585
+ * Get preparation details for a list of MSKUs in a specified marketplace.\\n\\n**Note:** MSKUs that contain certain characters must be encoded. For more information, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\\n\\nThe following characters must be double percent encoded:\\n\\n- &#x60;%&#x60;\\n- &#x60;+&#x60;\\n- &#x60;,&#x60;\\n\\n**Examples:** An MSKU value of &#x60;test%msku&#x60; is encoded as &#x60;test%2525msku&#x60;. An MSKU value of &#x60;test,msku&#x60; is encoded as &#x60;test%252Cmsku&#x60;.
586
586
  * @param {String} marketplaceId The marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
587
587
  * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
588
588
  * @return {Promise<ListPrepDetailsResponse>}
589
589
  */
590
590
  listPrepDetails(marketplaceId: string, mskus: [string]): Promise<ListPrepDetailsResponse>;
591
591
  /**
592
- * Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
592
+ * Provides a paginated list of box packages in a shipment.
593
593
  * @param {String} inboundPlanId Identifier of an inbound plan.
594
594
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
595
595
  * @param {Object} [opts] Optional parameters
@@ -602,7 +602,7 @@ export class FbaInboundApi {
602
602
  paginationToken?: string;
603
603
  }): Promise<ListShipmentBoxesResponse>;
604
604
  /**
605
- * Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
605
+ * Provides a paginated list of box packages in a shipment.
606
606
  * @param {String} inboundPlanId Identifier of an inbound plan.
607
607
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
608
608
  * @param {Object} [opts] Optional parameters
@@ -615,7 +615,7 @@ export class FbaInboundApi {
615
615
  paginationToken?: string;
616
616
  }): Promise<ListShipmentBoxesResponse>;
617
617
  /**
618
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
618
+ * 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.
619
619
  * @param {String} inboundPlanId Identifier of an inbound plan.
620
620
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
621
621
  * @param {Object} [opts] Optional parameters
@@ -628,7 +628,7 @@ export class FbaInboundApi {
628
628
  paginationToken?: string;
629
629
  }): Promise<ListShipmentContentUpdatePreviewsResponse>;
630
630
  /**
631
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
631
+ * 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.
632
632
  * @param {String} inboundPlanId Identifier of an inbound plan.
633
633
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
634
634
  * @param {Object} [opts] Optional parameters
@@ -641,7 +641,7 @@ export class FbaInboundApi {
641
641
  paginationToken?: string;
642
642
  }): Promise<ListShipmentContentUpdatePreviewsResponse>;
643
643
  /**
644
- * Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
644
+ * Provides a paginated list of item packages in a shipment.
645
645
  * @param {String} inboundPlanId Identifier of an inbound plan.
646
646
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
647
647
  * @param {Object} [opts] Optional parameters
@@ -654,7 +654,7 @@ export class FbaInboundApi {
654
654
  paginationToken?: string;
655
655
  }): Promise<ListShipmentItemsResponse>;
656
656
  /**
657
- * Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
657
+ * Provides a paginated list of item packages in a shipment.
658
658
  * @param {String} inboundPlanId Identifier of an inbound plan.
659
659
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
660
660
  * @param {Object} [opts] Optional parameters
@@ -667,7 +667,7 @@ export class FbaInboundApi {
667
667
  paginationToken?: string;
668
668
  }): Promise<ListShipmentItemsResponse>;
669
669
  /**
670
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
670
+ * 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.
671
671
  * @param {String} inboundPlanId Identifier of an inbound plan.
672
672
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
673
673
  * @param {Object} [opts] Optional parameters
@@ -680,7 +680,7 @@ export class FbaInboundApi {
680
680
  paginationToken?: string;
681
681
  }): Promise<ListShipmentPalletsResponse>;
682
682
  /**
683
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
683
+ * 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.
684
684
  * @param {String} inboundPlanId Identifier of an inbound plan.
685
685
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
686
686
  * @param {Object} [opts] Optional parameters
@@ -693,7 +693,7 @@ export class FbaInboundApi {
693
693
  paginationToken?: string;
694
694
  }): Promise<ListShipmentPalletsResponse>;
695
695
  /**
696
- * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
696
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available.
697
697
  * @param {String} inboundPlanId Identifier of an inbound plan.
698
698
  * @param {Object} [opts] Optional parameters
699
699
  * @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
@@ -709,7 +709,7 @@ export class FbaInboundApi {
709
709
  shipmentId?: string;
710
710
  }): Promise<ListTransportationOptionsResponse>;
711
711
  /**
712
- * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
712
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available.
713
713
  * @param {String} inboundPlanId Identifier of an inbound plan.
714
714
  * @param {Object} [opts] Optional parameters
715
715
  * @param {Number} [opts.pageSize] The number of transportation options to return in the response matching the given query. (default to 10)
@@ -725,7 +725,7 @@ export class FbaInboundApi {
725
725
  shipmentId?: string;
726
726
  }): Promise<ListTransportationOptionsResponse>;
727
727
  /**
728
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
728
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
729
729
  * @param {String} inboundPlanId Identifier of an inbound plan.
730
730
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
731
731
  * @param {String} slotId An identifier to a self-ship appointment slot.
@@ -734,7 +734,7 @@ export class FbaInboundApi {
734
734
  */
735
735
  scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId: string, shipmentId: string, slotId: string, body: ScheduleSelfShipAppointmentRequest): Promise<ScheduleSelfShipAppointmentResponse>;
736
736
  /**
737
- * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
737
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN.
738
738
  * @param {String} inboundPlanId Identifier of an inbound plan.
739
739
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
740
740
  * @param {String} slotId An identifier to a self-ship appointment slot.
@@ -743,61 +743,61 @@ export class FbaInboundApi {
743
743
  */
744
744
  scheduleSelfShipAppointment(inboundPlanId: string, shipmentId: string, slotId: string, body: ScheduleSelfShipAppointmentRequest): Promise<ScheduleSelfShipAppointmentResponse>;
745
745
  /**
746
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
746
+ * 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.
747
747
  * @param {String} inboundPlanId Identifier of an inbound plan.
748
748
  * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
749
749
  * @return {Promise<SetPackingInformationResponse>}
750
750
  */
751
751
  setPackingInformationWithHttpInfo(inboundPlanId: string, body: SetPackingInformationRequest): Promise<SetPackingInformationResponse>;
752
752
  /**
753
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
753
+ * 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.
754
754
  * @param {String} inboundPlanId Identifier of an inbound plan.
755
755
  * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
756
756
  * @return {Promise<SetPackingInformationResponse>}
757
757
  */
758
758
  setPackingInformation(inboundPlanId: string, body: SetPackingInformationRequest): Promise<SetPackingInformationResponse>;
759
759
  /**
760
- * Set the preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
760
+ * Set the preparation details for a list of MSKUs in a specified marketplace.
761
761
  * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
762
762
  * @return {Promise<SetPrepDetailsResponse>}
763
763
  */
764
764
  setPrepDetailsWithHttpInfo(body: SetPrepDetailsRequest): Promise<SetPrepDetailsResponse>;
765
765
  /**
766
- * Set the preparation details for a list of MSKUs in a specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
766
+ * Set the preparation details for a list of MSKUs in a specified marketplace.
767
767
  * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
768
768
  * @return {Promise<SetPrepDetailsResponse>}
769
769
  */
770
770
  setPrepDetails(body: SetPrepDetailsRequest): Promise<SetPrepDetailsResponse>;
771
771
  /**
772
- * Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
772
+ * Updates the name of an existing inbound plan.
773
773
  * @param {String} inboundPlanId Identifier of an inbound plan.
774
774
  * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
775
775
  * @return {Promise<void>}
776
776
  */
777
777
  updateInboundPlanNameWithHttpInfo(inboundPlanId: string, body: UpdateInboundPlanNameRequest): Promise<void>;
778
778
  /**
779
- * Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
779
+ * Updates the name of an existing inbound plan.
780
780
  * @param {String} inboundPlanId Identifier of an inbound plan.
781
781
  * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
782
782
  * @return {Promise<void>}
783
783
  */
784
784
  updateInboundPlanName(inboundPlanId: string, body: UpdateInboundPlanNameRequest): Promise<void>;
785
785
  /**
786
- * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
786
+ * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
787
787
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
788
788
  * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
789
789
  * @return {Promise<UpdateItemComplianceDetailsResponse>}
790
790
  */
791
791
  updateItemComplianceDetailsWithHttpInfo(marketplaceId: string, body: UpdateItemComplianceDetailsRequest): Promise<UpdateItemComplianceDetailsResponse>;
792
792
  /**
793
- * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
793
+ * Update compliance details for a list of MSKUs. The details provided here are only used for the India (IN - A21TJRUUN4KGV) marketplace compliance validation.
794
794
  * @param {String} marketplaceId The Marketplace ID. For a list of possible values, refer to [Marketplace IDs](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids).
795
795
  * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
796
796
  * @return {Promise<UpdateItemComplianceDetailsResponse>}
797
797
  */
798
798
  updateItemComplianceDetails(marketplaceId: string, body: UpdateItemComplianceDetailsRequest): Promise<UpdateItemComplianceDetailsResponse>;
799
799
  /**
800
- * Updates the name of an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
800
+ * Updates the name of an existing shipment.
801
801
  * @param {String} inboundPlanId Identifier of an inbound plan.
802
802
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
803
803
  * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
@@ -805,7 +805,7 @@ export class FbaInboundApi {
805
805
  */
806
806
  updateShipmentNameWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateShipmentNameRequest): Promise<void>;
807
807
  /**
808
- * Updates the name of an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
808
+ * Updates the name of an existing shipment.
809
809
  * @param {String} inboundPlanId Identifier of an inbound plan.
810
810
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
811
811
  * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
@@ -813,7 +813,7 @@ export class FbaInboundApi {
813
813
  */
814
814
  updateShipmentName(inboundPlanId: string, shipmentId: string, body: UpdateShipmentNameRequest): Promise<void>;
815
815
  /**
816
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
816
+ * 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.
817
817
  * @param {String} inboundPlanId Identifier of an inbound plan.
818
818
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
819
819
  * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
@@ -821,7 +821,7 @@ export class FbaInboundApi {
821
821
  */
822
822
  updateShipmentSourceAddressWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateShipmentSourceAddressRequest): Promise<UpdateShipmentSourceAddressResponse>;
823
823
  /**
824
- * 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 &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
824
+ * 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.
825
825
  * @param {String} inboundPlanId Identifier of an inbound plan.
826
826
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
827
827
  * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
@@ -829,7 +829,7 @@ export class FbaInboundApi {
829
829
  */
830
830
  updateShipmentSourceAddress(inboundPlanId: string, shipmentId: string, body: UpdateShipmentSourceAddressRequest): Promise<UpdateShipmentSourceAddressResponse>;
831
831
  /**
832
- * Updates a shipment&#39;s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
832
+ * Updates a shipment&#39;s tracking details.
833
833
  * @param {String} inboundPlanId Identifier of an inbound plan.
834
834
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
835
835
  * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
@@ -837,7 +837,7 @@ export class FbaInboundApi {
837
837
  */
838
838
  updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId: string, shipmentId: string, body: UpdateShipmentTrackingDetailsRequest): Promise<UpdateShipmentTrackingDetailsResponse>;
839
839
  /**
840
- * Updates a shipment&#39;s tracking details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
840
+ * Updates a shipment&#39;s tracking details.
841
841
  * @param {String} inboundPlanId Identifier of an inbound plan.
842
842
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
843
843
  * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.