@amazon-sp-api-release/amazon-sp-api-sdk-js 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1632) hide show
  1. package/README.md +2 -3
  2. package/helper/DefaultRateLimitMap.mjs +43 -12
  3. package/index.js +1 -1
  4. package/package.json +2 -2
  5. package/sample-node-app/index.js +1 -1
  6. package/src/apluscontent_v2020_11_01/ApiClient.js +483 -488
  7. package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +508 -532
  8. package/src/apluscontent_v2020_11_01/index.js +197 -198
  9. package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +22 -26
  10. package/src/apluscontent_v2020_11_01/model/AplusResponse.js +16 -19
  11. package/src/apluscontent_v2020_11_01/model/AsinBadge.js +14 -20
  12. package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +27 -35
  13. package/src/apluscontent_v2020_11_01/model/ColorType.js +10 -14
  14. package/src/apluscontent_v2020_11_01/model/ContentBadge.js +16 -23
  15. package/src/apluscontent_v2020_11_01/model/ContentDocument.js +30 -37
  16. package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +31 -38
  17. package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +21 -25
  18. package/src/apluscontent_v2020_11_01/model/ContentModule.js +63 -81
  19. package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +36 -53
  20. package/src/apluscontent_v2020_11_01/model/ContentRecord.js +22 -27
  21. package/src/apluscontent_v2020_11_01/model/ContentStatus.js +14 -20
  22. package/src/apluscontent_v2020_11_01/model/ContentType.js +10 -14
  23. package/src/apluscontent_v2020_11_01/model/Decorator.js +22 -28
  24. package/src/apluscontent_v2020_11_01/model/DecoratorType.js +22 -32
  25. package/src/apluscontent_v2020_11_01/model/Error.js +21 -26
  26. package/src/apluscontent_v2020_11_01/model/ErrorList.js +17 -20
  27. package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +25 -29
  28. package/src/apluscontent_v2020_11_01/model/ImageComponent.js +24 -29
  29. package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +21 -25
  30. package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +22 -26
  31. package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +22 -26
  32. package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +19 -23
  33. package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +27 -32
  34. package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +18 -21
  35. package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +19 -23
  36. package/src/apluscontent_v2020_11_01/model/PositionType.js +10 -14
  37. package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +20 -23
  38. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +16 -19
  39. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +20 -23
  40. package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +18 -21
  41. package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +23 -27
  42. package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +20 -23
  43. package/src/apluscontent_v2020_11_01/model/PublishRecord.js +32 -40
  44. package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +27 -32
  45. package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +27 -32
  46. package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +18 -21
  47. package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +28 -36
  48. package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +19 -23
  49. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +25 -32
  50. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +30 -36
  51. package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +19 -23
  52. package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +19 -23
  53. package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +19 -23
  54. package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +30 -38
  55. package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +22 -27
  56. package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +19 -23
  57. package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +21 -25
  58. package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +16 -19
  59. package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +18 -21
  60. package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +29 -37
  61. package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +33 -43
  62. package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +21 -25
  63. package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +22 -27
  64. package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +19 -23
  65. package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +18 -21
  66. package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +21 -25
  67. package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +18 -22
  68. package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +23 -29
  69. package/src/apluscontent_v2020_11_01/model/TextComponent.js +19 -23
  70. package/src/apluscontent_v2020_11_01/model/TextItem.js +21 -25
  71. package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +27 -31
  72. package/src/appintegrations_v2024_04_01/ApiClient.js +483 -488
  73. package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +143 -153
  74. package/src/appintegrations_v2024_04_01/index.js +26 -27
  75. package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +21 -26
  76. package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +15 -18
  77. package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +25 -29
  78. package/src/appintegrations_v2024_04_01/model/Error.js +21 -26
  79. package/src/appintegrations_v2024_04_01/model/ErrorList.js +17 -20
  80. package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +20 -23
  81. package/src/applications_v2023_11_30/ApiClient.js +483 -488
  82. package/src/applications_v2023_11_30/api/ApplicationsApi.js +56 -62
  83. package/src/applications_v2023_11_30/index.js +14 -15
  84. package/src/applications_v2023_11_30/model/Error.js +21 -26
  85. package/src/applications_v2023_11_30/model/ErrorList.js +17 -20
  86. package/src/awd_v2024_05_09/ApiClient.js +483 -488
  87. package/src/awd_v2024_05_09/api/AwdApi.js +458 -484
  88. package/src/awd_v2024_05_09/index.js +158 -159
  89. package/src/awd_v2024_05_09/model/Address.js +39 -52
  90. package/src/awd_v2024_05_09/model/CarrierCode.js +18 -22
  91. package/src/awd_v2024_05_09/model/CarrierCodeType.js +8 -11
  92. package/src/awd_v2024_05_09/model/DestinationDetails.js +20 -25
  93. package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +10 -14
  94. package/src/awd_v2024_05_09/model/DistributionPackage.js +28 -33
  95. package/src/awd_v2024_05_09/model/DistributionPackageContents.js +19 -23
  96. package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +21 -25
  97. package/src/awd_v2024_05_09/model/DistributionPackageType.js +10 -14
  98. package/src/awd_v2024_05_09/model/Error.js +21 -26
  99. package/src/awd_v2024_05_09/model/ErrorList.js +17 -20
  100. package/src/awd_v2024_05_09/model/ExpirationDetails.js +17 -21
  101. package/src/awd_v2024_05_09/model/InboundEligibility.js +28 -34
  102. package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +10 -14
  103. package/src/awd_v2024_05_09/model/InboundOrder.js +43 -54
  104. package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +27 -33
  105. package/src/awd_v2024_05_09/model/InboundOrderReference.js +16 -19
  106. package/src/awd_v2024_05_09/model/InboundPackages.js +17 -20
  107. package/src/awd_v2024_05_09/model/InboundPreferences.js +15 -18
  108. package/src/awd_v2024_05_09/model/InboundShipment.js +60 -78
  109. package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +20 -29
  110. package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +30 -38
  111. package/src/awd_v2024_05_09/model/InboundStatus.js +18 -26
  112. package/src/awd_v2024_05_09/model/InventoryDetails.js +19 -24
  113. package/src/awd_v2024_05_09/model/InventoryListing.js +19 -23
  114. package/src/awd_v2024_05_09/model/InventoryQuantity.js +21 -25
  115. package/src/awd_v2024_05_09/model/InventorySummary.js +26 -33
  116. package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +12 -17
  117. package/src/awd_v2024_05_09/model/LabelOwner.js +10 -14
  118. package/src/awd_v2024_05_09/model/LabelStatus.js +14 -20
  119. package/src/awd_v2024_05_09/model/MeasurementData.js +24 -29
  120. package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +19 -23
  121. package/src/awd_v2024_05_09/model/PackageDimensions.js +27 -33
  122. package/src/awd_v2024_05_09/model/PackageVolume.js +21 -25
  123. package/src/awd_v2024_05_09/model/PackageWeight.js +21 -25
  124. package/src/awd_v2024_05_09/model/PrepCategory.js +34 -50
  125. package/src/awd_v2024_05_09/model/PrepDetails.js +25 -31
  126. package/src/awd_v2024_05_09/model/PrepInstruction.js +18 -22
  127. package/src/awd_v2024_05_09/model/PrepOwner.js +10 -14
  128. package/src/awd_v2024_05_09/model/ProductAttribute.js +17 -21
  129. package/src/awd_v2024_05_09/model/ProductQuantity.js +27 -34
  130. package/src/awd_v2024_05_09/model/ShipmentLabels.js +20 -24
  131. package/src/awd_v2024_05_09/model/ShipmentListing.js +18 -22
  132. package/src/awd_v2024_05_09/model/SkuEligibility.js +26 -31
  133. package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +19 -23
  134. package/src/awd_v2024_05_09/model/SkuQuantity.js +23 -28
  135. package/src/awd_v2024_05_09/model/TrackingDetails.js +19 -23
  136. package/src/awd_v2024_05_09/model/TransportationDetails.js +17 -20
  137. package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +12 -17
  138. package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +10 -14
  139. package/src/catalogitems_v2022_04_01/ApiClient.js +483 -488
  140. package/src/catalogitems_v2022_04_01/api/CatalogApi.js +124 -132
  141. package/src/catalogitems_v2022_04_01/index.js +95 -96
  142. package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +19 -23
  143. package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +22 -27
  144. package/src/catalogitems_v2022_04_01/model/Dimension.js +17 -21
  145. package/src/catalogitems_v2022_04_01/model/Dimensions.js +22 -28
  146. package/src/catalogitems_v2022_04_01/model/Error.js +21 -26
  147. package/src/catalogitems_v2022_04_01/model/ErrorList.js +18 -21
  148. package/src/catalogitems_v2022_04_01/model/Item.js +45 -58
  149. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +21 -26
  150. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +19 -23
  151. package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +24 -30
  152. package/src/catalogitems_v2022_04_01/model/ItemContributor.js +21 -25
  153. package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +18 -22
  154. package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +21 -26
  155. package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +24 -30
  156. package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +19 -23
  157. package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +20 -24
  158. package/src/catalogitems_v2022_04_01/model/ItemImage.js +47 -53
  159. package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +20 -24
  160. package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +17 -21
  161. package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +29 -35
  162. package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +20 -24
  163. package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +22 -27
  164. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +30 -36
  165. package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +66 -88
  166. package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +17 -21
  167. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +53 -63
  168. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +17 -21
  169. package/src/catalogitems_v2022_04_01/model/Pagination.js +17 -21
  170. package/src/catalogitems_v2022_04_01/model/Refinements.js +21 -25
  171. package/src/datakiosk_v2023_11_15/ApiClient.js +483 -488
  172. package/src/datakiosk_v2023_11_15/api/QueriesApi.js +216 -230
  173. package/src/datakiosk_v2023_11_15/index.js +35 -36
  174. package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +16 -19
  175. package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +18 -22
  176. package/src/datakiosk_v2023_11_15/model/Error.js +21 -26
  177. package/src/datakiosk_v2023_11_15/model/ErrorList.js +17 -20
  178. package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +19 -23
  179. package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +20 -24
  180. package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +15 -18
  181. package/src/datakiosk_v2023_11_15/model/Query.js +48 -59
  182. package/src/datakiosk_v2023_11_15/model/QueryPagination.js +15 -18
  183. package/src/easyship_v2022_03_23/ApiClient.js +483 -488
  184. package/src/easyship_v2022_03_23/api/EasyShipApi.js +214 -228
  185. package/src/easyship_v2022_03_23/index.js +89 -90
  186. package/src/easyship_v2022_03_23/model/Code.js +28 -41
  187. package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +24 -29
  188. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +25 -30
  189. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +21 -26
  190. package/src/easyship_v2022_03_23/model/Dimensions.js +24 -31
  191. package/src/easyship_v2022_03_23/model/Error.js +21 -26
  192. package/src/easyship_v2022_03_23/model/ErrorList.js +17 -20
  193. package/src/easyship_v2022_03_23/model/HandoverMethod.js +10 -14
  194. package/src/easyship_v2022_03_23/model/InvoiceData.js +18 -22
  195. package/src/easyship_v2022_03_23/model/Item.js +17 -21
  196. package/src/easyship_v2022_03_23/model/LabelFormat.js +10 -14
  197. package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +29 -35
  198. package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +20 -24
  199. package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +20 -24
  200. package/src/easyship_v2022_03_23/model/Package.js +47 -58
  201. package/src/easyship_v2022_03_23/model/PackageDetails.js +23 -28
  202. package/src/easyship_v2022_03_23/model/PackageStatus.js +30 -44
  203. package/src/easyship_v2022_03_23/model/Packages.js +17 -20
  204. package/src/easyship_v2022_03_23/model/RejectedOrder.js +19 -23
  205. package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +18 -22
  206. package/src/easyship_v2022_03_23/model/TimeSlot.js +23 -29
  207. package/src/easyship_v2022_03_23/model/TrackingDetails.js +15 -18
  208. package/src/easyship_v2022_03_23/model/UnitOfLength.js +8 -11
  209. package/src/easyship_v2022_03_23/model/UnitOfWeight.js +10 -14
  210. package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +23 -27
  211. package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +20 -24
  212. package/src/easyship_v2022_03_23/model/Weight.js +18 -22
  213. package/src/fbaeligibility_v1/ApiClient.js +483 -488
  214. package/src/fbaeligibility_v1/api/FbaInboundApi.js +68 -74
  215. package/src/fbaeligibility_v1/index.js +17 -18
  216. package/src/fbaeligibility_v1/model/Error.js +20 -25
  217. package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +19 -23
  218. package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +112 -119
  219. package/src/fbainventory_v1/ApiClient.js +483 -488
  220. package/src/fbainventory_v1/api/FbaInventoryApi.js +208 -220
  221. package/src/fbainventory_v1/index.js +59 -60
  222. package/src/fbainventory_v1/model/AddInventoryRequest.js +16 -19
  223. package/src/fbainventory_v1/model/AddInventoryResponse.js +16 -19
  224. package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +22 -27
  225. package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +16 -19
  226. package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +16 -19
  227. package/src/fbainventory_v1/model/Error.js +20 -25
  228. package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +22 -27
  229. package/src/fbainventory_v1/model/GetInventorySummariesResult.js +22 -26
  230. package/src/fbainventory_v1/model/Granularity.js +17 -21
  231. package/src/fbainventory_v1/model/InventoryDetails.js +30 -39
  232. package/src/fbainventory_v1/model/InventoryItem.js +22 -27
  233. package/src/fbainventory_v1/model/InventorySummary.js +32 -43
  234. package/src/fbainventory_v1/model/Pagination.js +15 -18
  235. package/src/fbainventory_v1/model/ResearchingQuantity.js +18 -22
  236. package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +27 -31
  237. package/src/fbainventory_v1/model/ReservedQuantity.js +21 -27
  238. package/src/fbainventory_v1/model/UnfulfillableQuantity.js +27 -36
  239. package/src/feeds_v2021_06_30/ApiClient.js +483 -488
  240. package/src/feeds_v2021_06_30/api/FeedsApi.js +256 -272
  241. package/src/feeds_v2021_06_30/index.js +35 -36
  242. package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +19 -23
  243. package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +16 -19
  244. package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +16 -19
  245. package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +24 -30
  246. package/src/feeds_v2021_06_30/model/Error.js +21 -26
  247. package/src/feeds_v2021_06_30/model/ErrorList.js +17 -20
  248. package/src/feeds_v2021_06_30/model/Feed.js +45 -55
  249. package/src/feeds_v2021_06_30/model/FeedDocument.js +25 -30
  250. package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +19 -23
  251. package/src/finances_v0/ApiClient.js +483 -488
  252. package/src/finances_v0/api/DefaultApi.js +172 -184
  253. package/src/finances_v0/index.js +158 -159
  254. package/src/finances_v0/model/AdhocDisbursementEvent.js +22 -28
  255. package/src/finances_v0/model/AdjustmentEvent.js +25 -32
  256. package/src/finances_v0/model/AdjustmentItem.js +30 -40
  257. package/src/finances_v0/model/AffordabilityExpenseEvent.js +38 -49
  258. package/src/finances_v0/model/CapacityReservationBillingEvent.js +22 -28
  259. package/src/finances_v0/model/ChargeComponent.js +18 -22
  260. package/src/finances_v0/model/ChargeInstrument.js +20 -25
  261. package/src/finances_v0/model/ChargeRefundEvent.js +22 -28
  262. package/src/finances_v0/model/ChargeRefundTransaction.js +18 -22
  263. package/src/finances_v0/model/CouponPaymentEvent.js +32 -42
  264. package/src/finances_v0/model/Currency.js +17 -21
  265. package/src/finances_v0/model/DebtRecoveryEvent.js +26 -33
  266. package/src/finances_v0/model/DebtRecoveryItem.js +22 -28
  267. package/src/finances_v0/model/DirectPayment.js +18 -22
  268. package/src/finances_v0/model/Error.js +21 -26
  269. package/src/finances_v0/model/FBALiquidationEvent.js +22 -28
  270. package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +28 -37
  271. package/src/finances_v0/model/FeeComponent.js +18 -22
  272. package/src/finances_v0/model/FinancialEventGroup.js +36 -49
  273. package/src/finances_v0/model/FinancialEvents.js +107 -142
  274. package/src/finances_v0/model/ImagingServicesFeeEvent.js +22 -28
  275. package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +18 -22
  276. package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +19 -23
  277. package/src/finances_v0/model/ListFinancialEventsPayload.js +18 -22
  278. package/src/finances_v0/model/ListFinancialEventsResponse.js +19 -23
  279. package/src/finances_v0/model/LoanServicingEvent.js +18 -22
  280. package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +30 -40
  281. package/src/finances_v0/model/PayWithAmazonEvent.js +35 -47
  282. package/src/finances_v0/model/ProductAdsPaymentEvent.js +26 -34
  283. package/src/finances_v0/model/Promotion.js +20 -25
  284. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +26 -34
  285. package/src/finances_v0/model/RemovalShipmentEvent.js +26 -34
  286. package/src/finances_v0/model/RemovalShipmentItem.js +30 -40
  287. package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +28 -37
  288. package/src/finances_v0/model/RentalTransactionEvent.js +37 -49
  289. package/src/finances_v0/model/RetrochargeEvent.js +29 -38
  290. package/src/finances_v0/model/SAFETReimbursementEvent.js +25 -32
  291. package/src/finances_v0/model/SAFETReimbursementItem.js +20 -25
  292. package/src/finances_v0/model/SellerDealPaymentEvent.js +30 -40
  293. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +28 -36
  294. package/src/finances_v0/model/ServiceFeeEvent.js +30 -40
  295. package/src/finances_v0/model/ShipmentEvent.js +45 -61
  296. package/src/finances_v0/model/ShipmentItem.js +44 -59
  297. package/src/finances_v0/model/SolutionProviderCreditEvent.js +34 -46
  298. package/src/finances_v0/model/TDSReimbursementEvent.js +20 -25
  299. package/src/finances_v0/model/TaxWithheldComponent.js +18 -22
  300. package/src/finances_v0/model/TaxWithholdingEvent.js +23 -29
  301. package/src/finances_v0/model/TaxWithholdingPeriod.js +17 -21
  302. package/src/finances_v0/model/TrialShipmentEvent.js +24 -31
  303. package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +22 -28
  304. package/src/fulfillmentinbound_v0/ApiClient.js +483 -488
  305. package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +309 -325
  306. package/src/fulfillmentinbound_v0/index.js +101 -102
  307. package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +24 -30
  308. package/src/fulfillmentinbound_v0/model/Address.js +35 -45
  309. package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +19 -23
  310. package/src/fulfillmentinbound_v0/model/Amount.js +21 -25
  311. package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +12 -17
  312. package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +15 -18
  313. package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +20 -25
  314. package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +14 -20
  315. package/src/fulfillmentinbound_v0/model/CurrencyCode.js +10 -14
  316. package/src/fulfillmentinbound_v0/model/Error.js +21 -26
  317. package/src/fulfillmentinbound_v0/model/ErrorReason.js +10 -14
  318. package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +19 -23
  319. package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +19 -23
  320. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +19 -23
  321. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +25 -31
  322. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +19 -23
  323. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +18 -22
  324. package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +19 -23
  325. package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +18 -22
  326. package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +41 -53
  327. package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +32 -42
  328. package/src/fulfillmentinbound_v0/model/InvalidASIN.js +18 -22
  329. package/src/fulfillmentinbound_v0/model/InvalidSKU.js +18 -22
  330. package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +15 -18
  331. package/src/fulfillmentinbound_v0/model/LabelPrepType.js +12 -17
  332. package/src/fulfillmentinbound_v0/model/PrepDetails.js +23 -27
  333. package/src/fulfillmentinbound_v0/model/PrepGuidance.js +12 -17
  334. package/src/fulfillmentinbound_v0/model/PrepInstruction.js +38 -56
  335. package/src/fulfillmentinbound_v0/model/PrepOwner.js +10 -14
  336. package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +29 -37
  337. package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +26 -38
  338. package/src/fulfillmentinbound_v2024_03_20/ApiClient.js +483 -488
  339. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +1893 -1987
  340. package/src/fulfillmentinbound_v2024_03_20/index.js +428 -429
  341. package/src/fulfillmentinbound_v2024_03_20/model/Address.js +38 -50
  342. package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +39 -51
  343. package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +8 -11
  344. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +21 -25
  345. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +19 -23
  346. package/src/fulfillmentinbound_v2024_03_20/model/Box.js +41 -54
  347. package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +12 -17
  348. package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +34 -41
  349. package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +18 -21
  350. package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +36 -44
  351. package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +16 -19
  352. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +16 -19
  353. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +16 -19
  354. package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +17 -21
  355. package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +19 -23
  356. package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +22 -28
  357. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +16 -19
  358. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +16 -19
  359. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +16 -19
  360. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +16 -19
  361. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +17 -20
  362. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +16 -19
  363. package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +21 -26
  364. package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +29 -35
  365. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +27 -33
  366. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +19 -23
  367. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +34 -43
  368. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +17 -20
  369. package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +19 -23
  370. package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +20 -24
  371. package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +16 -19
  372. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +28 -35
  373. package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +27 -33
  374. package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +21 -26
  375. package/src/fulfillmentinbound_v2024_03_20/model/Error.js +21 -26
  376. package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +17 -20
  377. package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +18 -22
  378. package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +16 -19
  379. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +16 -19
  380. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +16 -19
  381. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +16 -19
  382. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +17 -21
  383. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +16 -19
  384. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +21 -25
  385. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +16 -19
  386. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +20 -24
  387. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +16 -19
  388. package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +18 -21
  389. package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +21 -25
  390. package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +28 -34
  391. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +45 -57
  392. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +36 -45
  393. package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +27 -33
  394. package/src/fulfillmentinbound_v2024_03_20/model/Item.js +36 -46
  395. package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +33 -41
  396. package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +28 -41
  397. package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +12 -17
  398. package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +10 -14
  399. package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +20 -24
  400. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +20 -24
  401. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +20 -24
  402. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +20 -24
  403. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +19 -23
  404. package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +16 -19
  405. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +20 -24
  406. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +20 -24
  407. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +20 -24
  408. package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +20 -24
  409. package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +17 -20
  410. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +20 -24
  411. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +20 -24
  412. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +20 -24
  413. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +20 -24
  414. package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +20 -24
  415. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +17 -21
  416. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +18 -22
  417. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +33 -41
  418. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +25 -30
  419. package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +19 -23
  420. package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +24 -30
  421. package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +12 -17
  422. package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +12 -17
  423. package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +21 -26
  424. package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +22 -27
  425. package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +39 -49
  426. package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +19 -23
  427. package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +15 -18
  428. package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +27 -34
  429. package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +25 -31
  430. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +31 -39
  431. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +19 -23
  432. package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +34 -50
  433. package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +20 -25
  434. package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +12 -17
  435. package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +38 -56
  436. package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +22 -27
  437. package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +24 -35
  438. package/src/fulfillmentinbound_v2024_03_20/model/Region.js +19 -24
  439. package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +19 -23
  440. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +16 -19
  441. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +18 -21
  442. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +27 -34
  443. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +20 -25
  444. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +18 -22
  445. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +17 -20
  446. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +16 -19
  447. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +20 -24
  448. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +16 -19
  449. package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +57 -74
  450. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +21 -26
  451. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +19 -23
  452. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +19 -23
  453. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +30 -37
  454. package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +17 -21
  455. package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +19 -23
  456. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +16 -19
  457. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +17 -20
  458. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +19 -24
  459. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +19 -23
  460. package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +10 -14
  461. package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +21 -26
  462. package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +19 -24
  463. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +19 -23
  464. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +19 -23
  465. package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +39 -49
  466. package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +22 -27
  467. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +10 -14
  468. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +10 -14
  469. package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +16 -19
  470. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +21 -25
  471. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +16 -19
  472. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +16 -19
  473. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +18 -21
  474. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +16 -19
  475. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +18 -21
  476. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +16 -19
  477. package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +21 -25
  478. package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +24 -29
  479. package/src/fulfillmentinbound_v2024_03_20/model/Window.js +21 -26
  480. package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +16 -19
  481. package/src/fulfillmentoutbound_v2020_07_01/ApiClient.js +483 -488
  482. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +593 -625
  483. package/src/fulfillmentoutbound_v2020_07_01/index.js +272 -273
  484. package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +58 -86
  485. package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +38 -50
  486. package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +23 -27
  487. package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +25 -32
  488. package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +16 -19
  489. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +35 -46
  490. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +66 -85
  491. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +16 -19
  492. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +17 -20
  493. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +19 -23
  494. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +22 -27
  495. package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +27 -34
  496. package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +42 -62
  497. package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +19 -23
  498. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +18 -22
  499. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +19 -23
  500. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +17 -21
  501. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +21 -26
  502. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +16 -19
  503. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +18 -22
  504. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +19 -23
  505. package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +18 -22
  506. package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +36 -40
  507. package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +21 -26
  508. package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +72 -107
  509. package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +21 -26
  510. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +23 -27
  511. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +23 -30
  512. package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +31 -35
  513. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +10 -14
  514. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +66 -84
  515. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +47 -63
  516. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +24 -35
  517. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +12 -17
  518. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +47 -60
  519. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +33 -40
  520. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +27 -35
  521. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +10 -14
  522. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +45 -55
  523. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +28 -36
  524. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +29 -37
  525. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +21 -25
  526. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +23 -27
  527. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +19 -23
  528. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +16 -19
  529. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +23 -27
  530. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +19 -23
  531. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +24 -30
  532. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +19 -23
  533. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +27 -34
  534. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +19 -23
  535. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +17 -20
  536. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +19 -23
  537. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +36 -44
  538. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +25 -31
  539. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +34 -43
  540. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +19 -23
  541. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +16 -19
  542. package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +19 -23
  543. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +21 -25
  544. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +14 -20
  545. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +24 -29
  546. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +19 -23
  547. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +18 -22
  548. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +19 -23
  549. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +16 -19
  550. package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +17 -21
  551. package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +19 -23
  552. package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +16 -19
  553. package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +49 -66
  554. package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +22 -27
  555. package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +16 -19
  556. package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +21 -26
  557. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +30 -37
  558. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +44 -57
  559. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +16 -23
  560. package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +20 -24
  561. package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +14 -20
  562. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +16 -19
  563. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +16 -19
  564. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +22 -27
  565. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +29 -35
  566. package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +24 -30
  567. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +36 -48
  568. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +43 -57
  569. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +16 -19
  570. package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +31 -41
  571. package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +29 -33
  572. package/src/invoices_v2024_06_19/ApiClient.js +483 -488
  573. package/src/invoices_v2024_06_19/api/InvoicesApi.js +317 -335
  574. package/src/invoices_v2024_06_19/index.js +62 -63
  575. package/src/invoices_v2024_06_19/model/AttributeOption.js +17 -21
  576. package/src/invoices_v2024_06_19/model/Error.js +21 -26
  577. package/src/invoices_v2024_06_19/model/ErrorList.js +17 -20
  578. package/src/invoices_v2024_06_19/model/Export.js +26 -34
  579. package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +36 -48
  580. package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +15 -18
  581. package/src/invoices_v2024_06_19/model/ExportStatus.js +14 -20
  582. package/src/invoices_v2024_06_19/model/FileFormat.js +8 -11
  583. package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +16 -19
  584. package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +16 -19
  585. package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +16 -19
  586. package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +16 -19
  587. package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +18 -22
  588. package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +18 -22
  589. package/src/invoices_v2024_06_19/model/Invoice.js +34 -46
  590. package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +22 -28
  591. package/src/invoices_v2024_06_19/model/InvoicesDocument.js +17 -21
  592. package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +17 -21
  593. package/src/invoicing_v0/ApiClient.js +483 -488
  594. package/src/invoicing_v0/api/ShipmentInvoiceApi.js +146 -156
  595. package/src/invoicing_v0/index.js +56 -57
  596. package/src/invoicing_v0/model/Address.js +38 -52
  597. package/src/invoicing_v0/model/AddressTypeEnum.js +10 -14
  598. package/src/invoicing_v0/model/BuyerTaxInfo.js +20 -25
  599. package/src/invoicing_v0/model/Error.js +21 -26
  600. package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +19 -23
  601. package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +19 -23
  602. package/src/invoicing_v0/model/MarketplaceTaxInfo.js +20 -25
  603. package/src/invoicing_v0/model/Money.js +17 -21
  604. package/src/invoicing_v0/model/ShipmentDetail.js +45 -61
  605. package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +14 -20
  606. package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +18 -22
  607. package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +16 -19
  608. package/src/invoicing_v0/model/ShipmentItem.js +36 -49
  609. package/src/invoicing_v0/model/SubmitInvoiceRequest.js +21 -26
  610. package/src/invoicing_v0/model/SubmitInvoiceResponse.js +16 -19
  611. package/src/invoicing_v0/model/TaxClassification.js +17 -21
  612. package/src/listingsitems_v2021_08_01/ApiClient.js +483 -488
  613. package/src/listingsitems_v2021_08_01/api/ListingsApi.js +330 -344
  614. package/src/listingsitems_v2021_08_01/index.js +86 -87
  615. package/src/listingsitems_v2021_08_01/model/Audience.js +17 -21
  616. package/src/listingsitems_v2021_08_01/model/Error.js +21 -26
  617. package/src/listingsitems_v2021_08_01/model/ErrorList.js +18 -21
  618. package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +20 -24
  619. package/src/listingsitems_v2021_08_01/model/Issue.js +40 -48
  620. package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +16 -19
  621. package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +22 -26
  622. package/src/listingsitems_v2021_08_01/model/IssueExemption.js +27 -31
  623. package/src/listingsitems_v2021_08_01/model/Item.js +39 -50
  624. package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +17 -21
  625. package/src/listingsitems_v2021_08_01/model/ItemImage.js +22 -27
  626. package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +36 -43
  627. package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +18 -21
  628. package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +19 -23
  629. package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +30 -36
  630. package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +20 -24
  631. package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +25 -30
  632. package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +73 -85
  633. package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +19 -23
  634. package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +20 -24
  635. package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +29 -34
  636. package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +36 -43
  637. package/src/listingsitems_v2021_08_01/model/Money.js +19 -23
  638. package/src/listingsitems_v2021_08_01/model/Pagination.js +18 -22
  639. package/src/listingsitems_v2021_08_01/model/PatchOperation.js +38 -37
  640. package/src/listingsitems_v2021_08_01/model/Points.js +17 -20
  641. package/src/listingsrestrictions_v2021_08_01/ApiClient.js +483 -488
  642. package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +75 -81
  643. package/src/listingsrestrictions_v2021_08_01/index.js +23 -24
  644. package/src/listingsrestrictions_v2021_08_01/model/Error.js +21 -26
  645. package/src/listingsrestrictions_v2021_08_01/model/Link.js +27 -33
  646. package/src/listingsrestrictions_v2021_08_01/model/Reason.js +29 -34
  647. package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +49 -54
  648. package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +18 -21
  649. package/src/merchantfulfillment_v0/ApiClient.js +483 -488
  650. package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +216 -230
  651. package/src/merchantfulfillment_v0/index.js +176 -177
  652. package/src/merchantfulfillment_v0/model/AdditionalInputs.js +18 -22
  653. package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +35 -46
  654. package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +21 -25
  655. package/src/merchantfulfillment_v0/model/Address.js +42 -55
  656. package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +23 -27
  657. package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +23 -27
  658. package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +21 -25
  659. package/src/merchantfulfillment_v0/model/Benefits.js +18 -22
  660. package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +19 -23
  661. package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +12 -17
  662. package/src/merchantfulfillment_v0/model/Constraint.js +18 -22
  663. package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +32 -40
  664. package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +19 -23
  665. package/src/merchantfulfillment_v0/model/CurrencyAmount.js +19 -23
  666. package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +57 -63
  667. package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +16 -23
  668. package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +14 -20
  669. package/src/merchantfulfillment_v0/model/Error.js +21 -26
  670. package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +17 -21
  671. package/src/merchantfulfillment_v0/model/FileContents.js +24 -29
  672. package/src/merchantfulfillment_v0/model/FileType.js +12 -17
  673. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +24 -29
  674. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +19 -23
  675. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +19 -23
  676. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +21 -25
  677. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +19 -23
  678. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +26 -32
  679. package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +19 -23
  680. package/src/merchantfulfillment_v0/model/HazmatType.js +10 -14
  681. package/src/merchantfulfillment_v0/model/InputTargetType.js +10 -14
  682. package/src/merchantfulfillment_v0/model/Item.js +37 -48
  683. package/src/merchantfulfillment_v0/model/ItemLevelFields.js +20 -24
  684. package/src/merchantfulfillment_v0/model/Label.js +31 -38
  685. package/src/merchantfulfillment_v0/model/LabelCustomization.js +18 -22
  686. package/src/merchantfulfillment_v0/model/LabelDimensions.js +24 -29
  687. package/src/merchantfulfillment_v0/model/LabelFormat.js +16 -23
  688. package/src/merchantfulfillment_v0/model/LabelFormatOption.js +18 -22
  689. package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +15 -18
  690. package/src/merchantfulfillment_v0/model/Length.js +18 -22
  691. package/src/merchantfulfillment_v0/model/LiquidVolume.js +35 -39
  692. package/src/merchantfulfillment_v0/model/PackageDimensions.js +25 -32
  693. package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +106 -158
  694. package/src/merchantfulfillment_v0/model/RejectedShippingService.js +27 -34
  695. package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +36 -45
  696. package/src/merchantfulfillment_v0/model/Shipment.js +71 -88
  697. package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +49 -61
  698. package/src/merchantfulfillment_v0/model/ShipmentStatus.js +14 -20
  699. package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +23 -29
  700. package/src/merchantfulfillment_v0/model/ShippingService.js +59 -75
  701. package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +30 -37
  702. package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +8 -11
  703. package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +16 -19
  704. package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +16 -19
  705. package/src/merchantfulfillment_v0/model/UnitOfLength.js +10 -14
  706. package/src/merchantfulfillment_v0/model/UnitOfWeight.js +10 -14
  707. package/src/merchantfulfillment_v0/model/Weight.js +21 -25
  708. package/src/messaging_v1/ApiClient.js +483 -488
  709. package/src/messaging_v1/api/MessagingApi.js +686 -716
  710. package/src/messaging_v1/index.js +113 -114
  711. package/src/messaging_v1/model/Attachment.js +19 -23
  712. package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +16 -19
  713. package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +16 -19
  714. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +18 -22
  715. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +16 -19
  716. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +15 -18
  717. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +16 -19
  718. package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +15 -18
  719. package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +16 -19
  720. package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +15 -18
  721. package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +16 -19
  722. package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +18 -22
  723. package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +16 -19
  724. package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +16 -19
  725. package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +16 -19
  726. package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +16 -19
  727. package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +15 -18
  728. package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +16 -19
  729. package/src/messaging_v1/model/CreateWarrantyRequest.js +20 -25
  730. package/src/messaging_v1/model/CreateWarrantyResponse.js +16 -19
  731. package/src/messaging_v1/model/Error.js +21 -26
  732. package/src/messaging_v1/model/GetAttributesResponse.js +19 -23
  733. package/src/messaging_v1/model/GetAttributesResponseBuyer.js +15 -18
  734. package/src/messaging_v1/model/GetMessagingActionResponse.js +25 -31
  735. package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +16 -19
  736. package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +22 -26
  737. package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +22 -27
  738. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +18 -21
  739. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +21 -25
  740. package/src/messaging_v1/model/GetSchemaResponse.js +21 -26
  741. package/src/messaging_v1/model/GetSchemaResponseLinks.js +18 -21
  742. package/src/messaging_v1/model/InvoiceRequest.js +16 -19
  743. package/src/messaging_v1/model/InvoiceResponse.js +16 -19
  744. package/src/messaging_v1/model/LinkObject.js +18 -22
  745. package/src/messaging_v1/model/MessagingAction.js +16 -19
  746. package/src/notifications_v1/ApiClient.js +483 -488
  747. package/src/notifications_v1/api/NotificationsApi.js +347 -367
  748. package/src/notifications_v1/index.js +86 -87
  749. package/src/notifications_v1/model/AggregationFilter.js +16 -19
  750. package/src/notifications_v1/model/AggregationSettings.js +18 -21
  751. package/src/notifications_v1/model/AggregationTimePeriod.js +10 -14
  752. package/src/notifications_v1/model/CreateDestinationRequest.js +21 -25
  753. package/src/notifications_v1/model/CreateDestinationResponse.js +19 -23
  754. package/src/notifications_v1/model/CreateSubscriptionRequest.js +22 -27
  755. package/src/notifications_v1/model/CreateSubscriptionResponse.js +19 -23
  756. package/src/notifications_v1/model/DeleteDestinationResponse.js +16 -19
  757. package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +16 -19
  758. package/src/notifications_v1/model/Destination.js +24 -29
  759. package/src/notifications_v1/model/DestinationResource.js +19 -23
  760. package/src/notifications_v1/model/DestinationResourceSpecification.js +19 -23
  761. package/src/notifications_v1/model/Error.js +21 -26
  762. package/src/notifications_v1/model/EventBridgeResource.js +22 -27
  763. package/src/notifications_v1/model/EventBridgeResourceSpecification.js +19 -23
  764. package/src/notifications_v1/model/EventFilter.js +42 -48
  765. package/src/notifications_v1/model/GetDestinationResponse.js +19 -23
  766. package/src/notifications_v1/model/GetDestinationsResponse.js +19 -23
  767. package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +19 -23
  768. package/src/notifications_v1/model/GetSubscriptionResponse.js +19 -23
  769. package/src/notifications_v1/model/MarketplaceFilter.js +15 -18
  770. package/src/notifications_v1/model/OrderChangeTypeEnum.js +10 -14
  771. package/src/notifications_v1/model/OrderChangeTypeFilter.js +16 -19
  772. package/src/notifications_v1/model/ProcessingDirective.js +16 -19
  773. package/src/notifications_v1/model/SqsResource.js +16 -19
  774. package/src/notifications_v1/model/Subscription.js +25 -31
  775. package/src/orders_v0/ApiClient.js +483 -488
  776. package/src/orders_v0/api/OrdersV0Api.js +449 -471
  777. package/src/orders_v0/api/ShipmentApi.js +68 -74
  778. package/src/orders_v0/index.js +221 -229
  779. package/src/orders_v0/model/Address.js +51 -68
  780. package/src/orders_v0/model/AddressExtendedFields.js +21 -27
  781. package/src/orders_v0/model/AmazonPrograms.js +19 -22
  782. package/src/orders_v0/model/AssociatedItem.js +20 -25
  783. package/src/orders_v0/model/AssociationType.js +8 -11
  784. package/src/orders_v0/model/AutomatedShippingSettings.js +19 -24
  785. package/src/orders_v0/model/BusinessHours.js +34 -38
  786. package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +15 -18
  787. package/src/orders_v0/model/BuyerInfo.js +24 -31
  788. package/src/orders_v0/model/BuyerRequestedCancel.js +17 -21
  789. package/src/orders_v0/model/BuyerTaxInfo.js +20 -25
  790. package/src/orders_v0/model/BuyerTaxInformation.js +21 -27
  791. package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +16 -19
  792. package/src/orders_v0/model/ConfirmShipmentOrderItem.js +21 -26
  793. package/src/orders_v0/model/ConfirmShipmentRequest.js +27 -32
  794. package/src/orders_v0/model/ConstraintType.js +8 -11
  795. package/src/orders_v0/model/DeliveryPreferences.js +23 -29
  796. package/src/orders_v0/model/EasyShipShipmentStatus.js +38 -56
  797. package/src/orders_v0/model/ElectronicInvoiceStatus.js +16 -23
  798. package/src/orders_v0/model/Error.js +21 -26
  799. package/src/orders_v0/model/ExceptionDates.js +20 -25
  800. package/src/orders_v0/model/FulfillmentInstruction.js +15 -18
  801. package/src/orders_v0/model/GetOrderAddressResponse.js +19 -23
  802. package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +19 -23
  803. package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +19 -23
  804. package/src/orders_v0/model/GetOrderItemsResponse.js +19 -23
  805. package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +19 -23
  806. package/src/orders_v0/model/GetOrderResponse.js +19 -23
  807. package/src/orders_v0/model/GetOrdersResponse.js +19 -23
  808. package/src/orders_v0/model/ItemBuyerInfo.js +25 -32
  809. package/src/orders_v0/model/MarketplaceTaxInfo.js +16 -19
  810. package/src/orders_v0/model/Measurement.js +69 -73
  811. package/src/orders_v0/model/Money.js +17 -21
  812. package/src/orders_v0/model/OpenInterval.js +18 -22
  813. package/src/orders_v0/model/OpenTimeInterval.js +17 -21
  814. package/src/orders_v0/model/Order.js +171 -220
  815. package/src/orders_v0/model/OrderAddress.js +24 -30
  816. package/src/orders_v0/model/OrderBuyerInfo.js +27 -35
  817. package/src/orders_v0/model/OrderItem.js +115 -165
  818. package/src/orders_v0/model/OrderItemBuyerInfo.js +28 -36
  819. package/src/orders_v0/model/OrderItemsBuyerInfoList.js +22 -27
  820. package/src/orders_v0/model/OrderItemsInner.js +17 -21
  821. package/src/orders_v0/model/OrderItemsList.js +22 -27
  822. package/src/orders_v0/model/OrderRegulatedInfo.js +29 -35
  823. package/src/orders_v0/model/OrdersList.js +24 -30
  824. package/src/orders_v0/model/OtherDeliveryAttributes.js +12 -17
  825. package/src/orders_v0/model/PackageDetail.js +36 -46
  826. package/src/orders_v0/model/PaymentExecutionDetailItem.js +21 -25
  827. package/src/orders_v0/model/PointsGrantedDetail.js +18 -22
  828. package/src/orders_v0/model/PreferredDeliveryTime.js +19 -23
  829. package/src/orders_v0/model/PrescriptionDetail.js +34 -43
  830. package/src/orders_v0/model/ProductInfoDetail.js +15 -18
  831. package/src/orders_v0/model/RegulatedInformation.js +17 -20
  832. package/src/orders_v0/model/RegulatedInformationField.js +31 -37
  833. package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +34 -43
  834. package/src/orders_v0/model/RejectionReason.js +19 -23
  835. package/src/orders_v0/model/ShipmentStatus.js +12 -17
  836. package/src/orders_v0/model/ShippingConstraints.js +22 -28
  837. package/src/orders_v0/model/SubstitutionOption.js +25 -32
  838. package/src/orders_v0/model/SubstitutionPreferences.js +27 -31
  839. package/src/orders_v0/model/TaxClassification.js +17 -21
  840. package/src/orders_v0/model/TaxCollection.js +25 -29
  841. package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +16 -19
  842. package/src/orders_v0/model/UpdateShipmentStatusRequest.js +24 -29
  843. package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +16 -19
  844. package/src/orders_v0/model/UpdateVerificationStatusRequest.js +18 -21
  845. package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +24 -30
  846. package/src/orders_v0/model/ValidVerificationDetail.js +20 -24
  847. package/src/orders_v0/model/VerificationDetails.js +16 -19
  848. package/src/orders_v0/model/VerificationStatus.js +16 -23
  849. package/src/pricing_v0/ApiClient.js +483 -488
  850. package/src/pricing_v0/api/ProductPricingApi.js +306 -322
  851. package/src/pricing_v0/index.js +161 -162
  852. package/src/pricing_v0/model/ASINIdentifier.js +19 -23
  853. package/src/pricing_v0/model/BatchOffersRequestParams.js +24 -29
  854. package/src/pricing_v0/model/BatchOffersResponse.js +24 -29
  855. package/src/pricing_v0/model/BatchRequest.js +23 -28
  856. package/src/pricing_v0/model/BuyBoxPriceType.js +42 -53
  857. package/src/pricing_v0/model/CompetitivePriceType.js +37 -48
  858. package/src/pricing_v0/model/CompetitivePricingType.js +24 -29
  859. package/src/pricing_v0/model/ConditionType.js +16 -23
  860. package/src/pricing_v0/model/CustomerType.js +10 -14
  861. package/src/pricing_v0/model/DetailedShippingTimeType.js +29 -35
  862. package/src/pricing_v0/model/Error.js +21 -26
  863. package/src/pricing_v0/model/Errors.js +17 -20
  864. package/src/pricing_v0/model/FulfillmentChannelType.js +10 -14
  865. package/src/pricing_v0/model/GetItemOffersBatchRequest.js +16 -19
  866. package/src/pricing_v0/model/GetItemOffersBatchResponse.js +16 -19
  867. package/src/pricing_v0/model/GetListingOffersBatchRequest.js +16 -19
  868. package/src/pricing_v0/model/GetListingOffersBatchResponse.js +16 -19
  869. package/src/pricing_v0/model/GetOffersHttpStatusLine.js +17 -21
  870. package/src/pricing_v0/model/GetOffersResponse.js +19 -23
  871. package/src/pricing_v0/model/GetOffersResult.js +42 -52
  872. package/src/pricing_v0/model/GetPricingResponse.js +19 -23
  873. package/src/pricing_v0/model/HttpMethod.js +16 -23
  874. package/src/pricing_v0/model/HttpResponseHeaders.js +19 -23
  875. package/src/pricing_v0/model/IdentifierType.js +21 -25
  876. package/src/pricing_v0/model/ItemCondition.js +16 -23
  877. package/src/pricing_v0/model/ItemIdentifier.js +25 -31
  878. package/src/pricing_v0/model/ItemOffersRequest.js +46 -54
  879. package/src/pricing_v0/model/ItemOffersRequestParams.js +32 -38
  880. package/src/pricing_v0/model/ItemOffersResponse.js +35 -41
  881. package/src/pricing_v0/model/ListingOffersRequest.js +46 -54
  882. package/src/pricing_v0/model/ListingOffersRequestParams.js +33 -39
  883. package/src/pricing_v0/model/ListingOffersResponse.js +33 -39
  884. package/src/pricing_v0/model/LowestPriceType.js +39 -50
  885. package/src/pricing_v0/model/MoneyType.js +17 -21
  886. package/src/pricing_v0/model/OfferCountType.js +20 -25
  887. package/src/pricing_v0/model/OfferCustomerType.js +10 -14
  888. package/src/pricing_v0/model/OfferDetail.js +61 -79
  889. package/src/pricing_v0/model/OfferListingCountType.js +19 -23
  890. package/src/pricing_v0/model/OfferType.js +43 -54
  891. package/src/pricing_v0/model/Points.js +18 -22
  892. package/src/pricing_v0/model/Price.js +23 -29
  893. package/src/pricing_v0/model/PriceType.js +25 -31
  894. package/src/pricing_v0/model/PrimeInformationType.js +19 -23
  895. package/src/pricing_v0/model/Product.js +31 -39
  896. package/src/pricing_v0/model/QuantityDiscountPriceType.js +26 -31
  897. package/src/pricing_v0/model/QuantityDiscountType.js +8 -11
  898. package/src/pricing_v0/model/SalesRankType.js +19 -23
  899. package/src/pricing_v0/model/SellerFeedbackType.js +18 -22
  900. package/src/pricing_v0/model/SellerSKUIdentifier.js +22 -27
  901. package/src/pricing_v0/model/ShipsFromType.js +17 -21
  902. package/src/pricing_v0/model/Summary.js +39 -51
  903. package/src/pricing_v2022_05_01/ApiClient.js +483 -488
  904. package/src/pricing_v2022_05_01/api/ProductPricingApi.js +103 -111
  905. package/src/pricing_v2022_05_01/index.js +128 -129
  906. package/src/pricing_v2022_05_01/model/BatchRequest.js +25 -31
  907. package/src/pricing_v2022_05_01/model/BatchResponse.js +21 -25
  908. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +17 -20
  909. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +17 -20
  910. package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +12 -17
  911. package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +36 -44
  912. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +23 -27
  913. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +33 -41
  914. package/src/pricing_v2022_05_01/model/Condition.js +16 -23
  915. package/src/pricing_v2022_05_01/model/Error.js +21 -26
  916. package/src/pricing_v2022_05_01/model/Errors.js +17 -20
  917. package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +24 -28
  918. package/src/pricing_v2022_05_01/model/FeaturedOffer.js +24 -29
  919. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +21 -25
  920. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +50 -59
  921. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +24 -29
  922. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +34 -40
  923. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +22 -27
  924. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +24 -30
  925. package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +33 -31
  926. package/src/pricing_v2022_05_01/model/FulfillmentType.js +10 -14
  927. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +16 -19
  928. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +16 -19
  929. package/src/pricing_v2022_05_01/model/HttpMethod.js +16 -23
  930. package/src/pricing_v2022_05_01/model/HttpStatusLine.js +17 -21
  931. package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +22 -26
  932. package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +26 -30
  933. package/src/pricing_v2022_05_01/model/MoneyType.js +17 -21
  934. package/src/pricing_v2022_05_01/model/Offer.js +70 -80
  935. package/src/pricing_v2022_05_01/model/OfferIdentifier.js +28 -35
  936. package/src/pricing_v2022_05_01/model/Points.js +18 -22
  937. package/src/pricing_v2022_05_01/model/PostalCode.js +18 -22
  938. package/src/pricing_v2022_05_01/model/Price.js +23 -28
  939. package/src/pricing_v2022_05_01/model/PrimeDetails.js +24 -27
  940. package/src/pricing_v2022_05_01/model/ReferencePrice.js +23 -27
  941. package/src/pricing_v2022_05_01/model/SampleLocation.js +16 -19
  942. package/src/pricing_v2022_05_01/model/Segment.js +16 -19
  943. package/src/pricing_v2022_05_01/model/SegmentDetails.js +18 -22
  944. package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +85 -96
  945. package/src/pricing_v2022_05_01/model/ShippingOption.js +25 -29
  946. package/src/productfees_v0/ApiClient.js +483 -488
  947. package/src/productfees_v0/api/FeesApi.js +160 -170
  948. package/src/productfees_v0/index.js +62 -63
  949. package/src/productfees_v0/model/Error.js +21 -26
  950. package/src/productfees_v0/model/FeeDetail.js +32 -40
  951. package/src/productfees_v0/model/FeesEstimate.js +22 -27
  952. package/src/productfees_v0/model/FeesEstimateByIdRequest.js +24 -29
  953. package/src/productfees_v0/model/FeesEstimateError.js +25 -31
  954. package/src/productfees_v0/model/FeesEstimateIdentifier.js +32 -42
  955. package/src/productfees_v0/model/FeesEstimateRequest.js +29 -36
  956. package/src/productfees_v0/model/FeesEstimateResult.js +24 -30
  957. package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +16 -19
  958. package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +19 -23
  959. package/src/productfees_v0/model/GetMyFeesEstimateResult.js +16 -19
  960. package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +18 -21
  961. package/src/productfees_v0/model/IdType.js +10 -14
  962. package/src/productfees_v0/model/IncludedFeeDetail.js +29 -36
  963. package/src/productfees_v0/model/MoneyType.js +17 -21
  964. package/src/productfees_v0/model/OptionalFulfillmentProgram.js +12 -17
  965. package/src/productfees_v0/model/Points.js +18 -22
  966. package/src/productfees_v0/model/PriceToEstimateFees.js +23 -28
  967. package/src/producttypedefinitions_v2020_09_01/ApiClient.js +483 -488
  968. package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +120 -128
  969. package/src/producttypedefinitions_v2020_09_01/index.js +35 -36
  970. package/src/producttypedefinitions_v2020_09_01/model/Error.js +21 -26
  971. package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +18 -21
  972. package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +22 -27
  973. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +61 -73
  974. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +21 -25
  975. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +21 -26
  976. package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +19 -24
  977. package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +21 -25
  978. package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +23 -27
  979. package/src/replenishment_v2022_11_07/ApiClient.js +483 -488
  980. package/src/replenishment_v2022_11_07/api/OffersApi.js +95 -103
  981. package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +59 -65
  982. package/src/replenishment_v2022_11_07/index.js +119 -120
  983. package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +14 -20
  984. package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +10 -14
  985. package/src/replenishment_v2022_11_07/model/DiscountFunding.js +15 -18
  986. package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +14 -20
  987. package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +10 -14
  988. package/src/replenishment_v2022_11_07/model/Error.js +21 -26
  989. package/src/replenishment_v2022_11_07/model/ErrorList.js +17 -20
  990. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +36 -44
  991. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +16 -19
  992. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +58 -82
  993. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +26 -31
  994. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +35 -43
  995. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +19 -23
  996. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +23 -27
  997. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +19 -23
  998. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +48 -67
  999. package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +24 -35
  1000. package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +26 -31
  1001. package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +33 -42
  1002. package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +19 -23
  1003. package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +23 -27
  1004. package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +19 -23
  1005. package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +30 -39
  1006. package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +16 -23
  1007. package/src/replenishment_v2022_11_07/model/Metric.js +30 -44
  1008. package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +22 -27
  1009. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +16 -19
  1010. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +22 -28
  1011. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +15 -18
  1012. package/src/replenishment_v2022_11_07/model/PaginationResponse.js +15 -18
  1013. package/src/replenishment_v2022_11_07/model/Preference.js +16 -19
  1014. package/src/replenishment_v2022_11_07/model/ProgramType.js +8 -11
  1015. package/src/replenishment_v2022_11_07/model/Promotion.js +22 -28
  1016. package/src/replenishment_v2022_11_07/model/SortOrder.js +10 -14
  1017. package/src/replenishment_v2022_11_07/model/TimeInterval.js +19 -23
  1018. package/src/replenishment_v2022_11_07/model/TimePeriodType.js +10 -14
  1019. package/src/reports_v2021_06_30/ApiClient.js +483 -488
  1020. package/src/reports_v2021_06_30/api/ReportsApi.js +349 -371
  1021. package/src/reports_v2021_06_30/index.js +41 -42
  1022. package/src/reports_v2021_06_30/model/CreateReportResponse.js +16 -19
  1023. package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +16 -19
  1024. package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +64 -71
  1025. package/src/reports_v2021_06_30/model/CreateReportSpecification.js +25 -32
  1026. package/src/reports_v2021_06_30/model/Error.js +21 -26
  1027. package/src/reports_v2021_06_30/model/ErrorList.js +17 -20
  1028. package/src/reports_v2021_06_30/model/GetReportsResponse.js +19 -23
  1029. package/src/reports_v2021_06_30/model/Report.js +51 -64
  1030. package/src/reports_v2021_06_30/model/ReportDocument.js +25 -30
  1031. package/src/reports_v2021_06_30/model/ReportSchedule.js +28 -36
  1032. package/src/reports_v2021_06_30/model/ReportScheduleList.js +17 -20
  1033. package/src/sales_v1/ApiClient.js +483 -488
  1034. package/src/sales_v1/api/SalesApi.js +81 -84
  1035. package/src/sales_v1/index.js +20 -21
  1036. package/src/sales_v1/model/Error.js +21 -26
  1037. package/src/sales_v1/model/GetOrderMetricsResponse.js +19 -23
  1038. package/src/sales_v1/model/Money.js +19 -23
  1039. package/src/sales_v1/model/OrderMetricsInterval.js +34 -42
  1040. package/src/sellerWallet_2024_03_01/ApiClient.js +827 -0
  1041. package/src/sellerWallet_2024_03_01/api/AccountsApi.js +212 -0
  1042. package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +233 -0
  1043. package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.js +144 -0
  1044. package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.js +347 -0
  1045. package/src/sellerWallet_2024_03_01/index.js +322 -0
  1046. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +114 -0
  1047. package/src/sellerWallet_2024_03_01/model/Balance.js +98 -0
  1048. package/src/sellerWallet_2024_03_01/model/BalanceListing.js +63 -0
  1049. package/src/sellerWallet_2024_03_01/model/BalanceType.js +54 -0
  1050. package/src/sellerWallet_2024_03_01/model/BankAccount.js +148 -0
  1051. package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.js +54 -0
  1052. package/src/sellerWallet_2024_03_01/model/BankAccountListing.js +65 -0
  1053. package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.js +42 -0
  1054. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +48 -0
  1055. package/src/sellerWallet_2024_03_01/model/BankNumberFormat.js +42 -0
  1056. package/src/sellerWallet_2024_03_01/model/Currency.js +69 -0
  1057. package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.js +80 -0
  1058. package/src/sellerWallet_2024_03_01/model/Error.js +80 -0
  1059. package/src/sellerWallet_2024_03_01/model/ErrorList.js +65 -0
  1060. package/src/sellerWallet_2024_03_01/model/Fee.js +91 -0
  1061. package/src/sellerWallet_2024_03_01/model/FeeType.js +48 -0
  1062. package/src/sellerWallet_2024_03_01/model/FxRateDetails.js +91 -0
  1063. package/src/sellerWallet_2024_03_01/model/PaymentPreference.js +73 -0
  1064. package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.js +42 -0
  1065. package/src/sellerWallet_2024_03_01/model/RateDirection.js +42 -0
  1066. package/src/sellerWallet_2024_03_01/model/RecurringFrequency.js +54 -0
  1067. package/src/sellerWallet_2024_03_01/model/ScheduleExpression.js +71 -0
  1068. package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.js +42 -0
  1069. package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.js +36 -0
  1070. package/src/sellerWallet_2024_03_01/model/Transaction.js +187 -0
  1071. package/src/sellerWallet_2024_03_01/model/TransactionAccount.js +112 -0
  1072. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +121 -0
  1073. package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.js +73 -0
  1074. package/src/sellerWallet_2024_03_01/model/TransactionListing.js +72 -0
  1075. package/src/sellerWallet_2024_03_01/model/TransactionStatus.js +66 -0
  1076. package/src/sellerWallet_2024_03_01/model/TransactionType.js +42 -0
  1077. package/src/sellerWallet_2024_03_01/model/TransferRatePreview.js +91 -0
  1078. package/src/sellerWallet_2024_03_01/model/TransferSchedule.js +123 -0
  1079. package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.js +73 -0
  1080. package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.js +83 -0
  1081. package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.js +72 -0
  1082. package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.js +125 -0
  1083. package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.js +54 -0
  1084. package/src/sellers_v1/ApiClient.js +483 -488
  1085. package/src/sellers_v1/api/SellersApi.js +90 -98
  1086. package/src/sellers_v1/index.js +38 -39
  1087. package/src/sellers_v1/model/Account.js +53 -60
  1088. package/src/sellers_v1/model/Address.js +27 -35
  1089. package/src/sellers_v1/model/Business.js +27 -34
  1090. package/src/sellers_v1/model/Error.js +21 -26
  1091. package/src/sellers_v1/model/GetAccountResponse.js +19 -23
  1092. package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +19 -23
  1093. package/src/sellers_v1/model/Marketplace.js +31 -39
  1094. package/src/sellers_v1/model/MarketplaceParticipation.js +26 -31
  1095. package/src/sellers_v1/model/Participation.js +19 -23
  1096. package/src/sellers_v1/model/PrimaryContact.js +23 -28
  1097. package/src/services_v1/ApiClient.js +483 -488
  1098. package/src/services_v1/api/ServiceApi.js +847 -885
  1099. package/src/services_v1/index.js +204 -198
  1100. package/src/services_v1/model/AddAppointmentRequest.js +18 -21
  1101. package/src/services_v1/model/Address.js +37 -50
  1102. package/src/services_v1/model/Appointment.js +36 -44
  1103. package/src/services_v1/model/AppointmentResource.js +15 -18
  1104. package/src/services_v1/model/AppointmentSlot.js +19 -24
  1105. package/src/services_v1/model/AppointmentSlotReport.js +28 -34
  1106. package/src/services_v1/model/AppointmentTime.js +19 -23
  1107. package/src/services_v1/model/AppointmentTimeInput.js +18 -22
  1108. package/src/services_v1/model/AssignAppointmentResourcesRequest.js +17 -20
  1109. package/src/services_v1/model/AssignAppointmentResourcesResponse.js +19 -23
  1110. package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +16 -19
  1111. package/src/services_v1/model/AssociatedItem.js +38 -47
  1112. package/src/services_v1/model/AvailabilityRecord.js +24 -30
  1113. package/src/services_v1/model/Buyer.js +21 -27
  1114. package/src/services_v1/model/CancelReservationResponse.js +16 -19
  1115. package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +16 -19
  1116. package/src/services_v1/model/CapacityType.js +14 -20
  1117. package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +16 -19
  1118. package/src/services_v1/model/CreateReservationRecord.js +22 -27
  1119. package/src/services_v1/model/CreateReservationRequest.js +21 -25
  1120. package/src/services_v1/model/CreateReservationResponse.js +19 -23
  1121. package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +19 -23
  1122. package/src/services_v1/model/DateTimeRange.js +73 -0
  1123. package/src/services_v1/model/DayOfWeek.js +20 -29
  1124. package/src/services_v1/model/EncryptionDetails.js +26 -31
  1125. package/src/services_v1/model/Error.js +29 -35
  1126. package/src/services_v1/model/FixedSlot.js +23 -30
  1127. package/src/services_v1/model/FixedSlotCapacity.js +22 -28
  1128. package/src/services_v1/model/FixedSlotCapacityErrors.js +16 -19
  1129. package/src/services_v1/model/FixedSlotCapacityQuery.js +24 -30
  1130. package/src/services_v1/model/FulfillmentDocument.js +17 -21
  1131. package/src/services_v1/model/FulfillmentTime.js +17 -21
  1132. package/src/services_v1/model/GetAppointmentSlotsResponse.js +19 -23
  1133. package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +19 -23
  1134. package/src/services_v1/model/GetServiceJobsResponse.js +19 -23
  1135. package/src/services_v1/model/ItemDelivery.js +18 -22
  1136. package/src/services_v1/model/ItemDeliveryPromise.js +17 -21
  1137. package/src/services_v1/model/JobListing.js +22 -28
  1138. package/src/services_v1/model/Poa.js +35 -42
  1139. package/src/services_v1/model/RangeCapacity.js +19 -23
  1140. package/src/services_v1/model/RangeSlot.js +19 -24
  1141. package/src/services_v1/model/RangeSlotCapacity.js +20 -25
  1142. package/src/services_v1/model/RangeSlotCapacityErrors.js +16 -19
  1143. package/src/services_v1/model/RangeSlotCapacityQuery.js +22 -27
  1144. package/src/services_v1/model/Recurrence.js +21 -26
  1145. package/src/services_v1/model/RescheduleAppointmentRequest.js +21 -25
  1146. package/src/services_v1/model/Reservation.js +35 -40
  1147. package/src/services_v1/model/ScopeOfWork.js +21 -27
  1148. package/src/services_v1/model/Seller.js +15 -18
  1149. package/src/services_v1/model/ServiceDocumentUploadDestination.js +26 -32
  1150. package/src/services_v1/model/ServiceJob.js +65 -81
  1151. package/src/services_v1/model/ServiceJobProvider.js +15 -18
  1152. package/src/services_v1/model/ServiceLocation.js +26 -30
  1153. package/src/services_v1/model/ServiceUploadDocument.js +35 -40
  1154. package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +29 -27
  1155. package/src/services_v1/model/SetAppointmentResponse.js +21 -26
  1156. package/src/services_v1/model/Technician.js +17 -21
  1157. package/src/services_v1/model/UpdateReservationRecord.js +22 -27
  1158. package/src/services_v1/model/UpdateReservationRequest.js +21 -25
  1159. package/src/services_v1/model/UpdateReservationResponse.js +19 -23
  1160. package/src/services_v1/model/UpdateScheduleRecord.js +22 -27
  1161. package/src/services_v1/model/UpdateScheduleRequest.js +17 -20
  1162. package/src/services_v1/model/UpdateScheduleResponse.js +19 -23
  1163. package/src/services_v1/model/Warning.js +21 -26
  1164. package/src/shipping_v2/ApiClient.js +482 -487
  1165. package/src/shipping_v2/api/ShippingApi.js +911 -955
  1166. package/src/shipping_v2/index.js +388 -389
  1167. package/src/shipping_v2/model/AccessPoint.js +43 -55
  1168. package/src/shipping_v2/model/AccessPointDetails.js +14 -17
  1169. package/src/shipping_v2/model/AccessPointType.js +21 -31
  1170. package/src/shipping_v2/model/AccessibilityAttributes.js +16 -20
  1171. package/src/shipping_v2/model/AccountStatus.js +13 -19
  1172. package/src/shipping_v2/model/AccountType.js +11 -16
  1173. package/src/shipping_v2/model/ActiveAccount.js +16 -20
  1174. package/src/shipping_v2/model/Address.js +43 -57
  1175. package/src/shipping_v2/model/AmazonOrderDetails.js +15 -18
  1176. package/src/shipping_v2/model/AmazonShipmentDetails.js +15 -18
  1177. package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +24 -30
  1178. package/src/shipping_v2/model/Benefits.js +19 -23
  1179. package/src/shipping_v2/model/CancelShipmentResponse.js +14 -17
  1180. package/src/shipping_v2/model/Carrier.js +18 -22
  1181. package/src/shipping_v2/model/CarrierAccount.js +18 -22
  1182. package/src/shipping_v2/model/CarrierAccountAttribute.js +18 -23
  1183. package/src/shipping_v2/model/CarrierAccountInput.js +30 -40
  1184. package/src/shipping_v2/model/ChannelDetails.js +23 -28
  1185. package/src/shipping_v2/model/ChannelType.js +9 -13
  1186. package/src/shipping_v2/model/ChargeComponent.js +23 -27
  1187. package/src/shipping_v2/model/ClaimReason.js +15 -22
  1188. package/src/shipping_v2/model/ClientReferenceDetail.js +24 -28
  1189. package/src/shipping_v2/model/CollectOnDelivery.js +17 -20
  1190. package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +24 -31
  1191. package/src/shipping_v2/model/CollectionsFormDocument.js +16 -20
  1192. package/src/shipping_v2/model/CreateClaimRequest.js +32 -40
  1193. package/src/shipping_v2/model/CreateClaimResponse.js +14 -17
  1194. package/src/shipping_v2/model/Currency.js +18 -22
  1195. package/src/shipping_v2/model/DangerousGoodsDetails.js +56 -62
  1196. package/src/shipping_v2/model/DateRange.js +16 -20
  1197. package/src/shipping_v2/model/DetailCodes.js +65 -97
  1198. package/src/shipping_v2/model/Dimensions.js +30 -36
  1199. package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +17 -21
  1200. package/src/shipping_v2/model/DirectPurchaseRequest.js +30 -38
  1201. package/src/shipping_v2/model/DirectPurchaseResponse.js +15 -18
  1202. package/src/shipping_v2/model/DirectPurchaseResult.js +18 -22
  1203. package/src/shipping_v2/model/DocumentFormat.js +11 -16
  1204. package/src/shipping_v2/model/DocumentSize.js +27 -32
  1205. package/src/shipping_v2/model/DocumentType.js +13 -19
  1206. package/src/shipping_v2/model/Error.js +20 -25
  1207. package/src/shipping_v2/model/ErrorList.js +16 -19
  1208. package/src/shipping_v2/model/Event.js +26 -32
  1209. package/src/shipping_v2/model/EventCode.js +33 -49
  1210. package/src/shipping_v2/model/ExceptionOperatingHours.js +18 -22
  1211. package/src/shipping_v2/model/ExcludedBenefit.js +17 -21
  1212. package/src/shipping_v2/model/GenerateCollectionFormRequest.js +21 -26
  1213. package/src/shipping_v2/model/GenerateCollectionFormResponse.js +15 -18
  1214. package/src/shipping_v2/model/GenerationStatus.js +9 -13
  1215. package/src/shipping_v2/model/Geocode.js +16 -20
  1216. package/src/shipping_v2/model/GetAccessPointsResponse.js +15 -18
  1217. package/src/shipping_v2/model/GetAccessPointsResult.js +16 -19
  1218. package/src/shipping_v2/model/GetAdditionalInputsResponse.js +14 -17
  1219. package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +15 -18
  1220. package/src/shipping_v2/model/GetCarrierAccountsRequest.js +15 -18
  1221. package/src/shipping_v2/model/GetCarrierAccountsResponse.js +16 -19
  1222. package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +25 -32
  1223. package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +17 -21
  1224. package/src/shipping_v2/model/GetCollectionFormResponse.js +15 -18
  1225. package/src/shipping_v2/model/GetRatesRequest.js +53 -68
  1226. package/src/shipping_v2/model/GetRatesResponse.js +15 -18
  1227. package/src/shipping_v2/model/GetRatesResult.js +22 -27
  1228. package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +15 -18
  1229. package/src/shipping_v2/model/GetShipmentDocumentsResult.js +23 -28
  1230. package/src/shipping_v2/model/GetTrackingResponse.js +15 -18
  1231. package/src/shipping_v2/model/GetTrackingResult.js +30 -37
  1232. package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +15 -18
  1233. package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +15 -18
  1234. package/src/shipping_v2/model/GoodsOwner.js +17 -20
  1235. package/src/shipping_v2/model/IneligibilityReason.js +20 -24
  1236. package/src/shipping_v2/model/IneligibilityReasonCode.js +25 -37
  1237. package/src/shipping_v2/model/IneligibleRate.js +28 -35
  1238. package/src/shipping_v2/model/InputType.js +9 -13
  1239. package/src/shipping_v2/model/InvoiceDetails.js +16 -20
  1240. package/src/shipping_v2/model/Item.js +43 -57
  1241. package/src/shipping_v2/model/LabelAttribute.js +11 -16
  1242. package/src/shipping_v2/model/LinkCarrierAccountRequest.js +24 -30
  1243. package/src/shipping_v2/model/LinkCarrierAccountResponse.js +17 -21
  1244. package/src/shipping_v2/model/LinkableAccountType.js +18 -22
  1245. package/src/shipping_v2/model/LinkableCarrier.js +17 -21
  1246. package/src/shipping_v2/model/LiquidVolume.js +34 -38
  1247. package/src/shipping_v2/model/Location.js +20 -26
  1248. package/src/shipping_v2/model/NdrAction.js +11 -16
  1249. package/src/shipping_v2/model/NdrRequestData.js +17 -21
  1250. package/src/shipping_v2/model/OneClickShipmentRequest.js +57 -72
  1251. package/src/shipping_v2/model/OneClickShipmentResponse.js +15 -18
  1252. package/src/shipping_v2/model/OneClickShipmentResult.js +39 -47
  1253. package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +18 -22
  1254. package/src/shipping_v2/model/OperatingHours.js +19 -24
  1255. package/src/shipping_v2/model/Package.js +41 -51
  1256. package/src/shipping_v2/model/PackageDocument.js +25 -30
  1257. package/src/shipping_v2/model/PackageDocumentDetail.js +21 -26
  1258. package/src/shipping_v2/model/PaymentType.js +9 -13
  1259. package/src/shipping_v2/model/PrintOption.js +24 -30
  1260. package/src/shipping_v2/model/Promise.js +17 -21
  1261. package/src/shipping_v2/model/PurchaseShipmentRequest.js +28 -35
  1262. package/src/shipping_v2/model/PurchaseShipmentResponse.js +15 -18
  1263. package/src/shipping_v2/model/PurchaseShipmentResult.js +27 -33
  1264. package/src/shipping_v2/model/Rate.js +59 -75
  1265. package/src/shipping_v2/model/RateItem.js +24 -30
  1266. package/src/shipping_v2/model/RateItemID.js +71 -106
  1267. package/src/shipping_v2/model/RateItemType.js +11 -16
  1268. package/src/shipping_v2/model/RequestedDocumentSpecification.js +36 -45
  1269. package/src/shipping_v2/model/RequestedLabelCustomization.js +15 -18
  1270. package/src/shipping_v2/model/RequestedValueAddedService.js +15 -18
  1271. package/src/shipping_v2/model/Service.js +18 -22
  1272. package/src/shipping_v2/model/ServiceSelection.js +15 -18
  1273. package/src/shipping_v2/model/SettlementType.js +9 -13
  1274. package/src/shipping_v2/model/ShipmentType.js +9 -13
  1275. package/src/shipping_v2/model/ShipperInstruction.js +14 -17
  1276. package/src/shipping_v2/model/Status.js +25 -37
  1277. package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +23 -28
  1278. package/src/shipping_v2/model/SupportedDocumentDetail.js +20 -24
  1279. package/src/shipping_v2/model/SupportedDocumentSpecification.js +26 -31
  1280. package/src/shipping_v2/model/TaxDetail.js +20 -24
  1281. package/src/shipping_v2/model/TaxType.js +7 -10
  1282. package/src/shipping_v2/model/TimeOfDay.js +18 -23
  1283. package/src/shipping_v2/model/TimeWindow.js +16 -20
  1284. package/src/shipping_v2/model/TrackingDetailCodes.js +19 -23
  1285. package/src/shipping_v2/model/TrackingSummary.js +18 -22
  1286. package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +17 -21
  1287. package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +14 -17
  1288. package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +19 -24
  1289. package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +18 -22
  1290. package/src/shipping_v2/model/ValidationMetadata.js +18 -23
  1291. package/src/shipping_v2/model/ValueAddedService.js +23 -28
  1292. package/src/shipping_v2/model/ValueAddedServiceDetails.js +15 -18
  1293. package/src/shipping_v2/model/Weight.js +28 -32
  1294. package/src/solicitations_v1/ApiClient.js +483 -488
  1295. package/src/solicitations_v1/api/SolicitationsApi.js +114 -122
  1296. package/src/solicitations_v1/index.js +44 -45
  1297. package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +16 -19
  1298. package/src/solicitations_v1/model/Error.js +21 -26
  1299. package/src/solicitations_v1/model/GetSchemaResponse.js +21 -26
  1300. package/src/solicitations_v1/model/GetSchemaResponseLinks.js +18 -21
  1301. package/src/solicitations_v1/model/GetSolicitationActionResponse.js +25 -31
  1302. package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +16 -19
  1303. package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +22 -26
  1304. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +22 -27
  1305. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +18 -21
  1306. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +21 -25
  1307. package/src/solicitations_v1/model/LinkObject.js +18 -22
  1308. package/src/solicitations_v1/model/SolicitationsAction.js +17 -20
  1309. package/src/supplysources_v2020_07_01/ApiClient.js +483 -488
  1310. package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +257 -273
  1311. package/src/supplysources_v2020_07_01/index.js +116 -117
  1312. package/src/supplysources_v2020_07_01/model/Address.js +39 -52
  1313. package/src/supplysources_v2020_07_01/model/AddressWithContact.js +19 -23
  1314. package/src/supplysources_v2020_07_01/model/ContactDetails.js +16 -19
  1315. package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +17 -21
  1316. package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +24 -29
  1317. package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +19 -23
  1318. package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +21 -26
  1319. package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +18 -22
  1320. package/src/supplysources_v2020_07_01/model/Duration.js +18 -22
  1321. package/src/supplysources_v2020_07_01/model/Error.js +21 -26
  1322. package/src/supplysources_v2020_07_01/model/ErrorList.js +17 -20
  1323. package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +18 -22
  1324. package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +18 -22
  1325. package/src/supplysources_v2020_07_01/model/OperatingHour.js +17 -21
  1326. package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +28 -37
  1327. package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +25 -31
  1328. package/src/supplysources_v2020_07_01/model/OutboundCapability.js +27 -34
  1329. package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +21 -26
  1330. package/src/supplysources_v2020_07_01/model/ParkingCostType.js +10 -14
  1331. package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +10 -14
  1332. package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +30 -36
  1333. package/src/supplysources_v2020_07_01/model/PickupChannel.js +27 -34
  1334. package/src/supplysources_v2020_07_01/model/ReturnLocation.js +18 -22
  1335. package/src/supplysources_v2020_07_01/model/ServicesCapability.js +18 -22
  1336. package/src/supplysources_v2020_07_01/model/SupplySource.js +35 -46
  1337. package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +19 -23
  1338. package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +18 -22
  1339. package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +22 -28
  1340. package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +10 -14
  1341. package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +12 -17
  1342. package/src/supplysources_v2020_07_01/model/ThroughputCap.js +18 -22
  1343. package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +21 -25
  1344. package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +8 -11
  1345. package/src/supplysources_v2020_07_01/model/TimeUnit.js +12 -17
  1346. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +21 -26
  1347. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +16 -19
  1348. package/src/tokens_v2021_03_01/ApiClient.js +484 -489
  1349. package/src/tokens_v2021_03_01/api/TokensApi.js +63 -69
  1350. package/src/tokens_v2021_03_01/index.js +24 -25
  1351. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +20 -24
  1352. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +18 -22
  1353. package/src/tokens_v2021_03_01/model/Error.js +22 -27
  1354. package/src/tokens_v2021_03_01/model/ErrorList.js +17 -20
  1355. package/src/tokens_v2021_03_01/model/RestrictedResource.js +32 -37
  1356. package/src/transfers_v2024_06_01/ApiClient.js +483 -488
  1357. package/src/transfers_v2024_06_01/api/DefaultApi.js +105 -113
  1358. package/src/transfers_v2024_06_01/index.js +35 -36
  1359. package/src/transfers_v2024_06_01/model/AssignmentType.js +8 -11
  1360. package/src/transfers_v2024_06_01/model/Error.js +21 -26
  1361. package/src/transfers_v2024_06_01/model/ErrorList.js +17 -20
  1362. package/src/transfers_v2024_06_01/model/ExpiryDate.js +17 -21
  1363. package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +16 -19
  1364. package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +19 -23
  1365. package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +16 -19
  1366. package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +30 -39
  1367. package/src/transfers_v2024_06_01/model/PaymentMethodType.js +12 -17
  1368. package/src/uploads_v2020_11_01/ApiClient.js +483 -488
  1369. package/src/uploads_v2020_11_01/api/UploadsApi.js +73 -79
  1370. package/src/uploads_v2020_11_01/index.js +17 -18
  1371. package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +19 -23
  1372. package/src/uploads_v2020_11_01/model/Error.js +21 -26
  1373. package/src/uploads_v2020_11_01/model/UploadDestination.js +19 -24
  1374. package/src/vehicles_v2024_11_01/ApiClient.js +483 -488
  1375. package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +70 -76
  1376. package/src/vehicles_v2024_11_01/api/VehiclesApi.js +70 -76
  1377. package/src/vehicles_v2024_11_01/index.js +44 -45
  1378. package/src/vehicles_v2024_11_01/model/EngineOutput.js +21 -25
  1379. package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +10 -14
  1380. package/src/vehicles_v2024_11_01/model/Error.js +21 -26
  1381. package/src/vehicles_v2024_11_01/model/ErrorList.js +17 -20
  1382. package/src/vehicles_v2024_11_01/model/MonthAndYear.js +17 -21
  1383. package/src/vehicles_v2024_11_01/model/Pagination.js +17 -21
  1384. package/src/vehicles_v2024_11_01/model/Vehicle.js +44 -58
  1385. package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +21 -25
  1386. package/src/vehicles_v2024_11_01/model/VehicleStandard.js +10 -14
  1387. package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +10 -14
  1388. package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +20 -24
  1389. package/src/vendordfinventory_v1/ApiClient.js +483 -488
  1390. package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +66 -72
  1391. package/src/vendordfinventory_v1/index.js +32 -33
  1392. package/src/vendordfinventory_v1/model/Error.js +21 -26
  1393. package/src/vendordfinventory_v1/model/InventoryUpdate.js +25 -30
  1394. package/src/vendordfinventory_v1/model/ItemDetails.js +24 -30
  1395. package/src/vendordfinventory_v1/model/ItemQuantity.js +18 -22
  1396. package/src/vendordfinventory_v1/model/PartyIdentification.js +16 -19
  1397. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +16 -19
  1398. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +19 -23
  1399. package/src/vendordfinventory_v1/model/TransactionReference.js +15 -18
  1400. package/src/vendordforders_v2021_12_28/ApiClient.js +483 -488
  1401. package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +152 -162
  1402. package/src/vendordforders_v2021_12_28/index.js +83 -84
  1403. package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +17 -21
  1404. package/src/vendordforders_v2021_12_28/model/Address.js +41 -55
  1405. package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +15 -18
  1406. package/src/vendordforders_v2021_12_28/model/Error.js +21 -26
  1407. package/src/vendordforders_v2021_12_28/model/ErrorList.js +17 -20
  1408. package/src/vendordforders_v2021_12_28/model/GiftDetails.js +17 -21
  1409. package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +21 -25
  1410. package/src/vendordforders_v2021_12_28/model/Money.js +17 -21
  1411. package/src/vendordforders_v2021_12_28/model/Order.js +19 -23
  1412. package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +40 -49
  1413. package/src/vendordforders_v2021_12_28/model/OrderDetails.js +61 -73
  1414. package/src/vendordforders_v2021_12_28/model/OrderItem.js +46 -59
  1415. package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +25 -31
  1416. package/src/vendordforders_v2021_12_28/model/OrderList.js +19 -23
  1417. package/src/vendordforders_v2021_12_28/model/Pagination.js +15 -18
  1418. package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +22 -27
  1419. package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +19 -24
  1420. package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +18 -22
  1421. package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +34 -43
  1422. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +16 -19
  1423. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +19 -23
  1424. package/src/vendordforders_v2021_12_28/model/TaxDetails.js +40 -46
  1425. package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +16 -19
  1426. package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +29 -35
  1427. package/src/vendordforders_v2021_12_28/model/TransactionId.js +15 -18
  1428. package/src/vendordfpayments_v1/ApiClient.js +483 -488
  1429. package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +61 -67
  1430. package/src/vendordfpayments_v1/index.js +50 -51
  1431. package/src/vendordfpayments_v1/model/AdditionalDetails.js +27 -32
  1432. package/src/vendordfpayments_v1/model/Address.js +41 -54
  1433. package/src/vendordfpayments_v1/model/ChargeDetails.js +40 -45
  1434. package/src/vendordfpayments_v1/model/Error.js +21 -26
  1435. package/src/vendordfpayments_v1/model/InvoiceDetail.js +54 -69
  1436. package/src/vendordfpayments_v1/model/InvoiceItem.js +43 -55
  1437. package/src/vendordfpayments_v1/model/ItemQuantity.js +19 -23
  1438. package/src/vendordfpayments_v1/model/Money.js +19 -23
  1439. package/src/vendordfpayments_v1/model/PartyIdentification.js +22 -27
  1440. package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +16 -19
  1441. package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +19 -23
  1442. package/src/vendordfpayments_v1/model/TaxDetail.js +55 -61
  1443. package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +29 -35
  1444. package/src/vendordfpayments_v1/model/TransactionReference.js +15 -18
  1445. package/src/vendordfshipping_v2021_12_28/ApiClient.js +483 -488
  1446. package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +62 -68
  1447. package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +114 -122
  1448. package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +176 -188
  1449. package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +195 -207
  1450. package/src/vendordfshipping_v2021_12_28/index.js +125 -126
  1451. package/src/vendordfshipping_v2021_12_28/model/Address.js +38 -51
  1452. package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +8 -11
  1453. package/src/vendordfshipping_v2021_12_28/model/Container.js +51 -65
  1454. package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +23 -28
  1455. package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +10 -14
  1456. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +34 -41
  1457. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +18 -21
  1458. package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +25 -30
  1459. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +19 -23
  1460. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +19 -23
  1461. package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +31 -37
  1462. package/src/vendordfshipping_v2021_12_28/model/Error.js +21 -26
  1463. package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +17 -20
  1464. package/src/vendordfshipping_v2021_12_28/model/Item.js +25 -31
  1465. package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +19 -23
  1466. package/src/vendordfshipping_v2021_12_28/model/LabelData.js +24 -31
  1467. package/src/vendordfshipping_v2021_12_28/model/Package.js +16 -19
  1468. package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +27 -34
  1469. package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +25 -30
  1470. package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +19 -23
  1471. package/src/vendordfshipping_v2021_12_28/model/Pagination.js +15 -18
  1472. package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +22 -27
  1473. package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +37 -45
  1474. package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +31 -38
  1475. package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +19 -24
  1476. package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +30 -36
  1477. package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +38 -45
  1478. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +19 -23
  1479. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +28 -34
  1480. package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +33 -41
  1481. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +16 -19
  1482. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +16 -19
  1483. package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +16 -19
  1484. package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +29 -35
  1485. package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +15 -18
  1486. package/src/vendordfshipping_v2021_12_28/model/Weight.js +25 -29
  1487. package/src/vendordftransactions_v2021_12_28/ApiClient.js +483 -488
  1488. package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +63 -69
  1489. package/src/vendordftransactions_v2021_12_28/index.js +20 -21
  1490. package/src/vendordftransactions_v2021_12_28/model/Error.js +21 -26
  1491. package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +17 -20
  1492. package/src/vendordftransactions_v2021_12_28/model/Transaction.js +30 -35
  1493. package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +16 -19
  1494. package/src/vendorinvoices_v1/ApiClient.js +483 -488
  1495. package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +61 -67
  1496. package/src/vendorinvoices_v1/index.js +65 -66
  1497. package/src/vendorinvoices_v1/model/AdditionalDetails.js +29 -34
  1498. package/src/vendorinvoices_v1/model/Address.js +38 -51
  1499. package/src/vendorinvoices_v1/model/AllowanceDetails.js +40 -46
  1500. package/src/vendorinvoices_v1/model/ChargeDetails.js +50 -56
  1501. package/src/vendorinvoices_v1/model/CreditNoteDetails.js +27 -36
  1502. package/src/vendorinvoices_v1/model/Error.js +21 -26
  1503. package/src/vendorinvoices_v1/model/Invoice.js +64 -81
  1504. package/src/vendorinvoices_v1/model/InvoiceItem.js +49 -63
  1505. package/src/vendorinvoices_v1/model/ItemQuantity.js +30 -36
  1506. package/src/vendorinvoices_v1/model/Money.js +17 -21
  1507. package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +14 -20
  1508. package/src/vendorinvoices_v1/model/PartyIdentification.js +22 -27
  1509. package/src/vendorinvoices_v1/model/PaymentTerms.js +35 -41
  1510. package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +16 -19
  1511. package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +19 -23
  1512. package/src/vendorinvoices_v1/model/TaxDetails.js +55 -61
  1513. package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +25 -29
  1514. package/src/vendorinvoices_v1/model/TotalWeight.js +29 -33
  1515. package/src/vendorinvoices_v1/model/TransactionId.js +15 -18
  1516. package/src/vendororders_v1/ApiClient.js +483 -488
  1517. package/src/vendororders_v1/api/VendorOrdersApi.js +183 -195
  1518. package/src/vendororders_v1/index.js +95 -96
  1519. package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +20 -25
  1520. package/src/vendororders_v1/model/Address.js +38 -51
  1521. package/src/vendororders_v1/model/Error.js +21 -26
  1522. package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +19 -23
  1523. package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +19 -23
  1524. package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +19 -23
  1525. package/src/vendororders_v1/model/ImportDetails.js +62 -69
  1526. package/src/vendororders_v1/model/ItemQuantity.js +25 -30
  1527. package/src/vendororders_v1/model/Money.js +29 -34
  1528. package/src/vendororders_v1/model/Order.js +30 -35
  1529. package/src/vendororders_v1/model/OrderAcknowledgement.js +28 -34
  1530. package/src/vendororders_v1/model/OrderAcknowledgementItem.js +35 -45
  1531. package/src/vendororders_v1/model/OrderDetails.js +67 -83
  1532. package/src/vendororders_v1/model/OrderItem.js +33 -42
  1533. package/src/vendororders_v1/model/OrderItemAcknowledgement.js +43 -50
  1534. package/src/vendororders_v1/model/OrderItemStatus.js +34 -44
  1535. package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +33 -39
  1536. package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +19 -23
  1537. package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +28 -33
  1538. package/src/vendororders_v1/model/OrderList.js +19 -23
  1539. package/src/vendororders_v1/model/OrderListStatus.js +19 -23
  1540. package/src/vendororders_v1/model/OrderStatus.js +43 -52
  1541. package/src/vendororders_v1/model/OrderedQuantityDetails.js +20 -25
  1542. package/src/vendororders_v1/model/Pagination.js +15 -18
  1543. package/src/vendororders_v1/model/PartyIdentification.js +22 -27
  1544. package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +16 -19
  1545. package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +19 -23
  1546. package/src/vendororders_v1/model/TaxRegistrationDetails.js +25 -29
  1547. package/src/vendororders_v1/model/TransactionId.js +15 -18
  1548. package/src/vendorshipments_v1/ApiClient.js +483 -488
  1549. package/src/vendorshipments_v1/api/VendorShippingApi.js +191 -203
  1550. package/src/vendorshipments_v1/index.js +170 -171
  1551. package/src/vendorshipments_v1/model/Address.js +38 -51
  1552. package/src/vendorshipments_v1/model/CarrierDetails.js +23 -30
  1553. package/src/vendorshipments_v1/model/Carton.js +31 -39
  1554. package/src/vendorshipments_v1/model/CartonReferenceDetails.js +18 -22
  1555. package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +19 -24
  1556. package/src/vendorshipments_v1/model/ContainerIdentification.js +31 -35
  1557. package/src/vendorshipments_v1/model/ContainerItem.js +24 -29
  1558. package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +15 -18
  1559. package/src/vendorshipments_v1/model/Containers.js +46 -58
  1560. package/src/vendorshipments_v1/model/Dimensions.js +35 -41
  1561. package/src/vendorshipments_v1/model/Duration.js +25 -29
  1562. package/src/vendorshipments_v1/model/Error.js +21 -26
  1563. package/src/vendorshipments_v1/model/Expiry.js +20 -25
  1564. package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +19 -23
  1565. package/src/vendorshipments_v1/model/GetShipmentLabels.js +19 -23
  1566. package/src/vendorshipments_v1/model/ImportDetails.js +53 -62
  1567. package/src/vendorshipments_v1/model/InnerContainersDetails.js +18 -22
  1568. package/src/vendorshipments_v1/model/Item.js +28 -35
  1569. package/src/vendorshipments_v1/model/ItemDetails.js +35 -42
  1570. package/src/vendorshipments_v1/model/ItemQuantity.js +30 -36
  1571. package/src/vendorshipments_v1/model/LabelData.js +27 -34
  1572. package/src/vendorshipments_v1/model/Location.js +19 -24
  1573. package/src/vendorshipments_v1/model/Money.js +19 -23
  1574. package/src/vendorshipments_v1/model/PackageItemDetails.js +20 -25
  1575. package/src/vendorshipments_v1/model/PackedItems.js +25 -32
  1576. package/src/vendorshipments_v1/model/PackedQuantity.js +27 -32
  1577. package/src/vendorshipments_v1/model/Pagination.js +15 -18
  1578. package/src/vendorshipments_v1/model/Pallet.js +33 -42
  1579. package/src/vendorshipments_v1/model/PartyIdentification.js +22 -27
  1580. package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +16 -19
  1581. package/src/vendorshipments_v1/model/PurchaseOrderItems.js +28 -35
  1582. package/src/vendorshipments_v1/model/PurchaseOrders.js +22 -28
  1583. package/src/vendorshipments_v1/model/Route.js +17 -20
  1584. package/src/vendorshipments_v1/model/Shipment.js +95 -117
  1585. package/src/vendorshipments_v1/model/ShipmentConfirmation.js +94 -113
  1586. package/src/vendorshipments_v1/model/ShipmentDetails.js +19 -23
  1587. package/src/vendorshipments_v1/model/ShipmentInformation.js +37 -47
  1588. package/src/vendorshipments_v1/model/ShipmentMeasurements.js +23 -29
  1589. package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +27 -31
  1590. package/src/vendorshipments_v1/model/Stop.js +31 -37
  1591. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +16 -19
  1592. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +19 -23
  1593. package/src/vendorshipments_v1/model/SubmitShipments.js +16 -19
  1594. package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +25 -29
  1595. package/src/vendorshipments_v1/model/TotalWeight.js +29 -33
  1596. package/src/vendorshipments_v1/model/TransactionReference.js +15 -18
  1597. package/src/vendorshipments_v1/model/TransportLabel.js +21 -26
  1598. package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +25 -32
  1599. package/src/vendorshipments_v1/model/TransportationDetails.js +44 -53
  1600. package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +29 -35
  1601. package/src/vendorshipments_v1/model/TransportationLabels.js +19 -23
  1602. package/src/vendorshipments_v1/model/VendorDetails.js +18 -22
  1603. package/src/vendorshipments_v1/model/Volume.js +29 -33
  1604. package/src/vendorshipments_v1/model/Weight.js +29 -33
  1605. package/src/vendortransactionstatus_v1/ApiClient.js +483 -488
  1606. package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +61 -67
  1607. package/src/vendortransactionstatus_v1/index.js +20 -21
  1608. package/src/vendortransactionstatus_v1/model/Error.js +21 -26
  1609. package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +19 -23
  1610. package/src/vendortransactionstatus_v1/model/Transaction.js +30 -35
  1611. package/src/vendortransactionstatus_v1/model/TransactionStatus.js +16 -19
  1612. package/src/finances_2024_06_19/ApiClient.js +0 -832
  1613. package/src/finances_2024_06_19/api/DefaultApi.js +0 -128
  1614. package/src/finances_2024_06_19/index.js +0 -155
  1615. package/src/finances_2024_06_19/model/AmazonPayContext.js +0 -81
  1616. package/src/finances_2024_06_19/model/Breakdown.js +0 -80
  1617. package/src/finances_2024_06_19/model/Context.js +0 -315
  1618. package/src/finances_2024_06_19/model/Currency.js +0 -73
  1619. package/src/finances_2024_06_19/model/DeferredContext.js +0 -81
  1620. package/src/finances_2024_06_19/model/Error.js +0 -85
  1621. package/src/finances_2024_06_19/model/ErrorList.js +0 -68
  1622. package/src/finances_2024_06_19/model/Item.js +0 -100
  1623. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +0 -105
  1624. package/src/finances_2024_06_19/model/ListTransactionsResponse.js +0 -74
  1625. package/src/finances_2024_06_19/model/MarketplaceDetails.js +0 -73
  1626. package/src/finances_2024_06_19/model/PaymentsContext.js +0 -89
  1627. package/src/finances_2024_06_19/model/ProductContext.js +0 -89
  1628. package/src/finances_2024_06_19/model/RelatedIdentifier.js +0 -123
  1629. package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +0 -81
  1630. package/src/finances_2024_06_19/model/TimeRangeContext.js +0 -73
  1631. package/src/finances_2024_06_19/model/Transaction.js +0 -157
  1632. package/src/orders_v0/model/ExportInfo.js +0 -73
