@amazon-sp-api-release/amazon-sp-api-sdk-js 1.2.0 → 1.4.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 (1579) hide show
  1. package/README.md +2 -2
  2. package/helper/DefaultRateLimitMap.mjs +15 -7
  3. package/index.js +2 -0
  4. package/package.json +1 -1
  5. package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +39 -39
  6. package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +7 -4
  7. package/src/apluscontent_v2020_11_01/model/AplusResponse.js +4 -3
  8. package/src/apluscontent_v2020_11_01/model/AsinBadge.js +2 -2
  9. package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +10 -4
  10. package/src/apluscontent_v2020_11_01/model/ColorType.js +2 -2
  11. package/src/apluscontent_v2020_11_01/model/ContentBadge.js +2 -2
  12. package/src/apluscontent_v2020_11_01/model/ContentDocument.js +11 -6
  13. package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +11 -6
  14. package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +6 -4
  15. package/src/apluscontent_v2020_11_01/model/ContentModule.js +35 -19
  16. package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +2 -2
  17. package/src/apluscontent_v2020_11_01/model/ContentRecord.js +7 -4
  18. package/src/apluscontent_v2020_11_01/model/ContentStatus.js +2 -2
  19. package/src/apluscontent_v2020_11_01/model/ContentType.js +2 -2
  20. package/src/apluscontent_v2020_11_01/model/Decorator.js +7 -3
  21. package/src/apluscontent_v2020_11_01/model/DecoratorType.js +2 -2
  22. package/src/apluscontent_v2020_11_01/model/Error.js +5 -2
  23. package/src/apluscontent_v2020_11_01/model/ErrorList.js +5 -4
  24. package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +9 -6
  25. package/src/apluscontent_v2020_11_01/model/ImageComponent.js +7 -4
  26. package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +7 -5
  27. package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +8 -6
  28. package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +8 -6
  29. package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +4 -2
  30. package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +11 -6
  31. package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +5 -4
  32. package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +4 -2
  33. package/src/apluscontent_v2020_11_01/model/PositionType.js +2 -2
  34. package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +6 -4
  35. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +5 -4
  36. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +6 -4
  37. package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +5 -4
  38. package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +7 -4
  39. package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +6 -4
  40. package/src/apluscontent_v2020_11_01/model/PublishRecord.js +10 -4
  41. package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +11 -6
  42. package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +11 -6
  43. package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +5 -4
  44. package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +10 -4
  45. package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +6 -4
  46. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +12 -7
  47. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +14 -10
  48. package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +6 -4
  49. package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +6 -4
  50. package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +6 -4
  51. package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +14 -8
  52. package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +8 -5
  53. package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +6 -4
  54. package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +7 -5
  55. package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +4 -3
  56. package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +5 -4
  57. package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +14 -8
  58. package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +18 -10
  59. package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +7 -5
  60. package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +8 -5
  61. package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +6 -4
  62. package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +5 -4
  63. package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +7 -5
  64. package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +6 -4
  65. package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +10 -6
  66. package/src/apluscontent_v2020_11_01/model/TextComponent.js +5 -3
  67. package/src/apluscontent_v2020_11_01/model/TextItem.js +6 -4
  68. package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +11 -7
  69. package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +15 -15
  70. package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +7 -4
  71. package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +3 -2
  72. package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +6 -4
  73. package/src/appintegrations_v2024_04_01/model/Error.js +5 -2
  74. package/src/appintegrations_v2024_04_01/model/ErrorList.js +5 -4
  75. package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +5 -4
  76. package/src/applications_v2023_11_30/api/ApplicationsApi.js +5 -5
  77. package/src/applications_v2023_11_30/model/Error.js +5 -2
  78. package/src/applications_v2023_11_30/model/ErrorList.js +5 -4
  79. package/src/awd_v2024_05_09/api/AwdApi.js +49 -49
  80. package/src/awd_v2024_05_09/model/Address.js +13 -2
  81. package/src/awd_v2024_05_09/model/CarrierCode.js +5 -3
  82. package/src/awd_v2024_05_09/model/CarrierCodeType.js +2 -2
  83. package/src/awd_v2024_05_09/model/DestinationDetails.js +6 -3
  84. package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +2 -2
  85. package/src/awd_v2024_05_09/model/DistributionPackage.js +11 -8
  86. package/src/awd_v2024_05_09/model/DistributionPackageContents.js +6 -4
  87. package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +6 -4
  88. package/src/awd_v2024_05_09/model/DistributionPackageType.js +2 -2
  89. package/src/awd_v2024_05_09/model/Error.js +5 -2
  90. package/src/awd_v2024_05_09/model/ErrorList.js +5 -4
  91. package/src/awd_v2024_05_09/model/ExpirationDetails.js +4 -2
  92. package/src/awd_v2024_05_09/model/InboundEligibility.js +11 -7
  93. package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +2 -2
  94. package/src/awd_v2024_05_09/model/InboundOrder.js +19 -10
  95. package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +11 -7
  96. package/src/awd_v2024_05_09/model/InboundOrderReference.js +3 -2
  97. package/src/awd_v2024_05_09/model/InboundPackages.js +5 -4
  98. package/src/awd_v2024_05_09/model/InboundPreferences.js +3 -2
  99. package/src/awd_v2024_05_09/model/InboundShipment.js +29 -13
  100. package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +2 -2
  101. package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +10 -4
  102. package/src/awd_v2024_05_09/model/InboundStatus.js +2 -2
  103. package/src/awd_v2024_05_09/model/InventoryDetails.js +5 -2
  104. package/src/awd_v2024_05_09/model/InventoryListing.js +6 -4
  105. package/src/awd_v2024_05_09/model/InventoryQuantity.js +6 -4
  106. package/src/awd_v2024_05_09/model/InventorySummary.js +9 -4
  107. package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +2 -2
  108. package/src/awd_v2024_05_09/model/LabelOwner.js +2 -2
  109. package/src/awd_v2024_05_09/model/LabelStatus.js +2 -2
  110. package/src/awd_v2024_05_09/model/MeasurementData.js +9 -6
  111. package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +4 -2
  112. package/src/awd_v2024_05_09/model/PackageDimensions.js +8 -4
  113. package/src/awd_v2024_05_09/model/PackageVolume.js +6 -4
  114. package/src/awd_v2024_05_09/model/PackageWeight.js +6 -4
  115. package/src/awd_v2024_05_09/model/PrepCategory.js +2 -2
  116. package/src/awd_v2024_05_09/model/PrepDetails.js +10 -6
  117. package/src/awd_v2024_05_09/model/PrepInstruction.js +5 -3
  118. package/src/awd_v2024_05_09/model/PrepOwner.js +2 -2
  119. package/src/awd_v2024_05_09/model/ProductAttribute.js +4 -2
  120. package/src/awd_v2024_05_09/model/ProductQuantity.js +9 -4
  121. package/src/awd_v2024_05_09/model/ShipmentLabels.js +6 -4
  122. package/src/awd_v2024_05_09/model/ShipmentListing.js +5 -3
  123. package/src/awd_v2024_05_09/model/SkuEligibility.js +10 -7
  124. package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +4 -2
  125. package/src/awd_v2024_05_09/model/SkuQuantity.js +8 -5
  126. package/src/awd_v2024_05_09/model/TrackingDetails.js +5 -3
  127. package/src/awd_v2024_05_09/model/TransportationDetails.js +5 -4
  128. package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +2 -2
  129. package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +2 -2
  130. package/src/catalogitems_v2022_04_01/api/CatalogApi.js +29 -29
  131. package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +4 -2
  132. package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +5 -2
  133. package/src/catalogitems_v2022_04_01/model/Dimension.js +4 -2
  134. package/src/catalogitems_v2022_04_01/model/Dimensions.js +10 -6
  135. package/src/catalogitems_v2022_04_01/model/Error.js +5 -2
  136. package/src/catalogitems_v2022_04_01/model/ErrorList.js +5 -4
  137. package/src/catalogitems_v2022_04_01/model/Item.js +24 -13
  138. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +6 -3
  139. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +5 -3
  140. package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +6 -2
  141. package/src/catalogitems_v2022_04_01/model/ItemContributor.js +6 -4
  142. package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +4 -2
  143. package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +7 -4
  144. package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +6 -2
  145. package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +4 -2
  146. package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +6 -4
  147. package/src/catalogitems_v2022_04_01/model/ItemImage.js +8 -4
  148. package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +6 -4
  149. package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +4 -2
  150. package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +11 -7
  151. package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +6 -4
  152. package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +7 -4
  153. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +12 -8
  154. package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +25 -5
  155. package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +5 -3
  156. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +13 -5
  157. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +4 -2
  158. package/src/catalogitems_v2022_04_01/model/Pagination.js +4 -2
  159. package/src/catalogitems_v2022_04_01/model/Refinements.js +8 -6
  160. package/src/customerFeedback_2024_06_01/ApiClient.js +827 -0
  161. package/src/customerFeedback_2024_06_01/api/CustomerFeedbackApi.js +470 -0
  162. package/src/customerFeedback_2024_06_01/index.js +308 -0
  163. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllOccurrence.js +75 -0
  164. package/src/customerFeedback_2024_06_01/model/BrowseNodeAllStarRatingImpact.js +75 -0
  165. package/src/customerFeedback_2024_06_01/model/BrowseNodeOccurrence.js +65 -0
  166. package/src/customerFeedback_2024_06_01/model/BrowseNodeResponse.js +75 -0
  167. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopics.js +75 -0
  168. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTopicsResponse.js +116 -0
  169. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrend.js +76 -0
  170. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendPoint.js +75 -0
  171. package/src/customerFeedback_2024_06_01/model/BrowseNodeReturnTrendsResponse.js +116 -0
  172. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewSubtopicMetrics.js +65 -0
  173. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopic.js +92 -0
  174. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicMetrics.js +71 -0
  175. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopics.js +72 -0
  176. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTopicsResponse.js +115 -0
  177. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrend.js +76 -0
  178. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendMetrics.js +65 -0
  179. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendPoint.js +75 -0
  180. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrends.js +72 -0
  181. package/src/customerFeedback_2024_06_01/model/BrowseNodeReviewTrendsResponse.js +115 -0
  182. package/src/customerFeedback_2024_06_01/model/BrowseNodeStarRatingImpact.js +65 -0
  183. package/src/customerFeedback_2024_06_01/model/BrowseNodeSubtopic.js +83 -0
  184. package/src/customerFeedback_2024_06_01/model/BrowseNodeTrendMetrics.js +65 -0
  185. package/src/customerFeedback_2024_06_01/model/ChildAsinMentionMetrics.js +75 -0
  186. package/src/customerFeedback_2024_06_01/model/ChildAsinMetrics.js +70 -0
  187. package/src/customerFeedback_2024_06_01/model/DateRange.js +75 -0
  188. package/src/customerFeedback_2024_06_01/model/Error.js +83 -0
  189. package/src/customerFeedback_2024_06_01/model/ErrorList.js +66 -0
  190. package/src/customerFeedback_2024_06_01/model/ItemReviewBrowseNodeMetrics.js +71 -0
  191. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopic.js +83 -0
  192. package/src/customerFeedback_2024_06_01/model/ItemReviewSubtopicMetrics.js +75 -0
  193. package/src/customerFeedback_2024_06_01/model/ItemReviewTopic.js +115 -0
  194. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicMetrics.js +79 -0
  195. package/src/customerFeedback_2024_06_01/model/ItemReviewTopics.js +72 -0
  196. package/src/customerFeedback_2024_06_01/model/ItemReviewTopicsResponse.js +115 -0
  197. package/src/customerFeedback_2024_06_01/model/ItemReviewTrend.js +76 -0
  198. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendPoint.js +90 -0
  199. package/src/customerFeedback_2024_06_01/model/ItemReviewTrends.js +72 -0
  200. package/src/customerFeedback_2024_06_01/model/ItemReviewTrendsResponse.js +115 -0
  201. package/src/customerFeedback_2024_06_01/model/ReviewTrendMetrics.js +65 -0
  202. package/src/datakiosk_v2023_11_15/api/QueriesApi.js +17 -17
  203. package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +3 -2
  204. package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +4 -2
  205. package/src/datakiosk_v2023_11_15/model/Error.js +5 -2
  206. package/src/datakiosk_v2023_11_15/model/ErrorList.js +5 -4
  207. package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +4 -2
  208. package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +7 -5
  209. package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +3 -2
  210. package/src/datakiosk_v2023_11_15/model/Query.js +14 -5
  211. package/src/datakiosk_v2023_11_15/model/QueryPagination.js +3 -2
  212. package/src/easyship_v2022_03_23/api/EasyShipApi.js +21 -21
  213. package/src/easyship_v2022_03_23/model/Code.js +2 -2
  214. package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +7 -4
  215. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +9 -6
  216. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +7 -4
  217. package/src/easyship_v2022_03_23/model/Dimensions.js +8 -3
  218. package/src/easyship_v2022_03_23/model/Error.js +5 -2
  219. package/src/easyship_v2022_03_23/model/ErrorList.js +5 -4
  220. package/src/easyship_v2022_03_23/model/HandoverMethod.js +2 -2
  221. package/src/easyship_v2022_03_23/model/InvoiceData.js +4 -2
  222. package/src/easyship_v2022_03_23/model/Item.js +5 -3
  223. package/src/easyship_v2022_03_23/model/LabelFormat.js +2 -2
  224. package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +10 -6
  225. package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +6 -4
  226. package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +5 -3
  227. package/src/easyship_v2022_03_23/model/Package.js +23 -14
  228. package/src/easyship_v2022_03_23/model/PackageDetails.js +8 -5
  229. package/src/easyship_v2022_03_23/model/PackageStatus.js +2 -2
  230. package/src/easyship_v2022_03_23/model/Packages.js +5 -4
  231. package/src/easyship_v2022_03_23/model/RejectedOrder.js +5 -3
  232. package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +4 -2
  233. package/src/easyship_v2022_03_23/model/TimeSlot.js +7 -3
  234. package/src/easyship_v2022_03_23/model/TrackingDetails.js +3 -2
  235. package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
  236. package/src/easyship_v2022_03_23/model/UnitOfWeight.js +2 -2
  237. package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +8 -6
  238. package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +6 -4
  239. package/src/easyship_v2022_03_23/model/Weight.js +5 -3
  240. package/src/fbaeligibility_v1/api/FbaInboundApi.js +9 -9
  241. package/src/fbaeligibility_v1/model/Error.js +5 -2
  242. package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +6 -4
  243. package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +10 -5
  244. package/src/fbainventory_v1/api/FbaInventoryApi.js +21 -21
  245. package/src/fbainventory_v1/model/AddInventoryRequest.js +4 -3
  246. package/src/fbainventory_v1/model/AddInventoryResponse.js +4 -3
  247. package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +5 -2
  248. package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +4 -3
  249. package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +4 -3
  250. package/src/fbainventory_v1/model/Error.js +5 -2
  251. package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +8 -5
  252. package/src/fbainventory_v1/model/GetInventorySummariesResult.js +8 -6
  253. package/src/fbainventory_v1/model/Granularity.js +4 -2
  254. package/src/fbainventory_v1/model/InventoryDetails.js +12 -5
  255. package/src/fbainventory_v1/model/InventoryItem.js +5 -2
  256. package/src/fbainventory_v1/model/InventorySummary.js +13 -4
  257. package/src/fbainventory_v1/model/Pagination.js +3 -2
  258. package/src/fbainventory_v1/model/ResearchingQuantity.js +5 -3
  259. package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +6 -4
  260. package/src/fbainventory_v1/model/ReservedQuantity.js +6 -2
  261. package/src/fbainventory_v1/model/UnfulfillableQuantity.js +9 -2
  262. package/src/feeds_v2021_06_30/api/FeedsApi.js +31 -31
  263. package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +4 -2
  264. package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +3 -2
  265. package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +3 -2
  266. package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +9 -5
  267. package/src/feeds_v2021_06_30/model/Error.js +5 -2
  268. package/src/feeds_v2021_06_30/model/ErrorList.js +5 -4
  269. package/src/feeds_v2021_06_30/model/Feed.js +13 -5
  270. package/src/feeds_v2021_06_30/model/FeedDocument.js +6 -3
  271. package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +6 -4
  272. package/src/finances_2024_06_19/ApiClient.js +827 -0
  273. package/src/finances_2024_06_19/api/DefaultApi.js +125 -0
  274. package/src/finances_2024_06_19/index.js +168 -0
  275. package/src/finances_2024_06_19/model/AmazonPayContext.js +79 -0
  276. package/src/finances_2024_06_19/model/Breakdown.js +79 -0
  277. package/src/finances_2024_06_19/model/BusinessContext.js +77 -0
  278. package/src/finances_2024_06_19/model/Context.js +340 -0
  279. package/src/finances_2024_06_19/model/Currency.js +71 -0
  280. package/src/finances_2024_06_19/model/DeferredContext.js +71 -0
  281. package/src/finances_2024_06_19/model/Error.js +83 -0
  282. package/src/finances_2024_06_19/model/ErrorList.js +66 -0
  283. package/src/finances_2024_06_19/model/Item.js +98 -0
  284. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +103 -0
  285. package/src/finances_2024_06_19/model/ListTransactionsResponse.js +63 -0
  286. package/src/finances_2024_06_19/model/MarketplaceDetails.js +71 -0
  287. package/src/finances_2024_06_19/model/PaymentsContext.js +87 -0
  288. package/src/finances_2024_06_19/model/ProductContext.js +87 -0
  289. package/src/finances_2024_06_19/model/RelatedIdentifier.js +139 -0
  290. package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +79 -0
  291. package/src/finances_2024_06_19/model/TimeRangeContext.js +71 -0
  292. package/src/finances_2024_06_19/model/Transaction.js +155 -0
  293. package/src/finances_2024_06_19/model/TransactionsPayload.js +72 -0
  294. package/src/finances_v0/api/DefaultApi.js +11 -11
  295. package/src/finances_v0/model/AdhocDisbursementEvent.js +7 -3
  296. package/src/finances_v0/model/AdjustmentEvent.js +9 -4
  297. package/src/finances_v0/model/AdjustmentItem.js +12 -4
  298. package/src/finances_v0/model/AffordabilityExpenseEvent.js +19 -10
  299. package/src/finances_v0/model/CapacityReservationBillingEvent.js +7 -3
  300. package/src/finances_v0/model/ChargeComponent.js +5 -3
  301. package/src/finances_v0/model/ChargeInstrument.js +6 -3
  302. package/src/finances_v0/model/ChargeRefundEvent.js +7 -3
  303. package/src/finances_v0/model/ChargeRefundTransaction.js +5 -3
  304. package/src/finances_v0/model/CouponPaymentEvent.js +13 -5
  305. package/src/finances_v0/model/Currency.js +4 -2
  306. package/src/finances_v0/model/DebtRecoveryEvent.js +11 -6
  307. package/src/finances_v0/model/DebtRecoveryItem.js +8 -4
  308. package/src/finances_v0/model/DirectPayment.js +5 -3
  309. package/src/finances_v0/model/Error.js +5 -2
  310. package/src/finances_v0/model/FBALiquidationEvent.js +8 -4
  311. package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +10 -3
  312. package/src/finances_v0/model/FeeComponent.js +5 -3
  313. package/src/finances_v0/model/FinancialEventGroup.js +16 -5
  314. package/src/finances_v0/model/FinancialEvents.js +68 -35
  315. package/src/finances_v0/model/ImagingServicesFeeEvent.js +7 -3
  316. package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +5 -3
  317. package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +6 -4
  318. package/src/finances_v0/model/ListFinancialEventsPayload.js +5 -3
  319. package/src/finances_v0/model/ListFinancialEventsResponse.js +6 -4
  320. package/src/finances_v0/model/LoanServicingEvent.js +5 -3
  321. package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +12 -4
  322. package/src/finances_v0/model/PayWithAmazonEvent.js +14 -4
  323. package/src/finances_v0/model/ProductAdsPaymentEvent.js +11 -5
  324. package/src/finances_v0/model/Promotion.js +6 -3
  325. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +9 -3
  326. package/src/finances_v0/model/RemovalShipmentEvent.js +9 -3
  327. package/src/finances_v0/model/RemovalShipmentItem.js +14 -6
  328. package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +12 -5
  329. package/src/finances_v0/model/RentalTransactionEvent.js +17 -7
  330. package/src/finances_v0/model/RetrochargeEvent.js +12 -5
  331. package/src/finances_v0/model/SAFETReimbursementEvent.js +9 -4
  332. package/src/finances_v0/model/SAFETReimbursementItem.js +6 -3
  333. package/src/finances_v0/model/SellerDealPaymentEvent.js +13 -5
  334. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +11 -5
  335. package/src/finances_v0/model/ServiceFeeEvent.js +11 -3
  336. package/src/finances_v0/model/ShipmentEvent.js +25 -11
  337. package/src/finances_v0/model/ShipmentItem.js +24 -11
  338. package/src/finances_v0/model/SolutionProviderCreditEvent.js +13 -3
  339. package/src/finances_v0/model/TDSReimbursementEvent.js +6 -3
  340. package/src/finances_v0/model/TaxWithheldComponent.js +5 -3
  341. package/src/finances_v0/model/TaxWithholdingEvent.js +9 -5
  342. package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -2
  343. package/src/finances_v0/model/TrialShipmentEvent.js +8 -3
  344. package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +7 -3
  345. package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +33 -33
  346. package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +9 -5
  347. package/src/fulfillmentinbound_v0/model/Address.js +10 -2
  348. package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +6 -4
  349. package/src/fulfillmentinbound_v0/model/Amount.js +6 -4
  350. package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +2 -2
  351. package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +3 -2
  352. package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +7 -4
  353. package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +2 -2
  354. package/src/fulfillmentinbound_v0/model/CurrencyCode.js +2 -2
  355. package/src/fulfillmentinbound_v0/model/Error.js +5 -2
  356. package/src/fulfillmentinbound_v0/model/ErrorReason.js +2 -2
  357. package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +6 -4
  358. package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +6 -4
  359. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +6 -4
  360. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +10 -6
  361. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +6 -4
  362. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +5 -3
  363. package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +6 -4
  364. package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +5 -3
  365. package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +18 -8
  366. package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +11 -3
  367. package/src/fulfillmentinbound_v0/model/InvalidASIN.js +5 -3
  368. package/src/fulfillmentinbound_v0/model/InvalidSKU.js +5 -3
  369. package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +3 -2
  370. package/src/fulfillmentinbound_v0/model/LabelPrepType.js +2 -2
  371. package/src/fulfillmentinbound_v0/model/PrepDetails.js +8 -6
  372. package/src/fulfillmentinbound_v0/model/PrepGuidance.js +2 -2
  373. package/src/fulfillmentinbound_v0/model/PrepInstruction.js +2 -2
  374. package/src/fulfillmentinbound_v0/model/PrepOwner.js +2 -2
  375. package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +12 -6
  376. package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +2 -2
  377. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +135 -135
  378. package/src/fulfillmentinbound_v2024_03_20/model/Address.js +12 -2
  379. package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +12 -2
  380. package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +2 -2
  381. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +6 -4
  382. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +4 -2
  383. package/src/fulfillmentinbound_v2024_03_20/model/Box.js +18 -7
  384. package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +2 -2
  385. package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +14 -9
  386. package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +5 -4
  387. package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +15 -9
  388. package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +3 -2
  389. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +4 -3
  390. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +3 -2
  391. package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +4 -2
  392. package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +4 -2
  393. package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +7 -3
  394. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +3 -2
  395. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +3 -2
  396. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +3 -2
  397. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +3 -2
  398. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +5 -4
  399. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +3 -2
  400. package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +5 -2
  401. package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +10 -6
  402. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +12 -8
  403. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +4 -2
  404. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +14 -7
  405. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +5 -4
  406. package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +4 -2
  407. package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +6 -4
  408. package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +4 -3
  409. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +7 -2
  410. package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +8 -4
  411. package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +5 -2
  412. package/src/fulfillmentinbound_v2024_03_20/model/Error.js +5 -2
  413. package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +5 -4
  414. package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +5 -3
  415. package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +3 -2
  416. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +3 -2
  417. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +4 -3
  418. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +3 -2
  419. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +4 -2
  420. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +3 -2
  421. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +8 -6
  422. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +3 -2
  423. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +6 -4
  424. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +3 -2
  425. package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +5 -4
  426. package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +7 -5
  427. package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +10 -6
  428. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +19 -9
  429. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +13 -6
  430. package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +8 -4
  431. package/src/fulfillmentinbound_v2024_03_20/model/Item.js +12 -4
  432. package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +12 -6
  433. package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +2 -2
  434. package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +2 -2
  435. package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +2 -2
  436. package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +7 -5
  437. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +7 -5
  438. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +7 -5
  439. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +7 -5
  440. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +6 -4
  441. package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +4 -3
  442. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +7 -5
  443. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +7 -5
  444. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +7 -5
  445. package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +7 -5
  446. package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +5 -4
  447. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +7 -5
  448. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +7 -5
  449. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +7 -5
  450. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +7 -5
  451. package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +7 -5
  452. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +5 -3
  453. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +6 -4
  454. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +15 -9
  455. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +9 -6
  456. package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +4 -2
  457. package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +6 -2
  458. package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +2 -2
  459. package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +2 -2
  460. package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +7 -4
  461. package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +8 -5
  462. package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +20 -12
  463. package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +4 -2
  464. package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +3 -2
  465. package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +10 -5
  466. package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +9 -5
  467. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +14 -8
  468. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +4 -2
  469. package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +2 -2
  470. package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +6 -3
  471. package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +2 -2
  472. package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +2 -2
  473. package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +7 -4
  474. package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +2 -2
  475. package/src/fulfillmentinbound_v2024_03_20/model/Region.js +5 -2
  476. package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +6 -4
  477. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +4 -3
  478. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +5 -4
  479. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +7 -2
  480. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +6 -3
  481. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +5 -3
  482. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +5 -4
  483. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +3 -2
  484. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +6 -4
  485. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +3 -2
  486. package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +27 -12
  487. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +6 -3
  488. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +5 -3
  489. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +4 -2
  490. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +12 -7
  491. package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +4 -2
  492. package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +6 -4
  493. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +4 -3
  494. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +5 -4
  495. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +5 -2
  496. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +4 -2
  497. package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +2 -2
  498. package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +7 -4
  499. package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +5 -2
  500. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +6 -4
  501. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +6 -4
  502. package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +16 -8
  503. package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +6 -3
  504. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +2 -2
  505. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +2 -2
  506. package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +3 -2
  507. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +6 -4
  508. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +3 -2
  509. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +3 -2
  510. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +5 -4
  511. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +3 -2
  512. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +5 -4
  513. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +3 -2
  514. package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +6 -4
  515. package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +7 -4
  516. package/src/fulfillmentinbound_v2024_03_20/model/Window.js +5 -2
  517. package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +3 -2
  518. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +43 -43
  519. package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +2 -2
  520. package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +12 -2
  521. package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +6 -4
  522. package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +11 -6
  523. package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +4 -3
  524. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +14 -5
  525. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +33 -16
  526. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +4 -3
  527. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +5 -4
  528. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +6 -4
  529. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +8 -5
  530. package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +7 -2
  531. package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +2 -2
  532. package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +4 -2
  533. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +4 -2
  534. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +6 -4
  535. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +4 -2
  536. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +7 -4
  537. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +4 -3
  538. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +5 -3
  539. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +4 -2
  540. package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +5 -3
  541. package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +7 -5
  542. package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +5 -2
  543. package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +2 -2
  544. package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +5 -2
  545. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +5 -3
  546. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +8 -3
  547. package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +8 -6
  548. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +2 -2
  549. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +30 -14
  550. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +19 -5
  551. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +2 -2
  552. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +2 -2
  553. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +22 -11
  554. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +9 -4
  555. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +11 -5
  556. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +2 -2
  557. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +16 -8
  558. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +9 -3
  559. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +10 -4
  560. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +7 -5
  561. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +8 -6
  562. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +6 -4
  563. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +4 -3
  564. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +8 -6
  565. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +6 -4
  566. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +7 -3
  567. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +6 -4
  568. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +9 -4
  569. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +6 -4
  570. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +5 -4
  571. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +6 -4
  572. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +18 -12
  573. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +7 -3
  574. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +15 -8
  575. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +6 -4
  576. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +4 -3
  577. package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +6 -4
  578. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +6 -4
  579. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +2 -2
  580. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +7 -4
  581. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +6 -4
  582. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +5 -3
  583. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +6 -4
  584. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +4 -3
  585. package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +4 -2
  586. package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +4 -2
  587. package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +3 -2
  588. package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +22 -7
  589. package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +5 -2
  590. package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +3 -2
  591. package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +5 -2
  592. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +9 -4
  593. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +16 -5
  594. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +2 -2
  595. package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +6 -4
  596. package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +2 -2
  597. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +4 -3
  598. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +4 -3
  599. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +5 -2
  600. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +10 -6
  601. package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +7 -3
  602. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +15 -5
  603. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +21 -9
  604. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +4 -3
  605. package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +10 -2
  606. package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +6 -4
  607. package/src/invoices_v2024_06_19/api/InvoicesApi.js +27 -27
  608. package/src/invoices_v2024_06_19/model/AttributeOption.js +4 -2
  609. package/src/invoices_v2024_06_19/model/Error.js +5 -2
  610. package/src/invoices_v2024_06_19/model/ErrorList.js +5 -4
  611. package/src/invoices_v2024_06_19/model/Export.js +10 -4
  612. package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +15 -5
  613. package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +3 -2
  614. package/src/invoices_v2024_06_19/model/ExportStatus.js +2 -2
  615. package/src/invoices_v2024_06_19/model/FileFormat.js +2 -2
  616. package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +4 -3
  617. package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +4 -3
  618. package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +4 -3
  619. package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +4 -3
  620. package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +5 -3
  621. package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +5 -3
  622. package/src/invoices_v2024_06_19/model/Invoice.js +13 -3
  623. package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +10 -6
  624. package/src/invoices_v2024_06_19/model/InvoicesDocument.js +4 -2
  625. package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +4 -2
  626. package/src/invoicing_v0/api/ShipmentInvoiceApi.js +11 -11
  627. package/src/invoicing_v0/model/Address.js +15 -3
  628. package/src/invoicing_v0/model/AddressTypeEnum.js +2 -2
  629. package/src/invoicing_v0/model/BuyerTaxInfo.js +6 -3
  630. package/src/invoicing_v0/model/Error.js +5 -2
  631. package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +6 -4
  632. package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +6 -4
  633. package/src/invoicing_v0/model/MarketplaceTaxInfo.js +6 -3
  634. package/src/invoicing_v0/model/Money.js +4 -2
  635. package/src/invoicing_v0/model/ShipmentDetail.js +21 -7
  636. package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +2 -2
  637. package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +5 -3
  638. package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +4 -3
  639. package/src/invoicing_v0/model/ShipmentItem.js +19 -8
  640. package/src/invoicing_v0/model/SubmitInvoiceRequest.js +5 -2
  641. package/src/invoicing_v0/model/SubmitInvoiceResponse.js +4 -3
  642. package/src/invoicing_v0/model/TaxClassification.js +4 -2
  643. package/src/listingsitems_v2021_08_01/api/ListingsApi.js +55 -55
  644. package/src/listingsitems_v2021_08_01/model/Audience.js +4 -2
  645. package/src/listingsitems_v2021_08_01/model/Error.js +5 -2
  646. package/src/listingsitems_v2021_08_01/model/ErrorList.js +5 -4
  647. package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +4 -2
  648. package/src/listingsitems_v2021_08_01/model/Issue.js +14 -8
  649. package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +3 -2
  650. package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +8 -6
  651. package/src/listingsitems_v2021_08_01/model/IssueExemption.js +6 -4
  652. package/src/listingsitems_v2021_08_01/model/Item.js +19 -10
  653. package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +4 -2
  654. package/src/listingsitems_v2021_08_01/model/ItemImage.js +5 -2
  655. package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +13 -8
  656. package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +5 -4
  657. package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +4 -2
  658. package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +11 -7
  659. package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +6 -4
  660. package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +8 -5
  661. package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +16 -6
  662. package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +6 -4
  663. package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +6 -4
  664. package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +8 -5
  665. package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +11 -6
  666. package/src/listingsitems_v2021_08_01/model/Money.js +4 -2
  667. package/src/listingsitems_v2021_08_01/model/Pagination.js +4 -2
  668. package/src/listingsitems_v2021_08_01/model/PatchOperation.js +8 -5
  669. package/src/listingsitems_v2021_08_01/model/Points.js +3 -2
  670. package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +9 -9
  671. package/src/listingsrestrictions_v2021_08_01/model/Error.js +5 -2
  672. package/src/listingsrestrictions_v2021_08_01/model/Link.js +8 -4
  673. package/src/listingsrestrictions_v2021_08_01/model/Reason.js +7 -4
  674. package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +7 -4
  675. package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +5 -4
  676. package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +19 -19
  677. package/src/merchantfulfillment_v0/model/AdditionalInputs.js +5 -3
  678. package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +15 -6
  679. package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +6 -4
  680. package/src/merchantfulfillment_v0/model/Address.js +13 -2
  681. package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +8 -6
  682. package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +8 -6
  683. package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +8 -6
  684. package/src/merchantfulfillment_v0/model/Benefits.js +6 -4
  685. package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +6 -4
  686. package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +2 -2
  687. package/src/merchantfulfillment_v0/model/Constraint.js +4 -2
  688. package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +13 -7
  689. package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +6 -4
  690. package/src/merchantfulfillment_v0/model/CurrencyAmount.js +4 -2
  691. package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +8 -4
  692. package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +2 -2
  693. package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +2 -2
  694. package/src/merchantfulfillment_v0/model/Error.js +5 -2
  695. package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +5 -3
  696. package/src/merchantfulfillment_v0/model/FileContents.js +7 -4
  697. package/src/merchantfulfillment_v0/model/FileType.js +2 -2
  698. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +7 -4
  699. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +6 -4
  700. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +6 -4
  701. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +7 -5
  702. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +6 -4
  703. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +11 -7
  704. package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +6 -4
  705. package/src/merchantfulfillment_v0/model/HazmatType.js +2 -2
  706. package/src/merchantfulfillment_v0/model/InputTargetType.js +2 -2
  707. package/src/merchantfulfillment_v0/model/Item.js +16 -7
  708. package/src/merchantfulfillment_v0/model/ItemLevelFields.js +6 -4
  709. package/src/merchantfulfillment_v0/model/Label.js +13 -8
  710. package/src/merchantfulfillment_v0/model/LabelCustomization.js +5 -3
  711. package/src/merchantfulfillment_v0/model/LabelDimensions.js +7 -4
  712. package/src/merchantfulfillment_v0/model/LabelFormat.js +2 -2
  713. package/src/merchantfulfillment_v0/model/LabelFormatOption.js +5 -3
  714. package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +3 -2
  715. package/src/merchantfulfillment_v0/model/Length.js +5 -3
  716. package/src/merchantfulfillment_v0/model/LiquidVolume.js +6 -4
  717. package/src/merchantfulfillment_v0/model/PackageDimensions.js +9 -4
  718. package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +2 -2
  719. package/src/merchantfulfillment_v0/model/RejectedShippingService.js +7 -2
  720. package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +15 -8
  721. package/src/merchantfulfillment_v0/model/Shipment.js +35 -20
  722. package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +23 -13
  723. package/src/merchantfulfillment_v0/model/ShipmentStatus.js +2 -2
  724. package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +8 -4
  725. package/src/merchantfulfillment_v0/model/ShippingService.js +24 -10
  726. package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +12 -7
  727. package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +2 -2
  728. package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +3 -2
  729. package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +3 -2
  730. package/src/merchantfulfillment_v0/model/UnitOfLength.js +2 -2
  731. package/src/merchantfulfillment_v0/model/UnitOfWeight.js +2 -2
  732. package/src/merchantfulfillment_v0/model/Weight.js +6 -4
  733. package/src/messaging_v1/api/MessagingApi.js +71 -127
  734. package/src/messaging_v1/index.js +0 -7
  735. package/src/messaging_v1/model/Attachment.js +7 -5
  736. package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +4 -3
  737. package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +4 -3
  738. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +5 -3
  739. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +4 -3
  740. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +3 -2
  741. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +4 -3
  742. package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +3 -2
  743. package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +4 -3
  744. package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +3 -2
  745. package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +4 -3
  746. package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +5 -3
  747. package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +4 -3
  748. package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +4 -3
  749. package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +4 -3
  750. package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +3 -2
  751. package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +4 -3
  752. package/src/messaging_v1/model/CreateWarrantyRequest.js +6 -3
  753. package/src/messaging_v1/model/CreateWarrantyResponse.js +4 -3
  754. package/src/messaging_v1/model/Error.js +5 -2
  755. package/src/messaging_v1/model/GetAttributesResponse.js +6 -4
  756. package/src/messaging_v1/model/GetAttributesResponseBuyer.js +3 -2
  757. package/src/messaging_v1/model/GetMessagingActionResponse.js +10 -6
  758. package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +4 -3
  759. package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +8 -6
  760. package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +8 -5
  761. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +5 -4
  762. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +8 -6
  763. package/src/messaging_v1/model/GetSchemaResponse.js +8 -5
  764. package/src/messaging_v1/model/GetSchemaResponseLinks.js +5 -4
  765. package/src/messaging_v1/model/InvoiceRequest.js +4 -3
  766. package/src/messaging_v1/model/InvoiceResponse.js +4 -3
  767. package/src/messaging_v1/model/LinkObject.js +4 -2
  768. package/src/messaging_v1/model/MessagingAction.js +3 -2
  769. package/src/notifications_v1/api/NotificationsApi.js +23 -23
  770. package/src/notifications_v1/model/AggregationFilter.js +4 -3
  771. package/src/notifications_v1/model/AggregationSettings.js +5 -4
  772. package/src/notifications_v1/model/AggregationTimePeriod.js +2 -2
  773. package/src/notifications_v1/model/CreateDestinationRequest.js +6 -4
  774. package/src/notifications_v1/model/CreateDestinationResponse.js +6 -4
  775. package/src/notifications_v1/model/CreateSubscriptionRequest.js +6 -3
  776. package/src/notifications_v1/model/CreateSubscriptionResponse.js +6 -4
  777. package/src/notifications_v1/model/DeleteDestinationResponse.js +4 -3
  778. package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +4 -3
  779. package/src/notifications_v1/model/Destination.js +7 -4
  780. package/src/notifications_v1/model/DestinationResource.js +6 -4
  781. package/src/notifications_v1/model/DestinationResourceSpecification.js +6 -4
  782. package/src/notifications_v1/model/Error.js +5 -2
  783. package/src/notifications_v1/model/EventBridgeResource.js +5 -2
  784. package/src/notifications_v1/model/EventBridgeResourceSpecification.js +4 -2
  785. package/src/notifications_v1/model/EventFilter.js +17 -10
  786. package/src/notifications_v1/model/GetDestinationResponse.js +6 -4
  787. package/src/notifications_v1/model/GetDestinationsResponse.js +6 -4
  788. package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +6 -4
  789. package/src/notifications_v1/model/GetSubscriptionResponse.js +6 -4
  790. package/src/notifications_v1/model/MarketplaceFilter.js +4 -3
  791. package/src/notifications_v1/model/OrderChangeTypeEnum.js +2 -2
  792. package/src/notifications_v1/model/OrderChangeTypeFilter.js +4 -3
  793. package/src/notifications_v1/model/ProcessingDirective.js +4 -3
  794. package/src/notifications_v1/model/SqsResource.js +3 -2
  795. package/src/notifications_v1/model/Subscription.js +7 -3
  796. package/src/orders_v0/api/OrdersV0Api.js +39 -39
  797. package/src/orders_v0/api/ShipmentApi.js +7 -7
  798. package/src/orders_v0/model/Address.js +19 -4
  799. package/src/orders_v0/model/AddressExtendedFields.js +6 -2
  800. package/src/orders_v0/model/AmazonPrograms.js +5 -4
  801. package/src/orders_v0/model/AssociatedItem.js +6 -3
  802. package/src/orders_v0/model/AssociationType.js +2 -2
  803. package/src/orders_v0/model/AutomatedShippingSettings.js +5 -2
  804. package/src/orders_v0/model/BusinessHours.js +6 -4
  805. package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +3 -2
  806. package/src/orders_v0/model/BuyerInfo.js +8 -3
  807. package/src/orders_v0/model/BuyerRequestedCancel.js +4 -2
  808. package/src/orders_v0/model/BuyerTaxInfo.js +6 -3
  809. package/src/orders_v0/model/BuyerTaxInformation.js +6 -2
  810. package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +4 -3
  811. package/src/orders_v0/model/ConfirmShipmentOrderItem.js +6 -3
  812. package/src/orders_v0/model/ConfirmShipmentRequest.js +8 -5
  813. package/src/orders_v0/model/ConstraintType.js +2 -2
  814. package/src/orders_v0/model/DeliveryPreferences.js +8 -4
  815. package/src/orders_v0/model/EasyShipShipmentStatus.js +2 -2
  816. package/src/orders_v0/model/ElectronicInvoiceStatus.js +2 -2
  817. package/src/orders_v0/model/Error.js +5 -2
  818. package/src/orders_v0/model/ExceptionDates.js +6 -3
  819. package/src/orders_v0/model/FulfillmentInstruction.js +3 -2
  820. package/src/orders_v0/model/GetOrderAddressResponse.js +6 -4
  821. package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +6 -4
  822. package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +6 -4
  823. package/src/orders_v0/model/GetOrderItemsResponse.js +6 -4
  824. package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +6 -4
  825. package/src/orders_v0/model/GetOrderResponse.js +6 -4
  826. package/src/orders_v0/model/GetOrdersResponse.js +6 -4
  827. package/src/orders_v0/model/ItemBuyerInfo.js +10 -5
  828. package/src/orders_v0/model/MarketplaceTaxInfo.js +4 -3
  829. package/src/orders_v0/model/Measurement.js +6 -4
  830. package/src/orders_v0/model/Money.js +4 -2
  831. package/src/orders_v0/model/OpenInterval.js +6 -4
  832. package/src/orders_v0/model/OpenTimeInterval.js +4 -2
  833. package/src/orders_v0/model/Order.js +67 -20
  834. package/src/orders_v0/model/OrderAddress.js +8 -4
  835. package/src/orders_v0/model/OrderBuyerInfo.js +9 -3
  836. package/src/orders_v0/model/OrderItem.js +65 -25
  837. package/src/orders_v0/model/OrderItemBuyerInfo.js +11 -5
  838. package/src/orders_v0/model/OrderItemsBuyerInfoList.js +7 -4
  839. package/src/orders_v0/model/OrderItemsInner.js +4 -2
  840. package/src/orders_v0/model/OrderItemsList.js +7 -4
  841. package/src/orders_v0/model/OrderRegulatedInfo.js +10 -6
  842. package/src/orders_v0/model/OrdersList.js +8 -4
  843. package/src/orders_v0/model/OtherDeliveryAttributes.js +2 -2
  844. package/src/orders_v0/model/PackageDetail.js +12 -4
  845. package/src/orders_v0/model/PaymentExecutionDetailItem.js +6 -4
  846. package/src/orders_v0/model/PointsGrantedDetail.js +5 -3
  847. package/src/orders_v0/model/PreferredDeliveryTime.js +6 -4
  848. package/src/orders_v0/model/PrescriptionDetail.js +9 -2
  849. package/src/orders_v0/model/ProductInfoDetail.js +3 -2
  850. package/src/orders_v0/model/RegulatedInformation.js +5 -4
  851. package/src/orders_v0/model/RegulatedInformationField.js +8 -4
  852. package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +15 -8
  853. package/src/orders_v0/model/RejectionReason.js +4 -2
  854. package/src/orders_v0/model/ShipmentStatus.js +2 -2
  855. package/src/orders_v0/model/ShippingConstraints.js +10 -6
  856. package/src/orders_v0/model/SubstitutionOption.js +8 -3
  857. package/src/orders_v0/model/SubstitutionPreferences.js +7 -5
  858. package/src/orders_v0/model/TaxClassification.js +4 -2
  859. package/src/orders_v0/model/TaxCollection.js +6 -4
  860. package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +4 -3
  861. package/src/orders_v0/model/UpdateShipmentStatusRequest.js +8 -5
  862. package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +4 -3
  863. package/src/orders_v0/model/UpdateVerificationStatusRequest.js +5 -4
  864. package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +8 -4
  865. package/src/orders_v0/model/ValidVerificationDetail.js +6 -4
  866. package/src/orders_v0/model/VerificationDetails.js +4 -3
  867. package/src/orders_v0/model/VerificationStatus.js +2 -2
  868. package/src/pricing_v0/api/ProductPricingApi.js +45 -45
  869. package/src/pricing_v0/model/ASINIdentifier.js +4 -2
  870. package/src/pricing_v0/model/BatchOffersRequestParams.js +8 -5
  871. package/src/pricing_v0/model/BatchOffersResponse.js +9 -6
  872. package/src/pricing_v0/model/BatchRequest.js +8 -5
  873. package/src/pricing_v0/model/BuyBoxPriceType.js +20 -11
  874. package/src/pricing_v0/model/CompetitivePriceType.js +15 -6
  875. package/src/pricing_v0/model/CompetitivePricingType.js +10 -7
  876. package/src/pricing_v0/model/ConditionType.js +2 -2
  877. package/src/pricing_v0/model/CustomerType.js +2 -2
  878. package/src/pricing_v0/model/DetailedShippingTimeType.js +7 -3
  879. package/src/pricing_v0/model/Error.js +5 -2
  880. package/src/pricing_v0/model/Errors.js +5 -4
  881. package/src/pricing_v0/model/FulfillmentChannelType.js +2 -2
  882. package/src/pricing_v0/model/GetItemOffersBatchRequest.js +4 -3
  883. package/src/pricing_v0/model/GetItemOffersBatchResponse.js +4 -3
  884. package/src/pricing_v0/model/GetListingOffersBatchRequest.js +4 -3
  885. package/src/pricing_v0/model/GetListingOffersBatchResponse.js +4 -3
  886. package/src/pricing_v0/model/GetOffersHttpStatusLine.js +4 -2
  887. package/src/pricing_v0/model/GetOffersResponse.js +6 -4
  888. package/src/pricing_v0/model/GetOffersResult.js +18 -10
  889. package/src/pricing_v0/model/GetPricingResponse.js +6 -4
  890. package/src/pricing_v0/model/HttpMethod.js +2 -2
  891. package/src/pricing_v0/model/HttpResponseHeaders.js +4 -2
  892. package/src/pricing_v0/model/IdentifierType.js +7 -5
  893. package/src/pricing_v0/model/ItemCondition.js +2 -2
  894. package/src/pricing_v0/model/ItemIdentifier.js +8 -4
  895. package/src/pricing_v0/model/ItemOffersRequest.js +24 -12
  896. package/src/pricing_v0/model/ItemOffersRequestParams.js +14 -7
  897. package/src/pricing_v0/model/ItemOffersResponse.js +18 -11
  898. package/src/pricing_v0/model/ListingOffersRequest.js +24 -12
  899. package/src/pricing_v0/model/ListingOffersRequestParams.js +14 -7
  900. package/src/pricing_v0/model/ListingOffersResponse.js +17 -10
  901. package/src/pricing_v0/model/LowestPriceType.js +18 -9
  902. package/src/pricing_v0/model/MoneyType.js +4 -2
  903. package/src/pricing_v0/model/OfferCountType.js +6 -3
  904. package/src/pricing_v0/model/OfferCustomerType.js +2 -2
  905. package/src/pricing_v0/model/OfferDetail.js +30 -14
  906. package/src/pricing_v0/model/OfferListingCountType.js +4 -2
  907. package/src/pricing_v0/model/OfferType.js +18 -9
  908. package/src/pricing_v0/model/Points.js +5 -3
  909. package/src/pricing_v0/model/Price.js +7 -3
  910. package/src/pricing_v0/model/PriceType.js +11 -7
  911. package/src/pricing_v0/model/PrimeInformationType.js +4 -2
  912. package/src/pricing_v0/model/Product.js +15 -9
  913. package/src/pricing_v0/model/QuantityDiscountPriceType.js +9 -6
  914. package/src/pricing_v0/model/QuantityDiscountType.js +2 -2
  915. package/src/pricing_v0/model/SalesRankType.js +4 -2
  916. package/src/pricing_v0/model/SellerFeedbackType.js +4 -2
  917. package/src/pricing_v0/model/SellerSKUIdentifier.js +5 -2
  918. package/src/pricing_v0/model/ShipsFromType.js +4 -2
  919. package/src/pricing_v0/model/Summary.js +20 -10
  920. package/src/pricing_v2022_05_01/api/ProductPricingApi.js +11 -11
  921. package/src/pricing_v2022_05_01/model/BatchRequest.js +10 -6
  922. package/src/pricing_v2022_05_01/model/BatchResponse.js +8 -6
  923. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +5 -4
  924. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +5 -4
  925. package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +2 -2
  926. package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +13 -7
  927. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +8 -6
  928. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +12 -6
  929. package/src/pricing_v2022_05_01/model/Condition.js +2 -2
  930. package/src/pricing_v2022_05_01/model/Error.js +5 -2
  931. package/src/pricing_v2022_05_01/model/Errors.js +5 -4
  932. package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +8 -6
  933. package/src/pricing_v2022_05_01/model/FeaturedOffer.js +9 -6
  934. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +7 -5
  935. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +25 -11
  936. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +6 -3
  937. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +17 -11
  938. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +8 -5
  939. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +9 -5
  940. package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +8 -6
  941. package/src/pricing_v2022_05_01/model/FulfillmentType.js +2 -2
  942. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +4 -3
  943. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +4 -3
  944. package/src/pricing_v2022_05_01/model/HttpMethod.js +2 -2
  945. package/src/pricing_v2022_05_01/model/HttpStatusLine.js +4 -2
  946. package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +8 -6
  947. package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +8 -6
  948. package/src/pricing_v2022_05_01/model/MoneyType.js +4 -2
  949. package/src/pricing_v2022_05_01/model/Offer.js +20 -12
  950. package/src/pricing_v2022_05_01/model/OfferIdentifier.js +8 -3
  951. package/src/pricing_v2022_05_01/model/Points.js +5 -3
  952. package/src/pricing_v2022_05_01/model/PostalCode.js +4 -2
  953. package/src/pricing_v2022_05_01/model/Price.js +9 -6
  954. package/src/pricing_v2022_05_01/model/PrimeDetails.js +5 -4
  955. package/src/pricing_v2022_05_01/model/ReferencePrice.js +6 -4
  956. package/src/pricing_v2022_05_01/model/SampleLocation.js +4 -3
  957. package/src/pricing_v2022_05_01/model/Segment.js +4 -3
  958. package/src/pricing_v2022_05_01/model/SegmentDetails.js +5 -3
  959. package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +38 -21
  960. package/src/pricing_v2022_05_01/model/ShippingOption.js +8 -6
  961. package/src/productfees_v0/api/FeesApi.js +15 -15
  962. package/src/productfees_v0/model/Error.js +5 -2
  963. package/src/productfees_v0/model/FeeDetail.js +15 -9
  964. package/src/productfees_v0/model/FeesEstimate.js +7 -4
  965. package/src/productfees_v0/model/FeesEstimateByIdRequest.js +8 -5
  966. package/src/productfees_v0/model/FeesEstimateError.js +8 -4
  967. package/src/productfees_v0/model/FeesEstimateIdentifier.js +13 -5
  968. package/src/productfees_v0/model/FeesEstimateRequest.js +10 -5
  969. package/src/productfees_v0/model/FeesEstimateResult.js +9 -5
  970. package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +4 -3
  971. package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +6 -4
  972. package/src/productfees_v0/model/GetMyFeesEstimateResult.js +4 -3
  973. package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +5 -4
  974. package/src/productfees_v0/model/IdType.js +2 -2
  975. package/src/productfees_v0/model/IncludedFeeDetail.js +13 -8
  976. package/src/productfees_v0/model/MoneyType.js +4 -2
  977. package/src/productfees_v0/model/OptionalFulfillmentProgram.js +2 -2
  978. package/src/productfees_v0/model/Points.js +5 -3
  979. package/src/productfees_v0/model/PriceToEstimateFees.js +9 -6
  980. package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +19 -19
  981. package/src/producttypedefinitions_v2020_09_01/model/Error.js +5 -2
  982. package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +5 -4
  983. package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +7 -4
  984. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +25 -15
  985. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +6 -4
  986. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +5 -2
  987. package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +6 -3
  988. package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +6 -4
  989. package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +6 -4
  990. package/src/replenishment_v2022_11_07/api/OffersApi.js +11 -11
  991. package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +7 -7
  992. package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +2 -2
  993. package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +2 -2
  994. package/src/replenishment_v2022_11_07/model/DiscountFunding.js +4 -3
  995. package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +2 -2
  996. package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +2 -2
  997. package/src/replenishment_v2022_11_07/model/Error.js +5 -2
  998. package/src/replenishment_v2022_11_07/model/ErrorList.js +5 -4
  999. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +16 -10
  1000. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +4 -3
  1001. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +25 -3
  1002. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +10 -7
  1003. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +16 -10
  1004. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +4 -2
  1005. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +8 -6
  1006. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +6 -4
  1007. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +20 -3
  1008. package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +2 -2
  1009. package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +10 -7
  1010. package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +16 -9
  1011. package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +4 -2
  1012. package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +8 -6
  1013. package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +6 -4
  1014. package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +13 -6
  1015. package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +2 -2
  1016. package/src/replenishment_v2022_11_07/model/Metric.js +2 -2
  1017. package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +8 -5
  1018. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +4 -3
  1019. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +10 -6
  1020. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +3 -2
  1021. package/src/replenishment_v2022_11_07/model/PaginationResponse.js +3 -2
  1022. package/src/replenishment_v2022_11_07/model/Preference.js +4 -3
  1023. package/src/replenishment_v2022_11_07/model/ProgramType.js +2 -2
  1024. package/src/replenishment_v2022_11_07/model/Promotion.js +10 -6
  1025. package/src/replenishment_v2022_11_07/model/SortOrder.js +2 -2
  1026. package/src/replenishment_v2022_11_07/model/TimeInterval.js +4 -2
  1027. package/src/replenishment_v2022_11_07/model/TimePeriodType.js +2 -2
  1028. package/src/reports_v2021_06_30/api/ReportsApi.js +33 -33
  1029. package/src/reports_v2021_06_30/model/CreateReportResponse.js +3 -2
  1030. package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +3 -2
  1031. package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +12 -7
  1032. package/src/reports_v2021_06_30/model/CreateReportSpecification.js +10 -5
  1033. package/src/reports_v2021_06_30/model/Error.js +5 -2
  1034. package/src/reports_v2021_06_30/model/ErrorList.js +5 -4
  1035. package/src/reports_v2021_06_30/model/GetReportsResponse.js +6 -4
  1036. package/src/reports_v2021_06_30/model/Report.js +16 -5
  1037. package/src/reports_v2021_06_30/model/ReportDocument.js +6 -3
  1038. package/src/reports_v2021_06_30/model/ReportSchedule.js +10 -4
  1039. package/src/reports_v2021_06_30/model/ReportScheduleList.js +5 -4
  1040. package/src/sales_v1/api/SalesApi.js +15 -15
  1041. package/src/sales_v1/model/Error.js +5 -2
  1042. package/src/sales_v1/model/GetOrderMetricsResponse.js +6 -4
  1043. package/src/sales_v1/model/Money.js +4 -2
  1044. package/src/sales_v1/model/OrderMetricsInterval.js +12 -6
  1045. package/src/sellerWallet_2024_03_01/api/AccountsApi.js +27 -27
  1046. package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +29 -29
  1047. package/src/sellerWallet_2024_03_01/api/TransferPreviewApi.js +17 -17
  1048. package/src/sellerWallet_2024_03_01/api/TransferScheduleApi.js +44 -44
  1049. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +20 -13
  1050. package/src/sellerWallet_2024_03_01/model/Balance.js +17 -12
  1051. package/src/sellerWallet_2024_03_01/model/BalanceListing.js +6 -5
  1052. package/src/sellerWallet_2024_03_01/model/BalanceType.js +2 -2
  1053. package/src/sellerWallet_2024_03_01/model/BankAccount.js +33 -22
  1054. package/src/sellerWallet_2024_03_01/model/BankAccountHolderStatus.js +2 -2
  1055. package/src/sellerWallet_2024_03_01/model/BankAccountListing.js +7 -6
  1056. package/src/sellerWallet_2024_03_01/model/BankAccountNumberFormat.js +2 -2
  1057. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +2 -2
  1058. package/src/sellerWallet_2024_03_01/model/BankNumberFormat.js +2 -2
  1059. package/src/sellerWallet_2024_03_01/model/Currency.js +5 -3
  1060. package/src/sellerWallet_2024_03_01/model/DeleteTransferSchedule.js +8 -5
  1061. package/src/sellerWallet_2024_03_01/model/Error.js +5 -2
  1062. package/src/sellerWallet_2024_03_01/model/ErrorList.js +5 -4
  1063. package/src/sellerWallet_2024_03_01/model/Fee.js +15 -11
  1064. package/src/sellerWallet_2024_03_01/model/FeeType.js +2 -2
  1065. package/src/sellerWallet_2024_03_01/model/FxRateDetails.js +15 -11
  1066. package/src/sellerWallet_2024_03_01/model/PaymentPreference.js +9 -7
  1067. package/src/sellerWallet_2024_03_01/model/PaymentPreferencePaymentType.js +2 -2
  1068. package/src/sellerWallet_2024_03_01/model/RateDirection.js +2 -2
  1069. package/src/sellerWallet_2024_03_01/model/RecurringFrequency.js +2 -2
  1070. package/src/sellerWallet_2024_03_01/model/ScheduleExpression.js +8 -6
  1071. package/src/sellerWallet_2024_03_01/model/ScheduleExpressionType.js +2 -2
  1072. package/src/sellerWallet_2024_03_01/model/ScheduleTransferType.js +2 -2
  1073. package/src/sellerWallet_2024_03_01/model/Transaction.js +46 -30
  1074. package/src/sellerWallet_2024_03_01/model/TransactionAccount.js +21 -14
  1075. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +24 -16
  1076. package/src/sellerWallet_2024_03_01/model/TransactionInstrumentDetails.js +9 -7
  1077. package/src/sellerWallet_2024_03_01/model/TransactionListing.js +9 -7
  1078. package/src/sellerWallet_2024_03_01/model/TransactionStatus.js +2 -2
  1079. package/src/sellerWallet_2024_03_01/model/TransactionType.js +2 -2
  1080. package/src/sellerWallet_2024_03_01/model/TransferRatePreview.js +16 -12
  1081. package/src/sellerWallet_2024_03_01/model/TransferSchedule.js +26 -18
  1082. package/src/sellerWallet_2024_03_01/model/TransferScheduleFailures.js +9 -7
  1083. package/src/sellerWallet_2024_03_01/model/TransferScheduleInformation.js +11 -7
  1084. package/src/sellerWallet_2024_03_01/model/TransferScheduleListing.js +9 -7
  1085. package/src/sellerWallet_2024_03_01/model/TransferScheduleRequest.js +26 -18
  1086. package/src/sellerWallet_2024_03_01/model/TransferScheduleStatus.js +2 -2
  1087. package/src/sellers_v1/api/SellersApi.js +7 -7
  1088. package/src/sellers_v1/model/Account.js +15 -10
  1089. package/src/sellers_v1/model/Address.js +8 -2
  1090. package/src/sellers_v1/model/Business.js +9 -4
  1091. package/src/sellers_v1/model/Error.js +5 -2
  1092. package/src/sellers_v1/model/GetAccountResponse.js +6 -4
  1093. package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +6 -4
  1094. package/src/sellers_v1/model/Marketplace.js +8 -2
  1095. package/src/sellers_v1/model/MarketplaceParticipation.js +9 -6
  1096. package/src/sellers_v1/model/Participation.js +4 -2
  1097. package/src/sellers_v1/model/PrimaryContact.js +7 -4
  1098. package/src/services_v1/api/ServiceApi.js +89 -89
  1099. package/src/services_v1/model/AddAppointmentRequest.js +5 -4
  1100. package/src/services_v1/model/Address.js +13 -2
  1101. package/src/services_v1/model/Appointment.js +12 -6
  1102. package/src/services_v1/model/AppointmentResource.js +3 -2
  1103. package/src/services_v1/model/AppointmentSlot.js +5 -2
  1104. package/src/services_v1/model/AppointmentSlotReport.js +8 -4
  1105. package/src/services_v1/model/AppointmentTime.js +4 -2
  1106. package/src/services_v1/model/AppointmentTimeInput.js +4 -2
  1107. package/src/services_v1/model/AssignAppointmentResourcesRequest.js +5 -4
  1108. package/src/services_v1/model/AssignAppointmentResourcesResponse.js +6 -4
  1109. package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +4 -3
  1110. package/src/services_v1/model/AssociatedItem.js +11 -4
  1111. package/src/services_v1/model/AvailabilityRecord.js +7 -3
  1112. package/src/services_v1/model/Buyer.js +6 -2
  1113. package/src/services_v1/model/CancelReservationResponse.js +4 -3
  1114. package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +4 -3
  1115. package/src/services_v1/model/CapacityType.js +2 -2
  1116. package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +4 -3
  1117. package/src/services_v1/model/CreateReservationRecord.js +8 -5
  1118. package/src/services_v1/model/CreateReservationRequest.js +6 -4
  1119. package/src/services_v1/model/CreateReservationResponse.js +6 -4
  1120. package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +6 -4
  1121. package/src/services_v1/model/DateTimeRange.js +4 -2
  1122. package/src/services_v1/model/DayOfWeek.js +2 -2
  1123. package/src/services_v1/model/EncryptionDetails.js +7 -4
  1124. package/src/services_v1/model/Error.js +7 -3
  1125. package/src/services_v1/model/FixedSlot.js +7 -2
  1126. package/src/services_v1/model/FixedSlotCapacity.js +7 -3
  1127. package/src/services_v1/model/FixedSlotCapacityErrors.js +4 -3
  1128. package/src/services_v1/model/FixedSlotCapacityQuery.js +7 -3
  1129. package/src/services_v1/model/FulfillmentDocument.js +4 -2
  1130. package/src/services_v1/model/FulfillmentTime.js +4 -2
  1131. package/src/services_v1/model/GetAppointmentSlotsResponse.js +6 -4
  1132. package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +6 -4
  1133. package/src/services_v1/model/GetServiceJobsResponse.js +6 -4
  1134. package/src/services_v1/model/ItemDelivery.js +5 -3
  1135. package/src/services_v1/model/ItemDeliveryPromise.js +4 -2
  1136. package/src/services_v1/model/JobListing.js +7 -3
  1137. package/src/services_v1/model/Poa.js +10 -5
  1138. package/src/services_v1/model/RangeCapacity.js +6 -4
  1139. package/src/services_v1/model/RangeSlot.js +5 -2
  1140. package/src/services_v1/model/RangeSlotCapacity.js +6 -3
  1141. package/src/services_v1/model/RangeSlotCapacityErrors.js +4 -3
  1142. package/src/services_v1/model/RangeSlotCapacityQuery.js +6 -3
  1143. package/src/services_v1/model/Recurrence.js +7 -4
  1144. package/src/services_v1/model/RescheduleAppointmentRequest.js +6 -4
  1145. package/src/services_v1/model/Reservation.js +9 -6
  1146. package/src/services_v1/model/ScopeOfWork.js +7 -3
  1147. package/src/services_v1/model/Seller.js +3 -2
  1148. package/src/services_v1/model/ServiceDocumentUploadDestination.js +8 -4
  1149. package/src/services_v1/model/ServiceJob.js +25 -11
  1150. package/src/services_v1/model/ServiceJobProvider.js +3 -2
  1151. package/src/services_v1/model/ServiceLocation.js +6 -4
  1152. package/src/services_v1/model/ServiceUploadDocument.js +7 -4
  1153. package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +10 -6
  1154. package/src/services_v1/model/SetAppointmentResponse.js +7 -4
  1155. package/src/services_v1/model/Technician.js +4 -2
  1156. package/src/services_v1/model/UpdateReservationRecord.js +8 -5
  1157. package/src/services_v1/model/UpdateReservationRequest.js +6 -4
  1158. package/src/services_v1/model/UpdateReservationResponse.js +6 -4
  1159. package/src/services_v1/model/UpdateScheduleRecord.js +8 -5
  1160. package/src/services_v1/model/UpdateScheduleRequest.js +5 -4
  1161. package/src/services_v1/model/UpdateScheduleResponse.js +6 -4
  1162. package/src/services_v1/model/Warning.js +5 -2
  1163. package/src/shipping_v2/api/ShippingApi.js +111 -111
  1164. package/src/shipping_v2/model/AccessPoint.js +18 -8
  1165. package/src/shipping_v2/model/AccessPointDetails.js +3 -2
  1166. package/src/shipping_v2/model/AccessPointType.js +2 -2
  1167. package/src/shipping_v2/model/AccessibilityAttributes.js +4 -2
  1168. package/src/shipping_v2/model/AccountStatus.js +2 -2
  1169. package/src/shipping_v2/model/AccountType.js +2 -2
  1170. package/src/shipping_v2/model/ActiveAccount.js +4 -2
  1171. package/src/shipping_v2/model/Address.js +15 -3
  1172. package/src/shipping_v2/model/AmazonOrderDetails.js +3 -2
  1173. package/src/shipping_v2/model/AmazonShipmentDetails.js +3 -2
  1174. package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +7 -3
  1175. package/src/shipping_v2/model/Benefits.js +8 -6
  1176. package/src/shipping_v2/model/CancelShipmentResponse.js +4 -3
  1177. package/src/shipping_v2/model/Carrier.js +4 -2
  1178. package/src/shipping_v2/model/CarrierAccount.js +4 -2
  1179. package/src/shipping_v2/model/CarrierAccountAttribute.js +5 -2
  1180. package/src/shipping_v2/model/CarrierAccountInput.js +12 -4
  1181. package/src/shipping_v2/model/ChannelDetails.js +9 -6
  1182. package/src/shipping_v2/model/ChannelType.js +2 -2
  1183. package/src/shipping_v2/model/ChargeComponent.js +6 -4
  1184. package/src/shipping_v2/model/ClaimReason.js +2 -2
  1185. package/src/shipping_v2/model/ClientReferenceDetail.js +6 -4
  1186. package/src/shipping_v2/model/CollectOnDelivery.js +5 -4
  1187. package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +9 -4
  1188. package/src/shipping_v2/model/CollectionsFormDocument.js +4 -2
  1189. package/src/shipping_v2/model/CreateClaimRequest.js +14 -8
  1190. package/src/shipping_v2/model/CreateClaimResponse.js +3 -2
  1191. package/src/shipping_v2/model/Currency.js +4 -2
  1192. package/src/shipping_v2/model/DangerousGoodsDetails.js +8 -4
  1193. package/src/shipping_v2/model/DateRange.js +4 -2
  1194. package/src/shipping_v2/model/DetailCodes.js +2 -2
  1195. package/src/shipping_v2/model/Dimensions.js +8 -4
  1196. package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +4 -2
  1197. package/src/shipping_v2/model/DirectPurchaseRequest.js +15 -9
  1198. package/src/shipping_v2/model/DirectPurchaseResponse.js +4 -3
  1199. package/src/shipping_v2/model/DirectPurchaseResult.js +5 -3
  1200. package/src/shipping_v2/model/DocumentFormat.js +2 -2
  1201. package/src/shipping_v2/model/DocumentSize.js +7 -4
  1202. package/src/shipping_v2/model/DocumentType.js +2 -2
  1203. package/src/shipping_v2/model/Error.js +5 -2
  1204. package/src/shipping_v2/model/ErrorList.js +5 -4
  1205. package/src/shipping_v2/model/Event.js +10 -6
  1206. package/src/shipping_v2/model/EventCode.js +2 -2
  1207. package/src/shipping_v2/model/ExceptionOperatingHours.js +6 -4
  1208. package/src/shipping_v2/model/ExcludedBenefit.js +5 -3
  1209. package/src/shipping_v2/model/GenerateCollectionFormRequest.js +7 -4
  1210. package/src/shipping_v2/model/GenerateCollectionFormResponse.js +4 -3
  1211. package/src/shipping_v2/model/GenerationStatus.js +2 -2
  1212. package/src/shipping_v2/model/Geocode.js +4 -2
  1213. package/src/shipping_v2/model/GetAccessPointsResponse.js +4 -3
  1214. package/src/shipping_v2/model/GetAccessPointsResult.js +5 -4
  1215. package/src/shipping_v2/model/GetAdditionalInputsResponse.js +4 -3
  1216. package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +4 -3
  1217. package/src/shipping_v2/model/GetCarrierAccountsRequest.js +4 -3
  1218. package/src/shipping_v2/model/GetCarrierAccountsResponse.js +5 -4
  1219. package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +10 -5
  1220. package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +5 -3
  1221. package/src/shipping_v2/model/GetCollectionFormResponse.js +4 -3
  1222. package/src/shipping_v2/model/GetRatesRequest.js +30 -17
  1223. package/src/shipping_v2/model/GetRatesResponse.js +4 -3
  1224. package/src/shipping_v2/model/GetRatesResult.js +8 -5
  1225. package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +4 -3
  1226. package/src/shipping_v2/model/GetShipmentDocumentsResult.js +8 -5
  1227. package/src/shipping_v2/model/GetTrackingResponse.js +4 -3
  1228. package/src/shipping_v2/model/GetTrackingResult.js +11 -6
  1229. package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +4 -3
  1230. package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +4 -3
  1231. package/src/shipping_v2/model/GoodsOwner.js +3 -2
  1232. package/src/shipping_v2/model/IneligibilityReason.js +6 -4
  1233. package/src/shipping_v2/model/IneligibilityReasonCode.js +2 -2
  1234. package/src/shipping_v2/model/IneligibleRate.js +9 -4
  1235. package/src/shipping_v2/model/InputType.js +2 -2
  1236. package/src/shipping_v2/model/InvoiceDetails.js +4 -2
  1237. package/src/shipping_v2/model/Item.js +21 -9
  1238. package/src/shipping_v2/model/LabelAttribute.js +2 -2
  1239. package/src/shipping_v2/model/LinkCarrierAccountRequest.js +10 -6
  1240. package/src/shipping_v2/model/LinkCarrierAccountResponse.js +5 -3
  1241. package/src/shipping_v2/model/LinkableAccountType.js +6 -4
  1242. package/src/shipping_v2/model/LinkableCarrier.js +5 -3
  1243. package/src/shipping_v2/model/LiquidVolume.js +6 -4
  1244. package/src/shipping_v2/model/Location.js +6 -2
  1245. package/src/shipping_v2/model/NdrAction.js +2 -2
  1246. package/src/shipping_v2/model/NdrRequestData.js +4 -2
  1247. package/src/shipping_v2/model/OneClickShipmentRequest.js +32 -19
  1248. package/src/shipping_v2/model/OneClickShipmentResponse.js +4 -3
  1249. package/src/shipping_v2/model/OneClickShipmentResult.js +18 -12
  1250. package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +5 -3
  1251. package/src/shipping_v2/model/OperatingHours.js +8 -5
  1252. package/src/shipping_v2/model/Package.js +19 -11
  1253. package/src/shipping_v2/model/PackageDocument.js +9 -6
  1254. package/src/shipping_v2/model/PackageDocumentDetail.js +7 -4
  1255. package/src/shipping_v2/model/PaymentType.js +2 -2
  1256. package/src/shipping_v2/model/PrintOption.js +13 -9
  1257. package/src/shipping_v2/model/Promise.js +6 -4
  1258. package/src/shipping_v2/model/PurchaseShipmentRequest.js +11 -6
  1259. package/src/shipping_v2/model/PurchaseShipmentResponse.js +4 -3
  1260. package/src/shipping_v2/model/PurchaseShipmentResult.js +11 -7
  1261. package/src/shipping_v2/model/Rate.js +27 -13
  1262. package/src/shipping_v2/model/RateItem.js +9 -5
  1263. package/src/shipping_v2/model/RateItemID.js +2 -2
  1264. package/src/shipping_v2/model/RateItemType.js +2 -2
  1265. package/src/shipping_v2/model/RequestedDocumentSpecification.js +16 -9
  1266. package/src/shipping_v2/model/RequestedLabelCustomization.js +4 -3
  1267. package/src/shipping_v2/model/RequestedValueAddedService.js +3 -2
  1268. package/src/shipping_v2/model/Service.js +4 -2
  1269. package/src/shipping_v2/model/ServiceSelection.js +5 -4
  1270. package/src/shipping_v2/model/SettlementType.js +2 -2
  1271. package/src/shipping_v2/model/ShipmentType.js +2 -2
  1272. package/src/shipping_v2/model/ShipperInstruction.js +3 -2
  1273. package/src/shipping_v2/model/Status.js +2 -2
  1274. package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +8 -5
  1275. package/src/shipping_v2/model/SupportedDocumentDetail.js +6 -4
  1276. package/src/shipping_v2/model/SupportedDocumentSpecification.js +11 -8
  1277. package/src/shipping_v2/model/TaxDetail.js +6 -4
  1278. package/src/shipping_v2/model/TaxType.js +2 -2
  1279. package/src/shipping_v2/model/TimeOfDay.js +5 -2
  1280. package/src/shipping_v2/model/TimeWindow.js +4 -2
  1281. package/src/shipping_v2/model/TrackingDetailCodes.js +8 -6
  1282. package/src/shipping_v2/model/TrackingSummary.js +6 -4
  1283. package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +5 -3
  1284. package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +3 -2
  1285. package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +6 -3
  1286. package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +5 -3
  1287. package/src/shipping_v2/model/ValidationMetadata.js +5 -2
  1288. package/src/shipping_v2/model/ValueAddedService.js +7 -4
  1289. package/src/shipping_v2/model/ValueAddedServiceDetails.js +4 -3
  1290. package/src/shipping_v2/model/Weight.js +6 -4
  1291. package/src/solicitations_v1/api/SolicitationsApi.js +11 -11
  1292. package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +4 -3
  1293. package/src/solicitations_v1/model/Error.js +5 -2
  1294. package/src/solicitations_v1/model/GetSchemaResponse.js +8 -5
  1295. package/src/solicitations_v1/model/GetSchemaResponseLinks.js +5 -4
  1296. package/src/solicitations_v1/model/GetSolicitationActionResponse.js +10 -6
  1297. package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +4 -3
  1298. package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +8 -6
  1299. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +8 -5
  1300. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +5 -4
  1301. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +8 -6
  1302. package/src/solicitations_v1/model/LinkObject.js +4 -2
  1303. package/src/solicitations_v1/model/SolicitationsAction.js +3 -2
  1304. package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +21 -21
  1305. package/src/supplysources_v2020_07_01/model/Address.js +13 -2
  1306. package/src/supplysources_v2020_07_01/model/AddressWithContact.js +6 -4
  1307. package/src/supplysources_v2020_07_01/model/ContactDetails.js +4 -3
  1308. package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +4 -2
  1309. package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +7 -4
  1310. package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +4 -2
  1311. package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +7 -4
  1312. package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +5 -3
  1313. package/src/supplysources_v2020_07_01/model/Duration.js +5 -3
  1314. package/src/supplysources_v2020_07_01/model/Error.js +5 -2
  1315. package/src/supplysources_v2020_07_01/model/ErrorList.js +5 -4
  1316. package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +5 -3
  1317. package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +5 -3
  1318. package/src/supplysources_v2020_07_01/model/OperatingHour.js +4 -2
  1319. package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +16 -9
  1320. package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +10 -6
  1321. package/src/supplysources_v2020_07_01/model/OutboundCapability.js +11 -6
  1322. package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +7 -4
  1323. package/src/supplysources_v2020_07_01/model/ParkingCostType.js +2 -2
  1324. package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +2 -2
  1325. package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +14 -7
  1326. package/src/supplysources_v2020_07_01/model/PickupChannel.js +11 -6
  1327. package/src/supplysources_v2020_07_01/model/ReturnLocation.js +5 -3
  1328. package/src/supplysources_v2020_07_01/model/ServicesCapability.js +5 -3
  1329. package/src/supplysources_v2020_07_01/model/SupplySource.js +15 -6
  1330. package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +6 -4
  1331. package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +5 -3
  1332. package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +7 -3
  1333. package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +2 -2
  1334. package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +2 -2
  1335. package/src/supplysources_v2020_07_01/model/ThroughputCap.js +5 -3
  1336. package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +7 -5
  1337. package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +2 -2
  1338. package/src/supplysources_v2020_07_01/model/TimeUnit.js +2 -2
  1339. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +7 -4
  1340. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +4 -3
  1341. package/src/tokens_v2021_03_01/api/TokensApi.js +7 -7
  1342. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +6 -4
  1343. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +4 -2
  1344. package/src/tokens_v2021_03_01/model/Error.js +5 -2
  1345. package/src/tokens_v2021_03_01/model/ErrorList.js +4 -3
  1346. package/src/tokens_v2021_03_01/model/RestrictedResource.js +8 -5
  1347. package/src/transfers_v2024_06_01/api/DefaultApi.js +11 -11
  1348. package/src/transfers_v2024_06_01/model/AssignmentType.js +2 -2
  1349. package/src/transfers_v2024_06_01/model/Error.js +5 -2
  1350. package/src/transfers_v2024_06_01/model/ErrorList.js +5 -4
  1351. package/src/transfers_v2024_06_01/model/ExpiryDate.js +4 -2
  1352. package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +4 -3
  1353. package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +4 -2
  1354. package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +3 -2
  1355. package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +12 -5
  1356. package/src/transfers_v2024_06_01/model/PaymentMethodType.js +2 -2
  1357. package/src/uploads_v2020_11_01/api/UploadsApi.js +7 -7
  1358. package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +6 -4
  1359. package/src/uploads_v2020_11_01/model/Error.js +5 -2
  1360. package/src/uploads_v2020_11_01/model/UploadDestination.js +5 -2
  1361. package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +7 -7
  1362. package/src/vehicles_v2024_11_01/api/VehiclesApi.js +7 -7
  1363. package/src/vehicles_v2024_11_01/model/EngineOutput.js +6 -4
  1364. package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +2 -2
  1365. package/src/vehicles_v2024_11_01/model/Error.js +5 -2
  1366. package/src/vehicles_v2024_11_01/model/ErrorList.js +5 -4
  1367. package/src/vehicles_v2024_11_01/model/MonthAndYear.js +4 -2
  1368. package/src/vehicles_v2024_11_01/model/Pagination.js +4 -2
  1369. package/src/vehicles_v2024_11_01/model/Vehicle.js +20 -8
  1370. package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +6 -4
  1371. package/src/vehicles_v2024_11_01/model/VehicleStandard.js +2 -2
  1372. package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +2 -2
  1373. package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +7 -5
  1374. package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +7 -7
  1375. package/src/vendordfinventory_v1/model/Error.js +5 -2
  1376. package/src/vendordfinventory_v1/model/InventoryUpdate.js +9 -6
  1377. package/src/vendordfinventory_v1/model/ItemDetails.js +8 -4
  1378. package/src/vendordfinventory_v1/model/ItemQuantity.js +4 -2
  1379. package/src/vendordfinventory_v1/model/PartyIdentification.js +3 -2
  1380. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +4 -3
  1381. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +6 -4
  1382. package/src/vendordfinventory_v1/model/TransactionReference.js +3 -2
  1383. package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +15 -15
  1384. package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +4 -2
  1385. package/src/vendordforders_v2021_12_28/model/Address.js +14 -2
  1386. package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +3 -2
  1387. package/src/vendordforders_v2021_12_28/model/Error.js +5 -2
  1388. package/src/vendordforders_v2021_12_28/model/ErrorList.js +5 -4
  1389. package/src/vendordforders_v2021_12_28/model/GiftDetails.js +4 -2
  1390. package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +5 -3
  1391. package/src/vendordforders_v2021_12_28/model/Money.js +4 -2
  1392. package/src/vendordforders_v2021_12_28/model/Order.js +5 -3
  1393. package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +17 -10
  1394. package/src/vendordforders_v2021_12_28/model/OrderDetails.js +26 -16
  1395. package/src/vendordforders_v2021_12_28/model/OrderItem.js +22 -11
  1396. package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +8 -4
  1397. package/src/vendordforders_v2021_12_28/model/OrderList.js +6 -4
  1398. package/src/vendordforders_v2021_12_28/model/Pagination.js +3 -2
  1399. package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +7 -4
  1400. package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +5 -2
  1401. package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +4 -2
  1402. package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +11 -4
  1403. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +4 -3
  1404. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +6 -4
  1405. package/src/vendordforders_v2021_12_28/model/TaxDetails.js +10 -6
  1406. package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +4 -3
  1407. package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
  1408. package/src/vendordforders_v2021_12_28/model/TransactionId.js +3 -2
  1409. package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +7 -7
  1410. package/src/vendordfpayments_v1/model/AdditionalDetails.js +7 -4
  1411. package/src/vendordfpayments_v1/model/Address.js +13 -2
  1412. package/src/vendordfpayments_v1/model/ChargeDetails.js +10 -7
  1413. package/src/vendordfpayments_v1/model/Error.js +5 -2
  1414. package/src/vendordfpayments_v1/model/InvoiceDetail.js +27 -14
  1415. package/src/vendordfpayments_v1/model/InvoiceItem.js +18 -8
  1416. package/src/vendordfpayments_v1/model/ItemQuantity.js +4 -2
  1417. package/src/vendordfpayments_v1/model/Money.js +4 -2
  1418. package/src/vendordfpayments_v1/model/PartyIdentification.js +7 -4
  1419. package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +4 -3
  1420. package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +6 -4
  1421. package/src/vendordfpayments_v1/model/TaxDetail.js +11 -7
  1422. package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +8 -4
  1423. package/src/vendordfpayments_v1/model/TransactionReference.js +3 -2
  1424. package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +7 -7
  1425. package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +9 -9
  1426. package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +17 -17
  1427. package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +17 -17
  1428. package/src/vendordfshipping_v2021_12_28/model/Address.js +13 -2
  1429. package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +2 -2
  1430. package/src/vendordfshipping_v2021_12_28/model/Container.js +21 -9
  1431. package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +7 -4
  1432. package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +2 -2
  1433. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +15 -10
  1434. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +5 -4
  1435. package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +10 -7
  1436. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +4 -2
  1437. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +6 -4
  1438. package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +8 -4
  1439. package/src/vendordfshipping_v2021_12_28/model/Error.js +5 -2
  1440. package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +5 -4
  1441. package/src/vendordfshipping_v2021_12_28/model/Item.js +8 -4
  1442. package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +4 -2
  1443. package/src/vendordfshipping_v2021_12_28/model/LabelData.js +7 -2
  1444. package/src/vendordfshipping_v2021_12_28/model/Package.js +3 -2
  1445. package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +9 -4
  1446. package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +6 -3
  1447. package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +6 -4
  1448. package/src/vendordfshipping_v2021_12_28/model/Pagination.js +3 -2
  1449. package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +7 -4
  1450. package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +17 -11
  1451. package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +9 -4
  1452. package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +5 -2
  1453. package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +12 -8
  1454. package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +15 -10
  1455. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +6 -4
  1456. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +11 -7
  1457. package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +11 -5
  1458. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +4 -3
  1459. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +4 -3
  1460. package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +4 -3
  1461. package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +8 -4
  1462. package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +3 -2
  1463. package/src/vendordfshipping_v2021_12_28/model/Weight.js +6 -4
  1464. package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +5 -5
  1465. package/src/vendordftransactions_v2021_12_28/model/Error.js +5 -2
  1466. package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +5 -4
  1467. package/src/vendordftransactions_v2021_12_28/model/Transaction.js +8 -5
  1468. package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +4 -3
  1469. package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +7 -7
  1470. package/src/vendorinvoices_v1/model/AdditionalDetails.js +7 -4
  1471. package/src/vendorinvoices_v1/model/Address.js +13 -2
  1472. package/src/vendorinvoices_v1/model/AllowanceDetails.js +11 -7
  1473. package/src/vendorinvoices_v1/model/ChargeDetails.js +11 -7
  1474. package/src/vendorinvoices_v1/model/CreditNoteDetails.js +9 -2
  1475. package/src/vendorinvoices_v1/model/Error.js +5 -2
  1476. package/src/vendorinvoices_v1/model/Invoice.js +32 -17
  1477. package/src/vendorinvoices_v1/model/InvoiceItem.js +23 -11
  1478. package/src/vendorinvoices_v1/model/ItemQuantity.js +9 -5
  1479. package/src/vendorinvoices_v1/model/Money.js +4 -2
  1480. package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +2 -2
  1481. package/src/vendorinvoices_v1/model/PartyIdentification.js +7 -4
  1482. package/src/vendorinvoices_v1/model/PaymentTerms.js +7 -3
  1483. package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +4 -3
  1484. package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +6 -4
  1485. package/src/vendorinvoices_v1/model/TaxDetails.js +11 -7
  1486. package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +6 -4
  1487. package/src/vendorinvoices_v1/model/TotalWeight.js +6 -4
  1488. package/src/vendorinvoices_v1/model/TransactionId.js +3 -2
  1489. package/src/vendororders_v1/api/VendorOrdersApi.js +27 -27
  1490. package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +7 -4
  1491. package/src/vendororders_v1/model/Address.js +13 -2
  1492. package/src/vendororders_v1/model/Error.js +5 -2
  1493. package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +6 -4
  1494. package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +6 -4
  1495. package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +6 -4
  1496. package/src/vendororders_v1/model/ImportDetails.js +9 -4
  1497. package/src/vendororders_v1/model/ItemQuantity.js +6 -3
  1498. package/src/vendororders_v1/model/Money.js +6 -3
  1499. package/src/vendororders_v1/model/Order.js +8 -5
  1500. package/src/vendororders_v1/model/OrderAcknowledgement.js +10 -6
  1501. package/src/vendororders_v1/model/OrderAcknowledgementItem.js +16 -8
  1502. package/src/vendororders_v1/model/OrderDetails.js +25 -11
  1503. package/src/vendororders_v1/model/OrderItem.js +13 -6
  1504. package/src/vendororders_v1/model/OrderItemAcknowledgement.js +12 -7
  1505. package/src/vendororders_v1/model/OrderItemStatus.js +15 -7
  1506. package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +10 -6
  1507. package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +6 -4
  1508. package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +7 -4
  1509. package/src/vendororders_v1/model/OrderList.js +6 -4
  1510. package/src/vendororders_v1/model/OrderListStatus.js +6 -4
  1511. package/src/vendororders_v1/model/OrderStatus.js +17 -10
  1512. package/src/vendororders_v1/model/OrderedQuantityDetails.js +7 -4
  1513. package/src/vendororders_v1/model/Pagination.js +3 -2
  1514. package/src/vendororders_v1/model/PartyIdentification.js +7 -4
  1515. package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +4 -3
  1516. package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +6 -4
  1517. package/src/vendororders_v1/model/TaxRegistrationDetails.js +6 -4
  1518. package/src/vendororders_v1/model/TransactionId.js +3 -2
  1519. package/src/vendorshipments_v1/api/VendorShippingApi.js +19 -19
  1520. package/src/vendorshipments_v1/model/Address.js +13 -2
  1521. package/src/vendorshipments_v1/model/CarrierDetails.js +7 -2
  1522. package/src/vendorshipments_v1/model/Carton.js +13 -7
  1523. package/src/vendorshipments_v1/model/CartonReferenceDetails.js +6 -4
  1524. package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +5 -2
  1525. package/src/vendorshipments_v1/model/ContainerIdentification.js +6 -4
  1526. package/src/vendorshipments_v1/model/ContainerItem.js +8 -5
  1527. package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +3 -2
  1528. package/src/vendorshipments_v1/model/Containers.js +20 -10
  1529. package/src/vendorshipments_v1/model/Dimensions.js +8 -4
  1530. package/src/vendorshipments_v1/model/Duration.js +6 -4
  1531. package/src/vendorshipments_v1/model/Error.js +5 -2
  1532. package/src/vendorshipments_v1/model/Expiry.js +6 -3
  1533. package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +6 -4
  1534. package/src/vendorshipments_v1/model/GetShipmentLabels.js +6 -4
  1535. package/src/vendorshipments_v1/model/ImportDetails.js +13 -6
  1536. package/src/vendorshipments_v1/model/InnerContainersDetails.js +5 -3
  1537. package/src/vendorshipments_v1/model/Item.js +10 -5
  1538. package/src/vendorshipments_v1/model/ItemDetails.js +10 -5
  1539. package/src/vendorshipments_v1/model/ItemQuantity.js +9 -5
  1540. package/src/vendorshipments_v1/model/LabelData.js +8 -3
  1541. package/src/vendorshipments_v1/model/Location.js +5 -2
  1542. package/src/vendorshipments_v1/model/Money.js +4 -2
  1543. package/src/vendorshipments_v1/model/PackageItemDetails.js +6 -3
  1544. package/src/vendorshipments_v1/model/PackedItems.js +9 -4
  1545. package/src/vendorshipments_v1/model/PackedQuantity.js +7 -4
  1546. package/src/vendorshipments_v1/model/Pagination.js +3 -2
  1547. package/src/vendorshipments_v1/model/Pallet.js +15 -8
  1548. package/src/vendorshipments_v1/model/PartyIdentification.js +7 -4
  1549. package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +4 -3
  1550. package/src/vendorshipments_v1/model/PurchaseOrderItems.js +10 -5
  1551. package/src/vendorshipments_v1/model/PurchaseOrders.js +7 -3
  1552. package/src/vendorshipments_v1/model/Route.js +5 -4
  1553. package/src/vendorshipments_v1/model/Shipment.js +39 -19
  1554. package/src/vendorshipments_v1/model/ShipmentConfirmation.js +36 -19
  1555. package/src/vendorshipments_v1/model/ShipmentDetails.js +6 -4
  1556. package/src/vendorshipments_v1/model/ShipmentInformation.js +14 -6
  1557. package/src/vendorshipments_v1/model/ShipmentMeasurements.js +8 -4
  1558. package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +5 -3
  1559. package/src/vendorshipments_v1/model/Stop.js +9 -5
  1560. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +4 -3
  1561. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +6 -4
  1562. package/src/vendorshipments_v1/model/SubmitShipments.js +4 -3
  1563. package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +6 -4
  1564. package/src/vendorshipments_v1/model/TotalWeight.js +6 -4
  1565. package/src/vendorshipments_v1/model/TransactionReference.js +3 -2
  1566. package/src/vendorshipments_v1/model/TransportLabel.js +7 -4
  1567. package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +9 -4
  1568. package/src/vendorshipments_v1/model/TransportationDetails.js +12 -5
  1569. package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +7 -3
  1570. package/src/vendorshipments_v1/model/TransportationLabels.js +6 -4
  1571. package/src/vendorshipments_v1/model/VendorDetails.js +5 -3
  1572. package/src/vendorshipments_v1/model/Volume.js +6 -4
  1573. package/src/vendorshipments_v1/model/Weight.js +6 -4
  1574. package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +5 -5
  1575. package/src/vendortransactionstatus_v1/model/Error.js +5 -2
  1576. package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +6 -4
  1577. package/src/vendortransactionstatus_v1/model/Transaction.js +8 -5
  1578. package/src/vendortransactionstatus_v1/model/TransactionStatus.js +4 -3
  1579. package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +0 -63