@@ -3,7 +3,7 @@
3
3
  * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
4
4
  *
5
5
  * The version of the OpenAPI document: 2024-03-20
6
- *
6
+ *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -11,69 +11,69 @@
11
11
  *
12
12
  */
13
13
 
14
- import {ApiClient} from '../ApiClient.js';
15
- import {CancelInboundPlanResponse} from '../model/CancelInboundPlanResponse.js';
16
- import {CancelSelfShipAppointmentRequest} from '../model/CancelSelfShipAppointmentRequest.js';
17
- import {CancelSelfShipAppointmentResponse} from '../model/CancelSelfShipAppointmentResponse.js';
18
- import {ConfirmDeliveryWindowOptionsResponse} from '../model/ConfirmDeliveryWindowOptionsResponse.js';
19
- import {ConfirmPackingOptionResponse} from '../model/ConfirmPackingOptionResponse.js';
20
- import {ConfirmPlacementOptionResponse} from '../model/ConfirmPlacementOptionResponse.js';
21
- import {ConfirmShipmentContentUpdatePreviewResponse} from '../model/ConfirmShipmentContentUpdatePreviewResponse.js';
22
- import {ConfirmTransportationOptionsRequest} from '../model/ConfirmTransportationOptionsRequest.js';
23
- import {ConfirmTransportationOptionsResponse} from '../model/ConfirmTransportationOptionsResponse.js';
24
- import {ContentUpdatePreview} from '../model/ContentUpdatePreview.js';
25
- import {CreateInboundPlanRequest} from '../model/CreateInboundPlanRequest.js';
26
- import {CreateInboundPlanResponse} from '../model/CreateInboundPlanResponse.js';
27
- import {CreateMarketplaceItemLabelsRequest} from '../model/CreateMarketplaceItemLabelsRequest.js';
28
- import {CreateMarketplaceItemLabelsResponse} from '../model/CreateMarketplaceItemLabelsResponse.js';
29
- import {ErrorList} from '../model/ErrorList.js';
30
- import {GenerateDeliveryWindowOptionsResponse} from '../model/GenerateDeliveryWindowOptionsResponse.js';
31
- import {GeneratePackingOptionsResponse} from '../model/GeneratePackingOptionsResponse.js';
32
- import {GeneratePlacementOptionsRequest} from '../model/GeneratePlacementOptionsRequest.js';
33
- import {GeneratePlacementOptionsResponse} from '../model/GeneratePlacementOptionsResponse.js';
34
- import {GenerateSelfShipAppointmentSlotsRequest} from '../model/GenerateSelfShipAppointmentSlotsRequest.js';
35
- import {GenerateSelfShipAppointmentSlotsResponse} from '../model/GenerateSelfShipAppointmentSlotsResponse.js';
36
- import {GenerateShipmentContentUpdatePreviewsRequest} from '../model/GenerateShipmentContentUpdatePreviewsRequest.js';
37
- import {GenerateShipmentContentUpdatePreviewsResponse} from '../model/GenerateShipmentContentUpdatePreviewsResponse.js';
38
- import {GenerateTransportationOptionsRequest} from '../model/GenerateTransportationOptionsRequest.js';
39
- import {GenerateTransportationOptionsResponse} from '../model/GenerateTransportationOptionsResponse.js';
40
- import {GetDeliveryChallanDocumentResponse} from '../model/GetDeliveryChallanDocumentResponse.js';
41
- import {GetSelfShipAppointmentSlotsResponse} from '../model/GetSelfShipAppointmentSlotsResponse.js';
42
- import {InboundOperationStatus} from '../model/InboundOperationStatus.js';
43
- import {InboundPlan} from '../model/InboundPlan.js';
44
- import {ListDeliveryWindowOptionsResponse} from '../model/ListDeliveryWindowOptionsResponse.js';
45
- import {ListInboundPlanBoxesResponse} from '../model/ListInboundPlanBoxesResponse.js';
46
- import {ListInboundPlanItemsResponse} from '../model/ListInboundPlanItemsResponse.js';
47
- import {ListInboundPlanPalletsResponse} from '../model/ListInboundPlanPalletsResponse.js';
48
- import {ListInboundPlansResponse} from '../model/ListInboundPlansResponse.js';
49
- import {ListItemComplianceDetailsResponse} from '../model/ListItemComplianceDetailsResponse.js';
50
- import {ListPackingGroupBoxesResponse} from '../model/ListPackingGroupBoxesResponse.js';
51
- import {ListPackingGroupItemsResponse} from '../model/ListPackingGroupItemsResponse.js';
52
- import {ListPackingOptionsResponse} from '../model/ListPackingOptionsResponse.js';
53
- import {ListPlacementOptionsResponse} from '../model/ListPlacementOptionsResponse.js';
54
- import {ListPrepDetailsResponse} from '../model/ListPrepDetailsResponse.js';
55
- import {ListShipmentBoxesResponse} from '../model/ListShipmentBoxesResponse.js';
56
- import {ListShipmentContentUpdatePreviewsResponse} from '../model/ListShipmentContentUpdatePreviewsResponse.js';
57
- import {ListShipmentItemsResponse} from '../model/ListShipmentItemsResponse.js';
58
- import {ListShipmentPalletsResponse} from '../model/ListShipmentPalletsResponse.js';
59
- import {ListTransportationOptionsResponse} from '../model/ListTransportationOptionsResponse.js';
60
- import {ScheduleSelfShipAppointmentRequest} from '../model/ScheduleSelfShipAppointmentRequest.js';
61
- import {ScheduleSelfShipAppointmentResponse} from '../model/ScheduleSelfShipAppointmentResponse.js';
62
- import {SetPackingInformationRequest} from '../model/SetPackingInformationRequest.js';
63
- import {SetPackingInformationResponse} from '../model/SetPackingInformationResponse.js';
64
- import {SetPrepDetailsRequest} from '../model/SetPrepDetailsRequest.js';
65
- import {SetPrepDetailsResponse} from '../model/SetPrepDetailsResponse.js';
66
- import {Shipment} from '../model/Shipment.js';
67
- import {UpdateInboundPlanNameRequest} from '../model/UpdateInboundPlanNameRequest.js';
68
- import {UpdateItemComplianceDetailsRequest} from '../model/UpdateItemComplianceDetailsRequest.js';
69
- import {UpdateItemComplianceDetailsResponse} from '../model/UpdateItemComplianceDetailsResponse.js';
70
- import {UpdateShipmentNameRequest} from '../model/UpdateShipmentNameRequest.js';
71
- import {UpdateShipmentSourceAddressRequest} from '../model/UpdateShipmentSourceAddressRequest.js';
72
- import {UpdateShipmentSourceAddressResponse} from '../model/UpdateShipmentSourceAddressResponse.js';
73
- import {UpdateShipmentTrackingDetailsRequest} from '../model/UpdateShipmentTrackingDetailsRequest.js';
74
- import {UpdateShipmentTrackingDetailsResponse} from '../model/UpdateShipmentTrackingDetailsResponse.js';
75
- import {SuperagentRateLimiter} from '../../../helper/SuperagentRateLimiter.mjs';
76
- import {DefaultRateLimitFetcher} from '../../../helper/DefaultRateLimitFetcher.mjs';
14
+ import { ApiClient } from '../ApiClient.js'
15
+ import { CancelInboundPlanResponse } from '../model/CancelInboundPlanResponse.js'
16
+ import { CancelSelfShipAppointmentRequest } from '../model/CancelSelfShipAppointmentRequest.js'
17
+ import { CancelSelfShipAppointmentResponse } from '../model/CancelSelfShipAppointmentResponse.js'
18
+ import { ConfirmDeliveryWindowOptionsResponse } from '../model/ConfirmDeliveryWindowOptionsResponse.js'
19
+ import { ConfirmPackingOptionResponse } from '../model/ConfirmPackingOptionResponse.js'
20
+ import { ConfirmPlacementOptionResponse } from '../model/ConfirmPlacementOptionResponse.js'
21
+ import { ConfirmShipmentContentUpdatePreviewResponse } from '../model/ConfirmShipmentContentUpdatePreviewResponse.js'
22
+ import { ConfirmTransportationOptionsRequest } from '../model/ConfirmTransportationOptionsRequest.js'
23
+ import { ConfirmTransportationOptionsResponse } from '../model/ConfirmTransportationOptionsResponse.js'
24
+ import { ContentUpdatePreview } from '../model/ContentUpdatePreview.js'
25
+ import { CreateInboundPlanRequest } from '../model/CreateInboundPlanRequest.js'
26
+ import { CreateInboundPlanResponse } from '../model/CreateInboundPlanResponse.js'
27
+ import { CreateMarketplaceItemLabelsRequest } from '../model/CreateMarketplaceItemLabelsRequest.js'
28
+ import { CreateMarketplaceItemLabelsResponse } from '../model/CreateMarketplaceItemLabelsResponse.js'
29
+ import { ErrorList } from '../model/ErrorList.js'
30
+ import { GenerateDeliveryWindowOptionsResponse } from '../model/GenerateDeliveryWindowOptionsResponse.js'
31
+ import { GeneratePackingOptionsResponse } from '../model/GeneratePackingOptionsResponse.js'
32
+ import { GeneratePlacementOptionsRequest } from '../model/GeneratePlacementOptionsRequest.js'
33
+ import { GeneratePlacementOptionsResponse } from '../model/GeneratePlacementOptionsResponse.js'
34
+ import { GenerateSelfShipAppointmentSlotsRequest } from '../model/GenerateSelfShipAppointmentSlotsRequest.js'
35
+ import { GenerateSelfShipAppointmentSlotsResponse } from '../model/GenerateSelfShipAppointmentSlotsResponse.js'
36
+ import { GenerateShipmentContentUpdatePreviewsRequest } from '../model/GenerateShipmentContentUpdatePreviewsRequest.js'
37
+ import { GenerateShipmentContentUpdatePreviewsResponse } from '../model/GenerateShipmentContentUpdatePreviewsResponse.js'
38
+ import { GenerateTransportationOptionsRequest } from '../model/GenerateTransportationOptionsRequest.js'
39
+ import { GenerateTransportationOptionsResponse } from '../model/GenerateTransportationOptionsResponse.js'
40
+ import { GetDeliveryChallanDocumentResponse } from '../model/GetDeliveryChallanDocumentResponse.js'
41
+ import { GetSelfShipAppointmentSlotsResponse } from '../model/GetSelfShipAppointmentSlotsResponse.js'
42
+ import { InboundOperationStatus } from '../model/InboundOperationStatus.js'
43
+ import { InboundPlan } from '../model/InboundPlan.js'
44
+ import { ListDeliveryWindowOptionsResponse } from '../model/ListDeliveryWindowOptionsResponse.js'
45
+ import { ListInboundPlanBoxesResponse } from '../model/ListInboundPlanBoxesResponse.js'
46
+ import { ListInboundPlanItemsResponse } from '../model/ListInboundPlanItemsResponse.js'
47
+ import { ListInboundPlanPalletsResponse } from '../model/ListInboundPlanPalletsResponse.js'
48
+ import { ListInboundPlansResponse } from '../model/ListInboundPlansResponse.js'
49
+ import { ListItemComplianceDetailsResponse } from '../model/ListItemComplianceDetailsResponse.js'
50
+ import { ListPackingGroupBoxesResponse } from '../model/ListPackingGroupBoxesResponse.js'
51
+ import { ListPackingGroupItemsResponse } from '../model/ListPackingGroupItemsResponse.js'
52
+ import { ListPackingOptionsResponse } from '../model/ListPackingOptionsResponse.js'
53
+ import { ListPlacementOptionsResponse } from '../model/ListPlacementOptionsResponse.js'
54
+ import { ListPrepDetailsResponse } from '../model/ListPrepDetailsResponse.js'
55
+ import { ListShipmentBoxesResponse } from '../model/ListShipmentBoxesResponse.js'
56
+ import { ListShipmentContentUpdatePreviewsResponse } from '../model/ListShipmentContentUpdatePreviewsResponse.js'
57
+ import { ListShipmentItemsResponse } from '../model/ListShipmentItemsResponse.js'
58
+ import { ListShipmentPalletsResponse } from '../model/ListShipmentPalletsResponse.js'
59
+ import { ListTransportationOptionsResponse } from '../model/ListTransportationOptionsResponse.js'
60
+ import { ScheduleSelfShipAppointmentRequest } from '../model/ScheduleSelfShipAppointmentRequest.js'
61
+ import { ScheduleSelfShipAppointmentResponse } from '../model/ScheduleSelfShipAppointmentResponse.js'
62
+ import { SetPackingInformationRequest } from '../model/SetPackingInformationRequest.js'
63
+ import { SetPackingInformationResponse } from '../model/SetPackingInformationResponse.js'
64
+ import { SetPrepDetailsRequest } from '../model/SetPrepDetailsRequest.js'
65
+ import { SetPrepDetailsResponse } from '../model/SetPrepDetailsResponse.js'
66
+ import { Shipment } from '../model/Shipment.js'
67
+ import { UpdateInboundPlanNameRequest } from '../model/UpdateInboundPlanNameRequest.js'
68
+ import { UpdateItemComplianceDetailsRequest } from '../model/UpdateItemComplianceDetailsRequest.js'
69
+ import { UpdateItemComplianceDetailsResponse } from '../model/UpdateItemComplianceDetailsResponse.js'
70
+ import { UpdateShipmentNameRequest } from '../model/UpdateShipmentNameRequest.js'
71
+ import { UpdateShipmentSourceAddressRequest } from '../model/UpdateShipmentSourceAddressRequest.js'
72
+ import { UpdateShipmentSourceAddressResponse } from '../model/UpdateShipmentSourceAddressResponse.js'
73
+ import { UpdateShipmentTrackingDetailsRequest } from '../model/UpdateShipmentTrackingDetailsRequest.js'
74
+ import { UpdateShipmentTrackingDetailsResponse } from '../model/UpdateShipmentTrackingDetailsResponse.js'
75
+ import { SuperagentRateLimiter } from '../../../helper/SuperagentRateLimiter.mjs'
76
+ import { DefaultRateLimitFetcher } from '../../../helper/DefaultRateLimitFetcher.mjs'
77
77
 
78
78
  /**
79
79
  * FbaInbound service.
@@ -81,1086 +81,1047 @@ import {DefaultRateLimitFetcher} from '../../../helper/DefaultRateLimitFetcher.m
81
81
  * @version 2024-03-20
82
82
  */
83
83
  export class FbaInboundApi {
84
+ // Private memeber stores the default rate limiters
85
+ #defaultRateLimiterMap
84
86
 
85
- // Private memeber stores the default rate limiters
86
- #defaultRateLimiterMap;
87
-
88
- /**
89
- * Constructs a new FbaInboundApi.
87
+ /**
88
+ * Constructs a new FbaInboundApi.
90
89
  * @alias module:fulfillmentinbound_v2024_03_20/api/FbaInboundApi
91
90
  * @class
92
91
  * @param {module:fulfillmentinbound_v2024_03_20/ApiClient} [apiClient] Optional API client implementation to use,
93
92
  * default to {@link module:fulfillmentinbound_v2024_03_20/ApiClient#instance} if unspecified.
94
93
  */
95
- constructor(apiClient) {
96
- this.apiClient = apiClient || ApiClient.instance;
97
- this.initializeDefaultRateLimiterMap();
98
- }
94
+ constructor (apiClient) {
95
+ this.apiClient = apiClient || ApiClient.instance
96
+ this.initializeDefaultRateLimiterMap()
97
+ }
99
98
 
100
- /**
99
+ /**
101
100
  * Initialize rate limiters for API operations
102
101
  */
103
- initializeDefaultRateLimiterMap() {
104
- this.#defaultRateLimiterMap = new Map()
105
- const defaultRateLimitFetcher = new DefaultRateLimitFetcher();
106
- const operations = [
107
- 'FbaInboundApi-cancelInboundPlan',
108
- 'FbaInboundApi-cancelSelfShipAppointment',
109
- 'FbaInboundApi-confirmDeliveryWindowOptions',
110
- 'FbaInboundApi-confirmPackingOption',
111
- 'FbaInboundApi-confirmPlacementOption',
112
- 'FbaInboundApi-confirmShipmentContentUpdatePreview',
113
- 'FbaInboundApi-confirmTransportationOptions',
114
- 'FbaInboundApi-createInboundPlan',
115
- 'FbaInboundApi-createMarketplaceItemLabels',
116
- 'FbaInboundApi-generateDeliveryWindowOptions',
117
- 'FbaInboundApi-generatePackingOptions',
118
- 'FbaInboundApi-generatePlacementOptions',
119
- 'FbaInboundApi-generateSelfShipAppointmentSlots',
120
- 'FbaInboundApi-generateShipmentContentUpdatePreviews',
121
- 'FbaInboundApi-generateTransportationOptions',
122
- 'FbaInboundApi-getDeliveryChallanDocument',
123
- 'FbaInboundApi-getInboundOperationStatus',
124
- 'FbaInboundApi-getInboundPlan',
125
- 'FbaInboundApi-getSelfShipAppointmentSlots',
126
- 'FbaInboundApi-getShipment',
127
- 'FbaInboundApi-getShipmentContentUpdatePreview',
128
- 'FbaInboundApi-listDeliveryWindowOptions',
129
- 'FbaInboundApi-listInboundPlanBoxes',
130
- 'FbaInboundApi-listInboundPlanItems',
131
- 'FbaInboundApi-listInboundPlanPallets',
132
- 'FbaInboundApi-listInboundPlans',
133
- 'FbaInboundApi-listItemComplianceDetails',
134
- 'FbaInboundApi-listPackingGroupBoxes',
135
- 'FbaInboundApi-listPackingGroupItems',
136
- 'FbaInboundApi-listPackingOptions',
137
- 'FbaInboundApi-listPlacementOptions',
138
- 'FbaInboundApi-listPrepDetails',
139
- 'FbaInboundApi-listShipmentBoxes',
140
- 'FbaInboundApi-listShipmentContentUpdatePreviews',
141
- 'FbaInboundApi-listShipmentItems',
142
- 'FbaInboundApi-listShipmentPallets',
143
- 'FbaInboundApi-listTransportationOptions',
144
- 'FbaInboundApi-scheduleSelfShipAppointment',
145
- 'FbaInboundApi-setPackingInformation',
146
- 'FbaInboundApi-setPrepDetails',
147
- 'FbaInboundApi-updateInboundPlanName',
148
- 'FbaInboundApi-updateItemComplianceDetails',
149
- 'FbaInboundApi-updateShipmentName',
150
- 'FbaInboundApi-updateShipmentSourceAddress',
151
- 'FbaInboundApi-updateShipmentTrackingDetails',
152
- ];
153
-
154
- for (const operation of operations) {
155
- const config = defaultRateLimitFetcher.getLimit(operation);
156
- this.#defaultRateLimiterMap.set(operation, new SuperagentRateLimiter(config));
157
- }
158
- }
159
-
160
- /**
102
+ initializeDefaultRateLimiterMap () {
103
+ this.#defaultRateLimiterMap = new Map()
104
+ const defaultRateLimitFetcher = new DefaultRateLimitFetcher()
105
+ const operations = [
106
+ 'FbaInboundApi-cancelInboundPlan',
107
+ 'FbaInboundApi-cancelSelfShipAppointment',
108
+ 'FbaInboundApi-confirmDeliveryWindowOptions',
109
+ 'FbaInboundApi-confirmPackingOption',
110
+ 'FbaInboundApi-confirmPlacementOption',
111
+ 'FbaInboundApi-confirmShipmentContentUpdatePreview',
112
+ 'FbaInboundApi-confirmTransportationOptions',
113
+ 'FbaInboundApi-createInboundPlan',
114
+ 'FbaInboundApi-createMarketplaceItemLabels',
115
+ 'FbaInboundApi-generateDeliveryWindowOptions',
116
+ 'FbaInboundApi-generatePackingOptions',
117
+ 'FbaInboundApi-generatePlacementOptions',
118
+ 'FbaInboundApi-generateSelfShipAppointmentSlots',
119
+ 'FbaInboundApi-generateShipmentContentUpdatePreviews',
120
+ 'FbaInboundApi-generateTransportationOptions',
121
+ 'FbaInboundApi-getDeliveryChallanDocument',
122
+ 'FbaInboundApi-getInboundOperationStatus',
123
+ 'FbaInboundApi-getInboundPlan',
124
+ 'FbaInboundApi-getSelfShipAppointmentSlots',
125
+ 'FbaInboundApi-getShipment',
126
+ 'FbaInboundApi-getShipmentContentUpdatePreview',
127
+ 'FbaInboundApi-listDeliveryWindowOptions',
128
+ 'FbaInboundApi-listInboundPlanBoxes',
129
+ 'FbaInboundApi-listInboundPlanItems',
130
+ 'FbaInboundApi-listInboundPlanPallets',
131
+ 'FbaInboundApi-listInboundPlans',
132
+ 'FbaInboundApi-listItemComplianceDetails',
133
+ 'FbaInboundApi-listPackingGroupBoxes',
134
+ 'FbaInboundApi-listPackingGroupItems',
135
+ 'FbaInboundApi-listPackingOptions',
136
+ 'FbaInboundApi-listPlacementOptions',
137
+ 'FbaInboundApi-listPrepDetails',
138
+ 'FbaInboundApi-listShipmentBoxes',
139
+ 'FbaInboundApi-listShipmentContentUpdatePreviews',
140
+ 'FbaInboundApi-listShipmentItems',
141
+ 'FbaInboundApi-listShipmentPallets',
142
+ 'FbaInboundApi-listTransportationOptions',
143
+ 'FbaInboundApi-scheduleSelfShipAppointment',
144
+ 'FbaInboundApi-setPackingInformation',
145
+ 'FbaInboundApi-setPrepDetails',
146
+ 'FbaInboundApi-updateInboundPlanName',
147
+ 'FbaInboundApi-updateItemComplianceDetails',
148
+ 'FbaInboundApi-updateShipmentName',
149
+ 'FbaInboundApi-updateShipmentSourceAddress',
150
+ 'FbaInboundApi-updateShipmentTrackingDetails'
151
+ ]
152
+
153
+ for (const operation of operations) {
154
+ const config = defaultRateLimitFetcher.getLimit(operation)
155
+ this.#defaultRateLimiterMap.set(operation, new SuperagentRateLimiter(config))
156
+ }
157
+ }
158
+
159
+ /**
161
160
  * Get rate limiter for a specific operation
162
161
  * @param {String} operation name
163
162
  */
164
- getRateLimiter(operation) {
165
- return this.#defaultRateLimiterMap.get(operation);
166
- }
163
+ getRateLimiter (operation) {
164
+ return this.#defaultRateLimiterMap.get(operation)
165
+ }
167
166
 
168
-
169
-
170
- /**
167
+ /**
171
168
  * 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).
172
169
  * @param {String} inboundPlanId Identifier of an inbound plan.
173
170
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse} and HTTP response
174
171
  */
175
- cancelInboundPlanWithHttpInfo(inboundPlanId) {
176
- let postBody = null;
177
-
178
- // verify the required parameter 'inboundPlanId' is set
179
- if (inboundPlanId === undefined || inboundPlanId === null) {
180
- throw new Error("Missing the required parameter 'inboundPlanId' when calling cancelInboundPlan");
181
- }
172
+ cancelInboundPlanWithHttpInfo (inboundPlanId) {
173
+ const postBody = null
182
174
 
175
+ // verify the required parameter 'inboundPlanId' is set
176
+ if (inboundPlanId === undefined || inboundPlanId === null) {
177
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling cancelInboundPlan")
178
+ }
183
179
 
184
- let pathParams = {
185
- 'inboundPlanId': inboundPlanId
186
- };
187
- let queryParams = {
188
- };
189
- let headerParams = {
190
- };
191
- let formParams = {
192
- };
180
+ const pathParams = {
181
+ inboundPlanId
182
+ }
183
+ const queryParams = {
184
+ }
185
+ const headerParams = {
186
+ }
187
+ const formParams = {
188
+ }
193
189
 
194
- let contentTypes = [];
195
- let accepts = ['application/json'];
196
- let returnType = CancelInboundPlanResponse;
190
+ const contentTypes = []
191
+ const accepts = ['application/json']
192
+ const returnType = CancelInboundPlanResponse
197
193
 
198
- return this.apiClient.callApi( 'FbaInboundApi-cancelInboundPlan',
199
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/cancellation', 'PUT',
200
- pathParams, queryParams, headerParams, formParams, postBody,
201
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-cancelInboundPlan')
202
- );
203
- }
194
+ return this.apiClient.callApi('FbaInboundApi-cancelInboundPlan',
195
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/cancellation', 'PUT',
196
+ pathParams, queryParams, headerParams, formParams, postBody,
197
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-cancelInboundPlan')
198
+ )
199
+ }
204
200
 
205
- /**
201
+ /**
206
202
  * 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).
207
203
  * @param {String} inboundPlanId Identifier of an inbound plan.
208
204
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse}
209
205
  */
210
- cancelInboundPlan(inboundPlanId) {
211
- return this.cancelInboundPlanWithHttpInfo(inboundPlanId)
212
- .then(function(response_and_data) {
213
- return response_and_data.data;
214
- });
215
- }
206
+ cancelInboundPlan (inboundPlanId) {
207
+ return this.cancelInboundPlanWithHttpInfo(inboundPlanId)
208
+ .then(function (response_and_data) {
209
+ return response_and_data.data
210
+ })
211
+ }
216
212
 
217
-
218
- /**
219
- * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
213
+ /**
214
+ * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
220
215
  * @param {String} inboundPlanId Identifier of an inbound plan.
221
216
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
222
217
  * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
223
218
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse} and HTTP response
224
219
  */
225
- cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body) {
226
- let postBody = body;
227
-
228
- // verify the required parameter 'inboundPlanId' is set
229
- if (inboundPlanId === undefined || inboundPlanId === null) {
230
- throw new Error("Missing the required parameter 'inboundPlanId' when calling cancelSelfShipAppointment");
231
- }
220
+ cancelSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, body) {
221
+ const postBody = body
232
222
 
233
- // verify the required parameter 'shipmentId' is set
234
- if (shipmentId === undefined || shipmentId === null) {
235
- throw new Error("Missing the required parameter 'shipmentId' when calling cancelSelfShipAppointment");
236
- }
223
+ // verify the required parameter 'inboundPlanId' is set
224
+ if (inboundPlanId === undefined || inboundPlanId === null) {
225
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling cancelSelfShipAppointment")
226
+ }
237
227
 
238
- // verify the required parameter 'body' is set
239
- if (body === undefined || body === null) {
240
- throw new Error("Missing the required parameter 'body' when calling cancelSelfShipAppointment");
241
- }
228
+ // verify the required parameter 'shipmentId' is set
229
+ if (shipmentId === undefined || shipmentId === null) {
230
+ throw new Error("Missing the required parameter 'shipmentId' when calling cancelSelfShipAppointment")
231
+ }
242
232
 
233
+ // verify the required parameter 'body' is set
234
+ if (body === undefined || body === null) {
235
+ throw new Error("Missing the required parameter 'body' when calling cancelSelfShipAppointment")
236
+ }
243
237
 
244
- let pathParams = {
245
- 'inboundPlanId': inboundPlanId,
246
- 'shipmentId': shipmentId
247
- };
248
- let queryParams = {
249
- };
250
- let headerParams = {
251
- };
252
- let formParams = {
253
- };
238
+ const pathParams = {
239
+ inboundPlanId,
240
+ shipmentId
241
+ }
242
+ const queryParams = {
243
+ }
244
+ const headerParams = {
245
+ }
246
+ const formParams = {
247
+ }
254
248
 
255
- let contentTypes = ['application/json'];
256
- let accepts = ['application/json'];
257
- let returnType = CancelSelfShipAppointmentResponse;
249
+ const contentTypes = ['application/json']
250
+ const accepts = ['application/json']
251
+ const returnType = CancelSelfShipAppointmentResponse
258
252
 
259
- return this.apiClient.callApi( 'FbaInboundApi-cancelSelfShipAppointment',
260
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation', 'PUT',
261
- pathParams, queryParams, headerParams, formParams, postBody,
262
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-cancelSelfShipAppointment')
263
- );
264
- }
253
+ return this.apiClient.callApi('FbaInboundApi-cancelSelfShipAppointment',
254
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation', 'PUT',
255
+ pathParams, queryParams, headerParams, formParams, postBody,
256
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-cancelSelfShipAppointment')
257
+ )
258
+ }
265
259
 