@@ -81,15 +81,15 @@ import { DefaultRateLimitFetcher } from '../../../helper/DefaultRateLimitFetcher
81
81
  * @version 2024-03-20
82
82
  */
83
83
  export class FbaInboundApi {
84
- // Private memeber stores the default rate limiters
84
+ // Private member stores the default rate limiters
85
85
  #defaultRateLimiterMap
86
86
 
87
87
  /**
88
88
  * Constructs a new FbaInboundApi.
89
89
  * @alias module:fulfillmentinbound_v2024_03_20/api/FbaInboundApi
90
90
  * @class
91
- * @param {module:fulfillmentinbound_v2024_03_20/ApiClient} [apiClient] Optional API client implementation to use,
92
- * default to {@link module:fulfillmentinbound_v2024_03_20/ApiClient#instance} if unspecified.
91
+ * @param {ApiClient} [apiClient] Optional API client implementation to use,
92
+ * default to {@link ApiClient#instance} if unspecified.
93
93
  */
94
94
  constructor (apiClient) {
95
95
  this.apiClient = apiClient || ApiClient.instance
@@ -167,7 +167,7 @@ export class FbaInboundApi {
167
167
  /**
168
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).
169
169
  * @param {String} inboundPlanId Identifier of an inbound plan.
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
170
+ * @return {Promise<CancelInboundPlanResponse>}
171
171
  */
172
172
  cancelInboundPlanWithHttpInfo (inboundPlanId) {
173
173
  const postBody = null
@@ -201,7 +201,7 @@ export class FbaInboundApi {
201
201
  /**
202
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 &#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).
203
203
  * @param {String} inboundPlanId Identifier of an inbound plan.
204
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse}
204
+ * @return {Promise<CancelInboundPlanResponse>}
205
205
  */
206
206
  cancelInboundPlan (inboundPlanId) {
207
207
  return this.cancelInboundPlanWithHttpInfo(inboundPlanId)
@@ -214,8 +214,8 @@ export class FbaInboundApi {
214
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 &#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).
215
215
  * @param {String} inboundPlanId Identifier of an inbound plan.
216
216
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
217
- * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
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
217
+ * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
218
+ * @return {Promise<CancelSelfShipAppointmentResponse>}
219
219
  */
220
220
  cancelSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, body) {
221
221
  const postBody = body
@@ -261,8 +261,8 @@ export class FbaInboundApi {
261
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 &#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).
262
262
  * @param {String} inboundPlanId Identifier of an inbound plan.
263
263
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
264
- * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
265
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse}
264
+ * @param {CancelSelfShipAppointmentRequest} body The body of the request to &#x60;cancelSelfShipAppointment&#x60;.
265
+ * @return {Promise<CancelSelfShipAppointmentResponse>}
266
266
  */
267
267
  cancelSelfShipAppointment (inboundPlanId, shipmentId, body) {
268
268
  return this.cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -276,7 +276,7 @@ export class FbaInboundApi {
276
276
  * @param {String} inboundPlanId Identifier of an inbound plan.
277
277
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
278
278
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
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
279
+ * @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
280
280
  */
281
281
  confirmDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, deliveryWindowOptionId) {
282
282
  const postBody = null
@@ -324,7 +324,7 @@ export class FbaInboundApi {
324
324
  * @param {String} inboundPlanId Identifier of an inbound plan.
325
325
  * @param {String} shipmentId The shipment to confirm the delivery window option for.
326
326
  * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
327
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse}
327
+ * @return {Promise<ConfirmDeliveryWindowOptionsResponse>}
328
328
  */
329
329
  confirmDeliveryWindowOptions (inboundPlanId, shipmentId, deliveryWindowOptionId) {
330
330
  return this.confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId)
@@ -337,7 +337,7 @@ export class FbaInboundApi {
337
337
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
338
338
  * @param {String} inboundPlanId Identifier of an inbound plan.
339
339
  * @param {String} packingOptionId Identifier of a packing option.
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
340
+ * @return {Promise<ConfirmPackingOptionResponse>}
341
341
  */
342
342
  confirmPackingOptionWithHttpInfo (inboundPlanId, packingOptionId) {
343
343
  const postBody = null
@@ -378,7 +378,7 @@ export class FbaInboundApi {
378
378
  * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
379
379
  * @param {String} inboundPlanId Identifier of an inbound plan.
380
380
  * @param {String} packingOptionId Identifier of a packing option.
381
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse}
381
+ * @return {Promise<ConfirmPackingOptionResponse>}
382
382
  */
383
383
  confirmPackingOption (inboundPlanId, packingOptionId) {
384
384
  return this.confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId)
@@ -391,7 +391,7 @@ export class FbaInboundApi {
391
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 &#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).
392
392
  * @param {String} inboundPlanId Identifier of an inbound plan.
393
393
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
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
394
+ * @return {Promise<ConfirmPlacementOptionResponse>}
395
395
  */
396
396
  confirmPlacementOptionWithHttpInfo (inboundPlanId, placementOptionId) {
397
397
  const postBody = null
@@ -432,7 +432,7 @@ export class FbaInboundApi {
432
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 &#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).
433
433
  * @param {String} inboundPlanId Identifier of an inbound plan.
434
434
  * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
435
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse}
435
+ * @return {Promise<ConfirmPlacementOptionResponse>}
436
436
  */
437
437
  confirmPlacementOption (inboundPlanId, placementOptionId) {
438
438
  return this.confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId)
@@ -446,7 +446,7 @@ export class FbaInboundApi {
446
446
  * @param {String} inboundPlanId Identifier of an inbound plan.
447
447
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
448
448
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
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
449
+ * @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
450
450
  */
451
451
  confirmShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
452
452
  const postBody = null
@@ -494,7 +494,7 @@ export class FbaInboundApi {
494
494
  * @param {String} inboundPlanId Identifier of an inbound plan.
495
495
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
496
496
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
497
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse}
497
+ * @return {Promise<ConfirmShipmentContentUpdatePreviewResponse>}
498
498
  */
499
499
  confirmShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
500
500
  return this.confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
@@ -506,8 +506,8 @@ export class FbaInboundApi {
506
506
  /**
507
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 &#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).
508
508
  * @param {String} inboundPlanId Identifier of an inbound plan.
509
- * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
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
509
+ * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
510
+ * @return {Promise<ConfirmTransportationOptionsResponse>}
511
511
  */
512
512
  confirmTransportationOptionsWithHttpInfo (inboundPlanId, body) {
513
513
  const postBody = body
@@ -546,8 +546,8 @@ export class FbaInboundApi {
546
546
  /**
547
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 &#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).
548
548
  * @param {String} inboundPlanId Identifier of an inbound plan.
549
- * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
550
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse}
549
+ * @param {ConfirmTransportationOptionsRequest} body The body of the request to &#x60;confirmTransportationOptions&#x60;.
550
+ * @return {Promise<ConfirmTransportationOptionsResponse>}
551
551
  */
552
552
  confirmTransportationOptions (inboundPlanId, body) {
553
553
  return this.confirmTransportationOptionsWithHttpInfo(inboundPlanId, body)
@@ -558,8 +558,8 @@ export class FbaInboundApi {
558
558
 
559
559
  /**
560
560
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
561
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
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
561
+ * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
562
+ * @return {Promise<CreateInboundPlanResponse>}
563
563
  */
564
564
  createInboundPlanWithHttpInfo (body) {
565
565
  const postBody = body
@@ -591,8 +591,8 @@ export class FbaInboundApi {
591
591
 
592
592
  /**
593
593
  * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon&#39;s fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
594
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
595
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse}
594
+ * @param {CreateInboundPlanRequest} body The body of the request to &#x60;createInboundPlan&#x60;.
595
+ * @return {Promise<CreateInboundPlanResponse>}
596
596
  */
597
597
  createInboundPlan (body) {
598
598
  return this.createInboundPlanWithHttpInfo(body)
@@ -603,8 +603,8 @@ export class FbaInboundApi {
603
603
 
604
604
  /**
605
605
  * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
606
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
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
606
+ * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
607
+ * @return {Promise<CreateMarketplaceItemLabelsResponse>}
608
608
  */
609
609
  createMarketplaceItemLabelsWithHttpInfo (body) {
610
610
  const postBody = body
@@ -636,8 +636,8 @@ export class FbaInboundApi {
636
636
 
637
637
  /**
638
638
  * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
639
- * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
640
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse}
639
+ * @param {CreateMarketplaceItemLabelsRequest} body The body of the request to &#x60;createMarketplaceItemLabels&#x60;.
640
+ * @return {Promise<CreateMarketplaceItemLabelsResponse>}
641
641
  */
642
642
  createMarketplaceItemLabels (body) {
643
643
  return this.createMarketplaceItemLabelsWithHttpInfo(body)
@@ -650,7 +650,7 @@ export class FbaInboundApi {
650
650
  * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
651
651
  * @param {String} inboundPlanId Identifier of an inbound plan.
652
652
  * @param {String} shipmentId The shipment to generate delivery window options for.
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
653
+ * @return {Promise<GenerateDeliveryWindowOptionsResponse>}
654
654
  */
655
655
  generateDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId) {
656
656
  const postBody = null
@@ -691,7 +691,7 @@ export class FbaInboundApi {
691
691
  * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
692
692
  * @param {String} inboundPlanId Identifier of an inbound plan.
693
693
  * @param {String} shipmentId The shipment to generate delivery window options for.
694
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse}
694
+ * @return {Promise<GenerateDeliveryWindowOptionsResponse>}
695
695
  */
696
696
  generateDeliveryWindowOptions (inboundPlanId, shipmentId) {
697
697
  return this.generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId)
@@ -703,7 +703,7 @@ export class FbaInboundApi {
703
703
  /**
704
704
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
705
705
  * @param {String} inboundPlanId Identifier of an inbound plan.
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
706
+ * @return {Promise<GeneratePackingOptionsResponse>}
707
707
  */
708
708
  generatePackingOptionsWithHttpInfo (inboundPlanId) {
709
709
  const postBody = null
@@ -737,7 +737,7 @@ export class FbaInboundApi {
737
737
  /**
738
738
  * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
739
739
  * @param {String} inboundPlanId Identifier of an inbound plan.
740
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse}
740
+ * @return {Promise<GeneratePackingOptionsResponse>}
741
741
  */
742
742
  generatePackingOptions (inboundPlanId) {
743
743
  return this.generatePackingOptionsWithHttpInfo(inboundPlanId)
@@ -749,8 +749,8 @@ export class FbaInboundApi {
749
749
  /**
750
750
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
751
751
  * @param {String} inboundPlanId Identifier of an inbound plan.
752
- * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
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
752
+ * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
753
+ * @return {Promise<GeneratePlacementOptionsResponse>}
754
754
  */
755
755
  generatePlacementOptionsWithHttpInfo (inboundPlanId, body) {
756
756
  const postBody = body
@@ -789,8 +789,8 @@ export class FbaInboundApi {
789
789
  /**
790
790
  * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
791
791
  * @param {String} inboundPlanId Identifier of an inbound plan.
792
- * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
793
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse}
792
+ * @param {GeneratePlacementOptionsRequest} body The body of the request to &#x60;generatePlacementOptions&#x60;.
793
+ * @return {Promise<GeneratePlacementOptionsResponse>}
794
794
  */
795
795
  generatePlacementOptions (inboundPlanId, body) {
796
796
  return this.generatePlacementOptionsWithHttpInfo(inboundPlanId, body)
@@ -803,8 +803,8 @@ export class FbaInboundApi {
803
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 &#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).
804
804
  * @param {String} inboundPlanId Identifier of an inbound plan.
805
805
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
806
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
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
806
+ * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
807
+ * @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
808
808
  */
809
809
  generateSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, body) {
810
810
  const postBody = body
@@ -850,8 +850,8 @@ export class FbaInboundApi {
850
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 &#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).
851
851
  * @param {String} inboundPlanId Identifier of an inbound plan.
852
852
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
853
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
854
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse}
853
+ * @param {GenerateSelfShipAppointmentSlotsRequest} body The body of the request to &#x60;generateSelfShipAppointmentSlots&#x60;.
854
+ * @return {Promise<GenerateSelfShipAppointmentSlotsResponse>}
855
855
  */
856
856
  generateSelfShipAppointmentSlots (inboundPlanId, shipmentId, body) {
857
857
  return this.generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -864,8 +864,8 @@ export class FbaInboundApi {
864
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 &#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).
865
865
  * @param {String} inboundPlanId Identifier of an inbound plan.
866
866
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
867
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
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
867
+ * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
868
+ * @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
869
869
  */
870
870
  generateShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, body) {
871
871
  const postBody = body
@@ -911,8 +911,8 @@ export class FbaInboundApi {
911
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 &#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).
912
912
  * @param {String} inboundPlanId Identifier of an inbound plan.
913
913
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
914
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
915
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse}
914
+ * @param {GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to &#x60;generateShipmentContentUpdatePreviews&#x60;.
915
+ * @return {Promise<GenerateShipmentContentUpdatePreviewsResponse>}
916
916
  */
917
917
  generateShipmentContentUpdatePreviews (inboundPlanId, shipmentId, body) {
918
918
  return this.generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -924,8 +924,8 @@ export class FbaInboundApi {
924
924
  /**
925
925
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
926
926
  * @param {String} inboundPlanId Identifier of an inbound plan.
927
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
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
927
+ * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
928
+ * @return {Promise<GenerateTransportationOptionsResponse>}
929
929
  */
930
930
  generateTransportationOptionsWithHttpInfo (inboundPlanId, body) {
931
931
  const postBody = body
@@ -964,8 +964,8 @@ export class FbaInboundApi {
964
964
  /**
965
965
  * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
966
966
  * @param {String} inboundPlanId Identifier of an inbound plan.
967
- * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
968
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse}
967
+ * @param {GenerateTransportationOptionsRequest} body The body of the request to &#x60;generateTransportationOptions&#x60;.
968
+ * @return {Promise<GenerateTransportationOptionsResponse>}
969
969
  */
970
970
  generateTransportationOptions (inboundPlanId, body) {
971
971
  return this.generateTransportationOptionsWithHttpInfo(inboundPlanId, body)
@@ -978,7 +978,7 @@ export class FbaInboundApi {
978
978
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
979
979
  * @param {String} inboundPlanId Identifier of an inbound plan.
980
980
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
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
981
+ * @return {Promise<GetDeliveryChallanDocumentResponse>}
982
982
  */
983
983
  getDeliveryChallanDocumentWithHttpInfo (inboundPlanId, shipmentId) {
984
984
  const postBody = null
@@ -1019,7 +1019,7 @@ export class FbaInboundApi {
1019
1019
  * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1020
1020
  * @param {String} inboundPlanId Identifier of an inbound plan.
1021
1021
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1022
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse}
1022
+ * @return {Promise<GetDeliveryChallanDocumentResponse>}
1023
1023
  */
1024
1024
  getDeliveryChallanDocument (inboundPlanId, shipmentId) {
1025
1025
  return this.getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId)
@@ -1031,7 +1031,7 @@ export class FbaInboundApi {
1031
1031
  /**
1032
1032
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1033
1033
  * @param {String} operationId Identifier of an asynchronous operation.
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
1034
+ * @return {Promise<InboundOperationStatus>}
1035
1035
  */
1036
1036
  getInboundOperationStatusWithHttpInfo (operationId) {
1037
1037
  const postBody = null
@@ -1065,7 +1065,7 @@ export class FbaInboundApi {
1065
1065
  /**
1066
1066
  * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1067
1067
  * @param {String} operationId Identifier of an asynchronous operation.
1068
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundOperationStatus}
1068
+ * @return {Promise<InboundOperationStatus>}
1069
1069
  */
1070
1070
  getInboundOperationStatus (operationId) {
1071
1071
  return this.getInboundOperationStatusWithHttpInfo(operationId)
@@ -1077,7 +1077,7 @@ export class FbaInboundApi {
1077
1077
  /**
1078
1078
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1079
1079
  * @param {String} inboundPlanId Identifier of an inbound plan.
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
1080
+ * @return {Promise<InboundPlan>}
1081
1081
  */
1082
1082
  getInboundPlanWithHttpInfo (inboundPlanId) {
1083
1083
  const postBody = null
@@ -1111,7 +1111,7 @@ export class FbaInboundApi {
1111
1111
  /**
1112
1112
  * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1113
1113
  * @param {String} inboundPlanId Identifier of an inbound plan.
1114
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundPlan}
1114
+ * @return {Promise<InboundPlan>}
1115
1115
  */
1116
1116
  getInboundPlan (inboundPlanId) {
1117
1117
  return this.getInboundPlanWithHttpInfo(inboundPlanId)
@@ -1127,7 +1127,7 @@ export class FbaInboundApi {
1127
1127
  * @param {Object} opts Optional parameters
1128
1128
  * @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1129
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 &#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.
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
1130
+ * @return {Promise<GetSelfShipAppointmentSlotsResponse>}
1131
1131
  */
1132
1132
  getSelfShipAppointmentSlotsWithHttpInfo (inboundPlanId, shipmentId, opts) {
1133
1133
  opts = opts || {}
@@ -1174,7 +1174,7 @@ export class FbaInboundApi {
1174
1174
  * @param {Object} opts Optional parameters
1175
1175
  * @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1176
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 &#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.
1177
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse}
1177
+ * @return {Promise<GetSelfShipAppointmentSlotsResponse>}
1178
1178
  */
1179
1179
  getSelfShipAppointmentSlots (inboundPlanId, shipmentId, opts) {
1180
1180
  return this.getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -1187,7 +1187,7 @@ export class FbaInboundApi {
1187
1187
  * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1188
1188
  * @param {String} inboundPlanId Identifier of an inbound plan.
1189
1189
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
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
1190
+ * @return {Promise<Shipment>}
1191
1191
  */
1192
1192
  getShipmentWithHttpInfo (inboundPlanId, shipmentId) {
1193
1193
  const postBody = null
@@ -1228,7 +1228,7 @@ export class FbaInboundApi {
1228
1228
  * Provides the full details for a specific shipment within an inbound plan. The &#x60;transportationOptionId&#x60; inside &#x60;acceptedTransportationSelection&#x60; can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1229
1229
  * @param {String} inboundPlanId Identifier of an inbound plan.
1230
1230
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1231
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/Shipment}
1231
+ * @return {Promise<Shipment>}
1232
1232
  */
1233
1233
  getShipment (inboundPlanId, shipmentId) {
1234
1234
  return this.getShipmentWithHttpInfo(inboundPlanId, shipmentId)
@@ -1242,7 +1242,7 @@ export class FbaInboundApi {
1242
1242
  * @param {String} inboundPlanId Identifier of an inbound plan.
1243
1243
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1244
1244
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
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
1245
+ * @return {Promise<ContentUpdatePreview>}
1246
1246
  */
1247
1247
  getShipmentContentUpdatePreviewWithHttpInfo (inboundPlanId, shipmentId, contentUpdatePreviewId) {
1248
1248
  const postBody = null
@@ -1290,7 +1290,7 @@ export class FbaInboundApi {
1290
1290
  * @param {String} inboundPlanId Identifier of an inbound plan.
1291
1291
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1292
1292
  * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1293
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview}
1293
+ * @return {Promise<ContentUpdatePreview>}
1294
1294
  */
1295
1295
  getShipmentContentUpdatePreview (inboundPlanId, shipmentId, contentUpdatePreviewId) {
1296
1296
  return this.getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
@@ -1306,7 +1306,7 @@ export class FbaInboundApi {
1306
1306
  * @param {Object} opts Optional parameters
1307
1307
  * @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
1308
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 &#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.
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
1309
+ * @return {Promise<ListDeliveryWindowOptionsResponse>}
1310
1310
  */
1311
1311
  listDeliveryWindowOptionsWithHttpInfo (inboundPlanId, shipmentId, opts) {
1312
1312
  opts = opts || {}
@@ -1353,7 +1353,7 @@ export class FbaInboundApi {
1353
1353
  * @param {Object} opts Optional parameters
1354
1354
  * @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
1355
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 &#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.
1356
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse}
1356
+ * @return {Promise<ListDeliveryWindowOptionsResponse>}
1357
1357
  */
1358
1358
  listDeliveryWindowOptions (inboundPlanId, shipmentId, opts) {
1359
1359
  return this.listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -1368,7 +1368,7 @@ export class FbaInboundApi {
1368
1368
  * @param {Object} opts Optional parameters
1369
1369
  * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1370
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 &#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.
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
1371
+ * @return {Promise<ListInboundPlanBoxesResponse>}
1372
1372
  */
1373
1373
  listInboundPlanBoxesWithHttpInfo (inboundPlanId, opts) {
1374
1374
  opts = opts || {}
@@ -1408,7 +1408,7 @@ export class FbaInboundApi {
1408
1408
  * @param {Object} opts Optional parameters
1409
1409
  * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1410
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 &#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.
1411
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse}
1411
+ * @return {Promise<ListInboundPlanBoxesResponse>}
1412
1412
  */
1413
1413
  listInboundPlanBoxes (inboundPlanId, opts) {
1414
1414
  return this.listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts)
@@ -1423,7 +1423,7 @@ export class FbaInboundApi {
1423
1423
  * @param {Object} opts Optional parameters
1424
1424
  * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
1425
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 &#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.
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
1426
+ * @return {Promise<ListInboundPlanItemsResponse>}
1427
1427
  */
1428
1428
  listInboundPlanItemsWithHttpInfo (inboundPlanId, opts) {
1429
1429
  opts = opts || {}
@@ -1463,7 +1463,7 @@ export class FbaInboundApi {
1463
1463
  * @param {Object} opts Optional parameters
1464
1464
  * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
1465
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 &#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.
1466
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse}
1466
+ * @return {Promise<ListInboundPlanItemsResponse>}
1467
1467
  */
1468
1468
  listInboundPlanItems (inboundPlanId, opts) {
1469
1469
  return this.listInboundPlanItemsWithHttpInfo(inboundPlanId, opts)
@@ -1478,7 +1478,7 @@ export class FbaInboundApi {
1478
1478
  * @param {Object} opts Optional parameters
1479
1479
  * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
1480
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 &#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.
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
1481
+ * @return {Promise<ListInboundPlanPalletsResponse>}
1482
1482
  */
1483
1483
  listInboundPlanPalletsWithHttpInfo (inboundPlanId, opts) {
1484
1484
  opts = opts || {}
@@ -1518,7 +1518,7 @@ export class FbaInboundApi {
1518
1518
  * @param {Object} opts Optional parameters
1519
1519
  * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
1520
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 &#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.
1521
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse}
1521
+ * @return {Promise<ListInboundPlanPalletsResponse>}
1522
1522
  */
1523
1523
  listInboundPlanPallets (inboundPlanId, opts) {
1524
1524
  return this.listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts)
@@ -1532,10 +1532,10 @@ export class FbaInboundApi {
1532
1532
  * @param {Object} opts Optional parameters
1533
1533
  * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
1534
1534
  * @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.
1535
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.status The status of an inbound plan.
1536
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortBy Sort by field.
1537
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
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
1535
+ * @param {String} opts.status The status of an inbound plan.
1536
+ * @param {String} opts.sortBy Sort by field.
1537
+ * @param {String} opts.sortOrder The sort order.
1538
+ * @return {Promise<ListInboundPlansResponse>}
1539
1539
  */
1540
1540
  listInboundPlansWithHttpInfo (opts) {
1541
1541
  opts = opts || {}
@@ -1571,10 +1571,10 @@ export class FbaInboundApi {
1571
1571
  * @param {Object} opts Optional parameters
1572
1572
  * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
1573
1573
  * @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.
1574
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.status The status of an inbound plan.
1575
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortBy Sort by field.
1576
- * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1577
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse}
1574
+ * @param {String} opts.status The status of an inbound plan.
1575
+ * @param {String} opts.sortBy Sort by field.
1576
+ * @param {String} opts.sortOrder The sort order.
1577
+ * @return {Promise<ListInboundPlansResponse>}
1578
1578
  */
1579
1579
  listInboundPlans (opts) {
1580
1580
  return this.listInboundPlansWithHttpInfo(opts)
@@ -1585,9 +1585,9 @@ export class FbaInboundApi {
1585
1585
 
1586
1586
  /**
1587
1587
  * 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).
1588
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1588
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1589
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).
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
1590
+ * @return {Promise<ListItemComplianceDetailsResponse>}
1591
1591
  */
1592
1592
  listItemComplianceDetailsWithHttpInfo (mskus, marketplaceId) {
1593
1593
  const postBody = null
@@ -1626,9 +1626,9 @@ export class FbaInboundApi {
1626
1626
 
1627
1627
  /**
1628
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).
1629
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1629
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1630
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).
1631
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse}
1631
+ * @return {Promise<ListItemComplianceDetailsResponse>}
1632
1632
  */
1633
1633
  listItemComplianceDetails (mskus, marketplaceId) {
1634
1634
  return this.listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId)
@@ -1644,7 +1644,7 @@ export class FbaInboundApi {
1644
1644
  * @param {Object} opts Optional parameters
1645
1645
  * @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
1646
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.
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
1647
+ * @return {Promise<ListPackingGroupBoxesResponse>}
1648
1648
  */
1649
1649
  listPackingGroupBoxesWithHttpInfo (inboundPlanId, packingGroupId, opts) {
1650
1650
  opts = opts || {}
@@ -1691,7 +1691,7 @@ export class FbaInboundApi {
1691
1691
  * @param {Object} opts Optional parameters
1692
1692
  * @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
1693
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.
1694
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse}
1694
+ * @return {Promise<ListPackingGroupBoxesResponse>}
1695
1695
  */
1696
1696
  listPackingGroupBoxes (inboundPlanId, packingGroupId, opts) {
1697
1697
  return this.listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts)
@@ -1707,7 +1707,7 @@ export class FbaInboundApi {
1707
1707
  * @param {Object} opts Optional parameters
1708
1708
  * @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
1709
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.
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
1710
+ * @return {Promise<ListPackingGroupItemsResponse>}
1711
1711
  */
1712
1712
  listPackingGroupItemsWithHttpInfo (inboundPlanId, packingGroupId, opts) {
1713
1713
  opts = opts || {}
@@ -1754,7 +1754,7 @@ export class FbaInboundApi {
1754
1754
  * @param {Object} opts Optional parameters
1755
1755
  * @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
1756
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.
1757
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse}
1757
+ * @return {Promise<ListPackingGroupItemsResponse>}
1758
1758
  */
1759
1759
  listPackingGroupItems (inboundPlanId, packingGroupId, opts) {
1760
1760
  return this.listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts)
@@ -1769,7 +1769,7 @@ export class FbaInboundApi {
1769
1769
  * @param {Object} opts Optional parameters
1770
1770
  * @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
1771
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.
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
1772
+ * @return {Promise<ListPackingOptionsResponse>}
1773
1773
  */
1774
1774
  listPackingOptionsWithHttpInfo (inboundPlanId, opts) {
1775
1775
  opts = opts || {}
@@ -1809,7 +1809,7 @@ export class FbaInboundApi {
1809
1809
  * @param {Object} opts Optional parameters
1810
1810
  * @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
1811
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.
1812
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse}
1812
+ * @return {Promise<ListPackingOptionsResponse>}
1813
1813
  */
1814
1814
  listPackingOptions (inboundPlanId, opts) {
1815
1815
  return this.listPackingOptionsWithHttpInfo(inboundPlanId, opts)
@@ -1824,7 +1824,7 @@ export class FbaInboundApi {
1824
1824
  * @param {Object} opts Optional parameters
1825
1825
  * @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
1826
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.
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
1827
+ * @return {Promise<ListPlacementOptionsResponse>}
1828
1828
  */
1829
1829
  listPlacementOptionsWithHttpInfo (inboundPlanId, opts) {
1830
1830
  opts = opts || {}
@@ -1864,7 +1864,7 @@ export class FbaInboundApi {
1864
1864
  * @param {Object} opts Optional parameters
1865
1865
  * @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
1866
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.
1867
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse}
1867
+ * @return {Promise<ListPlacementOptionsResponse>}
1868
1868
  */
1869
1869
  listPlacementOptions (inboundPlanId, opts) {
1870
1870
  return this.listPlacementOptionsWithHttpInfo(inboundPlanId, opts)
@@ -1876,8 +1876,8 @@ export class FbaInboundApi {
1876
1876
  /**
1877
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).
1878
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).
1879
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
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
1879
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1880
+ * @return {Promise<ListPrepDetailsResponse>}
1881
1881
  */
1882
1882
  listPrepDetailsWithHttpInfo (marketplaceId, mskus) {
1883
1883
  const postBody = null
@@ -1917,8 +1917,8 @@ export class FbaInboundApi {
1917
1917
  /**
1918
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).
1919
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).
1920
- * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1921
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse}
1920
+ * @param {[String]} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1921
+ * @return {Promise<ListPrepDetailsResponse>}
1922
1922
  */
1923
1923
  listPrepDetails (marketplaceId, mskus) {
1924
1924
  return this.listPrepDetailsWithHttpInfo(marketplaceId, mskus)
@@ -1934,7 +1934,7 @@ export class FbaInboundApi {
1934
1934
  * @param {Object} opts Optional parameters
1935
1935
  * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1936
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.
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
1937
+ * @return {Promise<ListShipmentBoxesResponse>}
1938
1938
  */
1939
1939
  listShipmentBoxesWithHttpInfo (inboundPlanId, shipmentId, opts) {
1940
1940
  opts = opts || {}
@@ -1981,7 +1981,7 @@ export class FbaInboundApi {
1981
1981
  * @param {Object} opts Optional parameters
1982
1982
  * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1983
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.
1984
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse}
1984
+ * @return {Promise<ListShipmentBoxesResponse>}
1985
1985
  */
1986
1986
  listShipmentBoxes (inboundPlanId, shipmentId, opts) {
1987
1987
  return this.listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -1997,7 +1997,7 @@ export class FbaInboundApi {
1997
1997
  * @param {Object} opts Optional parameters
1998
1998
  * @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
1999
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.
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
2000
+ * @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
2001
2001
  */
2002
2002
  listShipmentContentUpdatePreviewsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2003
2003
  opts = opts || {}
@@ -2044,7 +2044,7 @@ export class FbaInboundApi {
2044
2044
  * @param {Object} opts Optional parameters
2045
2045
  * @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
2046
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.
2047
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse}
2047
+ * @return {Promise<ListShipmentContentUpdatePreviewsResponse>}
2048
2048
  */
2049
2049
  listShipmentContentUpdatePreviews (inboundPlanId, shipmentId, opts) {
2050
2050
  return this.listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -2060,7 +2060,7 @@ export class FbaInboundApi {
2060
2060
  * @param {Object} opts Optional parameters
2061
2061
  * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
2062
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.
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
2063
+ * @return {Promise<ListShipmentItemsResponse>}
2064
2064
  */
2065
2065
  listShipmentItemsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2066
2066
  opts = opts || {}
@@ -2107,7 +2107,7 @@ export class FbaInboundApi {
2107
2107
  * @param {Object} opts Optional parameters
2108
2108
  * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
2109
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.
2110
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse}
2110
+ * @return {Promise<ListShipmentItemsResponse>}
2111
2111
  */
2112
2112
  listShipmentItems (inboundPlanId, shipmentId, opts) {
2113
2113
  return this.listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -2123,7 +2123,7 @@ export class FbaInboundApi {
2123
2123
  * @param {Object} opts Optional parameters
2124
2124
  * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
2125
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.
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
2126
+ * @return {Promise<ListShipmentPalletsResponse>}
2127
2127
  */
2128
2128
  listShipmentPalletsWithHttpInfo (inboundPlanId, shipmentId, opts) {
2129
2129
  opts = opts || {}
@@ -2170,7 +2170,7 @@ export class FbaInboundApi {
2170
2170
  * @param {Object} opts Optional parameters
2171
2171
  * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
2172
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.
2173
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse}
2173
+ * @return {Promise<ListShipmentPalletsResponse>}
2174
2174
  */
2175
2175
  listShipmentPallets (inboundPlanId, shipmentId, opts) {
2176
2176
  return this.listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts)
@@ -2187,7 +2187,7 @@ export class FbaInboundApi {
2187
2187
  * @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.
2188
2188
  * @param {String} opts.placementOptionId The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2189
2189
  * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
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
2190
+ * @return {Promise<ListTransportationOptionsResponse>}
2191
2191
  */
2192
2192
  listTransportationOptionsWithHttpInfo (inboundPlanId, opts) {
2193
2193
  opts = opts || {}
@@ -2231,7 +2231,7 @@ export class FbaInboundApi {
2231
2231
  * @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.
2232
2232
  * @param {String} opts.placementOptionId The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2233
2233
  * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2234
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse}
2234
+ * @return {Promise<ListTransportationOptionsResponse>}
2235
2235
  */
2236
2236
  listTransportationOptions (inboundPlanId, opts) {
2237
2237
  return this.listTransportationOptionsWithHttpInfo(inboundPlanId, opts)
@@ -2245,8 +2245,8 @@ export class FbaInboundApi {
2245
2245
  * @param {String} inboundPlanId Identifier of an inbound plan.
2246
2246
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2247
2247
  * @param {String} slotId An identifier to a self-ship appointment slot.
2248
- * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
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
2248
+ * @param {ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2249
+ * @return {Promise<ScheduleSelfShipAppointmentResponse>}
2250
2250
  */
2251
2251
  scheduleSelfShipAppointmentWithHttpInfo (inboundPlanId, shipmentId, slotId, body) {
2252
2252
  const postBody = body
@@ -2299,8 +2299,8 @@ export class FbaInboundApi {
2299
2299
  * @param {String} inboundPlanId Identifier of an inbound plan.
2300
2300
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2301
2301
  * @param {String} slotId An identifier to a self-ship appointment slot.
2302
- * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2303
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse}
2302
+ * @param {ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2303
+ * @return {Promise<ScheduleSelfShipAppointmentResponse>}
2304
2304
  */
2305
2305
  scheduleSelfShipAppointment (inboundPlanId, shipmentId, slotId, body) {
2306
2306
  return this.scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body)
@@ -2312,8 +2312,8 @@ export class FbaInboundApi {
2312
2312
  /**
2313
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).
2314
2314
  * @param {String} inboundPlanId Identifier of an inbound plan.
2315
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
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
2315
+ * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2316
+ * @return {Promise<SetPackingInformationResponse>}
2317
2317
  */
2318
2318
  setPackingInformationWithHttpInfo (inboundPlanId, body) {
2319
2319
  const postBody = body
@@ -2352,8 +2352,8 @@ export class FbaInboundApi {
2352
2352
  /**
2353
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).
2354
2354
  * @param {String} inboundPlanId Identifier of an inbound plan.
2355
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2356
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse}
2355
+ * @param {SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2356
+ * @return {Promise<SetPackingInformationResponse>}
2357
2357
  */
2358
2358
  setPackingInformation (inboundPlanId, body) {
2359
2359
  return this.setPackingInformationWithHttpInfo(inboundPlanId, body)
@@ -2364,8 +2364,8 @@ export class FbaInboundApi {
2364
2364
 
2365
2365
  /**
2366
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).
2367
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
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
2367
+ * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2368
+ * @return {Promise<SetPrepDetailsResponse>}
2369
2369
  */
2370
2370
  setPrepDetailsWithHttpInfo (body) {
2371
2371
  const postBody = body
@@ -2397,8 +2397,8 @@ export class FbaInboundApi {
2397
2397
 
2398
2398
  /**
2399
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).
2400
- * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2401
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse}
2400
+ * @param {SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2401
+ * @return {Promise<SetPrepDetailsResponse>}
2402
2402
  */
2403
2403
  setPrepDetails (body) {
2404
2404
  return this.setPrepDetailsWithHttpInfo(body)
@@ -2410,8 +2410,8 @@ export class FbaInboundApi {
2410
2410
  /**
2411
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).
2412
2412
  * @param {String} inboundPlanId Identifier of an inbound plan.
2413
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2414
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2413
+ * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2414
+ * @return {Promise<void>}
2415
2415
  */
2416
2416
  updateInboundPlanNameWithHttpInfo (inboundPlanId, body) {
2417
2417
  const postBody = body
@@ -2450,8 +2450,8 @@ export class FbaInboundApi {
2450
2450
  /**
2451
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).
2452
2452
  * @param {String} inboundPlanId Identifier of an inbound plan.
2453
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2454
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2453
+ * @param {UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2454
+ * @return {Promise<void>}
2455
2455
  */
2456
2456
  updateInboundPlanName (inboundPlanId, body) {
2457
2457
  return this.updateInboundPlanNameWithHttpInfo(inboundPlanId, body)
@@ -2463,8 +2463,8 @@ export class FbaInboundApi {
2463
2463
  /**
2464
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).
2465
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).
2466
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
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
2466
+ * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2467
+ * @return {Promise<UpdateItemComplianceDetailsResponse>}
2468
2468
  */
2469
2469
  updateItemComplianceDetailsWithHttpInfo (marketplaceId, body) {
2470
2470
  const postBody = body
@@ -2503,8 +2503,8 @@ export class FbaInboundApi {
2503
2503
  /**
2504
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).
2505
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).
2506
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2507
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse}
2506
+ * @param {UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2507
+ * @return {Promise<UpdateItemComplianceDetailsResponse>}
2508
2508
  */
2509
2509
  updateItemComplianceDetails (marketplaceId, body) {
2510
2510
  return this.updateItemComplianceDetailsWithHttpInfo(marketplaceId, body)
@@ -2517,8 +2517,8 @@ export class FbaInboundApi {
2517
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).
2518
2518
  * @param {String} inboundPlanId Identifier of an inbound plan.
2519
2519
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2520
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2521
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2520
+ * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2521
+ * @return {Promise<void>}
2522
2522
  */
2523
2523
  updateShipmentNameWithHttpInfo (inboundPlanId, shipmentId, body) {
2524
2524
  const postBody = body
@@ -2564,8 +2564,8 @@ export class FbaInboundApi {
2564
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).
2565
2565
  * @param {String} inboundPlanId Identifier of an inbound plan.
2566
2566
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2567
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2568
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2567
+ * @param {UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2568
+ * @return {Promise<void>}
2569
2569
  */
2570
2570
  updateShipmentName (inboundPlanId, shipmentId, body) {
2571
2571
  return this.updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -2578,8 +2578,8 @@ export class FbaInboundApi {
2578
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).
2579
2579
  * @param {String} inboundPlanId Identifier of an inbound plan.
2580
2580
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2581
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
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
2581
+ * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2582
+ * @return {Promise<UpdateShipmentSourceAddressResponse>}
2583
2583
  */
2584
2584
  updateShipmentSourceAddressWithHttpInfo (inboundPlanId, shipmentId, body) {
2585
2585
  const postBody = body
@@ -2625,8 +2625,8 @@ export class FbaInboundApi {
2625
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).
2626
2626
  * @param {String} inboundPlanId Identifier of an inbound plan.
2627
2627
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2628
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2629
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse}
2628
+ * @param {UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2629
+ * @return {Promise<UpdateShipmentSourceAddressResponse>}
2630
2630
  */
2631
2631
  updateShipmentSourceAddress (inboundPlanId, shipmentId, body) {
2632
2632
  return this.updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body)
@@ -2639,8 +2639,8 @@ export class FbaInboundApi {
2639
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).
2640
2640
  * @param {String} inboundPlanId Identifier of an inbound plan.
2641
2641
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2642
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
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
2642
+ * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2643
+ * @return {Promise<UpdateShipmentTrackingDetailsResponse>}
2644
2644
  */
2645
2645
  updateShipmentTrackingDetailsWithHttpInfo (inboundPlanId, shipmentId, body) {
2646
2646
  const postBody = body
@@ -2686,8 +2686,8 @@ export class FbaInboundApi {
2686
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).
2687
2687
  * @param {String} inboundPlanId Identifier of an inbound plan.
2688
2688
  * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2689
- * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2690
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse}
2689
+ * @param {UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2690
+ * @return {Promise<UpdateShipmentTrackingDetailsResponse>}
2691
2691
  */
2692
2692
  updateShipmentTrackingDetails (inboundPlanId, shipmentId, body) {
2693
2693
  return this.updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body)