266
- /**
267
- * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
260
+ /**
261
+ * 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 | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
268
262
  * @param {String} inboundPlanId Identifier of an inbound plan.
269
263
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
270
264
  * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
271
265
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse}
272
266
  */
273
- cancelSelfShipAppointment(inboundPlanId, shipmentId, body) {
274
- return this.cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body)
275
- .then(function(response_and_data) {
276
- return response_and_data.data;
277
- });
278
- }
279
-
267
+ cancelSelfShipAppointment (inboundPlanId, shipmentId, body) {
268
+ return this.cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body)
269
+ .then(function (response_and_data) {
270
+ return response_and_data.data
271
+ })
272
+ }
280
273
 
281
- /**
274
+ /**
282
275
  * Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
283
276
  * @param {String} inboundPlanId Identifier of an inbound plan.
284
277
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
285
278
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
286
279
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse} and HTTP response
287
280
  */
288
- confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId) {
289
- let postBody = null;
290
-
291
- // verify the required parameter 'inboundPlanId' is set
292
- if (inboundPlanId === undefined || inboundPlanId === null) {
293
- throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmDeliveryWindowOptions");
294
- }
295
-
296
- // verify the required parameter 'shipmentId' is set
297
- if (shipmentId === undefined || shipmentId === null) {
298
- throw new Error("Missing the required parameter 'shipmentId' when calling confirmDeliveryWindowOptions");
299
- }
300
-
301
- // verify the required parameter 'deliveryWindowOptionId' is set
302
- if (deliveryWindowOptionId === undefined || deliveryWindowOptionId === null) {
303
- throw new Error("Missing the required parameter 'deliveryWindowOptionId' when calling confirmDeliveryWindowOptions");
304
- }
305
-
306
-
307
- let pathParams = {
308
- 'inboundPlanId': inboundPlanId,
309
- 'shipmentId': shipmentId,
310
- 'deliveryWindowOptionId': deliveryWindowOptionId
311
- };
312
- let queryParams = {
313
- };
314
- let headerParams = {
315
- };
316
- let formParams = {
317
- };
318
-
319
- let contentTypes = [];
320
- let accepts = ['application/json'];
321
- let returnType = ConfirmDeliveryWindowOptionsResponse;
322
-
323
- return this.apiClient.callApi( 'FbaInboundApi-confirmDeliveryWindowOptions',
324
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation', 'POST',
325
- pathParams, queryParams, headerParams, formParams, postBody,
326
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmDeliveryWindowOptions')
327
- );
328
- }
329
-
330
- /**
281
+ confirmDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, deliveryWindowOptionId) {
282
+ const postBody = null
283
+
284
+ // verify the required parameter 'inboundPlanId' is set
285
+ if (inboundPlanId === undefined || inboundPlanId === null) {
286
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmDeliveryWindowOptions")
287
+ }
288
+
289
+ // verify the required parameter 'shipmentId' is set
290
+ if (shipmentId === undefined || shipmentId === null) {
291
+ throw new Error("Missing the required parameter 'shipmentId' when calling confirmDeliveryWindowOptions")
292
+ }
293
+
294
+ // verify the required parameter 'deliveryWindowOptionId' is set
295
+ if (deliveryWindowOptionId === undefined || deliveryWindowOptionId === null) {
296
+ throw new Error("Missing the required parameter 'deliveryWindowOptionId' when calling confirmDeliveryWindowOptions")
297
+ }
298
+
299
+ const pathParams = {
300
+ inboundPlanId,
301
+ shipmentId,
302
+ deliveryWindowOptionId
303
+ }
304
+ const queryParams = {
305
+ }
306
+ const headerParams = {
307
+ }
308
+ const formParams = {
309
+ }
310
+
311
+ const contentTypes = []
312
+ const accepts = ['application/json']
313
+ const returnType = ConfirmDeliveryWindowOptionsResponse
314
+
315
+ return this.apiClient.callApi('FbaInboundApi-confirmDeliveryWindowOptions',
316
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation', 'POST',
317
+ pathParams, queryParams, headerParams, formParams, postBody,
318
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmDeliveryWindowOptions')
319
+ )
320
+ }
321
+
322
+ /**
331
323
  * Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
332
324
  * @param {String} inboundPlanId Identifier of an inbound plan.
333
325
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
334
326
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
335
327
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse}
336
328
  */
337
- confirmDeliveryWindowOptions(inboundPlanId, shipmentId, deliveryWindowOptionId) {
338
- return this.confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId)
339
- .then(function(response_and_data) {
340
- return response_and_data.data;
341
- });
342
- }
343
-
329
+ confirmDeliveryWindowOptions (inboundPlanId, shipmentId, deliveryWindowOptionId) {
330
+ return this.confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId)
331
+ .then(function (response_and_data) {
332
+ return response_and_data.data
333
+ })
334
+ }
344
335
 
345
- /**
336
+ /**
346
337
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
347
338
  * @param {String} inboundPlanId Identifier of an inbound plan.
348
339
  * @param {String} packingOptionId Identifier of a packing option.
349
340
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse} and HTTP response
350
341
  */
351
- confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId) {
352
- let postBody = null;
342
+ confirmPackingOptionWithHttpInfo (inboundPlanId, packingOptionId) {
343
+ const postBody = null
353
344
 
354
- // verify the required parameter 'inboundPlanId' is set
355
- if (inboundPlanId === undefined || inboundPlanId === null) {
356
- throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmPackingOption");
357
- }
358
-
359
- // verify the required parameter 'packingOptionId' is set
360
- if (packingOptionId === undefined || packingOptionId === null) {
361
- throw new Error("Missing the required parameter 'packingOptionId' when calling confirmPackingOption");
362
- }
345
+ // verify the required parameter 'inboundPlanId' is set
346
+ if (inboundPlanId === undefined || inboundPlanId === null) {
347
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmPackingOption")
348
+ }
363
349
 
350
+ // verify the required parameter 'packingOptionId' is set
351
+ if (packingOptionId === undefined || packingOptionId === null) {
352
+ throw new Error("Missing the required parameter 'packingOptionId' when calling confirmPackingOption")
353
+ }
364
354
 
365
- let pathParams = {
366
- 'inboundPlanId': inboundPlanId,
367
- 'packingOptionId': packingOptionId
368
- };
369
- let queryParams = {
370
- };
371
- let headerParams = {
372
- };
373
- let formParams = {
374
- };
355
+ const pathParams = {
356
+ inboundPlanId,
357
+ packingOptionId
358
+ }
359
+ const queryParams = {
360
+ }
361
+ const headerParams = {
362
+ }
363
+ const formParams = {
364
+ }
375
365
 
376
- let contentTypes = [];
377
- let accepts = ['application/json'];
378
- let returnType = ConfirmPackingOptionResponse;
366
+ const contentTypes = []
367
+ const accepts = ['application/json']
368
+ const returnType = ConfirmPackingOptionResponse
379
369
 
380
- return this.apiClient.callApi( 'FbaInboundApi-confirmPackingOption',
381
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/confirmation', 'POST',
382
- pathParams, queryParams, headerParams, formParams, postBody,
383
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmPackingOption')
384
- );
385
- }
370
+ return this.apiClient.callApi('FbaInboundApi-confirmPackingOption',
371
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/confirmation', 'POST',
372
+ pathParams, queryParams, headerParams, formParams, postBody,
373
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmPackingOption')
374
+ )
375
+ }
386
376
 
387
- /**
377
+ /**
388
378
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
389
379
  * @param {String} inboundPlanId Identifier of an inbound plan.
390
380
  * @param {String} packingOptionId Identifier of a packing option.
391
381
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse}
392
382
  */
393
- confirmPackingOption(inboundPlanId, packingOptionId) {
394
- return this.confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId)
395
- .then(function(response_and_data) {
396
- return response_and_data.data;
397
- });
398
- }
399
-
383
+ confirmPackingOption (inboundPlanId, packingOptionId) {
384
+ return this.confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId)
385
+ .then(function (response_and_data) {
386
+ return response_and_data.data
387
+ })
388
+ }
400
389
 
401
- /**
390
+ /**
402
391
  * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
403
392
  * @param {String} inboundPlanId Identifier of an inbound plan.
404
393
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
405
394
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse} and HTTP response
406
395
  */
407
- confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId) {
408
- let postBody = null;
396
+ confirmPlacementOptionWithHttpInfo (inboundPlanId, placementOptionId) {
397
+ const postBody = null
409
398
 
410
- // verify the required parameter 'inboundPlanId' is set
411
- if (inboundPlanId === undefined || inboundPlanId === null) {
412
- throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmPlacementOption");
413
- }
414
-
415
- // verify the required parameter 'placementOptionId' is set
416
- if (placementOptionId === undefined || placementOptionId === null) {
417
- throw new Error("Missing the required parameter 'placementOptionId' when calling confirmPlacementOption");
418
- }
399
+ // verify the required parameter 'inboundPlanId' is set
400
+ if (inboundPlanId === undefined || inboundPlanId === null) {
401
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmPlacementOption")
402
+ }
419
403
 
404
+ // verify the required parameter 'placementOptionId' is set
405
+ if (placementOptionId === undefined || placementOptionId === null) {
406
+ throw new Error("Missing the required parameter 'placementOptionId' when calling confirmPlacementOption")
407
+ }
420
408
 
421
- let pathParams = {
422
- 'inboundPlanId': inboundPlanId,
423
- 'placementOptionId': placementOptionId
424
- };
425
- let queryParams = {
426
- };
427
- let headerParams = {
428
- };
429
- let formParams = {
430
- };
409
+ const pathParams = {
410
+ inboundPlanId,
411
+ placementOptionId
412
+ }
413
+ const queryParams = {
414
+ }
415
+ const headerParams = {
416
+ }
417
+ const formParams = {
418
+ }
431
419
 
432
- let contentTypes = [];
433
- let accepts = ['application/json'];
434
- let returnType = ConfirmPlacementOptionResponse;
420
+ const contentTypes = []
421
+ const accepts = ['application/json']
422
+ const returnType = ConfirmPlacementOptionResponse
435
423
 
436
- return this.apiClient.callApi( 'FbaInboundApi-confirmPlacementOption',
437
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions/{placementOptionId}/confirmation', 'POST',
438
- pathParams, queryParams, headerParams, formParams, postBody,
439
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmPlacementOption')
440
- );
441
- }
424
+ return this.apiClient.callApi('FbaInboundApi-confirmPlacementOption',
425
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions/{placementOptionId}/confirmation', 'POST',
426
+ pathParams, queryParams, headerParams, formParams, postBody,
427
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmPlacementOption')
428
+ )
429
+ }
442
430
 
443
- /**
431
+ /**
444
432
  * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
445
433
  * @param {String} inboundPlanId Identifier of an inbound plan.
446
434
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
447
435
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse}
448
436
  */
449
- confirmPlacementOption(inboundPlanId, placementOptionId) {
450
- return this.confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId)
451
- .then(function(response_and_data) {
452
- return response_and_data.data;
453
- });
454
- }
455
-
437
+ confirmPlacementOption (inboundPlanId, placementOptionId) {
438
+ return this.confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId)
439
+ .then(function (response_and_data) {
440
+ return response_and_data.data
441
+ })
442
+ }
456
443
 
457
- /**
444
+ /**
458
445
  * Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
459
446
  * @param {String} inboundPlanId Identifier of an inbound plan.
460
447
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
461
448
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
462
449
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse} and HTTP response
463
450
  */
464
- confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId) {
465
- let postBody = null;
466
-
467
- // verify the required parameter 'inboundPlanId' is set
468
- if (inboundPlanId === undefined || inboundPlanId === null) {
469
- throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmShipmentContentUpdatePreview");
470
- }
471
-
472
- // verify the required parameter 'shipmentId' is set
473
- if (shipmentId === undefined || shipmentId === null) {
474
- throw new Error("Missing the required parameter 'shipmentId' when calling confirmShipmentContentUpdatePreview");
475
- }
476
-
477
- // verify the required parameter 'contentUpdatePreviewId' is set
478
- if (contentUpdatePreviewId === undefined || contentUpdatePreviewId === null) {
479
- throw new Error("Missing the required parameter 'contentUpdatePreviewId' when calling confirmShipmentContentUpdatePreview");
480
- }
481
-
482
-
483
- let pathParams = {
484
- 'inboundPlanId': inboundPlanId,
485
- 'shipmentId': shipmentId,
486
- 'contentUpdatePreviewId': contentUpdatePreviewId
487
- };
488
- let queryParams = {
489
- };
490
- let headerParams = {
491
- };
492
- let formParams = {
493
- };
494
-
495
- let contentTypes = [];
496
- let accepts = ['application/json'];
497
- let returnType = ConfirmShipmentContentUpdatePreviewResponse;
498
-
499
- return this.apiClient.callApi( 'FbaInboundApi-confirmShipmentContentUpdatePreview',
500
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation', 'POST',
501
- pathParams, queryParams, headerParams, formParams, postBody,
502
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmShipmentContentUpdatePreview')
503
- );
504
- }
505
-
506
- /**
451
+ confirmShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
452
+ const postBody = null
453
+
454
+ // verify the required parameter 'inboundPlanId' is set
455
+ if (inboundPlanId === undefined || inboundPlanId === null) {
456
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmShipmentContentUpdatePreview")
457
+ }
458
+
459
+ // verify the required parameter 'shipmentId' is set
460
+ if (shipmentId === undefined || shipmentId === null) {
461
+ throw new Error("Missing the required parameter 'shipmentId' when calling confirmShipmentContentUpdatePreview")
462
+ }
463
+
464
+ // verify the required parameter 'contentUpdatePreviewId' is set
465
+ if (contentUpdatePreviewId === undefined || contentUpdatePreviewId === null) {
466
+ throw new Error("Missing the required parameter 'contentUpdatePreviewId' when calling confirmShipmentContentUpdatePreview")
467
+ }
468
+
469
+ const pathParams = {
470
+ inboundPlanId,
471
+ shipmentId,
472
+ contentUpdatePreviewId
473
+ }
474
+ const queryParams = {
475
+ }
476
+ const headerParams = {
477
+ }
478
+ const formParams = {
479
+ }
480
+
481
+ const contentTypes = []
482
+ const accepts = ['application/json']
483
+ const returnType = ConfirmShipmentContentUpdatePreviewResponse
484
+
485
+ return this.apiClient.callApi('FbaInboundApi-confirmShipmentContentUpdatePreview',
486
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation', 'POST',
487
+ pathParams, queryParams, headerParams, formParams, postBody,
488
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmShipmentContentUpdatePreview')
489
+ )
490
+ }
491
+
492
+ /**
507
493
  * Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
508
494
  * @param {String} inboundPlanId Identifier of an inbound plan.
509
495
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
510
496
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
511
497
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse}
512
498
  */
513
- confirmShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId) {
514
- return this.confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
515
- .then(function(response_and_data) {
516
- return response_and_data.data;
517
- });
518
- }
499
+ confirmShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
500
+ return this.confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
501
+ .then(function (response_and_data) {
502
+ return response_and_data.data
503
+ })
504
+ }
519
505
 
520
-
521
- /**
506
+ /**
522
507
  * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
523
508
  * @param {String} inboundPlanId Identifier of an inbound plan.
524
509
  * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
525
510
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse} and HTTP response
526
511
  */
527
- confirmTransportationOptionsWithHttpInfo(inboundPlanId, body) {
528
- let postBody = body;
529
-
530
- // verify the required parameter 'inboundPlanId' is set
531
- if (inboundPlanId === undefined || inboundPlanId === null) {
532
- throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmTransportationOptions");
533
- }
512
+ confirmTransportationOptionsWithHttpInfo (inboundPlanId, body) {
513
+ const postBody = body
534
514
 
535
- // verify the required parameter 'body' is set
536
- if (body === undefined || body === null) {
537
- throw new Error("Missing the required parameter 'body' when calling confirmTransportationOptions");
538
- }
515
+ // verify the required parameter 'inboundPlanId' is set
516
+ if (inboundPlanId === undefined || inboundPlanId === null) {
517
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmTransportationOptions")
518
+ }
539
519
 
520
+ // verify the required parameter 'body' is set
521
+ if (body === undefined || body === null) {
522
+ throw new Error("Missing the required parameter 'body' when calling confirmTransportationOptions")
523
+ }
540
524
 
541
- let pathParams = {
542
- 'inboundPlanId': inboundPlanId
543
- };
544
- let queryParams = {
545
- };
546
- let headerParams = {
547
- };
548
- let formParams = {
549
- };
525
+ const pathParams = {
526
+ inboundPlanId
527
+ }
528
+ const queryParams = {
529
+ }
530
+ const headerParams = {
531
+ }
532
+ const formParams = {
533
+ }
550
534
 
551
- let contentTypes = ['application/json'];
552
- let accepts = ['application/json'];
553
- let returnType = ConfirmTransportationOptionsResponse;
535
+ const contentTypes = ['application/json']
536
+ const accepts = ['application/json']
537
+ const returnType = ConfirmTransportationOptionsResponse
554
538
 
555
- return this.apiClient.callApi( 'FbaInboundApi-confirmTransportationOptions',
556
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation', 'POST',
557
- pathParams, queryParams, headerParams, formParams, postBody,
558
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmTransportationOptions')
559
- );
560
- }
539
+ return this.apiClient.callApi('FbaInboundApi-confirmTransportationOptions',
540
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation', 'POST',
541
+ pathParams, queryParams, headerParams, formParams, postBody,
542
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-confirmTransportationOptions')
543
+ )
544
+ }
561
545
 
562
- /**
546
+ /**
563
547
  * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
564
548
  * @param {String} inboundPlanId Identifier of an inbound plan.
565
549
  * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
566
550
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse}
567
551
  */
568
- confirmTransportationOptions(inboundPlanId, body) {
569
- return this.confirmTransportationOptionsWithHttpInfo(inboundPlanId, body)
570
- .then(function(response_and_data) {
571
- return response_and_data.data;
572
- });
573
- }
552
+ confirmTransportationOptions (inboundPlanId, body) {
553
+ return this.confirmTransportationOptionsWithHttpInfo(inboundPlanId, body)
554
+ .then(function (response_and_data) {
555
+ return response_and_data.data
556
+ })
557
+ }
574
558
 
575
-
576
- /**
559
+ /**
577
560
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
578
561
  * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
579
562
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse} and HTTP response
580
563
  */
581
- createInboundPlanWithHttpInfo(body) {
582
- let postBody = body;
583
-
584
- // verify the required parameter 'body' is set
585
- if (body === undefined || body === null) {
586
- throw new Error("Missing the required parameter 'body' when calling createInboundPlan");
587
- }
564
+ createInboundPlanWithHttpInfo (body) {
565
+ const postBody = body
588
566
 
567
+ // verify the required parameter 'body' is set
568
+ if (body === undefined || body === null) {
569
+ throw new Error("Missing the required parameter 'body' when calling createInboundPlan")
570
+ }
589
571
 
590
- let pathParams = {
591
- };
592
- let queryParams = {
593
- };
594
- let headerParams = {
595
- };
596
- let formParams = {
597
- };
572
+ const pathParams = {
573
+ }
574
+ const queryParams = {
575
+ }
576
+ const headerParams = {
577
+ }
578
+ const formParams = {
579
+ }
598
580
 
599
- let contentTypes = ['application/json'];
600
- let accepts = ['application/json'];
601
- let returnType = CreateInboundPlanResponse;
581
+ const contentTypes = ['application/json']
582
+ const accepts = ['application/json']
583
+ const returnType = CreateInboundPlanResponse
602
584
 
603
- return this.apiClient.callApi( 'FbaInboundApi-createInboundPlan',
604
- '/inbound/fba/2024-03-20/inboundPlans', 'POST',
605
- pathParams, queryParams, headerParams, formParams, postBody,
606
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-createInboundPlan')
607
- );
608
- }
585
+ return this.apiClient.callApi('FbaInboundApi-createInboundPlan',
586
+ '/inbound/fba/2024-03-20/inboundPlans', 'POST',
587
+ pathParams, queryParams, headerParams, formParams, postBody,
588
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-createInboundPlan')
589
+ )
590
+ }
609
591
 
610
- /**
592
+ /**
611
593
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
612
594
  * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
613
595
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse}
614
596
  */
615
- createInboundPlan(body) {
616
- return this.createInboundPlanWithHttpInfo(body)
617
- .then(function(response_and_data) {
618
- return response_and_data.data;
619
- });
620
- }
621
-
597
+ createInboundPlan (body) {
598
+ return this.createInboundPlanWithHttpInfo(body)
599
+ .then(function (response_and_data) {
600
+ return response_and_data.data
601
+ })
602
+ }
622
603
 
623
- /**
604
+ /**
624
605
  * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
625
606
  * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
626
607
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse} and HTTP response
627
608
  */
628
- createMarketplaceItemLabelsWithHttpInfo(body) {
629
- let postBody = body;
630
-
631
- // verify the required parameter 'body' is set
632
- if (body === undefined || body === null) {
633
- throw new Error("Missing the required parameter 'body' when calling createMarketplaceItemLabels");
634
- }
609
+ createMarketplaceItemLabelsWithHttpInfo (body) {
610
+ const postBody = body
635
611
 
612
+ // verify the required parameter 'body' is set
613
+ if (body === undefined || body === null) {
614
+ throw new Error("Missing the required parameter 'body' when calling createMarketplaceItemLabels")
615
+ }
636
616
 
637
- let pathParams = {
638
- };
639
- let queryParams = {
640
- };
641
- let headerParams = {
642
- };
643
- let formParams = {
644
- };
617
+ const pathParams = {
618
+ }
619
+ const queryParams = {
620
+ }
621
+ const headerParams = {
622
+ }
623
+ const formParams = {
624
+ }
645
625
 
646
- let contentTypes = ['application/json'];
647
- let accepts = ['application/json'];
648
- let returnType = CreateMarketplaceItemLabelsResponse;
626
+ const contentTypes = ['application/json']
627
+ const accepts = ['application/json']
628
+ const returnType = CreateMarketplaceItemLabelsResponse
649
629
 
650
- return this.apiClient.callApi( 'FbaInboundApi-createMarketplaceItemLabels',
651
- '/inbound/fba/2024-03-20/items/labels', 'POST',
652
- pathParams, queryParams, headerParams, formParams, postBody,
653
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-createMarketplaceItemLabels')
654
- );
655
- }
630
+ return this.apiClient.callApi('FbaInboundApi-createMarketplaceItemLabels',
631
+ '/inbound/fba/2024-03-20/items/labels', 'POST',
632
+ pathParams, queryParams, headerParams, formParams, postBody,
633
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-createMarketplaceItemLabels')
634
+ )
635
+ }
656
636
 
657
- /**
637
+ /**
658
638
  * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
659
639
  * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
660
640
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse}
661
641
  */
662
- createMarketplaceItemLabels(body) {
663
- return this.createMarketplaceItemLabelsWithHttpInfo(body)
664
- .then(function(response_and_data) {
665
- return response_and_data.data;
666
- });
667
- }
642
+ createMarketplaceItemLabels (body) {
643
+ return this.createMarketplaceItemLabelsWithHttpInfo(body)
644
+ .then(function (response_and_data) {
645
+ return response_and_data.data
646
+ })
647
+ }
668
648
 
669
-
670
- /**
649
+ /**
671
650
  * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
672
651
  * @param {String} inboundPlanId Identifier of an inbound plan.
673
652
  * @param {String} shipmentId The shipment to generate delivery window options for.
674
653
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse} and HTTP response
675
654
  */
676
- generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId) {
677
- let postBody = null;
678
-
679
- // verify the required parameter 'inboundPlanId' is set
680
- if (inboundPlanId === undefined || inboundPlanId === null) {
681
- throw new Error("Missing the required parameter 'inboundPlanId' when calling generateDeliveryWindowOptions");
682
- }
655
+ generateDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId) {
656
+ const postBody = null
683
657
 
684
- // verify the required parameter 'shipmentId' is set
685
- if (shipmentId === undefined || shipmentId === null) {
686
- throw new Error("Missing the required parameter 'shipmentId' when calling generateDeliveryWindowOptions");
687
- }
658
+ // verify the required parameter 'inboundPlanId' is set
659
+ if (inboundPlanId === undefined || inboundPlanId === null) {
660
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateDeliveryWindowOptions")
661
+ }
688
662
 
663
+ // verify the required parameter 'shipmentId' is set
664
+ if (shipmentId === undefined || shipmentId === null) {
665
+ throw new Error("Missing the required parameter 'shipmentId' when calling generateDeliveryWindowOptions")
666
+ }
689
667
 
690
- let pathParams = {
691
- 'inboundPlanId': inboundPlanId,
692
- 'shipmentId': shipmentId
693
- };
694
- let queryParams = {
695
- };
696
- let headerParams = {
697
- };
698
- let formParams = {
699
- };
668
+ const pathParams = {
669
+ inboundPlanId,
670
+ shipmentId
671
+ }
672
+ const queryParams = {
673
+ }
674
+ const headerParams = {
675
+ }
676
+ const formParams = {
677
+ }
700
678
 
701
- let contentTypes = [];
702
- let accepts = ['application/json'];
703
- let returnType = GenerateDeliveryWindowOptionsResponse;
679
+ const contentTypes = []
680
+ const accepts = ['application/json']
681
+ const returnType = GenerateDeliveryWindowOptionsResponse
704
682
 
705
- return this.apiClient.callApi( 'FbaInboundApi-generateDeliveryWindowOptions',
706
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions', 'POST',
707
- pathParams, queryParams, headerParams, formParams, postBody,
708
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateDeliveryWindowOptions')
709
- );
710
- }
683
+ return this.apiClient.callApi('FbaInboundApi-generateDeliveryWindowOptions',
684
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions', 'POST',
685
+ pathParams, queryParams, headerParams, formParams, postBody,
686
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateDeliveryWindowOptions')
687
+ )
688
+ }
711
689
 
712
- /**
690
+ /**
713
691
  * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
714
692
  * @param {String} inboundPlanId Identifier of an inbound plan.
715
693
  * @param {String} shipmentId The shipment to generate delivery window options for.
716
694
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse}
717
695
  */
718
- generateDeliveryWindowOptions(inboundPlanId, shipmentId) {
719
- return this.generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId)
720
- .then(function(response_and_data) {
721
- return response_and_data.data;
722
- });
723
- }
696
+ generateDeliveryWindowOptions (inboundPlanId, shipmentId) {
697
+ return this.generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId)
698
+ .then(function (response_and_data) {
699
+ return response_and_data.data
700
+ })
701
+ }
724
702
 
725
-
726
- /**
703
+ /**
727
704
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
728
705
  * @param {String} inboundPlanId Identifier of an inbound plan.
729
706
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse} and HTTP response
730
707
  */
731
- generatePackingOptionsWithHttpInfo(inboundPlanId) {
732
- let postBody = null;
733
-
734
- // verify the required parameter 'inboundPlanId' is set
735
- if (inboundPlanId === undefined || inboundPlanId === null) {
736
- throw new Error("Missing the required parameter 'inboundPlanId' when calling generatePackingOptions");
737
- }
708
+ generatePackingOptionsWithHttpInfo (inboundPlanId) {
709
+ const postBody = null
738
710
 
711
+ // verify the required parameter 'inboundPlanId' is set
712
+ if (inboundPlanId === undefined || inboundPlanId === null) {
713
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generatePackingOptions")
714
+ }
739
715
 
740
- let pathParams = {
741
- 'inboundPlanId': inboundPlanId
742
- };
743
- let queryParams = {
744
- };
745
- let headerParams = {
746
- };
747
- let formParams = {
748
- };
716
+ const pathParams = {
717
+ inboundPlanId
718
+ }
719
+ const queryParams = {
720
+ }
721
+ const headerParams = {
722
+ }
723
+ const formParams = {
724
+ }
749
725
 
750
- let contentTypes = [];
751
- let accepts = ['application/json'];
752
- let returnType = GeneratePackingOptionsResponse;
726
+ const contentTypes = []
727
+ const accepts = ['application/json']
728
+ const returnType = GeneratePackingOptionsResponse
753
729
 
754
- return this.apiClient.callApi( 'FbaInboundApi-generatePackingOptions',
755
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions', 'POST',
756
- pathParams, queryParams, headerParams, formParams, postBody,
757
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generatePackingOptions')
758
- );
759
- }
730
+ return this.apiClient.callApi('FbaInboundApi-generatePackingOptions',
731
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions', 'POST',
732
+ pathParams, queryParams, headerParams, formParams, postBody,
733
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generatePackingOptions')
734
+ )
735
+ }
760
736
 
761
- /**
737
+ /**
762
738
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
763
739
  * @param {String} inboundPlanId Identifier of an inbound plan.
764
740
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse}
765
741
  */
766
- generatePackingOptions(inboundPlanId) {
767
- return this.generatePackingOptionsWithHttpInfo(inboundPlanId)
768
- .then(function(response_and_data) {
769
- return response_and_data.data;
770
- });
771
- }
772
-
742
+ generatePackingOptions (inboundPlanId) {
743
+ return this.generatePackingOptionsWithHttpInfo(inboundPlanId)
744
+ .then(function (response_and_data) {
745
+ return response_and_data.data
746
+ })
747
+ }
773
748
 
774
- /**
749
+ /**
775
750
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
776
751
  * @param {String} inboundPlanId Identifier of an inbound plan.
777
752
  * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
778
753
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse} and HTTP response
779
754
  */
780
- generatePlacementOptionsWithHttpInfo(inboundPlanId, body) {
781
- let postBody = body;
782
-
783
- // verify the required parameter 'inboundPlanId' is set
784
- if (inboundPlanId === undefined || inboundPlanId === null) {
785
- throw new Error("Missing the required parameter 'inboundPlanId' when calling generatePlacementOptions");
786
- }
755
+ generatePlacementOptionsWithHttpInfo (inboundPlanId, body) {
756
+ const postBody = body
787
757
 
788
- // verify the required parameter 'body' is set
789
- if (body === undefined || body === null) {
790
- throw new Error("Missing the required parameter 'body' when calling generatePlacementOptions");
791
- }
758
+ // verify the required parameter 'inboundPlanId' is set
759
+ if (inboundPlanId === undefined || inboundPlanId === null) {
760
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generatePlacementOptions")
761
+ }
792
762
 
763
+ // verify the required parameter 'body' is set
764
+ if (body === undefined || body === null) {
765
+ throw new Error("Missing the required parameter 'body' when calling generatePlacementOptions")
766
+ }
793
767
 
794
- let pathParams = {
795
- 'inboundPlanId': inboundPlanId
796
- };
797
- let queryParams = {
798
- };
799
- let headerParams = {
800
- };
801
- let formParams = {
802
- };
768
+ const pathParams = {
769
+ inboundPlanId
770
+ }
771
+ const queryParams = {
772
+ }
773
+ const headerParams = {
774
+ }
775
+ const formParams = {
776
+ }
803
777
 
804
- let contentTypes = ['application/json'];
805
- let accepts = ['application/json'];
806
- let returnType = GeneratePlacementOptionsResponse;
778
+ const contentTypes = ['application/json']
779
+ const accepts = ['application/json']
780
+ const returnType = GeneratePlacementOptionsResponse
807
781
 
808
- return this.apiClient.callApi( 'FbaInboundApi-generatePlacementOptions',
809
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions', 'POST',
810
- pathParams, queryParams, headerParams, formParams, postBody,
811
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generatePlacementOptions')
812
- );
813
- }
782
+ return this.apiClient.callApi('FbaInboundApi-generatePlacementOptions',
783
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions', 'POST',
784
+ pathParams, queryParams, headerParams, formParams, postBody,
785
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generatePlacementOptions')
786
+ )
787
+ }
814
788
 
815
- /**
789
+ /**
816
790
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
817
791
  * @param {String} inboundPlanId Identifier of an inbound plan.
818
792
  * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
819
793
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse}
820
794
  */
821
- generatePlacementOptions(inboundPlanId, body) {
822
- return this.generatePlacementOptionsWithHttpInfo(inboundPlanId, body)
823
- .then(function(response_and_data) {
824
- return response_and_data.data;
825
- });
826
- }
795
+ generatePlacementOptions (inboundPlanId, body) {
796
+ return this.generatePlacementOptionsWithHttpInfo(inboundPlanId, body)
797
+ .then(function (response_and_data) {
798
+ return response_and_data.data
799
+ })
800
+ }
827
801
 
828
-
829
- /**
830
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
802
+ /**
803
+ * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
831
804
  * @param {String} inboundPlanId Identifier of an inbound plan.
832
805
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
833
806
  * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
834
807
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse} and HTTP response
835
808
  */
836
- generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body) {
837
- let postBody = body;
838
-
839
- // verify the required parameter 'inboundPlanId' is set
840
- if (inboundPlanId === undefined || inboundPlanId === null) {
841
- throw new Error("Missing the required parameter 'inboundPlanId' when calling generateSelfShipAppointmentSlots");
842
- }
809
+ generateSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, body) {
810
+ const postBody = body
843
811
 
844
- // verify the required parameter 'shipmentId' is set
845
- if (shipmentId === undefined || shipmentId === null) {
846
- throw new Error("Missing the required parameter 'shipmentId' when calling generateSelfShipAppointmentSlots");
847
- }
812
+ // verify the required parameter 'inboundPlanId' is set
813
+ if (inboundPlanId === undefined || inboundPlanId === null) {
814
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateSelfShipAppointmentSlots")
815
+ }
848
816
 
849
- // verify the required parameter 'body' is set
850
- if (body === undefined || body === null) {
851
- throw new Error("Missing the required parameter 'body' when calling generateSelfShipAppointmentSlots");
852
- }
817
+ // verify the required parameter 'shipmentId' is set
818
+ if (shipmentId === undefined || shipmentId === null) {
819
+ throw new Error("Missing the required parameter 'shipmentId' when calling generateSelfShipAppointmentSlots")
820
+ }
853
821
 
822
+ // verify the required parameter 'body' is set
823
+ if (body === undefined || body === null) {
824
+ throw new Error("Missing the required parameter 'body' when calling generateSelfShipAppointmentSlots")
825
+ }
854
826
 
855
- let pathParams = {
856
- 'inboundPlanId': inboundPlanId,
857
- 'shipmentId': shipmentId
858
- };
859
- let queryParams = {
860
- };
861
- let headerParams = {
862
- };
863
- let formParams = {
864
- };
827
+ const pathParams = {
828
+ inboundPlanId,
829
+ shipmentId
830
+ }
831
+ const queryParams = {
832
+ }
833
+ const headerParams = {
834
+ }
835
+ const formParams = {
836
+ }
865
837
 
866
- let contentTypes = ['application/json'];
867
- let accepts = ['application/json'];
868
- let returnType = GenerateSelfShipAppointmentSlotsResponse;
838
+ const contentTypes = ['application/json']
839
+ const accepts = ['application/json']
840
+ const returnType = GenerateSelfShipAppointmentSlotsResponse
869
841
 
870
- return this.apiClient.callApi( 'FbaInboundApi-generateSelfShipAppointmentSlots',
871
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots', 'POST',
872
- pathParams, queryParams, headerParams, formParams, postBody,
873
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateSelfShipAppointmentSlots')
874
- );
875
- }
842
+ return this.apiClient.callApi('FbaInboundApi-generateSelfShipAppointmentSlots',
843
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots', 'POST',
844
+ pathParams, queryParams, headerParams, formParams, postBody,
845
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateSelfShipAppointmentSlots')
846
+ )
847
+ }
876
848
 
877
- /**
878
- * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
849
+ /**
850
+ * 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 | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
879
851
  * @param {String} inboundPlanId Identifier of an inbound plan.
880
852
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
881
853
  * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
882
854
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse}
883
855
  */
884
- generateSelfShipAppointmentSlots(inboundPlanId, shipmentId, body) {
885
- return this.generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body)
886
- .then(function(response_and_data) {
887
- return response_and_data.data;
888
- });
889
- }
890
-
856
+ generateSelfShipAppointmentSlots (inboundPlanId, shipmentId, body) {
857
+ return this.generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body)
858
+ .then(function (response_and_data) {
859
+ return response_and_data.data
860
+ })
861
+ }
891
862
 
892
- /**
863
+ /**
893
864
  * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
894
865
  * @param {String} inboundPlanId Identifier of an inbound plan.
895
866
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
896
867
  * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
897
868
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse} and HTTP response
898
869
  */
899
- generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body) {
900
- let postBody = body;
870
+ generateShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, body) {
871
+ const postBody = body
901
872
 
902
- // verify the required parameter 'inboundPlanId' is set
903
- if (inboundPlanId === undefined || inboundPlanId === null) {
904
- throw new Error("Missing the required parameter 'inboundPlanId' when calling generateShipmentContentUpdatePreviews");
905
- }
906
-
907
- // verify the required parameter 'shipmentId' is set
908
- if (shipmentId === undefined || shipmentId === null) {
909
- throw new Error("Missing the required parameter 'shipmentId' when calling generateShipmentContentUpdatePreviews");
910
- }
873
+ // verify the required parameter 'inboundPlanId' is set
874
+ if (inboundPlanId === undefined || inboundPlanId === null) {
875
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateShipmentContentUpdatePreviews")
876
+ }
911
877
 
912
- // verify the required parameter 'body' is set
913
- if (body === undefined || body === null) {
914
- throw new Error("Missing the required parameter 'body' when calling generateShipmentContentUpdatePreviews");
915
- }
878
+ // verify the required parameter 'shipmentId' is set
879
+ if (shipmentId === undefined || shipmentId === null) {
880
+ throw new Error("Missing the required parameter 'shipmentId' when calling generateShipmentContentUpdatePreviews")
881
+ }
916
882
 
883
+ // verify the required parameter 'body' is set
884
+ if (body === undefined || body === null) {
885
+ throw new Error("Missing the required parameter 'body' when calling generateShipmentContentUpdatePreviews")
886
+ }
917
887
 
918
- let pathParams = {
919
- 'inboundPlanId': inboundPlanId,
920
- 'shipmentId': shipmentId
921
- };
922
- let queryParams = {
923
- };
924
- let headerParams = {
925
- };
926
- let formParams = {
927
- };
888
+ const pathParams = {
889
+ inboundPlanId,
890
+ shipmentId
891
+ }
892
+ const queryParams = {
893
+ }
894
+ const headerParams = {
895
+ }
896
+ const formParams = {
897
+ }
928
898
 
929
- let contentTypes = ['application/json'];
930
- let accepts = ['application/json'];
931
- let returnType = GenerateShipmentContentUpdatePreviewsResponse;
899
+ const contentTypes = ['application/json']
900
+ const accepts = ['application/json']
901
+ const returnType = GenerateShipmentContentUpdatePreviewsResponse
932
902
 
933
- return this.apiClient.callApi( 'FbaInboundApi-generateShipmentContentUpdatePreviews',
934
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews', 'POST',
935
- pathParams, queryParams, headerParams, formParams, postBody,
936
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateShipmentContentUpdatePreviews')
937
- );
938
- }
903
+ return this.apiClient.callApi('FbaInboundApi-generateShipmentContentUpdatePreviews',
904
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews', 'POST',
905
+ pathParams, queryParams, headerParams, formParams, postBody,
906
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateShipmentContentUpdatePreviews')
907
+ )
908
+ }
939
909
 
940
- /**
910
+ /**
941
911
  * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
942
912
  * @param {String} inboundPlanId Identifier of an inbound plan.
943
913
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
944
914
  * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
945
915
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse}
946
916
  */
947
- generateShipmentContentUpdatePreviews(inboundPlanId, shipmentId, body) {
948
- return this.generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body)
949
- .then(function(response_and_data) {
950
- return response_and_data.data;
951
- });
952
- }
917
+ generateShipmentContentUpdatePreviews (inboundPlanId, shipmentId, body) {
918
+ return this.generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body)
919
+ .then(function (response_and_data) {
920
+ return response_and_data.data
921
+ })
922
+ }
953
923
 
954
-
955
- /**
924
+ /**
956
925
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
957
926
  * @param {String} inboundPlanId Identifier of an inbound plan.
958
927
  * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
959
928
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse} and HTTP response
960
929
  */
961
- generateTransportationOptionsWithHttpInfo(inboundPlanId, body) {
962
- let postBody = body;
963
-
964
- // verify the required parameter 'inboundPlanId' is set
965
- if (inboundPlanId === undefined || inboundPlanId === null) {
966
- throw new Error("Missing the required parameter 'inboundPlanId' when calling generateTransportationOptions");
967
- }
930
+ generateTransportationOptionsWithHttpInfo (inboundPlanId, body) {
931
+ const postBody = body
968
932
 
969
- // verify the required parameter 'body' is set
970
- if (body === undefined || body === null) {
971
- throw new Error("Missing the required parameter 'body' when calling generateTransportationOptions");
972
- }
933
+ // verify the required parameter 'inboundPlanId' is set
934
+ if (inboundPlanId === undefined || inboundPlanId === null) {
935
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateTransportationOptions")
936
+ }
973
937
 
938
+ // verify the required parameter 'body' is set
939
+ if (body === undefined || body === null) {
940
+ throw new Error("Missing the required parameter 'body' when calling generateTransportationOptions")
941
+ }
974
942
 
975
- let pathParams = {
976
- 'inboundPlanId': inboundPlanId
977
- };
978
- let queryParams = {
979
- };
980
- let headerParams = {
981
- };
982
- let formParams = {
983
- };
943
+ const pathParams = {
944
+ inboundPlanId
945
+ }
946
+ const queryParams = {
947
+ }
948
+ const headerParams = {
949
+ }
950
+ const formParams = {
951
+ }
984
952
 
985
- let contentTypes = ['application/json'];
986
- let accepts = ['application/json'];
987
- let returnType = GenerateTransportationOptionsResponse;
953
+ const contentTypes = ['application/json']
954
+ const accepts = ['application/json']
955
+ const returnType = GenerateTransportationOptionsResponse
988
956
 
989
- return this.apiClient.callApi( 'FbaInboundApi-generateTransportationOptions',
990
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions', 'POST',
991
- pathParams, queryParams, headerParams, formParams, postBody,
992
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateTransportationOptions')
993
- );
994
- }
957
+ return this.apiClient.callApi('FbaInboundApi-generateTransportationOptions',
958
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions', 'POST',
959
+ pathParams, queryParams, headerParams, formParams, postBody,
960
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-generateTransportationOptions')
961
+ )
962
+ }
995
963
 
996
- /**
964
+ /**
997
965
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
998
966
  * @param {String} inboundPlanId Identifier of an inbound plan.
999
967
  * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
1000
968
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse}
1001
969
  */
1002
- generateTransportationOptions(inboundPlanId, body) {
1003
- return this.generateTransportationOptionsWithHttpInfo(inboundPlanId, body)
1004
- .then(function(response_and_data) {
1005
- return response_and_data.data;
1006
- });
1007
- }
970
+ generateTransportationOptions (inboundPlanId, body) {
971
+ return this.generateTransportationOptionsWithHttpInfo(inboundPlanId, body)
972
+ .then(function (response_and_data) {
973
+ return response_and_data.data
974
+ })
975
+ }
1008
976
 
1009
-
1010
- /**
977
+ /**
1011
978
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1012
979
  * @param {String} inboundPlanId Identifier of an inbound plan.
1013
980
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1014
981
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse} and HTTP response
1015
982
  */
1016
- getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId) {
1017
- let postBody = null;
983
+ getDeliveryChallanDocumentWithHttpInfo (inboundPlanId, shipmentId) {
984
+ const postBody = null
1018
985
 
1019
- // verify the required parameter 'inboundPlanId' is set
1020
- if (inboundPlanId === undefined || inboundPlanId === null) {
1021
- throw new Error("Missing the required parameter 'inboundPlanId' when calling getDeliveryChallanDocument");
1022
- }
986
+ // verify the required parameter 'inboundPlanId' is set
987
+ if (inboundPlanId === undefined || inboundPlanId === null) {
988
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getDeliveryChallanDocument")
989
+ }
1023
990
 
1024
- // verify the required parameter 'shipmentId' is set
1025
- if (shipmentId === undefined || shipmentId === null) {
1026
- throw new Error("Missing the required parameter 'shipmentId' when calling getDeliveryChallanDocument");
1027
- }
991
+ // verify the required parameter 'shipmentId' is set
992
+ if (shipmentId === undefined || shipmentId === null) {
993
+ throw new Error("Missing the required parameter 'shipmentId' when calling getDeliveryChallanDocument")
994
+ }
1028
995
 
996
+ const pathParams = {
997
+ inboundPlanId,
998
+ shipmentId
999
+ }
1000
+ const queryParams = {
1001
+ }
1002
+ const headerParams = {
1003
+ }
1004
+ const formParams = {
1005
+ }
1029
1006
 
1030
- let pathParams = {
1031
- 'inboundPlanId': inboundPlanId,
1032
- 'shipmentId': shipmentId
1033
- };
1034
- let queryParams = {
1035
- };
1036
- let headerParams = {
1037
- };
1038
- let formParams = {
1039
- };
1007
+ const contentTypes = []
1008
+ const accepts = ['application/json']
1009
+ const returnType = GetDeliveryChallanDocumentResponse
1040
1010
 
1041
- let contentTypes = [];
1042
- let accepts = ['application/json'];
1043
- let returnType = GetDeliveryChallanDocumentResponse;
1011
+ return this.apiClient.callApi('FbaInboundApi-getDeliveryChallanDocument',
1012
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryChallanDocument', 'GET',
1013
+ pathParams, queryParams, headerParams, formParams, postBody,
1014
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getDeliveryChallanDocument')
1015
+ )
1016
+ }
1044
1017
 
1045
- return this.apiClient.callApi( 'FbaInboundApi-getDeliveryChallanDocument',
1046
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryChallanDocument', 'GET',
1047
- pathParams, queryParams, headerParams, formParams, postBody,
1048
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getDeliveryChallanDocument')
1049
- );
1050
- }
1051
-
1052
- /**
1018
+ /**
1053
1019
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1054
1020
  * @param {String} inboundPlanId Identifier of an inbound plan.
1055
1021
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1056
1022
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse}
1057
1023
  */
1058
- getDeliveryChallanDocument(inboundPlanId, shipmentId) {
1059
- return this.getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId)
1060
- .then(function(response_and_data) {
1061
- return response_and_data.data;
1062
- });
1063
- }
1024
+ getDeliveryChallanDocument (inboundPlanId, shipmentId) {
1025
+ return this.getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId)
1026
+ .then(function (response_and_data) {
1027
+ return response_and_data.data
1028
+ })
1029
+ }
1064
1030
 
1065
-
1066
- /**
1031
+ /**
1067
1032
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1068
1033
  * @param {String} operationId Identifier of an asynchronous operation.
1069
1034
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundOperationStatus} and HTTP response
1070
1035
  */
1071
- getInboundOperationStatusWithHttpInfo(operationId) {
1072
- let postBody = null;
1073
-
1074
- // verify the required parameter 'operationId' is set
1075
- if (operationId === undefined || operationId === null) {
1076
- throw new Error("Missing the required parameter 'operationId' when calling getInboundOperationStatus");
1077
- }
1036
+ getInboundOperationStatusWithHttpInfo (operationId) {
1037
+ const postBody = null
1078
1038
 
1039
+ // verify the required parameter 'operationId' is set
1040
+ if (operationId === undefined || operationId === null) {
1041
+ throw new Error("Missing the required parameter 'operationId' when calling getInboundOperationStatus")
1042
+ }
1079
1043
 
1080
- let pathParams = {
1081
- 'operationId': operationId
1082
- };
1083
- let queryParams = {
1084
- };
1085
- let headerParams = {
1086
- };
1087
- let formParams = {
1088
- };
1044
+ const pathParams = {
1045
+ operationId
1046
+ }
1047
+ const queryParams = {
1048
+ }
1049
+ const headerParams = {
1050
+ }
1051
+ const formParams = {
1052
+ }
1089
1053
 
1090
- let contentTypes = [];
1091
- let accepts = ['application/json'];
1092
- let returnType = InboundOperationStatus;
1054
+ const contentTypes = []
1055
+ const accepts = ['application/json']
1056
+ const returnType = InboundOperationStatus
1093
1057
 
1094
- return this.apiClient.callApi( 'FbaInboundApi-getInboundOperationStatus',
1095
- '/inbound/fba/2024-03-20/operations/{operationId}', 'GET',
1096
- pathParams, queryParams, headerParams, formParams, postBody,
1097
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getInboundOperationStatus')
1098
- );
1099
- }
1058
+ return this.apiClient.callApi('FbaInboundApi-getInboundOperationStatus',
1059
+ '/inbound/fba/2024-03-20/operations/{operationId}', 'GET',
1060
+ pathParams, queryParams, headerParams, formParams, postBody,
1061
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getInboundOperationStatus')
1062
+ )
1063
+ }
1100
1064
 
1101
- /**
1065
+ /**
1102
1066
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1103
1067
  * @param {String} operationId Identifier of an asynchronous operation.
1104
1068
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundOperationStatus}
1105
1069
  */
1106
- getInboundOperationStatus(operationId) {
1107
- return this.getInboundOperationStatusWithHttpInfo(operationId)
1108
- .then(function(response_and_data) {
1109
- return response_and_data.data;
1110
- });
1111
- }
1112
-
1070
+ getInboundOperationStatus (operationId) {
1071
+ return this.getInboundOperationStatusWithHttpInfo(operationId)
1072
+ .then(function (response_and_data) {
1073
+ return response_and_data.data
1074
+ })
1075
+ }
1113
1076
 
1114
- /**
1077
+ /**
1115
1078
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1116
1079
  * @param {String} inboundPlanId Identifier of an inbound plan.
1117
1080
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundPlan} and HTTP response
1118
1081
  */
1119
- getInboundPlanWithHttpInfo(inboundPlanId) {
1120
- let postBody = null;
1121
-
1122
- // verify the required parameter 'inboundPlanId' is set
1123
- if (inboundPlanId === undefined || inboundPlanId === null) {
1124
- throw new Error("Missing the required parameter 'inboundPlanId' when calling getInboundPlan");
1125
- }
1082
+ getInboundPlanWithHttpInfo (inboundPlanId) {
1083
+ const postBody = null
1126
1084
 
1085
+ // verify the required parameter 'inboundPlanId' is set
1086
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1087
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getInboundPlan")
1088
+ }
1127
1089
 
1128
- let pathParams = {
1129
- 'inboundPlanId': inboundPlanId
1130
- };
1131
- let queryParams = {
1132
- };
1133
- let headerParams = {
1134
- };
1135
- let formParams = {
1136
- };
1090
+ const pathParams = {
1091
+ inboundPlanId
1092
+ }
1093
+ const queryParams = {
1094
+ }
1095
+ const headerParams = {
1096
+ }
1097
+ const formParams = {
1098
+ }
1137
1099
 
1138
- let contentTypes = [];
1139
- let accepts = ['application/json'];
1140
- let returnType = InboundPlan;
1100
+ const contentTypes = []
1101
+ const accepts = ['application/json']
1102
+ const returnType = InboundPlan
1141
1103
 
1142
- return this.apiClient.callApi( 'FbaInboundApi-getInboundPlan',
1143
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}', 'GET',
1144
- pathParams, queryParams, headerParams, formParams, postBody,
1145
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getInboundPlan')
1146
- );
1147
- }
1104
+ return this.apiClient.callApi('FbaInboundApi-getInboundPlan',
1105
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}', 'GET',
1106
+ pathParams, queryParams, headerParams, formParams, postBody,
1107
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getInboundPlan')
1108
+ )
1109
+ }
1148
1110
 
1149
- /**
1111
+ /**
1150
1112
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1151
1113
  * @param {String} inboundPlanId Identifier of an inbound plan.
1152
1114
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundPlan}
1153
1115
  */
1154
- getInboundPlan(inboundPlanId) {
1155
- return this.getInboundPlanWithHttpInfo(inboundPlanId)
1156
- .then(function(response_and_data) {
1157
- return response_and_data.data;
1158
- });
1159
- }
1160
-
1116
+ getInboundPlan (inboundPlanId) {
1117
+ return this.getInboundPlanWithHttpInfo(inboundPlanId)
1118
+ .then(function (response_and_data) {
1119
+ return response_and_data.data
1120
+ })
1121
+ }
1161
1122
 
1162
- /**
1163
- * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1123
+ /**
1124
+ * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1164
1125
  * @param {String} inboundPlanId Identifier of an inbound plan.
1165
1126
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1166
1127
  * @param {Object} opts Optional parameters
@@ -1168,47 +1129,46 @@ export class FbaInboundApi {
1168
1129
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1169
1130
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse} and HTTP response
1170
1131
  */
1171
- getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts) {
1172
- opts = opts || {};
1173
- let postBody = null;
1132
+ getSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, opts) {
1133
+ opts = opts || {}
1134
+ const postBody = null
1174
1135
 
1175
- // verify the required parameter 'inboundPlanId' is set
1176
- if (inboundPlanId === undefined || inboundPlanId === null) {
1177
- throw new Error("Missing the required parameter 'inboundPlanId' when calling getSelfShipAppointmentSlots");
1178
- }
1179
-
1180
- // verify the required parameter 'shipmentId' is set
1181
- if (shipmentId === undefined || shipmentId === null) {
1182
- throw new Error("Missing the required parameter 'shipmentId' when calling getSelfShipAppointmentSlots");
1183
- }
1136
+ // verify the required parameter 'inboundPlanId' is set
1137
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1138
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getSelfShipAppointmentSlots")
1139
+ }
1184
1140
 
1141
+ // verify the required parameter 'shipmentId' is set
1142
+ if (shipmentId === undefined || shipmentId === null) {
1143
+ throw new Error("Missing the required parameter 'shipmentId' when calling getSelfShipAppointmentSlots")
1144
+ }
1185
1145
 
1186
- let pathParams = {
1187
- 'inboundPlanId': inboundPlanId,
1188
- 'shipmentId': shipmentId
1189
- };
1190
- let queryParams = {
1191
- 'pageSize': opts['pageSize'],
1192
- 'paginationToken': opts['paginationToken']
1193
- };
1194
- let headerParams = {
1195
- };
1196
- let formParams = {
1197
- };
1146
+ const pathParams = {
1147
+ inboundPlanId,
1148
+ shipmentId
1149
+ }
1150
+ const queryParams = {
1151
+ pageSize: opts.pageSize,
1152
+ paginationToken: opts.paginationToken
1153
+ }
1154
+ const headerParams = {
1155
+ }
1156
+ const formParams = {
1157
+ }
1198
1158
 
1199
- let contentTypes = [];
1200
- let accepts = ['application/json'];
1201
- let returnType = GetSelfShipAppointmentSlotsResponse;
1159
+ const contentTypes = []
1160
+ const accepts = ['application/json']
1161
+ const returnType = GetSelfShipAppointmentSlotsResponse
1202
1162
 
1203
- return this.apiClient.callApi( 'FbaInboundApi-getSelfShipAppointmentSlots',
1204
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots', 'GET',
1205
- pathParams, queryParams, headerParams, formParams, postBody,
1206
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getSelfShipAppointmentSlots')
1207
- );
1208
- }
1163
+ return this.apiClient.callApi('FbaInboundApi-getSelfShipAppointmentSlots',
1164
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots', 'GET',
1165
+ pathParams, queryParams, headerParams, formParams, postBody,
1166
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getSelfShipAppointmentSlots')
1167
+ )
1168
+ }
1209
1169
 
1210
- /**
1211
- * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1170
+ /**
1171
+ * 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 | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1212
1172
  * @param {String} inboundPlanId Identifier of an inbound plan.
1213
1173
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1214
1174
  * @param {Object} opts Optional parameters
@@ -1216,135 +1176,130 @@ export class FbaInboundApi {
1216
1176
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1217
1177
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse}
1218
1178
  */
1219
- getSelfShipAppointmentSlots(inboundPlanId, shipmentId, opts) {
1220
- return this.getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts)
1221
- .then(function(response_and_data) {
1222
- return response_and_data.data;
1223
- });
1224
- }
1225
-
1179
+ getSelfShipAppointmentSlots (inboundPlanId, shipmentId, opts) {
1180
+ return this.getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts)
1181
+ .then(function (response_and_data) {
1182
+ return response_and_data.data
1183
+ })
1184
+ }
1226
1185
 
1227
- /**
1186
+ /**
1228
1187
  * Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1229
1188
  * @param {String} inboundPlanId Identifier of an inbound plan.
1230
1189
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1231
1190
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/Shipment} and HTTP response
1232
1191
  */
1233
- getShipmentWithHttpInfo(inboundPlanId, shipmentId) {
1234
- let postBody = null;
1192
+ getShipmentWithHttpInfo (inboundPlanId, shipmentId) {
1193
+ const postBody = null
1235
1194
 
1236
- // verify the required parameter 'inboundPlanId' is set
1237
- if (inboundPlanId === undefined || inboundPlanId === null) {
1238
- throw new Error("Missing the required parameter 'inboundPlanId' when calling getShipment");
1239
- }
1240
-
1241
- // verify the required parameter 'shipmentId' is set
1242
- if (shipmentId === undefined || shipmentId === null) {
1243
- throw new Error("Missing the required parameter 'shipmentId' when calling getShipment");
1244
- }
1195
+ // verify the required parameter 'inboundPlanId' is set
1196
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1197
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getShipment")
1198
+ }
1245
1199
 
1200
+ // verify the required parameter 'shipmentId' is set
1201
+ if (shipmentId === undefined || shipmentId === null) {
1202
+ throw new Error("Missing the required parameter 'shipmentId' when calling getShipment")
1203
+ }
1246
1204
 
1247
- let pathParams = {
1248
- 'inboundPlanId': inboundPlanId,
1249
- 'shipmentId': shipmentId
1250
- };
1251
- let queryParams = {
1252
- };
1253
- let headerParams = {
1254
- };
1255
- let formParams = {
1256
- };
1205
+ const pathParams = {
1206
+ inboundPlanId,
1207
+ shipmentId
1208
+ }
1209
+ const queryParams = {
1210
+ }
1211
+ const headerParams = {
1212
+ }
1213
+ const formParams = {
1214
+ }
1257
1215
 
1258
- let contentTypes = [];
1259
- let accepts = ['application/json'];
1260
- let returnType = Shipment;
1216
+ const contentTypes = []
1217
+ const accepts = ['application/json']
1218
+ const returnType = Shipment
1261
1219
 
1262
- return this.apiClient.callApi( 'FbaInboundApi-getShipment',
1263
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}', 'GET',
1264
- pathParams, queryParams, headerParams, formParams, postBody,
1265
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getShipment')
1266
- );
1267
- }
1220
+ return this.apiClient.callApi('FbaInboundApi-getShipment',
1221
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}', 'GET',
1222
+ pathParams, queryParams, headerParams, formParams, postBody,
1223
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getShipment')
1224
+ )
1225
+ }
1268
1226
 
1269
- /**
1227
+ /**
1270
1228
  * Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1271
1229
  * @param {String} inboundPlanId Identifier of an inbound plan.
1272
1230
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1273
1231
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/Shipment}
1274
1232
  */
1275
- getShipment(inboundPlanId, shipmentId) {
1276
- return this.getShipmentWithHttpInfo(inboundPlanId, shipmentId)
1277
- .then(function(response_and_data) {
1278
- return response_and_data.data;
1279
- });
1280
- }
1281
-
1233
+ getShipment (inboundPlanId, shipmentId) {
1234
+ return this.getShipmentWithHttpInfo(inboundPlanId, shipmentId)
1235
+ .then(function (response_and_data) {
1236
+ return response_and_data.data
1237
+ })
1238
+ }
1282
1239
 
1283
- /**
1240
+ /**
1284
1241
  * Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1285
1242
  * @param {String} inboundPlanId Identifier of an inbound plan.
1286
1243
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1287
1244
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1288
1245
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview} and HTTP response
1289
1246
  */
1290
- getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId) {
1291
- let postBody = null;
1292
-
1293
- // verify the required parameter 'inboundPlanId' is set
1294
- if (inboundPlanId === undefined || inboundPlanId === null) {
1295
- throw new Error("Missing the required parameter 'inboundPlanId' when calling getShipmentContentUpdatePreview");
1296
- }
1297
-
1298
- // verify the required parameter 'shipmentId' is set
1299
- if (shipmentId === undefined || shipmentId === null) {
1300
- throw new Error("Missing the required parameter 'shipmentId' when calling getShipmentContentUpdatePreview");
1301
- }
1302
-
1303
- // verify the required parameter 'contentUpdatePreviewId' is set
1304
- if (contentUpdatePreviewId === undefined || contentUpdatePreviewId === null) {
1305
- throw new Error("Missing the required parameter 'contentUpdatePreviewId' when calling getShipmentContentUpdatePreview");
1306
- }
1307
-
1308
-
1309
- let pathParams = {
1310
- 'inboundPlanId': inboundPlanId,
1311
- 'shipmentId': shipmentId,
1312
- 'contentUpdatePreviewId': contentUpdatePreviewId
1313
- };
1314
- let queryParams = {
1315
- };
1316
- let headerParams = {
1317
- };
1318
- let formParams = {
1319
- };
1320
-
1321
- let contentTypes = [];
1322
- let accepts = ['application/json'];
1323
- let returnType = ContentUpdatePreview;
1324
-
1325
- return this.apiClient.callApi( 'FbaInboundApi-getShipmentContentUpdatePreview',
1326
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}', 'GET',
1327
- pathParams, queryParams, headerParams, formParams, postBody,
1328
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getShipmentContentUpdatePreview')
1329
- );
1330
- }
1331
-
1332
- /**
1247
+ getShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
1248
+ const postBody = null
1249
+
1250
+ // verify the required parameter 'inboundPlanId' is set
1251
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1252
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getShipmentContentUpdatePreview")
1253
+ }
1254
+
1255
+ // verify the required parameter 'shipmentId' is set
1256
+ if (shipmentId === undefined || shipmentId === null) {
1257
+ throw new Error("Missing the required parameter 'shipmentId' when calling getShipmentContentUpdatePreview")
1258
+ }
1259
+
1260
+ // verify the required parameter 'contentUpdatePreviewId' is set
1261
+ if (contentUpdatePreviewId === undefined || contentUpdatePreviewId === null) {
1262
+ throw new Error("Missing the required parameter 'contentUpdatePreviewId' when calling getShipmentContentUpdatePreview")
1263
+ }
1264
+
1265
+ const pathParams = {
1266
+ inboundPlanId,
1267
+ shipmentId,
1268
+ contentUpdatePreviewId
1269
+ }
1270
+ const queryParams = {
1271
+ }
1272
+ const headerParams = {
1273
+ }
1274
+ const formParams = {
1275
+ }
1276
+
1277
+ const contentTypes = []
1278
+ const accepts = ['application/json']
1279
+ const returnType = ContentUpdatePreview
1280
+
1281
+ return this.apiClient.callApi('FbaInboundApi-getShipmentContentUpdatePreview',
1282
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}', 'GET',
1283
+ pathParams, queryParams, headerParams, formParams, postBody,
1284
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-getShipmentContentUpdatePreview')
1285
+ )
1286
+ }
1287
+
1288
+ /**
1333
1289
  * Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1334
1290
  * @param {String} inboundPlanId Identifier of an inbound plan.
1335
1291
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1336
1292
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1337
1293
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview}
1338
1294
  */
1339
- getShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId) {
1340
- return this.getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
1341
- .then(function(response_and_data) {
1342
- return response_and_data.data;
1343
- });
1344
- }
1295
+ getShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
1296
+ return this.getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
1297
+ .then(function (response_and_data) {
1298
+ return response_and_data.data
1299
+ })
1300
+ }
1345
1301
 
1346
-
1347
- /**
1302
+ /**
1348
1303
  * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1349
1304
  * @param {String} inboundPlanId Identifier of an inbound plan.
1350
1305
  * @param {String} shipmentId The shipment to get delivery window options for.
@@ -1353,46 +1308,45 @@ export class FbaInboundApi {
1353
1308
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1354
1309
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse} and HTTP response
1355
1310
  */
1356
- listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts) {
1357
- opts = opts || {};
1358
- let postBody = null;
1359
-
1360
- // verify the required parameter 'inboundPlanId' is set
1361
- if (inboundPlanId === undefined || inboundPlanId === null) {
1362
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listDeliveryWindowOptions");
1363
- }
1364
-
1365
- // verify the required parameter 'shipmentId' is set
1366
- if (shipmentId === undefined || shipmentId === null) {
1367
- throw new Error("Missing the required parameter 'shipmentId' when calling listDeliveryWindowOptions");
1368
- }
1369
-
1370
-
1371
- let pathParams = {
1372
- 'inboundPlanId': inboundPlanId,
1373
- 'shipmentId': shipmentId
1374
- };
1375
- let queryParams = {
1376
- 'pageSize': opts['pageSize'],
1377
- 'paginationToken': opts['paginationToken']
1378
- };
1379
- let headerParams = {
1380
- };
1381
- let formParams = {
1382
- };
1383
-
1384
- let contentTypes = [];
1385
- let accepts = ['application/json'];
1386
- let returnType = ListDeliveryWindowOptionsResponse;
1387
-
1388
- return this.apiClient.callApi( 'FbaInboundApi-listDeliveryWindowOptions',
1389
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions', 'GET',
1390
- pathParams, queryParams, headerParams, formParams, postBody,
1391
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listDeliveryWindowOptions')
1392
- );
1393
- }
1394
-
1395
- /**
1311
+ listDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, opts) {
1312
+ opts = opts || {}
1313
+ const postBody = null
1314
+
1315
+ // verify the required parameter 'inboundPlanId' is set
1316
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1317
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listDeliveryWindowOptions")
1318
+ }
1319
+
1320
+ // verify the required parameter 'shipmentId' is set
1321
+ if (shipmentId === undefined || shipmentId === null) {
1322
+ throw new Error("Missing the required parameter 'shipmentId' when calling listDeliveryWindowOptions")
1323
+ }
1324
+
1325
+ const pathParams = {
1326
+ inboundPlanId,
1327
+ shipmentId
1328
+ }
1329
+ const queryParams = {
1330
+ pageSize: opts.pageSize,
1331
+ paginationToken: opts.paginationToken
1332
+ }
1333
+ const headerParams = {
1334
+ }
1335
+ const formParams = {
1336
+ }
1337
+
1338
+ const contentTypes = []
1339
+ const accepts = ['application/json']
1340
+ const returnType = ListDeliveryWindowOptionsResponse
1341
+
1342
+ return this.apiClient.callApi('FbaInboundApi-listDeliveryWindowOptions',
1343
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions', 'GET',
1344
+ pathParams, queryParams, headerParams, formParams, postBody,
1345
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listDeliveryWindowOptions')
1346
+ )
1347
+ }
1348
+
1349
+ /**
1396
1350
  * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1397
1351
  * @param {String} inboundPlanId Identifier of an inbound plan.
1398
1352
  * @param {String} shipmentId The shipment to get delivery window options for.
@@ -1401,15 +1355,14 @@ export class FbaInboundApi {
1401
1355
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1402
1356
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse}
1403
1357
  */
1404
- listDeliveryWindowOptions(inboundPlanId, shipmentId, opts) {
1405
- return this.listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts)
1406
- .then(function(response_and_data) {
1407
- return response_and_data.data;
1408
- });
1409
- }
1358
+ listDeliveryWindowOptions (inboundPlanId, shipmentId, opts) {
1359
+ return this.listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts)
1360
+ .then(function (response_and_data) {
1361
+ return response_and_data.data
1362
+ })
1363
+ }
1410
1364
 
1411
-
1412
- /**
1365
+ /**
1413
1366
  * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1414
1367
  * @param {String} inboundPlanId Identifier of an inbound plan.
1415
1368
  * @param {Object} opts Optional parameters
@@ -1417,40 +1370,39 @@ export class FbaInboundApi {
1417
1370
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1418
1371
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse} and HTTP response
1419
1372
  */
1420
- listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts) {
1421
- opts = opts || {};
1422
- let postBody = null;
1373
+ listInboundPlanBoxesWithHttpInfo (inboundPlanId, opts) {
1374
+ opts = opts || {}
1375
+ const postBody = null
1423
1376
 
1424
- // verify the required parameter 'inboundPlanId' is set
1425
- if (inboundPlanId === undefined || inboundPlanId === null) {
1426
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanBoxes");
1427
- }
1377
+ // verify the required parameter 'inboundPlanId' is set
1378
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1379
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanBoxes")
1380
+ }
1428
1381
 
1382
+ const pathParams = {
1383
+ inboundPlanId
1384
+ }
1385
+ const queryParams = {
1386
+ pageSize: opts.pageSize,
1387
+ paginationToken: opts.paginationToken
1388
+ }
1389
+ const headerParams = {
1390
+ }
1391
+ const formParams = {
1392
+ }
1429
1393
 
1430
- let pathParams = {
1431
- 'inboundPlanId': inboundPlanId
1432
- };
1433
- let queryParams = {
1434
- 'pageSize': opts['pageSize'],
1435
- 'paginationToken': opts['paginationToken']
1436
- };
1437
- let headerParams = {
1438
- };
1439
- let formParams = {
1440
- };
1394
+ const contentTypes = []
1395
+ const accepts = ['application/json']
1396
+ const returnType = ListInboundPlanBoxesResponse
1441
1397
 
1442
- let contentTypes = [];
1443
- let accepts = ['application/json'];
1444
- let returnType = ListInboundPlanBoxesResponse;
1398
+ return this.apiClient.callApi('FbaInboundApi-listInboundPlanBoxes',
1399
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxes', 'GET',
1400
+ pathParams, queryParams, headerParams, formParams, postBody,
1401
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlanBoxes')
1402
+ )
1403
+ }
1445
1404
 
1446
- return this.apiClient.callApi( 'FbaInboundApi-listInboundPlanBoxes',
1447
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxes', 'GET',
1448
- pathParams, queryParams, headerParams, formParams, postBody,
1449
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlanBoxes')
1450
- );
1451
- }
1452
-
1453
- /**
1405
+ /**
1454
1406
  * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1455
1407
  * @param {String} inboundPlanId Identifier of an inbound plan.
1456
1408
  * @param {Object} opts Optional parameters
@@ -1458,15 +1410,14 @@ export class FbaInboundApi {
1458
1410
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1459
1411
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse}
1460
1412
  */
1461
- listInboundPlanBoxes(inboundPlanId, opts) {
1462
- return this.listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts)
1463
- .then(function(response_and_data) {
1464
- return response_and_data.data;
1465
- });
1466
- }
1413
+ listInboundPlanBoxes (inboundPlanId, opts) {
1414
+ return this.listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts)
1415
+ .then(function (response_and_data) {
1416
+ return response_and_data.data
1417
+ })
1418
+ }
1467
1419
 
1468
-
1469
- /**
1420
+ /**
1470
1421
  * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1471
1422
  * @param {String} inboundPlanId Identifier of an inbound plan.
1472
1423
  * @param {Object} opts Optional parameters
@@ -1474,40 +1425,39 @@ export class FbaInboundApi {
1474
1425
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1475
1426
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse} and HTTP response
1476
1427
  */
1477
- listInboundPlanItemsWithHttpInfo(inboundPlanId, opts) {
1478
- opts = opts || {};
1479
- let postBody = null;
1480
-
1481
- // verify the required parameter 'inboundPlanId' is set
1482
- if (inboundPlanId === undefined || inboundPlanId === null) {
1483
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanItems");
1484
- }
1428
+ listInboundPlanItemsWithHttpInfo (inboundPlanId, opts) {
1429
+ opts = opts || {}
1430
+ const postBody = null
1485
1431
 
1432
+ // verify the required parameter 'inboundPlanId' is set
1433
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1434
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanItems")
1435
+ }
1486
1436
 
1487
- let pathParams = {
1488
- 'inboundPlanId': inboundPlanId
1489
- };
1490
- let queryParams = {
1491
- 'pageSize': opts['pageSize'],
1492
- 'paginationToken': opts['paginationToken']
1493
- };
1494
- let headerParams = {
1495
- };
1496
- let formParams = {
1497
- };
1437
+ const pathParams = {
1438
+ inboundPlanId
1439
+ }
1440
+ const queryParams = {
1441
+ pageSize: opts.pageSize,
1442
+ paginationToken: opts.paginationToken
1443
+ }
1444
+ const headerParams = {
1445
+ }
1446
+ const formParams = {
1447
+ }
1498
1448
 
1499
- let contentTypes = [];
1500
- let accepts = ['application/json'];
1501
- let returnType = ListInboundPlanItemsResponse;
1449
+ const contentTypes = []
1450
+ const accepts = ['application/json']
1451
+ const returnType = ListInboundPlanItemsResponse
1502
1452
 
1503
- return this.apiClient.callApi( 'FbaInboundApi-listInboundPlanItems',
1504
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/items', 'GET',
1505
- pathParams, queryParams, headerParams, formParams, postBody,
1506
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlanItems')
1507
- );
1508
- }
1453
+ return this.apiClient.callApi('FbaInboundApi-listInboundPlanItems',
1454
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/items', 'GET',
1455
+ pathParams, queryParams, headerParams, formParams, postBody,
1456
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlanItems')
1457
+ )
1458
+ }
1509
1459
 
1510
- /**
1460
+ /**
1511
1461
  * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1512
1462
  * @param {String} inboundPlanId Identifier of an inbound plan.
1513
1463
  * @param {Object} opts Optional parameters
@@ -1515,15 +1465,14 @@ export class FbaInboundApi {
1515
1465
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1516
1466
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse}
1517
1467
  */
1518
- listInboundPlanItems(inboundPlanId, opts) {
1519
- return this.listInboundPlanItemsWithHttpInfo(inboundPlanId, opts)
1520
- .then(function(response_and_data) {
1521
- return response_and_data.data;
1522
- });
1523
- }
1524
-
1468
+ listInboundPlanItems (inboundPlanId, opts) {
1469
+ return this.listInboundPlanItemsWithHttpInfo(inboundPlanId, opts)
1470
+ .then(function (response_and_data) {
1471
+ return response_and_data.data
1472
+ })
1473
+ }
1525
1474
 
1526
- /**
1475
+ /**
1527
1476
  * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1528
1477
  * @param {String} inboundPlanId Identifier of an inbound plan.
1529
1478
  * @param {Object} opts Optional parameters
@@ -1531,40 +1480,39 @@ export class FbaInboundApi {
1531
1480
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1532
1481
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse} and HTTP response
1533
1482
  */
1534
- listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts) {
1535
- opts = opts || {};
1536
- let postBody = null;
1537
-
1538
- // verify the required parameter 'inboundPlanId' is set
1539
- if (inboundPlanId === undefined || inboundPlanId === null) {
1540
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanPallets");
1541
- }
1483
+ listInboundPlanPalletsWithHttpInfo (inboundPlanId, opts) {
1484
+ opts = opts || {}
1485
+ const postBody = null
1542
1486
 
1487
+ // verify the required parameter 'inboundPlanId' is set
1488
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1489
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanPallets")
1490
+ }
1543
1491
 
1544
- let pathParams = {
1545
- 'inboundPlanId': inboundPlanId
1546
- };
1547
- let queryParams = {
1548
- 'pageSize': opts['pageSize'],
1549
- 'paginationToken': opts['paginationToken']
1550
- };
1551
- let headerParams = {
1552
- };
1553
- let formParams = {
1554
- };
1492
+ const pathParams = {
1493
+ inboundPlanId
1494
+ }
1495
+ const queryParams = {
1496
+ pageSize: opts.pageSize,
1497
+ paginationToken: opts.paginationToken
1498
+ }
1499
+ const headerParams = {
1500
+ }
1501
+ const formParams = {
1502
+ }
1555
1503
 
1556
- let contentTypes = [];
1557
- let accepts = ['application/json'];
1558
- let returnType = ListInboundPlanPalletsResponse;
1504
+ const contentTypes = []
1505
+ const accepts = ['application/json']
1506
+ const returnType = ListInboundPlanPalletsResponse
1559
1507
 
1560
- return this.apiClient.callApi( 'FbaInboundApi-listInboundPlanPallets',
1561
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/pallets', 'GET',
1562
- pathParams, queryParams, headerParams, formParams, postBody,
1563
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlanPallets')
1564
- );
1565
- }
1508
+ return this.apiClient.callApi('FbaInboundApi-listInboundPlanPallets',
1509
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/pallets', 'GET',
1510
+ pathParams, queryParams, headerParams, formParams, postBody,
1511
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlanPallets')
1512
+ )
1513
+ }
1566
1514
 
1567
- /**
1515
+ /**
1568
1516
  * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1569
1517
  * @param {String} inboundPlanId Identifier of an inbound plan.
1570
1518
  * @param {Object} opts Optional parameters
@@ -1572,15 +1520,14 @@ export class FbaInboundApi {
1572
1520
  * @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 `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1573
1521
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse}
1574
1522
  */
1575
- listInboundPlanPallets(inboundPlanId, opts) {
1576
- return this.listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts)
1577
- .then(function(response_and_data) {
1578
- return response_and_data.data;
1579
- });
1580
- }
1523
+ listInboundPlanPallets (inboundPlanId, opts) {
1524
+ return this.listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts)
1525
+ .then(function (response_and_data) {
1526
+ return response_and_data.data
1527
+ })
1528
+ }
1581
1529
 
1582
-
1583
- /**
1530
+ /**
1584
1531
  * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1585
1532
  * @param {Object} opts Optional parameters
1586
1533
  * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
@@ -1590,37 +1537,36 @@ export class FbaInboundApi {
1590
1537
  * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1591
1538
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse} and HTTP response
1592
1539
  */
1593
- listInboundPlansWithHttpInfo(opts) {
1594
- opts = opts || {};
1595
- let postBody = null;
1596
-
1597
-
1598
- let pathParams = {
1599
- };
1600
- let queryParams = {
1601
- 'pageSize': opts['pageSize'],
1602
- 'paginationToken': opts['paginationToken'],
1603
- 'status': opts['status'],
1604
- 'sortBy': opts['sortBy'],
1605
- 'sortOrder': opts['sortOrder']
1606
- };
1607
- let headerParams = {
1608
- };
1609
- let formParams = {
1610
- };
1611
-
1612
- let contentTypes = [];
1613
- let accepts = ['application/json'];
1614
- let returnType = ListInboundPlansResponse;
1615
-
1616
- return this.apiClient.callApi( 'FbaInboundApi-listInboundPlans',
1617
- '/inbound/fba/2024-03-20/inboundPlans', 'GET',
1618
- pathParams, queryParams, headerParams, formParams, postBody,
1619
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlans')
1620
- );
1621
- }
1622
-
1623
- /**
1540
+ listInboundPlansWithHttpInfo (opts) {
1541
+ opts = opts || {}
1542
+ const postBody = null
1543
+
1544
+ const pathParams = {
1545
+ }
1546
+ const queryParams = {
1547
+ pageSize: opts.pageSize,
1548
+ paginationToken: opts.paginationToken,
1549
+ status: opts.status,
1550
+ sortBy: opts.sortBy,
1551
+ sortOrder: opts.sortOrder
1552
+ }
1553
+ const headerParams = {
1554
+ }
1555
+ const formParams = {
1556
+ }
1557
+
1558
+ const contentTypes = []
1559
+ const accepts = ['application/json']
1560
+ const returnType = ListInboundPlansResponse
1561
+
1562
+ return this.apiClient.callApi('FbaInboundApi-listInboundPlans',
1563
+ '/inbound/fba/2024-03-20/inboundPlans', 'GET',
1564
+ pathParams, queryParams, headerParams, formParams, postBody,
1565
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listInboundPlans')
1566
+ )
1567
+ }
1568
+
1569
+ /**
1624
1570
  * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1625
1571
  * @param {Object} opts Optional parameters
1626
1572
  * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
@@ -1630,71 +1576,68 @@ export class FbaInboundApi {
1630
1576
  * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1631
1577
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse}
1632
1578
  */
1633
- listInboundPlans(opts) {
1634
- return this.listInboundPlansWithHttpInfo(opts)
1635
- .then(function(response_and_data) {
1636
- return response_and_data.data;
1637
- });
1638
- }
1579
+ listInboundPlans (opts) {
1580
+ return this.listInboundPlansWithHttpInfo(opts)
1581
+ .then(function (response_and_data) {
1582
+ return response_and_data.data
1583
+ })
1584
+ }
1639
1585
 
1640
-
1641
- /**
1586
+ /**
1642
1587
  * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The 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).
1643
1588
  * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1644
1589
  * @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).
1645
1590
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse} and HTTP response
1646
1591
  */
1647
- listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId) {
1648
- let postBody = null;
1649
-
1650
- // verify the required parameter 'mskus' is set
1651
- if (mskus === undefined || mskus === null) {
1652
- throw new Error("Missing the required parameter 'mskus' when calling listItemComplianceDetails");
1653
- }
1592
+ listItemComplianceDetailsWithHttpInfo (mskus, marketplaceId) {
1593
+ const postBody = null
1654
1594
 
1655
- // verify the required parameter 'marketplaceId' is set
1656
- if (marketplaceId === undefined || marketplaceId === null) {
1657
- throw new Error("Missing the required parameter 'marketplaceId' when calling listItemComplianceDetails");
1658
- }
1595
+ // verify the required parameter 'mskus' is set
1596
+ if (mskus === undefined || mskus === null) {
1597
+ throw new Error("Missing the required parameter 'mskus' when calling listItemComplianceDetails")
1598
+ }
1659
1599
 
1600
+ // verify the required parameter 'marketplaceId' is set
1601
+ if (marketplaceId === undefined || marketplaceId === null) {
1602
+ throw new Error("Missing the required parameter 'marketplaceId' when calling listItemComplianceDetails")
1603
+ }
1660
1604
 
1661
- let pathParams = {
1662
- };
1663
- let queryParams = {
1664
- 'mskus': this.apiClient.buildCollectionParam(mskus, 'multi'),
1665
- 'marketplaceId': marketplaceId
1666
- };
1667
- let headerParams = {
1668
- };
1669
- let formParams = {
1670
- };
1605
+ const pathParams = {
1606
+ }
1607
+ const queryParams = {
1608
+ mskus: this.apiClient.buildCollectionParam(mskus, 'multi'),
1609
+ marketplaceId
1610
+ }
1611
+ const headerParams = {
1612
+ }
1613
+ const formParams = {
1614
+ }
1671
1615
 
1672
- let contentTypes = [];
1673
- let accepts = ['application/json'];
1674
- let returnType = ListItemComplianceDetailsResponse;
1616
+ const contentTypes = []
1617
+ const accepts = ['application/json']
1618
+ const returnType = ListItemComplianceDetailsResponse
1675
1619
 
1676
- return this.apiClient.callApi( 'FbaInboundApi-listItemComplianceDetails',
1677
- '/inbound/fba/2024-03-20/items/compliance', 'GET',
1678
- pathParams, queryParams, headerParams, formParams, postBody,
1679
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listItemComplianceDetails')
1680
- );
1681
- }
1620
+ return this.apiClient.callApi('FbaInboundApi-listItemComplianceDetails',
1621
+ '/inbound/fba/2024-03-20/items/compliance', 'GET',
1622
+ pathParams, queryParams, headerParams, formParams, postBody,
1623
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listItemComplianceDetails')
1624
+ )
1625
+ }
1682
1626
 
1683
- /**
1627
+ /**
1684
1628
  * List the inbound compliance details for MSKUs in a given 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).
1685
1629
  * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1686
1630
  * @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).
1687
1631
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse}
1688
1632
  */
1689
- listItemComplianceDetails(mskus, marketplaceId) {
1690
- return this.listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId)
1691
- .then(function(response_and_data) {
1692
- return response_and_data.data;
1693
- });
1694
- }
1633
+ listItemComplianceDetails (mskus, marketplaceId) {
1634
+ return this.listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId)
1635
+ .then(function (response_and_data) {
1636
+ return response_and_data.data
1637
+ })
1638
+ }
1695
1639
 
1696
-
1697
- /**
1640
+ /**
1698
1641
  * 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).
1699
1642
  * @param {String} inboundPlanId Identifier of an inbound plan.
1700
1643
  * @param {String} packingGroupId Identifier of a packing group.
@@ -1703,46 +1646,45 @@ export class FbaInboundApi {
1703
1646
  * @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.
1704
1647
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse} and HTTP response
1705
1648
  */
1706
- listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts) {
1707
- opts = opts || {};
1708
- let postBody = null;
1709
-
1710
- // verify the required parameter 'inboundPlanId' is set
1711
- if (inboundPlanId === undefined || inboundPlanId === null) {
1712
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingGroupBoxes");
1713
- }
1714
-
1715
- // verify the required parameter 'packingGroupId' is set
1716
- if (packingGroupId === undefined || packingGroupId === null) {
1717
- throw new Error("Missing the required parameter 'packingGroupId' when calling listPackingGroupBoxes");
1718
- }
1719
-
1720
-
1721
- let pathParams = {
1722
- 'inboundPlanId': inboundPlanId,
1723
- 'packingGroupId': packingGroupId
1724
- };
1725
- let queryParams = {
1726
- 'pageSize': opts['pageSize'],
1727
- 'paginationToken': opts['paginationToken']
1728
- };
1729
- let headerParams = {
1730
- };
1731
- let formParams = {
1732
- };
1733
-
1734
- let contentTypes = [];
1735
- let accepts = ['application/json'];
1736
- let returnType = ListPackingGroupBoxesResponse;
1737
-
1738
- return this.apiClient.callApi( 'FbaInboundApi-listPackingGroupBoxes',
1739
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes', 'GET',
1740
- pathParams, queryParams, headerParams, formParams, postBody,
1741
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPackingGroupBoxes')
1742
- );
1743
- }
1744
-
1745
- /**
1649
+ listPackingGroupBoxesWithHttpInfo (inboundPlanId, packingGroupId, opts) {
1650
+ opts = opts || {}
1651
+ const postBody = null
1652
+
1653
+ // verify the required parameter 'inboundPlanId' is set
1654
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1655
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingGroupBoxes")
1656
+ }
1657
+
1658
+ // verify the required parameter 'packingGroupId' is set
1659
+ if (packingGroupId === undefined || packingGroupId === null) {
1660
+ throw new Error("Missing the required parameter 'packingGroupId' when calling listPackingGroupBoxes")
1661
+ }
1662
+
1663
+ const pathParams = {
1664
+ inboundPlanId,
1665
+ packingGroupId
1666
+ }
1667
+ const queryParams = {
1668
+ pageSize: opts.pageSize,
1669
+ paginationToken: opts.paginationToken
1670
+ }
1671
+ const headerParams = {
1672
+ }
1673
+ const formParams = {
1674
+ }
1675
+
1676
+ const contentTypes = []
1677
+ const accepts = ['application/json']
1678
+ const returnType = ListPackingGroupBoxesResponse
1679
+
1680
+ return this.apiClient.callApi('FbaInboundApi-listPackingGroupBoxes',
1681
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes', 'GET',
1682
+ pathParams, queryParams, headerParams, formParams, postBody,
1683
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPackingGroupBoxes')
1684
+ )
1685
+ }
1686
+
1687
+ /**
1746
1688
  * 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).
1747
1689
  * @param {String} inboundPlanId Identifier of an inbound plan.
1748
1690
  * @param {String} packingGroupId Identifier of a packing group.
@@ -1751,15 +1693,14 @@ export class FbaInboundApi {
1751
1693
  * @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.
1752
1694
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse}
1753
1695
  */
1754
- listPackingGroupBoxes(inboundPlanId, packingGroupId, opts) {
1755
- return this.listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts)
1756
- .then(function(response_and_data) {
1757
- return response_and_data.data;
1758
- });
1759
- }
1696
+ listPackingGroupBoxes (inboundPlanId, packingGroupId, opts) {
1697
+ return this.listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts)
1698
+ .then(function (response_and_data) {
1699
+ return response_and_data.data
1700
+ })
1701
+ }
1760
1702
 
1761
-
1762
- /**
1703
+ /**
1763
1704
  * 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).
1764
1705
  * @param {String} inboundPlanId Identifier of an inbound plan.
1765
1706
  * @param {String} packingGroupId Identifier of a packing group.
@@ -1768,46 +1709,45 @@ export class FbaInboundApi {
1768
1709
  * @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.
1769
1710
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse} and HTTP response
1770
1711
  */
1771
- listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts) {
1772
- opts = opts || {};
1773
- let postBody = null;
1774
-
1775
- // verify the required parameter 'inboundPlanId' is set
1776
- if (inboundPlanId === undefined || inboundPlanId === null) {
1777
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingGroupItems");
1778
- }
1779
-
1780
- // verify the required parameter 'packingGroupId' is set
1781
- if (packingGroupId === undefined || packingGroupId === null) {
1782
- throw new Error("Missing the required parameter 'packingGroupId' when calling listPackingGroupItems");
1783
- }
1784
-
1785
-
1786
- let pathParams = {
1787
- 'inboundPlanId': inboundPlanId,
1788
- 'packingGroupId': packingGroupId
1789
- };
1790
- let queryParams = {
1791
- 'pageSize': opts['pageSize'],
1792
- 'paginationToken': opts['paginationToken']
1793
- };
1794
- let headerParams = {
1795
- };
1796
- let formParams = {
1797
- };
1798
-
1799
- let contentTypes = [];
1800
- let accepts = ['application/json'];
1801
- let returnType = ListPackingGroupItemsResponse;
1802
-
1803
- return this.apiClient.callApi( 'FbaInboundApi-listPackingGroupItems',
1804
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items', 'GET',
1805
- pathParams, queryParams, headerParams, formParams, postBody,
1806
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPackingGroupItems')
1807
- );
1808
- }
1809
-
1810
- /**
1712
+ listPackingGroupItemsWithHttpInfo (inboundPlanId, packingGroupId, opts) {
1713
+ opts = opts || {}
1714
+ const postBody = null
1715
+
1716
+ // verify the required parameter 'inboundPlanId' is set
1717
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1718
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingGroupItems")
1719
+ }
1720
+
1721
+ // verify the required parameter 'packingGroupId' is set
1722
+ if (packingGroupId === undefined || packingGroupId === null) {
1723
+ throw new Error("Missing the required parameter 'packingGroupId' when calling listPackingGroupItems")
1724
+ }
1725
+
1726
+ const pathParams = {
1727
+ inboundPlanId,
1728
+ packingGroupId
1729
+ }
1730
+ const queryParams = {
1731
+ pageSize: opts.pageSize,
1732
+ paginationToken: opts.paginationToken
1733
+ }
1734
+ const headerParams = {
1735
+ }
1736
+ const formParams = {
1737
+ }
1738
+
1739
+ const contentTypes = []
1740
+ const accepts = ['application/json']
1741
+ const returnType = ListPackingGroupItemsResponse
1742
+
1743
+ return this.apiClient.callApi('FbaInboundApi-listPackingGroupItems',
1744
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items', 'GET',
1745
+ pathParams, queryParams, headerParams, formParams, postBody,
1746
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPackingGroupItems')
1747
+ )
1748
+ }
1749
+
1750
+ /**
1811
1751
  * 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).
1812
1752
  * @param {String} inboundPlanId Identifier of an inbound plan.
1813
1753
  * @param {String} packingGroupId Identifier of a packing group.
@@ -1816,15 +1756,14 @@ export class FbaInboundApi {
1816
1756
  * @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.
1817
1757
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse}
1818
1758
  */
1819
- listPackingGroupItems(inboundPlanId, packingGroupId, opts) {
1820
- return this.listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts)
1821
- .then(function(response_and_data) {
1822
- return response_and_data.data;
1823
- });
1824
- }
1825
-
1759
+ listPackingGroupItems (inboundPlanId, packingGroupId, opts) {
1760
+ return this.listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts)
1761
+ .then(function (response_and_data) {
1762
+ return response_and_data.data
1763
+ })
1764
+ }
1826
1765
 
1827
- /**
1766
+ /**
1828
1767
  * 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).
1829
1768
  * @param {String} inboundPlanId Identifier of an inbound plan.
1830
1769
  * @param {Object} opts Optional parameters
@@ -1832,40 +1771,39 @@ export class FbaInboundApi {
1832
1771
  * @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.
1833
1772
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse} and HTTP response
1834
1773
  */
1835
- listPackingOptionsWithHttpInfo(inboundPlanId, opts) {
1836
- opts = opts || {};
1837
- let postBody = null;
1838
-
1839
- // verify the required parameter 'inboundPlanId' is set
1840
- if (inboundPlanId === undefined || inboundPlanId === null) {
1841
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingOptions");
1842
- }
1774
+ listPackingOptionsWithHttpInfo (inboundPlanId, opts) {
1775
+ opts = opts || {}
1776
+ const postBody = null
1843
1777
 
1778
+ // verify the required parameter 'inboundPlanId' is set
1779
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1780
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingOptions")
1781
+ }
1844
1782
 
1845
- let pathParams = {
1846
- 'inboundPlanId': inboundPlanId
1847
- };
1848
- let queryParams = {
1849
- 'pageSize': opts['pageSize'],
1850
- 'paginationToken': opts['paginationToken']
1851
- };
1852
- let headerParams = {
1853
- };
1854
- let formParams = {
1855
- };
1783
+ const pathParams = {
1784
+ inboundPlanId
1785
+ }
1786
+ const queryParams = {
1787
+ pageSize: opts.pageSize,
1788
+ paginationToken: opts.paginationToken
1789
+ }
1790
+ const headerParams = {
1791
+ }
1792
+ const formParams = {
1793
+ }
1856
1794
 
1857
- let contentTypes = [];
1858
- let accepts = ['application/json'];
1859
- let returnType = ListPackingOptionsResponse;
1795
+ const contentTypes = []
1796
+ const accepts = ['application/json']
1797
+ const returnType = ListPackingOptionsResponse
1860
1798
 
1861
- return this.apiClient.callApi( 'FbaInboundApi-listPackingOptions',
1862
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions', 'GET',
1863
- pathParams, queryParams, headerParams, formParams, postBody,
1864
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPackingOptions')
1865
- );
1866
- }
1799
+ return this.apiClient.callApi('FbaInboundApi-listPackingOptions',
1800
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions', 'GET',
1801
+ pathParams, queryParams, headerParams, formParams, postBody,
1802
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPackingOptions')
1803
+ )
1804
+ }
1867
1805
 
1868
- /**
1806
+ /**
1869
1807
  * 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).
1870
1808
  * @param {String} inboundPlanId Identifier of an inbound plan.
1871
1809
  * @param {Object} opts Optional parameters
@@ -1873,15 +1811,14 @@ export class FbaInboundApi {
1873
1811
  * @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.
1874
1812
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse}
1875
1813
  */
1876
- listPackingOptions(inboundPlanId, opts) {
1877
- return this.listPackingOptionsWithHttpInfo(inboundPlanId, opts)
1878
- .then(function(response_and_data) {
1879
- return response_and_data.data;
1880
- });
1881
- }
1814
+ listPackingOptions (inboundPlanId, opts) {
1815
+ return this.listPackingOptionsWithHttpInfo(inboundPlanId, opts)
1816
+ .then(function (response_and_data) {
1817
+ return response_and_data.data
1818
+ })
1819
+ }
1882
1820
 
1883
-
1884
- /**
1821
+ /**
1885
1822
  * 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).
1886
1823
  * @param {String} inboundPlanId Identifier of an inbound plan.
1887
1824
  * @param {Object} opts Optional parameters
@@ -1889,40 +1826,39 @@ export class FbaInboundApi {
1889
1826
  * @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.
1890
1827
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse} and HTTP response
1891
1828
  */
1892
- listPlacementOptionsWithHttpInfo(inboundPlanId, opts) {
1893
- opts = opts || {};
1894
- let postBody = null;
1895
-
1896
- // verify the required parameter 'inboundPlanId' is set
1897
- if (inboundPlanId === undefined || inboundPlanId === null) {
1898
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listPlacementOptions");
1899
- }
1829
+ listPlacementOptionsWithHttpInfo (inboundPlanId, opts) {
1830
+ opts = opts || {}
1831
+ const postBody = null
1900
1832
 
1833
+ // verify the required parameter 'inboundPlanId' is set
1834
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1835
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPlacementOptions")
1836
+ }
1901
1837
 
1902
- let pathParams = {
1903
- 'inboundPlanId': inboundPlanId
1904
- };
1905
- let queryParams = {
1906
- 'pageSize': opts['pageSize'],
1907
- 'paginationToken': opts['paginationToken']
1908
- };
1909
- let headerParams = {
1910
- };
1911
- let formParams = {
1912
- };
1838
+ const pathParams = {
1839
+ inboundPlanId
1840
+ }
1841
+ const queryParams = {
1842
+ pageSize: opts.pageSize,
1843
+ paginationToken: opts.paginationToken
1844
+ }
1845
+ const headerParams = {
1846
+ }
1847
+ const formParams = {
1848
+ }
1913
1849
 
1914
- let contentTypes = [];
1915
- let accepts = ['application/json'];
1916
- let returnType = ListPlacementOptionsResponse;
1850
+ const contentTypes = []
1851
+ const accepts = ['application/json']
1852
+ const returnType = ListPlacementOptionsResponse
1917
1853
 
1918
- return this.apiClient.callApi( 'FbaInboundApi-listPlacementOptions',
1919
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions', 'GET',
1920
- pathParams, queryParams, headerParams, formParams, postBody,
1921
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPlacementOptions')
1922
- );
1923
- }
1854
+ return this.apiClient.callApi('FbaInboundApi-listPlacementOptions',
1855
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions', 'GET',
1856
+ pathParams, queryParams, headerParams, formParams, postBody,
1857
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPlacementOptions')
1858
+ )
1859
+ }
1924
1860
 
1925
- /**
1861
+ /**
1926
1862
  * 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).
1927
1863
  * @param {String} inboundPlanId Identifier of an inbound plan.
1928
1864
  * @param {Object} opts Optional parameters
@@ -1930,71 +1866,68 @@ export class FbaInboundApi {
1930
1866
  * @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.
1931
1867
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse}
1932
1868
  */
1933
- listPlacementOptions(inboundPlanId, opts) {
1934
- return this.listPlacementOptionsWithHttpInfo(inboundPlanId, opts)
1935
- .then(function(response_and_data) {
1936
- return response_and_data.data;
1937
- });
1938
- }
1939
-
1869
+ listPlacementOptions (inboundPlanId, opts) {
1870
+ return this.listPlacementOptionsWithHttpInfo(inboundPlanId, opts)
1871
+ .then(function (response_and_data) {
1872
+ return response_and_data.data
1873
+ })
1874
+ }
1940
1875
 
1941
- /**
1876
+ /**
1942
1877
  * Get 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).
1943
1878
  * @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).
1944
1879
  * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1945
1880
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse} and HTTP response
1946
1881
  */
1947
- listPrepDetailsWithHttpInfo(marketplaceId, mskus) {
1948
- let postBody = null;
1882
+ listPrepDetailsWithHttpInfo (marketplaceId, mskus) {
1883
+ const postBody = null
1949
1884
 
1950
- // verify the required parameter 'marketplaceId' is set
1951
- if (marketplaceId === undefined || marketplaceId === null) {
1952
- throw new Error("Missing the required parameter 'marketplaceId' when calling listPrepDetails");
1953
- }
1954
-
1955
- // verify the required parameter 'mskus' is set
1956
- if (mskus === undefined || mskus === null) {
1957
- throw new Error("Missing the required parameter 'mskus' when calling listPrepDetails");
1958
- }
1885
+ // verify the required parameter 'marketplaceId' is set
1886
+ if (marketplaceId === undefined || marketplaceId === null) {
1887
+ throw new Error("Missing the required parameter 'marketplaceId' when calling listPrepDetails")
1888
+ }
1959
1889
 
1890
+ // verify the required parameter 'mskus' is set
1891
+ if (mskus === undefined || mskus === null) {
1892
+ throw new Error("Missing the required parameter 'mskus' when calling listPrepDetails")
1893
+ }
1960
1894
 
1961
- let pathParams = {
1962
- };
1963
- let queryParams = {
1964
- 'marketplaceId': marketplaceId,
1965
- 'mskus': this.apiClient.buildCollectionParam(mskus, 'multi')
1966
- };
1967
- let headerParams = {
1968
- };
1969
- let formParams = {
1970
- };
1895
+ const pathParams = {
1896
+ }
1897
+ const queryParams = {
1898
+ marketplaceId,
1899
+ mskus: this.apiClient.buildCollectionParam(mskus, 'multi')
1900
+ }
1901
+ const headerParams = {
1902
+ }
1903
+ const formParams = {
1904
+ }
1971
1905
 
1972
- let contentTypes = [];
1973
- let accepts = ['application/json'];
1974
- let returnType = ListPrepDetailsResponse;
1906
+ const contentTypes = []
1907
+ const accepts = ['application/json']
1908
+ const returnType = ListPrepDetailsResponse
1975
1909
 
1976
- return this.apiClient.callApi( 'FbaInboundApi-listPrepDetails',
1977
- '/inbound/fba/2024-03-20/items/prepDetails', 'GET',
1978
- pathParams, queryParams, headerParams, formParams, postBody,
1979
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPrepDetails')
1980
- );
1981
- }
1910
+ return this.apiClient.callApi('FbaInboundApi-listPrepDetails',
1911
+ '/inbound/fba/2024-03-20/items/prepDetails', 'GET',
1912
+ pathParams, queryParams, headerParams, formParams, postBody,
1913
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listPrepDetails')
1914
+ )
1915
+ }
1982
1916
 
1983
- /**
1917
+ /**
1984
1918
  * Get 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).
1985
1919
  * @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).
1986
1920
  * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1987
1921
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse}
1988
1922
  */
1989
- listPrepDetails(marketplaceId, mskus) {
1990
- return this.listPrepDetailsWithHttpInfo(marketplaceId, mskus)
1991
- .then(function(response_and_data) {
1992
- return response_and_data.data;
1993
- });
1994
- }
1923
+ listPrepDetails (marketplaceId, mskus) {
1924
+ return this.listPrepDetailsWithHttpInfo(marketplaceId, mskus)
1925
+ .then(function (response_and_data) {
1926
+ return response_and_data.data
1927
+ })
1928
+ }
1995
1929
 
1996
-
1997
- /**
1930
+ /**
1998
1931
  * 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).
1999
1932
  * @param {String} inboundPlanId Identifier of an inbound plan.
2000
1933
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2003,46 +1936,45 @@ export class FbaInboundApi {
2003
1936
  * @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.
2004
1937
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse} and HTTP response
2005
1938
  */
2006
- listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts) {
2007
- opts = opts || {};
2008
- let postBody = null;
2009
-
2010
- // verify the required parameter 'inboundPlanId' is set
2011
- if (inboundPlanId === undefined || inboundPlanId === null) {
2012
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentBoxes");
2013
- }
2014
-
2015
- // verify the required parameter 'shipmentId' is set
2016
- if (shipmentId === undefined || shipmentId === null) {
2017
- throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentBoxes");
2018
- }
2019
-
2020
-
2021
- let pathParams = {
2022
- 'inboundPlanId': inboundPlanId,
2023
- 'shipmentId': shipmentId
2024
- };
2025
- let queryParams = {
2026
- 'pageSize': opts['pageSize'],
2027
- 'paginationToken': opts['paginationToken']
2028
- };
2029
- let headerParams = {
2030
- };
2031
- let formParams = {
2032
- };
2033
-
2034
- let contentTypes = [];
2035
- let accepts = ['application/json'];
2036
- let returnType = ListShipmentBoxesResponse;
2037
-
2038
- return this.apiClient.callApi( 'FbaInboundApi-listShipmentBoxes',
2039
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes', 'GET',
2040
- pathParams, queryParams, headerParams, formParams, postBody,
2041
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentBoxes')
2042
- );
2043
- }
2044
-
2045
- /**
1939
+ listShipmentBoxesWithHttpInfo (inboundPlanId, shipmentId, opts) {
1940
+ opts = opts || {}
1941
+ const postBody = null
1942
+
1943
+ // verify the required parameter 'inboundPlanId' is set
1944
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1945
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentBoxes")
1946
+ }
1947
+
1948
+ // verify the required parameter 'shipmentId' is set
1949
+ if (shipmentId === undefined || shipmentId === null) {
1950
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentBoxes")
1951
+ }
1952
+
1953
+ const pathParams = {
1954
+ inboundPlanId,
1955
+ shipmentId
1956
+ }
1957
+ const queryParams = {
1958
+ pageSize: opts.pageSize,
1959
+ paginationToken: opts.paginationToken
1960
+ }
1961
+ const headerParams = {
1962
+ }
1963
+ const formParams = {
1964
+ }
1965
+
1966
+ const contentTypes = []
1967
+ const accepts = ['application/json']
1968
+ const returnType = ListShipmentBoxesResponse
1969
+
1970
+ return this.apiClient.callApi('FbaInboundApi-listShipmentBoxes',
1971
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes', 'GET',
1972
+ pathParams, queryParams, headerParams, formParams, postBody,
1973
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentBoxes')
1974
+ )
1975
+ }
1976
+
1977
+ /**
2046
1978
  * 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).
2047
1979
  * @param {String} inboundPlanId Identifier of an inbound plan.
2048
1980
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2051,15 +1983,14 @@ export class FbaInboundApi {
2051
1983
  * @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.
2052
1984
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse}
2053
1985
  */
2054
- listShipmentBoxes(inboundPlanId, shipmentId, opts) {
2055
- return this.listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts)
2056
- .then(function(response_and_data) {
2057
- return response_and_data.data;
2058
- });
2059
- }
1986
+ listShipmentBoxes (inboundPlanId, shipmentId, opts) {
1987
+ return this.listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts)
1988
+ .then(function (response_and_data) {
1989
+ return response_and_data.data
1990
+ })
1991
+ }
2060
1992
 
2061
-
2062
- /**
1993
+ /**
2063
1994
  * 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).
2064
1995
  * @param {String} inboundPlanId Identifier of an inbound plan.
2065
1996
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2068,46 +1999,45 @@ export class FbaInboundApi {
2068
1999
  * @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.
2069
2000
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse} and HTTP response
2070
2001
  */
2071
- listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts) {
2072
- opts = opts || {};
2073
- let postBody = null;
2074
-
2075
- // verify the required parameter 'inboundPlanId' is set
2076
- if (inboundPlanId === undefined || inboundPlanId === null) {
2077
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentContentUpdatePreviews");
2078
- }
2079
-
2080
- // verify the required parameter 'shipmentId' is set
2081
- if (shipmentId === undefined || shipmentId === null) {
2082
- throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentContentUpdatePreviews");
2083
- }
2084
-
2085
-
2086
- let pathParams = {
2087
- 'inboundPlanId': inboundPlanId,
2088
- 'shipmentId': shipmentId
2089
- };
2090
- let queryParams = {
2091
- 'pageSize': opts['pageSize'],
2092
- 'paginationToken': opts['paginationToken']
2093
- };
2094
- let headerParams = {
2095
- };
2096
- let formParams = {
2097
- };
2098
-
2099
- let contentTypes = [];
2100
- let accepts = ['application/json'];
2101
- let returnType = ListShipmentContentUpdatePreviewsResponse;
2102
-
2103
- return this.apiClient.callApi( 'FbaInboundApi-listShipmentContentUpdatePreviews',
2104
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews', 'GET',
2105
- pathParams, queryParams, headerParams, formParams, postBody,
2106
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentContentUpdatePreviews')
2107
- );
2108
- }
2109
-
2110
- /**
2002
+ listShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2003
+ opts = opts || {}
2004
+ const postBody = null
2005
+
2006
+ // verify the required parameter 'inboundPlanId' is set
2007
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2008
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentContentUpdatePreviews")
2009
+ }
2010
+
2011
+ // verify the required parameter 'shipmentId' is set
2012
+ if (shipmentId === undefined || shipmentId === null) {
2013
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentContentUpdatePreviews")
2014
+ }
2015
+
2016
+ const pathParams = {
2017
+ inboundPlanId,
2018
+ shipmentId
2019
+ }
2020
+ const queryParams = {
2021
+ pageSize: opts.pageSize,
2022
+ paginationToken: opts.paginationToken
2023
+ }
2024
+ const headerParams = {
2025
+ }
2026
+ const formParams = {
2027
+ }
2028
+
2029
+ const contentTypes = []
2030
+ const accepts = ['application/json']
2031
+ const returnType = ListShipmentContentUpdatePreviewsResponse
2032
+
2033
+ return this.apiClient.callApi('FbaInboundApi-listShipmentContentUpdatePreviews',
2034
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews', 'GET',
2035
+ pathParams, queryParams, headerParams, formParams, postBody,
2036
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentContentUpdatePreviews')
2037
+ )
2038
+ }
2039
+
2040
+ /**
2111
2041
  * 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).
2112
2042
  * @param {String} inboundPlanId Identifier of an inbound plan.
2113
2043
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2116,15 +2046,14 @@ export class FbaInboundApi {
2116
2046
  * @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.
2117
2047
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse}
2118
2048
  */
2119
- listShipmentContentUpdatePreviews(inboundPlanId, shipmentId, opts) {
2120
- return this.listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts)
2121
- .then(function(response_and_data) {
2122
- return response_and_data.data;
2123
- });
2124
- }
2125
-
2049
+ listShipmentContentUpdatePreviews (inboundPlanId, shipmentId, opts) {
2050
+ return this.listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts)
2051
+ .then(function (response_and_data) {
2052
+ return response_and_data.data
2053
+ })
2054
+ }
2126
2055
 
2127
- /**
2056
+ /**
2128
2057
  * 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).
2129
2058
  * @param {String} inboundPlanId Identifier of an inbound plan.
2130
2059
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2133,46 +2062,45 @@ export class FbaInboundApi {
2133
2062
  * @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.
2134
2063
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse} and HTTP response
2135
2064
  */
2136
- listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts) {
2137
- opts = opts || {};
2138
- let postBody = null;
2139
-
2140
- // verify the required parameter 'inboundPlanId' is set
2141
- if (inboundPlanId === undefined || inboundPlanId === null) {
2142
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentItems");
2143
- }
2144
-
2145
- // verify the required parameter 'shipmentId' is set
2146
- if (shipmentId === undefined || shipmentId === null) {
2147
- throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentItems");
2148
- }
2149
-
2150
-
2151
- let pathParams = {
2152
- 'inboundPlanId': inboundPlanId,
2153
- 'shipmentId': shipmentId
2154
- };
2155
- let queryParams = {
2156
- 'pageSize': opts['pageSize'],
2157
- 'paginationToken': opts['paginationToken']
2158
- };
2159
- let headerParams = {
2160
- };
2161
- let formParams = {
2162
- };
2163
-
2164
- let contentTypes = [];
2165
- let accepts = ['application/json'];
2166
- let returnType = ListShipmentItemsResponse;
2167
-
2168
- return this.apiClient.callApi( 'FbaInboundApi-listShipmentItems',
2169
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items', 'GET',
2170
- pathParams, queryParams, headerParams, formParams, postBody,
2171
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentItems')
2172
- );
2173
- }
2174
-
2175
- /**
2065
+ listShipmentItemsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2066
+ opts = opts || {}
2067
+ const postBody = null
2068
+
2069
+ // verify the required parameter 'inboundPlanId' is set
2070
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2071
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentItems")
2072
+ }
2073
+
2074
+ // verify the required parameter 'shipmentId' is set
2075
+ if (shipmentId === undefined || shipmentId === null) {
2076
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentItems")
2077
+ }
2078
+
2079
+ const pathParams = {
2080
+ inboundPlanId,
2081
+ shipmentId
2082
+ }
2083
+ const queryParams = {
2084
+ pageSize: opts.pageSize,
2085
+ paginationToken: opts.paginationToken
2086
+ }
2087
+ const headerParams = {
2088
+ }
2089
+ const formParams = {
2090
+ }
2091
+
2092
+ const contentTypes = []
2093
+ const accepts = ['application/json']
2094
+ const returnType = ListShipmentItemsResponse
2095
+
2096
+ return this.apiClient.callApi('FbaInboundApi-listShipmentItems',
2097
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items', 'GET',
2098
+ pathParams, queryParams, headerParams, formParams, postBody,
2099
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentItems')
2100
+ )
2101
+ }
2102
+
2103
+ /**
2176
2104
  * 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).
2177
2105
  * @param {String} inboundPlanId Identifier of an inbound plan.
2178
2106
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2181,15 +2109,14 @@ export class FbaInboundApi {
2181
2109
  * @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.
2182
2110
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse}
2183
2111
  */
2184
- listShipmentItems(inboundPlanId, shipmentId, opts) {
2185
- return this.listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts)
2186
- .then(function(response_and_data) {
2187
- return response_and_data.data;
2188
- });
2189
- }
2190
-
2112
+ listShipmentItems (inboundPlanId, shipmentId, opts) {
2113
+ return this.listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts)
2114
+ .then(function (response_and_data) {
2115
+ return response_and_data.data
2116
+ })
2117
+ }
2191
2118
 
2192
- /**
2119
+ /**
2193
2120
  * 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).
2194
2121
  * @param {String} inboundPlanId Identifier of an inbound plan.
2195
2122
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2198,46 +2125,45 @@ export class FbaInboundApi {
2198
2125
  * @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.
2199
2126
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse} and HTTP response
2200
2127
  */
2201
- listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts) {
2202
- opts = opts || {};
2203
- let postBody = null;
2204
-
2205
- // verify the required parameter 'inboundPlanId' is set
2206
- if (inboundPlanId === undefined || inboundPlanId === null) {
2207
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentPallets");
2208
- }
2209
-
2210
- // verify the required parameter 'shipmentId' is set
2211
- if (shipmentId === undefined || shipmentId === null) {
2212
- throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentPallets");
2213
- }
2214
-
2215
-
2216
- let pathParams = {
2217
- 'inboundPlanId': inboundPlanId,
2218
- 'shipmentId': shipmentId
2219
- };
2220
- let queryParams = {
2221
- 'pageSize': opts['pageSize'],
2222
- 'paginationToken': opts['paginationToken']
2223
- };
2224
- let headerParams = {
2225
- };
2226
- let formParams = {
2227
- };
2228
-
2229
- let contentTypes = [];
2230
- let accepts = ['application/json'];
2231
- let returnType = ListShipmentPalletsResponse;
2232
-
2233
- return this.apiClient.callApi( 'FbaInboundApi-listShipmentPallets',
2234
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets', 'GET',
2235
- pathParams, queryParams, headerParams, formParams, postBody,
2236
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentPallets')
2237
- );
2238
- }
2239
-
2240
- /**
2128
+ listShipmentPalletsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2129
+ opts = opts || {}
2130
+ const postBody = null
2131
+
2132
+ // verify the required parameter 'inboundPlanId' is set
2133
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2134
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentPallets")
2135
+ }
2136
+
2137
+ // verify the required parameter 'shipmentId' is set
2138
+ if (shipmentId === undefined || shipmentId === null) {
2139
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentPallets")
2140
+ }
2141
+
2142
+ const pathParams = {
2143
+ inboundPlanId,
2144
+ shipmentId
2145
+ }
2146
+ const queryParams = {
2147
+ pageSize: opts.pageSize,
2148
+ paginationToken: opts.paginationToken
2149
+ }
2150
+ const headerParams = {
2151
+ }
2152
+ const formParams = {
2153
+ }
2154
+
2155
+ const contentTypes = []
2156
+ const accepts = ['application/json']
2157
+ const returnType = ListShipmentPalletsResponse
2158
+
2159
+ return this.apiClient.callApi('FbaInboundApi-listShipmentPallets',
2160
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets', 'GET',
2161
+ pathParams, queryParams, headerParams, formParams, postBody,
2162
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listShipmentPallets')
2163
+ )
2164
+ }
2165
+
2166
+ /**
2241
2167
  * 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).
2242
2168
  * @param {String} inboundPlanId Identifier of an inbound plan.
2243
2169
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
@@ -2246,15 +2172,14 @@ export class FbaInboundApi {
2246
2172
  * @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.
2247
2173
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse}
2248
2174
  */
2249
- listShipmentPallets(inboundPlanId, shipmentId, opts) {
2250
- return this.listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts)
2251
- .then(function(response_and_data) {
2252
- return response_and_data.data;
2253
- });
2254
- }
2255
-
2175
+ listShipmentPallets (inboundPlanId, shipmentId, opts) {
2176
+ return this.listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts)
2177
+ .then(function (response_and_data) {
2178
+ return response_and_data.data
2179
+ })
2180
+ }
2256
2181
 
2257
- /**
2182
+ /**
2258
2183
  * 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).
2259
2184
  * @param {String} inboundPlanId Identifier of an inbound plan.
2260
2185
  * @param {Object} opts Optional parameters
@@ -2264,42 +2189,41 @@ export class FbaInboundApi {
2264
2189
  * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2265
2190
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse} and HTTP response
2266
2191
  */
2267
- listTransportationOptionsWithHttpInfo(inboundPlanId, opts) {
2268
- opts = opts || {};
2269
- let postBody = null;
2270
-
2271
- // verify the required parameter 'inboundPlanId' is set
2272
- if (inboundPlanId === undefined || inboundPlanId === null) {
2273
- throw new Error("Missing the required parameter 'inboundPlanId' when calling listTransportationOptions");
2274
- }
2275
-
2276
-
2277
- let pathParams = {
2278
- 'inboundPlanId': inboundPlanId
2279
- };
2280
- let queryParams = {
2281
- 'pageSize': opts['pageSize'],
2282
- 'paginationToken': opts['paginationToken'],
2283
- 'placementOptionId': opts['placementOptionId'],
2284
- 'shipmentId': opts['shipmentId']
2285
- };
2286
- let headerParams = {
2287
- };
2288
- let formParams = {
2289
- };
2290
-
2291
- let contentTypes = [];
2292
- let accepts = ['application/json'];
2293
- let returnType = ListTransportationOptionsResponse;
2294
-
2295
- return this.apiClient.callApi( 'FbaInboundApi-listTransportationOptions',
2296
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions', 'GET',
2297
- pathParams, queryParams, headerParams, formParams, postBody,
2298
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listTransportationOptions')
2299
- );
2300
- }
2301
-
2302
- /**
2192
+ listTransportationOptionsWithHttpInfo (inboundPlanId, opts) {
2193
+ opts = opts || {}
2194
+ const postBody = null
2195
+
2196
+ // verify the required parameter 'inboundPlanId' is set
2197
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2198
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listTransportationOptions")
2199
+ }
2200
+
2201
+ const pathParams = {
2202
+ inboundPlanId
2203
+ }
2204
+ const queryParams = {
2205
+ pageSize: opts.pageSize,
2206
+ paginationToken: opts.paginationToken,
2207
+ placementOptionId: opts.placementOptionId,
2208
+ shipmentId: opts.shipmentId
2209
+ }
2210
+ const headerParams = {
2211
+ }
2212
+ const formParams = {
2213
+ }
2214
+
2215
+ const contentTypes = []
2216
+ const accepts = ['application/json']
2217
+ const returnType = ListTransportationOptionsResponse
2218
+
2219
+ return this.apiClient.callApi('FbaInboundApi-listTransportationOptions',
2220
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions', 'GET',
2221
+ pathParams, queryParams, headerParams, formParams, postBody,
2222
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-listTransportationOptions')
2223
+ )
2224
+ }
2225
+
2226
+ /**
2303
2227
  * 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).
2304
2228
  * @param {String} inboundPlanId Identifier of an inbound plan.
2305
2229
  * @param {Object} opts Optional parameters
@@ -2309,484 +2233,466 @@ export class FbaInboundApi {
2309
2233
  * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2310
2234
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse}
2311
2235
  */
2312
- listTransportationOptions(inboundPlanId, opts) {
2313
- return this.listTransportationOptionsWithHttpInfo(inboundPlanId, opts)
2314
- .then(function(response_and_data) {
2315
- return response_and_data.data;
2316
- });
2317
- }
2318
-
2236
+ listTransportationOptions (inboundPlanId, opts) {
2237
+ return this.listTransportationOptionsWithHttpInfo(inboundPlanId, opts)
2238
+ .then(function (response_and_data) {
2239
+ return response_and_data.data
2240
+ })
2241
+ }
2319
2242
 
2320
- /**
2321
- * 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 | | ---- | ---- | | 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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2243
+ /**
2244
+ * 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 | | ---- | ---- | | 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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2322
2245
  * @param {String} inboundPlanId Identifier of an inbound plan.
2323
2246
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2324
2247
  * @param {String} slotId An identifier to a self-ship appointment slot.
2325
2248
  * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2326
2249
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse} and HTTP response
2327
2250
  */
2328
- scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body) {
2329
- let postBody = body;
2251
+ scheduleSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, slotId, body) {
2252
+ const postBody = body
2330
2253
 
2331
- // verify the required parameter 'inboundPlanId' is set
2332
- if (inboundPlanId === undefined || inboundPlanId === null) {
2333
- throw new Error("Missing the required parameter 'inboundPlanId' when calling scheduleSelfShipAppointment");
2334
- }
2335
-
2336
- // verify the required parameter 'shipmentId' is set
2337
- if (shipmentId === undefined || shipmentId === null) {
2338
- throw new Error("Missing the required parameter 'shipmentId' when calling scheduleSelfShipAppointment");
2339
- }
2254
+ // verify the required parameter 'inboundPlanId' is set
2255
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2256
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling scheduleSelfShipAppointment")
2257
+ }
2340
2258
 
2341
- // verify the required parameter 'slotId' is set
2342
- if (slotId === undefined || slotId === null) {
2343
- throw new Error("Missing the required parameter 'slotId' when calling scheduleSelfShipAppointment");
2344
- }
2259
+ // verify the required parameter 'shipmentId' is set
2260
+ if (shipmentId === undefined || shipmentId === null) {
2261
+ throw new Error("Missing the required parameter 'shipmentId' when calling scheduleSelfShipAppointment")
2262
+ }
2345
2263
 
2346
- // verify the required parameter 'body' is set
2347
- if (body === undefined || body === null) {
2348
- throw new Error("Missing the required parameter 'body' when calling scheduleSelfShipAppointment");
2349
- }
2264
+ // verify the required parameter 'slotId' is set
2265
+ if (slotId === undefined || slotId === null) {
2266
+ throw new Error("Missing the required parameter 'slotId' when calling scheduleSelfShipAppointment")
2267
+ }
2350
2268
 
2269
+ // verify the required parameter 'body' is set
2270
+ if (body === undefined || body === null) {
2271
+ throw new Error("Missing the required parameter 'body' when calling scheduleSelfShipAppointment")
2272
+ }
2351
2273
 
2352
- let pathParams = {
2353
- 'inboundPlanId': inboundPlanId,
2354
- 'shipmentId': shipmentId,
2355
- 'slotId': slotId
2356
- };
2357
- let queryParams = {
2358
- };
2359
- let headerParams = {
2360
- };
2361
- let formParams = {
2362
- };
2274
+ const pathParams = {
2275
+ inboundPlanId,
2276
+ shipmentId,
2277
+ slotId
2278
+ }
2279
+ const queryParams = {
2280
+ }
2281
+ const headerParams = {
2282
+ }
2283
+ const formParams = {
2284
+ }
2363
2285
 
2364
- let contentTypes = ['application/json'];
2365
- let accepts = ['application/json'];
2366
- let returnType = ScheduleSelfShipAppointmentResponse;
2286
+ const contentTypes = ['application/json']
2287
+ const accepts = ['application/json']
2288
+ const returnType = ScheduleSelfShipAppointmentResponse
2367
2289
 
2368
- return this.apiClient.callApi( 'FbaInboundApi-scheduleSelfShipAppointment',
2369
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule', 'POST',
2370
- pathParams, queryParams, headerParams, formParams, postBody,
2371
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-scheduleSelfShipAppointment')
2372
- );
2373
- }
2290
+ return this.apiClient.callApi('FbaInboundApi-scheduleSelfShipAppointment',
2291
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule', 'POST',
2292
+ pathParams, queryParams, headerParams, formParams, postBody,
2293
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-scheduleSelfShipAppointment')
2294
+ )
2295
+ }
2374
2296
 
2375
- /**
2376
- * 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 | | ---- | ---- | | 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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2297
+ /**
2298
+ * 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 | | ---- | ---- | | 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 table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2377
2299
  * @param {String} inboundPlanId Identifier of an inbound plan.
2378
2300
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2379
2301
  * @param {String} slotId An identifier to a self-ship appointment slot.
2380
2302
  * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2381
2303
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse}
2382
2304
  */
2383
- scheduleSelfShipAppointment(inboundPlanId, shipmentId, slotId, body) {
2384
- return this.scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body)
2385
- .then(function(response_and_data) {
2386
- return response_and_data.data;
2387
- });
2388
- }
2389
-
2305
+ scheduleSelfShipAppointment (inboundPlanId, shipmentId, slotId, body) {
2306
+ return this.scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body)
2307
+ .then(function (response_and_data) {
2308
+ return response_and_data.data
2309
+ })
2310
+ }
2390
2311
 
2391
- /**
2312
+ /**
2392
2313
  * 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).
2393
2314
  * @param {String} inboundPlanId Identifier of an inbound plan.
2394
2315
  * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2395
2316
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse} and HTTP response
2396
2317
  */
2397
- setPackingInformationWithHttpInfo(inboundPlanId, body) {
2398
- let postBody = body;
2318
+ setPackingInformationWithHttpInfo (inboundPlanId, body) {
2319
+ const postBody = body
2399
2320
 
2400
- // verify the required parameter 'inboundPlanId' is set
2401
- if (inboundPlanId === undefined || inboundPlanId === null) {
2402
- throw new Error("Missing the required parameter 'inboundPlanId' when calling setPackingInformation");
2403
- }
2404
-
2405
- // verify the required parameter 'body' is set
2406
- if (body === undefined || body === null) {
2407
- throw new Error("Missing the required parameter 'body' when calling setPackingInformation");
2408
- }
2321
+ // verify the required parameter 'inboundPlanId' is set
2322
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2323
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling setPackingInformation")
2324
+ }
2409
2325
 
2326
+ // verify the required parameter 'body' is set
2327
+ if (body === undefined || body === null) {
2328
+ throw new Error("Missing the required parameter 'body' when calling setPackingInformation")
2329
+ }
2410
2330
 
2411
- let pathParams = {
2412
- 'inboundPlanId': inboundPlanId
2413
- };
2414
- let queryParams = {
2415
- };
2416
- let headerParams = {
2417
- };
2418
- let formParams = {
2419
- };
2331
+ const pathParams = {
2332
+ inboundPlanId
2333
+ }
2334
+ const queryParams = {
2335
+ }
2336
+ const headerParams = {
2337
+ }
2338
+ const formParams = {
2339
+ }
2420
2340
 
2421
- let contentTypes = ['application/json'];
2422
- let accepts = ['application/json'];
2423
- let returnType = SetPackingInformationResponse;
2341
+ const contentTypes = ['application/json']
2342
+ const accepts = ['application/json']
2343
+ const returnType = SetPackingInformationResponse
2424
2344
 
2425
- return this.apiClient.callApi( 'FbaInboundApi-setPackingInformation',
2426
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation', 'POST',
2427
- pathParams, queryParams, headerParams, formParams, postBody,
2428
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-setPackingInformation')
2429
- );
2430
- }
2345
+ return this.apiClient.callApi('FbaInboundApi-setPackingInformation',
2346
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation', 'POST',
2347
+ pathParams, queryParams, headerParams, formParams, postBody,
2348
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-setPackingInformation')
2349
+ )
2350
+ }
2431
2351
 
2432
- /**
2352
+ /**
2433
2353
  * 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).
2434
2354
  * @param {String} inboundPlanId Identifier of an inbound plan.
2435
2355
  * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2436
2356
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse}
2437
2357
  */
2438
- setPackingInformation(inboundPlanId, body) {
2439
- return this.setPackingInformationWithHttpInfo(inboundPlanId, body)
2440
- .then(function(response_and_data) {
2441
- return response_and_data.data;
2442
- });
2443
- }
2444
-
2358
+ setPackingInformation (inboundPlanId, body) {
2359
+ return this.setPackingInformationWithHttpInfo(inboundPlanId, body)
2360
+ .then(function (response_and_data) {
2361
+ return response_and_data.data
2362
+ })
2363
+ }
2445
2364
 
2446
- /**
2365
+ /**
2447
2366
  * 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).
2448
2367
  * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2449
2368
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse} and HTTP response
2450
2369
  */
2451
- setPrepDetailsWithHttpInfo(body) {
2452
- let postBody = body;
2453
-
2454
- // verify the required parameter 'body' is set
2455
- if (body === undefined || body === null) {
2456
- throw new Error("Missing the required parameter 'body' when calling setPrepDetails");
2457
- }
2370
+ setPrepDetailsWithHttpInfo (body) {
2371
+ const postBody = body
2458
2372
 
2373
+ // verify the required parameter 'body' is set
2374
+ if (body === undefined || body === null) {
2375
+ throw new Error("Missing the required parameter 'body' when calling setPrepDetails")
2376
+ }
2459
2377
 
2460
- let pathParams = {
2461
- };
2462
- let queryParams = {
2463
- };
2464
- let headerParams = {
2465
- };
2466
- let formParams = {
2467
- };
2378
+ const pathParams = {
2379
+ }
2380
+ const queryParams = {
2381
+ }
2382
+ const headerParams = {
2383
+ }
2384
+ const formParams = {
2385
+ }
2468
2386
 
2469
- let contentTypes = ['application/json'];
2470
- let accepts = ['application/json'];
2471
- let returnType = SetPrepDetailsResponse;
2387
+ const contentTypes = ['application/json']
2388
+ const accepts = ['application/json']
2389
+ const returnType = SetPrepDetailsResponse
2472
2390
 
2473
- return this.apiClient.callApi( 'FbaInboundApi-setPrepDetails',
2474
- '/inbound/fba/2024-03-20/items/prepDetails', 'POST',
2475
- pathParams, queryParams, headerParams, formParams, postBody,
2476
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-setPrepDetails')
2477
- );
2478
- }
2391
+ return this.apiClient.callApi('FbaInboundApi-setPrepDetails',
2392
+ '/inbound/fba/2024-03-20/items/prepDetails', 'POST',
2393
+ pathParams, queryParams, headerParams, formParams, postBody,
2394
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-setPrepDetails')
2395
+ )
2396
+ }
2479
2397
 
2480
- /**
2398
+ /**
2481
2399
  * 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).
2482
2400
  * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2483
2401
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse}
2484
2402
  */
2485
- setPrepDetails(body) {
2486
- return this.setPrepDetailsWithHttpInfo(body)
2487
- .then(function(response_and_data) {
2488
- return response_and_data.data;
2489
- });
2490
- }
2491
-
2403
+ setPrepDetails (body) {
2404
+ return this.setPrepDetailsWithHttpInfo(body)
2405
+ .then(function (response_and_data) {
2406
+ return response_and_data.data
2407
+ })
2408
+ }
2492
2409
 
2493
- /**
2410
+ /**
2494
2411
  * 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).
2495
2412
  * @param {String} inboundPlanId Identifier of an inbound plan.
2496
2413
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2497
2414
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2498
2415
  */
2499
- updateInboundPlanNameWithHttpInfo(inboundPlanId, body) {
2500
- let postBody = body;
2416
+ updateInboundPlanNameWithHttpInfo (inboundPlanId, body) {
2417
+ const postBody = body
2501
2418
 
2502
- // verify the required parameter 'inboundPlanId' is set
2503
- if (inboundPlanId === undefined || inboundPlanId === null) {
2504
- throw new Error("Missing the required parameter 'inboundPlanId' when calling updateInboundPlanName");
2505
- }
2506
-
2507
- // verify the required parameter 'body' is set
2508
- if (body === undefined || body === null) {
2509
- throw new Error("Missing the required parameter 'body' when calling updateInboundPlanName");
2510
- }
2419
+ // verify the required parameter 'inboundPlanId' is set
2420
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2421
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateInboundPlanName")
2422
+ }
2511
2423
 
2424
+ // verify the required parameter 'body' is set
2425
+ if (body === undefined || body === null) {
2426
+ throw new Error("Missing the required parameter 'body' when calling updateInboundPlanName")
2427
+ }
2512
2428
 
2513
- let pathParams = {
2514
- 'inboundPlanId': inboundPlanId
2515
- };
2516
- let queryParams = {
2517
- };
2518
- let headerParams = {
2519
- };
2520
- let formParams = {
2521
- };
2429
+ const pathParams = {
2430
+ inboundPlanId
2431
+ }
2432
+ const queryParams = {
2433
+ }
2434
+ const headerParams = {
2435
+ }
2436
+ const formParams = {
2437
+ }
2522
2438
 
2523
- let contentTypes = ['application/json'];
2524
- let accepts = ['application/json'];
2525
- let returnType = null;
2439
+ const contentTypes = ['application/json']
2440
+ const accepts = ['application/json']
2441
+ const returnType = null
2526
2442
 
2527
- return this.apiClient.callApi( 'FbaInboundApi-updateInboundPlanName',
2528
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name', 'PUT',
2529
- pathParams, queryParams, headerParams, formParams, postBody,
2530
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateInboundPlanName')
2531
- );
2532
- }
2443
+ return this.apiClient.callApi('FbaInboundApi-updateInboundPlanName',
2444
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name', 'PUT',
2445
+ pathParams, queryParams, headerParams, formParams, postBody,
2446
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateInboundPlanName')
2447
+ )
2448
+ }
2533
2449
 
2534
- /**
2450
+ /**
2535
2451
  * 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).
2536
2452
  * @param {String} inboundPlanId Identifier of an inbound plan.
2537
2453
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2538
2454
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2539
2455
  */
2540
- updateInboundPlanName(inboundPlanId, body) {
2541
- return this.updateInboundPlanNameWithHttpInfo(inboundPlanId, body)
2542
- .then(function(response_and_data) {
2543
- return response_and_data.data;
2544
- });
2545
- }
2546
-
2456
+ updateInboundPlanName (inboundPlanId, body) {
2457
+ return this.updateInboundPlanNameWithHttpInfo(inboundPlanId, body)
2458
+ .then(function (response_and_data) {
2459
+ return response_and_data.data
2460
+ })
2461
+ }
2547
2462
 
2548
- /**
2463
+ /**
2549
2464
  * 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).
2550
2465
  * @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).
2551
2466
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2552
2467
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse} and HTTP response
2553
2468
  */
2554
- updateItemComplianceDetailsWithHttpInfo(marketplaceId, body) {
2555
- let postBody = body;
2469
+ updateItemComplianceDetailsWithHttpInfo (marketplaceId, body) {
2470
+ const postBody = body
2556
2471
 
2557
- // verify the required parameter 'marketplaceId' is set
2558
- if (marketplaceId === undefined || marketplaceId === null) {
2559
- throw new Error("Missing the required parameter 'marketplaceId' when calling updateItemComplianceDetails");
2560
- }
2561
-
2562
- // verify the required parameter 'body' is set
2563
- if (body === undefined || body === null) {
2564
- throw new Error("Missing the required parameter 'body' when calling updateItemComplianceDetails");
2565
- }
2472
+ // verify the required parameter 'marketplaceId' is set
2473
+ if (marketplaceId === undefined || marketplaceId === null) {
2474
+ throw new Error("Missing the required parameter 'marketplaceId' when calling updateItemComplianceDetails")
2475
+ }
2566
2476
 
2477
+ // verify the required parameter 'body' is set
2478
+ if (body === undefined || body === null) {
2479
+ throw new Error("Missing the required parameter 'body' when calling updateItemComplianceDetails")
2480
+ }
2567
2481
 
2568
- let pathParams = {
2569
- };
2570
- let queryParams = {
2571
- 'marketplaceId': marketplaceId
2572
- };
2573
- let headerParams = {
2574
- };
2575
- let formParams = {
2576
- };
2482
+ const pathParams = {
2483
+ }
2484
+ const queryParams = {
2485
+ marketplaceId
2486
+ }
2487
+ const headerParams = {
2488
+ }
2489
+ const formParams = {
2490
+ }
2577
2491
 
2578
- let contentTypes = ['application/json'];
2579
- let accepts = ['application/json'];
2580
- let returnType = UpdateItemComplianceDetailsResponse;
2492
+ const contentTypes = ['application/json']
2493
+ const accepts = ['application/json']
2494
+ const returnType = UpdateItemComplianceDetailsResponse
2581
2495
 
2582
- return this.apiClient.callApi( 'FbaInboundApi-updateItemComplianceDetails',
2583
- '/inbound/fba/2024-03-20/items/compliance', 'PUT',
2584
- pathParams, queryParams, headerParams, formParams, postBody,
2585
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateItemComplianceDetails')
2586
- );
2587
- }
2496
+ return this.apiClient.callApi('FbaInboundApi-updateItemComplianceDetails',
2497
+ '/inbound/fba/2024-03-20/items/compliance', 'PUT',
2498
+ pathParams, queryParams, headerParams, formParams, postBody,
2499
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateItemComplianceDetails')
2500
+ )
2501
+ }
2588
2502
 
2589
- /**
2503
+ /**
2590
2504
  * 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).
2591
2505
  * @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).
2592
2506
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2593
2507
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse}
2594
2508
  */
2595
- updateItemComplianceDetails(marketplaceId, body) {
2596
- return this.updateItemComplianceDetailsWithHttpInfo(marketplaceId, body)
2597
- .then(function(response_and_data) {
2598
- return response_and_data.data;
2599
- });
2600
- }
2601
-
2509
+ updateItemComplianceDetails (marketplaceId, body) {
2510
+ return this.updateItemComplianceDetailsWithHttpInfo(marketplaceId, body)
2511
+ .then(function (response_and_data) {
2512
+ return response_and_data.data
2513
+ })
2514
+ }
2602
2515
 
2603
- /**
2516
+ /**
2604
2517
  * 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).
2605
2518
  * @param {String} inboundPlanId Identifier of an inbound plan.
2606
2519
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2607
2520
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2608
2521
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2609
2522
  */
2610
- updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body) {
2611
- let postBody = body;
2523
+ updateShipmentNameWithHttpInfo (inboundPlanId, shipmentId, body) {
2524
+ const postBody = body
2612
2525
 
2613
- // verify the required parameter 'inboundPlanId' is set
2614
- if (inboundPlanId === undefined || inboundPlanId === null) {
2615
- throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentName");
2616
- }
2617
-
2618
- // verify the required parameter 'shipmentId' is set
2619
- if (shipmentId === undefined || shipmentId === null) {
2620
- throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentName");
2621
- }
2526
+ // verify the required parameter 'inboundPlanId' is set
2527
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2528
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentName")
2529
+ }
2622
2530
 
2623
- // verify the required parameter 'body' is set
2624
- if (body === undefined || body === null) {
2625
- throw new Error("Missing the required parameter 'body' when calling updateShipmentName");
2626
- }
2531
+ // verify the required parameter 'shipmentId' is set
2532
+ if (shipmentId === undefined || shipmentId === null) {
2533
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentName")
2534
+ }
2627
2535
 
2536
+ // verify the required parameter 'body' is set
2537
+ if (body === undefined || body === null) {
2538
+ throw new Error("Missing the required parameter 'body' when calling updateShipmentName")
2539
+ }
2628
2540
 
2629
- let pathParams = {
2630
- 'inboundPlanId': inboundPlanId,
2631
- 'shipmentId': shipmentId
2632
- };
2633
- let queryParams = {
2634
- };
2635
- let headerParams = {
2636
- };
2637
- let formParams = {
2638
- };
2541
+ const pathParams = {
2542
+ inboundPlanId,
2543
+ shipmentId
2544
+ }
2545
+ const queryParams = {
2546
+ }
2547
+ const headerParams = {
2548
+ }
2549
+ const formParams = {
2550
+ }
2639
2551
 
2640
- let contentTypes = ['application/json'];
2641
- let accepts = ['application/json'];
2642
- let returnType = null;
2552
+ const contentTypes = ['application/json']
2553
+ const accepts = ['application/json']
2554
+ const returnType = null
2643
2555
 
2644
- return this.apiClient.callApi( 'FbaInboundApi-updateShipmentName',
2645
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name', 'PUT',
2646
- pathParams, queryParams, headerParams, formParams, postBody,
2647
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateShipmentName')
2648
- );
2649
- }
2556
+ return this.apiClient.callApi('FbaInboundApi-updateShipmentName',
2557
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name', 'PUT',
2558
+ pathParams, queryParams, headerParams, formParams, postBody,
2559
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateShipmentName')
2560
+ )
2561
+ }
2650
2562
 
2651
- /**
2563
+ /**
2652
2564
  * 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).
2653
2565
  * @param {String} inboundPlanId Identifier of an inbound plan.
2654
2566
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2655
2567
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2656
2568
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2657
2569
  */
2658
- updateShipmentName(inboundPlanId, shipmentId, body) {
2659
- return this.updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body)
2660
- .then(function(response_and_data) {
2661
- return response_and_data.data;
2662
- });
2663
- }
2664
-
2570
+ updateShipmentName (inboundPlanId, shipmentId, body) {
2571
+ return this.updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body)
2572
+ .then(function (response_and_data) {
2573
+ return response_and_data.data
2574
+ })
2575
+ }
2665
2576
 
2666
- /**
2577
+ /**
2667
2578
  * 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).
2668
2579
  * @param {String} inboundPlanId Identifier of an inbound plan.
2669
2580
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2670
2581
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2671
2582
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse} and HTTP response
2672
2583
  */
2673
- updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body) {
2674
- let postBody = body;
2584
+ updateShipmentSourceAddressWithHttpInfo (inboundPlanId, shipmentId, body) {
2585
+ const postBody = body
2675
2586
 
2676
- // verify the required parameter 'inboundPlanId' is set
2677
- if (inboundPlanId === undefined || inboundPlanId === null) {
2678
- throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentSourceAddress");
2679
- }
2587
+ // verify the required parameter 'inboundPlanId' is set
2588
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2589
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentSourceAddress")
2590
+ }
2680
2591
 
2681
- // verify the required parameter 'shipmentId' is set
2682
- if (shipmentId === undefined || shipmentId === null) {
2683
- throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentSourceAddress");
2684
- }
2592
+ // verify the required parameter 'shipmentId' is set
2593
+ if (shipmentId === undefined || shipmentId === null) {
2594
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentSourceAddress")
2595
+ }
2685
2596
 
2686
- // verify the required parameter 'body' is set
2687
- if (body === undefined || body === null) {
2688
- throw new Error("Missing the required parameter 'body' when calling updateShipmentSourceAddress");
2689
- }
2597
+ // verify the required parameter 'body' is set
2598
+ if (body === undefined || body === null) {
2599
+ throw new Error("Missing the required parameter 'body' when calling updateShipmentSourceAddress")
2600
+ }
2690
2601
 
2602
+ const pathParams = {
2603
+ inboundPlanId,
2604
+ shipmentId
2605
+ }
2606
+ const queryParams = {
2607
+ }
2608
+ const headerParams = {
2609
+ }
2610
+ const formParams = {
2611
+ }
2691
2612
 
2692
- let pathParams = {
2693
- 'inboundPlanId': inboundPlanId,
2694
- 'shipmentId': shipmentId
2695
- };
2696
- let queryParams = {
2697
- };
2698
- let headerParams = {
2699
- };
2700
- let formParams = {
2701
- };
2613
+ const contentTypes = ['application/json']
2614
+ const accepts = ['application/json']
2615
+ const returnType = UpdateShipmentSourceAddressResponse
2702
2616
 
2703
- let contentTypes = ['application/json'];
2704
- let accepts = ['application/json'];
2705
- let returnType = UpdateShipmentSourceAddressResponse;
2617
+ return this.apiClient.callApi('FbaInboundApi-updateShipmentSourceAddress',
2618
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress', 'PUT',
2619
+ pathParams, queryParams, headerParams, formParams, postBody,
2620
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateShipmentSourceAddress')
2621
+ )
2622
+ }
2706
2623
 
2707
- return this.apiClient.callApi( 'FbaInboundApi-updateShipmentSourceAddress',
2708
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress', 'PUT',
2709
- pathParams, queryParams, headerParams, formParams, postBody,
2710
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateShipmentSourceAddress')
2711
- );
2712
- }
2713
-
2714
- /**
2624
+ /**
2715
2625
  * 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).
2716
2626
  * @param {String} inboundPlanId Identifier of an inbound plan.
2717
2627
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2718
2628
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2719
2629
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse}
2720
2630
  */
2721
- updateShipmentSourceAddress(inboundPlanId, shipmentId, body) {
2722
- return this.updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body)
2723
- .then(function(response_and_data) {
2724
- return response_and_data.data;
2725
- });
2726
- }
2631
+ updateShipmentSourceAddress (inboundPlanId, shipmentId, body) {
2632
+ return this.updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body)
2633
+ .then(function (response_and_data) {
2634
+ return response_and_data.data
2635
+ })
2636
+ }
2727
2637
 
2728
-
2729
- /**
2638
+ /**
2730
2639
  * 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).
2731
2640
  * @param {String} inboundPlanId Identifier of an inbound plan.
2732
2641
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2733
2642
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2734
2643
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse} and HTTP response
2735
2644
  */
2736
- updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body) {
2737
- let postBody = body;
2738
-
2739
- // verify the required parameter 'inboundPlanId' is set
2740
- if (inboundPlanId === undefined || inboundPlanId === null) {
2741
- throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentTrackingDetails");
2742
- }
2645
+ updateShipmentTrackingDetailsWithHttpInfo (inboundPlanId, shipmentId, body) {
2646
+ const postBody = body
2743
2647
 
2744
- // verify the required parameter 'shipmentId' is set
2745
- if (shipmentId === undefined || shipmentId === null) {
2746
- throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentTrackingDetails");
2747
- }
2648
+ // verify the required parameter 'inboundPlanId' is set
2649
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2650
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentTrackingDetails")
2651
+ }
2748
2652
 
2749
- // verify the required parameter 'body' is set
2750
- if (body === undefined || body === null) {
2751
- throw new Error("Missing the required parameter 'body' when calling updateShipmentTrackingDetails");
2752
- }
2653
+ // verify the required parameter 'shipmentId' is set
2654
+ if (shipmentId === undefined || shipmentId === null) {
2655
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentTrackingDetails")
2656
+ }
2753
2657
 
2658
+ // verify the required parameter 'body' is set
2659
+ if (body === undefined || body === null) {
2660
+ throw new Error("Missing the required parameter 'body' when calling updateShipmentTrackingDetails")
2661
+ }
2754
2662
 
2755
- let pathParams = {
2756
- 'inboundPlanId': inboundPlanId,
2757
- 'shipmentId': shipmentId
2758
- };
2759
- let queryParams = {
2760
- };
2761
- let headerParams = {
2762
- };
2763
- let formParams = {
2764
- };
2663
+ const pathParams = {
2664
+ inboundPlanId,
2665
+ shipmentId
2666
+ }
2667
+ const queryParams = {
2668
+ }
2669
+ const headerParams = {
2670
+ }
2671
+ const formParams = {
2672
+ }
2765
2673
 
2766
- let contentTypes = ['application/json'];
2767
- let accepts = ['application/json'];
2768
- let returnType = UpdateShipmentTrackingDetailsResponse;
2674
+ const contentTypes = ['application/json']
2675
+ const accepts = ['application/json']
2676
+ const returnType = UpdateShipmentTrackingDetailsResponse
2769
2677
 
2770
- return this.apiClient.callApi( 'FbaInboundApi-updateShipmentTrackingDetails',
2771
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails', 'PUT',
2772
- pathParams, queryParams, headerParams, formParams, postBody,
2773
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateShipmentTrackingDetails')
2774
- );
2775
- }
2678
+ return this.apiClient.callApi('FbaInboundApi-updateShipmentTrackingDetails',
2679
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails', 'PUT',
2680
+ pathParams, queryParams, headerParams, formParams, postBody,
2681
+ contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateShipmentTrackingDetails')
2682
+ )
2683
+ }
2776
2684
 
2777
- /**
2685
+ /**
2778
2686
  * 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).
2779
2687
  * @param {String} inboundPlanId Identifier of an inbound plan.
2780
2688
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2781
2689
  * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2782
2690
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse}
2783
2691
  */
2784
- updateShipmentTrackingDetails(inboundPlanId, shipmentId, body) {
2785
- return this.updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body)
2786
- .then(function(response_and_data) {
2787
- return response_and_data.data;
2788
- });
2789
- }
2790
-
2791
-
2692
+ updateShipmentTrackingDetails (inboundPlanId, shipmentId, body) {
2693
+ return this.updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body)
2694
+ .then(function (response_and_data) {
2695
+ return response_and_data.data
2696
+ })
2697
+ }
2792
2698
  }