@amazon-sp-api-release/amazon-sp-api-sdk-js 1.0.0-rc3 → 1.0.0-rc4

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 (4705) hide show
  1. package/README.md +3 -3
  2. package/index.js +50 -0
  3. package/package.json +46 -12
  4. package/sample-node-app/index.js +28 -0
  5. package/src/apluscontent_v2020_11_01/ApiClient.js +740 -0
  6. package/src/apluscontent_v2020_11_01/api/AplusContentApi.js +650 -0
  7. package/src/apluscontent_v2020_11_01/index.js +477 -0
  8. package/src/apluscontent_v2020_11_01/model/AplusPaginatedResponse.js +85 -0
  9. package/src/apluscontent_v2020_11_01/model/AplusResponse.js +66 -0
  10. package/src/apluscontent_v2020_11_01/model/AsinBadge.js +60 -0
  11. package/src/apluscontent_v2020_11_01/model/AsinMetadata.js +108 -0
  12. package/src/apluscontent_v2020_11_01/model/ColorType.js +46 -0
  13. package/src/apluscontent_v2020_11_01/model/ContentBadge.js +67 -0
  14. package/src/apluscontent_v2020_11_01/model/ContentDocument.js +106 -0
  15. package/src/apluscontent_v2020_11_01/model/ContentMetadata.js +108 -0
  16. package/src/apluscontent_v2020_11_01/model/ContentMetadataRecord.js +77 -0
  17. package/src/apluscontent_v2020_11_01/model/ContentModule.js +187 -0
  18. package/src/apluscontent_v2020_11_01/model/ContentModuleType.js +137 -0
  19. package/src/apluscontent_v2020_11_01/model/ContentRecord.js +83 -0
  20. package/src/apluscontent_v2020_11_01/model/ContentStatus.js +60 -0
  21. package/src/apluscontent_v2020_11_01/model/ContentType.js +46 -0
  22. package/src/apluscontent_v2020_11_01/model/Decorator.js +89 -0
  23. package/src/apluscontent_v2020_11_01/model/DecoratorType.js +88 -0
  24. package/src/apluscontent_v2020_11_01/model/Error.js +85 -0
  25. package/src/apluscontent_v2020_11_01/model/ErrorList.js +68 -0
  26. package/src/apluscontent_v2020_11_01/model/GetContentDocumentResponse.js +86 -0
  27. package/src/apluscontent_v2020_11_01/model/ImageComponent.js +87 -0
  28. package/src/apluscontent_v2020_11_01/model/ImageCropSpecification.js +75 -0
  29. package/src/apluscontent_v2020_11_01/model/ImageDimensions.js +76 -0
  30. package/src/apluscontent_v2020_11_01/model/ImageOffsets.js +76 -0
  31. package/src/apluscontent_v2020_11_01/model/IntegerWithUnits.js +77 -0
  32. package/src/apluscontent_v2020_11_01/model/ListContentDocumentAsinRelationsResponse.js +101 -0
  33. package/src/apluscontent_v2020_11_01/model/ParagraphComponent.js +67 -0
  34. package/src/apluscontent_v2020_11_01/model/PlainTextItem.js +77 -0
  35. package/src/apluscontent_v2020_11_01/model/PositionType.js +46 -0
  36. package/src/apluscontent_v2020_11_01/model/PostContentDocumentApprovalSubmissionResponse.js +76 -0
  37. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsRequest.js +66 -0
  38. package/src/apluscontent_v2020_11_01/model/PostContentDocumentAsinRelationsResponse.js +76 -0
  39. package/src/apluscontent_v2020_11_01/model/PostContentDocumentRequest.js +66 -0
  40. package/src/apluscontent_v2020_11_01/model/PostContentDocumentResponse.js +86 -0
  41. package/src/apluscontent_v2020_11_01/model/PostContentDocumentSuspendSubmissionResponse.js +76 -0
  42. package/src/apluscontent_v2020_11_01/model/PublishRecord.js +115 -0
  43. package/src/apluscontent_v2020_11_01/model/SearchContentDocumentsResponse.js +101 -0
  44. package/src/apluscontent_v2020_11_01/model/SearchContentPublishRecordsResponse.js +101 -0
  45. package/src/apluscontent_v2020_11_01/model/StandardCompanyLogoModule.js +67 -0
  46. package/src/apluscontent_v2020_11_01/model/StandardComparisonProductBlock.js +108 -0
  47. package/src/apluscontent_v2020_11_01/model/StandardComparisonTableModule.js +73 -0
  48. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextModule.js +94 -0
  49. package/src/apluscontent_v2020_11_01/model/StandardFourImageTextQuadrantModule.js +94 -0
  50. package/src/apluscontent_v2020_11_01/model/StandardHeaderImageTextModule.js +73 -0
  51. package/src/apluscontent_v2020_11_01/model/StandardHeaderTextListBlock.js +73 -0
  52. package/src/apluscontent_v2020_11_01/model/StandardImageCaptionBlock.js +73 -0
  53. package/src/apluscontent_v2020_11_01/model/StandardImageSidebarModule.js +104 -0
  54. package/src/apluscontent_v2020_11_01/model/StandardImageTextBlock.js +81 -0
  55. package/src/apluscontent_v2020_11_01/model/StandardImageTextCaptionBlock.js +73 -0
  56. package/src/apluscontent_v2020_11_01/model/StandardImageTextOverlayModule.js +75 -0
  57. package/src/apluscontent_v2020_11_01/model/StandardMultipleImageTextModule.js +65 -0
  58. package/src/apluscontent_v2020_11_01/model/StandardProductDescriptionModule.js +67 -0
  59. package/src/apluscontent_v2020_11_01/model/StandardSingleImageHighlightsModule.js +103 -0
  60. package/src/apluscontent_v2020_11_01/model/StandardSingleImageSpecsDetailModule.js +117 -0
  61. package/src/apluscontent_v2020_11_01/model/StandardSingleSideImageModule.js +75 -0
  62. package/src/apluscontent_v2020_11_01/model/StandardTechSpecsModule.js +84 -0
  63. package/src/apluscontent_v2020_11_01/model/StandardTextBlock.js +73 -0
  64. package/src/apluscontent_v2020_11_01/model/StandardTextListBlock.js +67 -0
  65. package/src/apluscontent_v2020_11_01/model/StandardTextModule.js +75 -0
  66. package/src/apluscontent_v2020_11_01/model/StandardTextPairBlock.js +72 -0
  67. package/src/apluscontent_v2020_11_01/model/StandardThreeImageTextModule.js +87 -0
  68. package/src/apluscontent_v2020_11_01/model/TextComponent.js +76 -0
  69. package/src/apluscontent_v2020_11_01/model/TextItem.js +77 -0
  70. package/src/apluscontent_v2020_11_01/model/ValidateContentDocumentAsinRelationsResponse.js +97 -0
  71. package/src/appintegrations_v2024_04_01/ApiClient.js +740 -0
  72. package/src/appintegrations_v2024_04_01/api/AppIntegrationsApi.js +190 -0
  73. package/src/appintegrations_v2024_04_01/index.js +78 -0
  74. package/src/appintegrations_v2024_04_01/model/CreateNotificationRequest.js +85 -0
  75. package/src/appintegrations_v2024_04_01/model/CreateNotificationResponse.js +65 -0
  76. package/src/appintegrations_v2024_04_01/model/DeleteNotificationsRequest.js +97 -0
  77. package/src/appintegrations_v2024_04_01/model/Error.js +85 -0
  78. package/src/appintegrations_v2024_04_01/model/ErrorList.js +68 -0
  79. package/src/appintegrations_v2024_04_01/model/RecordActionFeedbackRequest.js +81 -0
  80. package/src/applications_v2023_11_30/ApiClient.js +740 -0
  81. package/src/applications_v2023_11_30/api/ApplicationsApi.js +77 -0
  82. package/src/applications_v2023_11_30/index.js +50 -0
  83. package/src/applications_v2023_11_30/model/Error.js +85 -0
  84. package/src/applications_v2023_11_30/model/ErrorList.js +68 -0
  85. package/src/awd_v2024_05_09/ApiClient.js +740 -0
  86. package/src/awd_v2024_05_09/api/AwdApi.js +628 -0
  87. package/src/awd_v2024_05_09/index.js +386 -0
  88. package/src/awd_v2024_05_09/model/Address.js +153 -0
  89. package/src/awd_v2024_05_09/model/CarrierCode.js +73 -0
  90. package/src/awd_v2024_05_09/model/CarrierCodeType.js +39 -0
  91. package/src/awd_v2024_05_09/model/DestinationDetails.js +81 -0
  92. package/src/awd_v2024_05_09/model/DimensionUnitOfMeasurement.js +46 -0
  93. package/src/awd_v2024_05_09/model/DistributionPackage.js +87 -0
  94. package/src/awd_v2024_05_09/model/DistributionPackageContents.js +75 -0
  95. package/src/awd_v2024_05_09/model/DistributionPackageQuantity.js +77 -0
  96. package/src/awd_v2024_05_09/model/DistributionPackageType.js +46 -0
  97. package/src/awd_v2024_05_09/model/Error.js +85 -0
  98. package/src/awd_v2024_05_09/model/ErrorList.js +68 -0
  99. package/src/awd_v2024_05_09/model/ExpirationDetails.js +73 -0
  100. package/src/awd_v2024_05_09/model/InboundEligibility.js +97 -0
  101. package/src/awd_v2024_05_09/model/InboundEligibilityStatus.js +46 -0
  102. package/src/awd_v2024_05_09/model/InboundOrder.js +140 -0
  103. package/src/awd_v2024_05_09/model/InboundOrderCreationData.js +94 -0
  104. package/src/awd_v2024_05_09/model/InboundOrderReference.js +67 -0
  105. package/src/awd_v2024_05_09/model/InboundPackages.js +68 -0
  106. package/src/awd_v2024_05_09/model/InboundPreferences.js +65 -0
  107. package/src/awd_v2024_05_09/model/InboundShipment.js +199 -0
  108. package/src/awd_v2024_05_09/model/InboundShipmentStatus.js +81 -0
  109. package/src/awd_v2024_05_09/model/InboundShipmentSummary.js +111 -0
  110. package/src/awd_v2024_05_09/model/InboundStatus.js +74 -0
  111. package/src/awd_v2024_05_09/model/InventoryDetails.js +81 -0
  112. package/src/awd_v2024_05_09/model/InventoryListing.js +76 -0
  113. package/src/awd_v2024_05_09/model/InventoryQuantity.js +77 -0
  114. package/src/awd_v2024_05_09/model/InventorySummary.js +100 -0
  115. package/src/awd_v2024_05_09/model/InventoryUnitOfMeasurement.js +53 -0
  116. package/src/awd_v2024_05_09/model/LabelOwner.js +46 -0
  117. package/src/awd_v2024_05_09/model/LabelStatus.js +60 -0
  118. package/src/awd_v2024_05_09/model/MeasurementData.js +83 -0
  119. package/src/awd_v2024_05_09/model/OrderIneligibilityReason.js +77 -0
  120. package/src/awd_v2024_05_09/model/PackageDimensions.js +97 -0
  121. package/src/awd_v2024_05_09/model/PackageVolume.js +77 -0
  122. package/src/awd_v2024_05_09/model/PackageWeight.js +77 -0
  123. package/src/awd_v2024_05_09/model/PrepCategory.js +130 -0
  124. package/src/awd_v2024_05_09/model/PrepDetails.js +90 -0
  125. package/src/awd_v2024_05_09/model/PrepInstruction.js +73 -0
  126. package/src/awd_v2024_05_09/model/PrepOwner.js +46 -0
  127. package/src/awd_v2024_05_09/model/ProductAttribute.js +73 -0
  128. package/src/awd_v2024_05_09/model/ProductQuantity.js +102 -0
  129. package/src/awd_v2024_05_09/model/ShipmentLabels.js +75 -0
  130. package/src/awd_v2024_05_09/model/ShipmentListing.js +74 -0
  131. package/src/awd_v2024_05_09/model/SkuEligibility.js +86 -0
  132. package/src/awd_v2024_05_09/model/SkuIneligibilityReason.js +77 -0
  133. package/src/awd_v2024_05_09/model/SkuQuantity.js +84 -0
  134. package/src/awd_v2024_05_09/model/TrackingDetails.js +75 -0
  135. package/src/awd_v2024_05_09/model/TransportationDetails.js +68 -0
  136. package/src/awd_v2024_05_09/model/VolumeUnitOfMeasurement.js +53 -0
  137. package/src/awd_v2024_05_09/model/WeightUnitOfMeasurement.js +46 -0
  138. package/src/catalogitems_v2022_04_01/ApiClient.js +740 -0
  139. package/src/catalogitems_v2022_04_01/api/CatalogApi.js +188 -0
  140. package/src/catalogitems_v2022_04_01/index.js +239 -0
  141. package/src/catalogitems_v2022_04_01/model/BrandRefinement.js +77 -0
  142. package/src/catalogitems_v2022_04_01/model/ClassificationRefinement.js +87 -0
  143. package/src/catalogitems_v2022_04_01/model/Dimension.js +73 -0
  144. package/src/catalogitems_v2022_04_01/model/Dimensions.js +86 -0
  145. package/src/catalogitems_v2022_04_01/model/Error.js +85 -0
  146. package/src/catalogitems_v2022_04_01/model/ErrorList.js +67 -0
  147. package/src/catalogitems_v2022_04_01/model/Item.js +156 -0
  148. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassification.js +84 -0
  149. package/src/catalogitems_v2022_04_01/model/ItemBrowseClassificationsByMarketplace.js +76 -0
  150. package/src/catalogitems_v2022_04_01/model/ItemClassificationSalesRank.js +95 -0
  151. package/src/catalogitems_v2022_04_01/model/ItemContributor.js +77 -0
  152. package/src/catalogitems_v2022_04_01/model/ItemContributorRole.js +75 -0
  153. package/src/catalogitems_v2022_04_01/model/ItemDimensionsByMarketplace.js +82 -0
  154. package/src/catalogitems_v2022_04_01/model/ItemDisplayGroupSalesRank.js +95 -0
  155. package/src/catalogitems_v2022_04_01/model/ItemIdentifier.js +77 -0
  156. package/src/catalogitems_v2022_04_01/model/ItemIdentifiersByMarketplace.js +78 -0
  157. package/src/catalogitems_v2022_04_01/model/ItemImage.js +165 -0
  158. package/src/catalogitems_v2022_04_01/model/ItemImagesByMarketplace.js +78 -0
  159. package/src/catalogitems_v2022_04_01/model/ItemProductTypeByMarketplace.js +73 -0
  160. package/src/catalogitems_v2022_04_01/model/ItemRelationship.js +111 -0
  161. package/src/catalogitems_v2022_04_01/model/ItemRelationshipsByMarketplace.js +78 -0
  162. package/src/catalogitems_v2022_04_01/model/ItemSalesRanksByMarketplace.js +85 -0
  163. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +98 -0
  164. package/src/catalogitems_v2022_04_01/model/ItemSummaryByMarketplace.js +252 -0
  165. package/src/catalogitems_v2022_04_01/model/ItemVariationTheme.js +73 -0
  166. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsByMarketplace.js +190 -0
  167. package/src/catalogitems_v2022_04_01/model/ItemVendorDetailsCategory.js +73 -0
  168. package/src/catalogitems_v2022_04_01/model/Pagination.js +73 -0
  169. package/src/catalogitems_v2022_04_01/model/Refinements.js +79 -0
  170. package/src/datakiosk_v2023_11_15/ApiClient.js +740 -0
  171. package/src/datakiosk_v2023_11_15/api/QueriesApi.js +291 -0
  172. package/src/datakiosk_v2023_11_15/index.js +99 -0
  173. package/src/datakiosk_v2023_11_15/model/CreateQueryResponse.js +67 -0
  174. package/src/datakiosk_v2023_11_15/model/CreateQuerySpecification.js +75 -0
  175. package/src/datakiosk_v2023_11_15/model/Error.js +85 -0
  176. package/src/datakiosk_v2023_11_15/model/ErrorList.js +68 -0
  177. package/src/datakiosk_v2023_11_15/model/GetDocumentResponse.js +77 -0
  178. package/src/datakiosk_v2023_11_15/model/GetQueriesResponse.js +76 -0
  179. package/src/datakiosk_v2023_11_15/model/GetQueriesResponsePagination.js +65 -0
  180. package/src/datakiosk_v2023_11_15/model/Query.js +175 -0
  181. package/src/datakiosk_v2023_11_15/model/QueryPagination.js +65 -0
  182. package/src/easyship_v2022_03_23/ApiClient.js +740 -0
  183. package/src/easyship_v2022_03_23/api/EasyShipApi.js +285 -0
  184. package/src/easyship_v2022_03_23/index.js +225 -0
  185. package/src/easyship_v2022_03_23/model/Code.js +109 -0
  186. package/src/easyship_v2022_03_23/model/CreateScheduledPackageRequest.js +87 -0
  187. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesRequest.js +88 -0
  188. package/src/easyship_v2022_03_23/model/CreateScheduledPackagesResponse.js +83 -0
  189. package/src/easyship_v2022_03_23/model/Dimensions.js +97 -0
  190. package/src/easyship_v2022_03_23/model/Error.js +85 -0
  191. package/src/easyship_v2022_03_23/model/ErrorList.js +68 -0
  192. package/src/easyship_v2022_03_23/model/HandoverMethod.js +46 -0
  193. package/src/easyship_v2022_03_23/model/InvoiceData.js +75 -0
  194. package/src/easyship_v2022_03_23/model/Item.js +73 -0
  195. package/src/easyship_v2022_03_23/model/LabelFormat.js +46 -0
  196. package/src/easyship_v2022_03_23/model/ListHandoverSlotsRequest.js +97 -0
  197. package/src/easyship_v2022_03_23/model/ListHandoverSlotsResponse.js +78 -0
  198. package/src/easyship_v2022_03_23/model/OrderScheduleDetails.js +75 -0
  199. package/src/easyship_v2022_03_23/model/Package.js +138 -0
  200. package/src/easyship_v2022_03_23/model/PackageDetails.js +84 -0
  201. package/src/easyship_v2022_03_23/model/PackageStatus.js +116 -0
  202. package/src/easyship_v2022_03_23/model/Packages.js +68 -0
  203. package/src/easyship_v2022_03_23/model/RejectedOrder.js +75 -0
  204. package/src/easyship_v2022_03_23/model/ScheduledPackageId.js +75 -0
  205. package/src/easyship_v2022_03_23/model/TimeSlot.js +91 -0
  206. package/src/easyship_v2022_03_23/model/TrackingDetails.js +65 -0
  207. package/src/easyship_v2022_03_23/model/UnitOfLength.js +39 -0
  208. package/src/easyship_v2022_03_23/model/UnitOfWeight.js +46 -0
  209. package/src/easyship_v2022_03_23/model/UpdatePackageDetails.js +77 -0
  210. package/src/easyship_v2022_03_23/model/UpdateScheduledPackagesRequest.js +78 -0
  211. package/src/easyship_v2022_03_23/model/Weight.js +73 -0
  212. package/src/fbaeligibility_v1/ApiClient.js +740 -0
  213. package/src/fbaeligibility_v1/api/FbaInboundApi.js +99 -0
  214. package/src/fbaeligibility_v1/index.js +57 -0
  215. package/src/fbaeligibility_v1/model/Error.js +83 -0
  216. package/src/fbaeligibility_v1/model/GetItemEligibilityPreviewResponse.js +74 -0
  217. package/src/fbaeligibility_v1/model/ItemEligibilityPreview.js +365 -0
  218. package/src/fbainventory_v1/ApiClient.js +740 -0
  219. package/src/fbainventory_v1/api/FbaInventoryApi.js +282 -0
  220. package/src/fbainventory_v1/index.js +155 -0
  221. package/src/fbainventory_v1/model/AddInventoryRequest.js +66 -0
  222. package/src/fbainventory_v1/model/AddInventoryResponse.js +66 -0
  223. package/src/fbainventory_v1/model/CreateInventoryItemRequest.js +87 -0
  224. package/src/fbainventory_v1/model/CreateInventoryItemResponse.js +66 -0
  225. package/src/fbainventory_v1/model/DeleteInventoryItemResponse.js +66 -0
  226. package/src/fbainventory_v1/model/Error.js +83 -0
  227. package/src/fbainventory_v1/model/GetInventorySummariesResponse.js +82 -0
  228. package/src/fbainventory_v1/model/GetInventorySummariesResult.js +78 -0
  229. package/src/fbainventory_v1/model/Granularity.js +73 -0
  230. package/src/fbainventory_v1/model/InventoryDetails.js +113 -0
  231. package/src/fbainventory_v1/model/InventoryItem.js +87 -0
  232. package/src/fbainventory_v1/model/InventorySummary.js +129 -0
  233. package/src/fbainventory_v1/model/Pagination.js +65 -0
  234. package/src/fbainventory_v1/model/ResearchingQuantity.js +74 -0
  235. package/src/fbainventory_v1/model/ResearchingQuantityEntry.js +103 -0
  236. package/src/fbainventory_v1/model/ReservedQuantity.js +89 -0
  237. package/src/fbainventory_v1/model/UnfulfillableQuantity.js +113 -0
  238. package/src/feeds_v2021_06_30/ApiClient.js +740 -0
  239. package/src/feeds_v2021_06_30/api/FeedsApi.js +346 -0
  240. package/src/feeds_v2021_06_30/index.js +99 -0
  241. package/src/feeds_v2021_06_30/model/CreateFeedDocumentResponse.js +77 -0
  242. package/src/feeds_v2021_06_30/model/CreateFeedDocumentSpecification.js +67 -0
  243. package/src/feeds_v2021_06_30/model/CreateFeedResponse.js +67 -0
  244. package/src/feeds_v2021_06_30/model/CreateFeedSpecification.js +95 -0
  245. package/src/feeds_v2021_06_30/model/Error.js +85 -0
  246. package/src/feeds_v2021_06_30/model/ErrorList.js +68 -0
  247. package/src/feeds_v2021_06_30/model/Feed.js +167 -0
  248. package/src/feeds_v2021_06_30/model/FeedDocument.js +99 -0
  249. package/src/feeds_v2021_06_30/model/GetFeedsResponse.js +76 -0
  250. package/src/finances_2024_06_19/ApiClient.js +740 -0
  251. package/src/finances_2024_06_19/api/DefaultApi.js +98 -0
  252. package/src/finances_2024_06_19/index.js +155 -0
  253. package/src/finances_2024_06_19/model/AmazonPayContext.js +81 -0
  254. package/src/finances_2024_06_19/model/Breakdown.js +80 -0
  255. package/src/finances_2024_06_19/model/Context.js +315 -0
  256. package/src/finances_2024_06_19/model/Currency.js +73 -0
  257. package/src/finances_2024_06_19/model/DeferredContext.js +81 -0
  258. package/src/finances_2024_06_19/model/Error.js +85 -0
  259. package/src/finances_2024_06_19/model/ErrorList.js +68 -0
  260. package/src/finances_2024_06_19/model/Item.js +100 -0
  261. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +105 -0
  262. package/src/finances_2024_06_19/model/ListTransactionsResponse.js +74 -0
  263. package/src/finances_2024_06_19/model/MarketplaceDetails.js +73 -0
  264. package/src/finances_2024_06_19/model/PaymentsContext.js +89 -0
  265. package/src/finances_2024_06_19/model/ProductContext.js +89 -0
  266. package/src/finances_2024_06_19/model/RelatedIdentifier.js +123 -0
  267. package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +81 -0
  268. package/src/finances_2024_06_19/model/TimeRangeContext.js +73 -0
  269. package/src/finances_2024_06_19/model/Transaction.js +157 -0
  270. package/src/finances_v0/ApiClient.js +740 -0
  271. package/src/finances_v0/api/DefaultApi.js +268 -0
  272. package/src/finances_v0/index.js +386 -0
  273. package/src/finances_v0/model/AdhocDisbursementEvent.js +89 -0
  274. package/src/finances_v0/model/AdjustmentEvent.js +98 -0
  275. package/src/finances_v0/model/AdjustmentItem.js +120 -0
  276. package/src/finances_v0/model/AffordabilityExpenseEvent.js +131 -0
  277. package/src/finances_v0/model/CapacityReservationBillingEvent.js +89 -0
  278. package/src/finances_v0/model/ChargeComponent.js +73 -0
  279. package/src/finances_v0/model/ChargeInstrument.js +81 -0
  280. package/src/finances_v0/model/ChargeRefundEvent.js +90 -0
  281. package/src/finances_v0/model/ChargeRefundTransaction.js +73 -0
  282. package/src/finances_v0/model/CouponPaymentEvent.js +121 -0
  283. package/src/finances_v0/model/Currency.js +73 -0
  284. package/src/finances_v0/model/DebtRecoveryEvent.js +98 -0
  285. package/src/finances_v0/model/DebtRecoveryItem.js +88 -0
  286. package/src/finances_v0/model/DirectPayment.js +73 -0
  287. package/src/finances_v0/model/Error.js +85 -0
  288. package/src/finances_v0/model/FBALiquidationEvent.js +88 -0
  289. package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +113 -0
  290. package/src/finances_v0/model/FeeComponent.js +73 -0
  291. package/src/finances_v0/model/FinancialEventGroup.js +143 -0
  292. package/src/finances_v0/model/FinancialEvents.js +349 -0
  293. package/src/finances_v0/model/ImagingServicesFeeEvent.js +90 -0
  294. package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +74 -0
  295. package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +74 -0
  296. package/src/finances_v0/model/ListFinancialEventsPayload.js +73 -0
  297. package/src/finances_v0/model/ListFinancialEventsResponse.js +74 -0
  298. package/src/finances_v0/model/LoanServicingEvent.js +73 -0
  299. package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +120 -0
  300. package/src/finances_v0/model/PayWithAmazonEvent.js +138 -0
  301. package/src/finances_v0/model/ProductAdsPaymentEvent.js +103 -0
  302. package/src/finances_v0/model/Promotion.js +81 -0
  303. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +106 -0
  304. package/src/finances_v0/model/RemovalShipmentEvent.js +106 -0
  305. package/src/finances_v0/model/RemovalShipmentItem.js +118 -0
  306. package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +111 -0
  307. package/src/finances_v0/model/RentalTransactionEvent.js +139 -0
  308. package/src/finances_v0/model/RetrochargeEvent.js +113 -0
  309. package/src/finances_v0/model/SAFETReimbursementEvent.js +98 -0
  310. package/src/finances_v0/model/SAFETReimbursementItem.js +82 -0
  311. package/src/finances_v0/model/SellerDealPaymentEvent.js +119 -0
  312. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +105 -0
  313. package/src/finances_v0/model/ServiceFeeEvent.js +122 -0
  314. package/src/finances_v0/model/ShipmentEvent.js +173 -0
  315. package/src/finances_v0/model/ShipmentItem.js +164 -0
  316. package/src/finances_v0/model/SolutionProviderCreditEvent.js +137 -0
  317. package/src/finances_v0/model/TDSReimbursementEvent.js +81 -0
  318. package/src/finances_v0/model/TaxWithheldComponent.js +74 -0
  319. package/src/finances_v0/model/TaxWithholdingEvent.js +88 -0
  320. package/src/finances_v0/model/TaxWithholdingPeriod.js +73 -0
  321. package/src/finances_v0/model/TrialShipmentEvent.js +98 -0
  322. package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +89 -0
  323. package/src/fulfillmentinbound_v0/ApiClient.js +740 -0
  324. package/src/fulfillmentinbound_v0/api/FbaInboundApi.js +424 -0
  325. package/src/fulfillmentinbound_v0/index.js +253 -0
  326. package/src/fulfillmentinbound_v0/model/ASINPrepInstructions.js +90 -0
  327. package/src/fulfillmentinbound_v0/model/Address.js +133 -0
  328. package/src/fulfillmentinbound_v0/model/AmazonPrepFeesDetails.js +73 -0
  329. package/src/fulfillmentinbound_v0/model/Amount.js +77 -0
  330. package/src/fulfillmentinbound_v0/model/BarcodeInstruction.js +53 -0
  331. package/src/fulfillmentinbound_v0/model/BillOfLadingDownloadURL.js +65 -0
  332. package/src/fulfillmentinbound_v0/model/BoxContentsFeeDetails.js +80 -0
  333. package/src/fulfillmentinbound_v0/model/BoxContentsSource.js +60 -0
  334. package/src/fulfillmentinbound_v0/model/CurrencyCode.js +46 -0
  335. package/src/fulfillmentinbound_v0/model/Error.js +85 -0
  336. package/src/fulfillmentinbound_v0/model/ErrorReason.js +46 -0
  337. package/src/fulfillmentinbound_v0/model/GetBillOfLadingResponse.js +74 -0
  338. package/src/fulfillmentinbound_v0/model/GetLabelsResponse.js +74 -0
  339. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResponse.js +74 -0
  340. package/src/fulfillmentinbound_v0/model/GetPrepInstructionsResult.js +93 -0
  341. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResponse.js +74 -0
  342. package/src/fulfillmentinbound_v0/model/GetShipmentItemsResult.js +74 -0
  343. package/src/fulfillmentinbound_v0/model/GetShipmentsResponse.js +74 -0
  344. package/src/fulfillmentinbound_v0/model/GetShipmentsResult.js +74 -0
  345. package/src/fulfillmentinbound_v0/model/InboundShipmentInfo.js +141 -0
  346. package/src/fulfillmentinbound_v0/model/InboundShipmentItem.js +126 -0
  347. package/src/fulfillmentinbound_v0/model/InvalidASIN.js +73 -0
  348. package/src/fulfillmentinbound_v0/model/InvalidSKU.js +73 -0
  349. package/src/fulfillmentinbound_v0/model/LabelDownloadURL.js +65 -0
  350. package/src/fulfillmentinbound_v0/model/LabelPrepType.js +53 -0
  351. package/src/fulfillmentinbound_v0/model/PrepDetails.js +77 -0
  352. package/src/fulfillmentinbound_v0/model/PrepGuidance.js +53 -0
  353. package/src/fulfillmentinbound_v0/model/PrepInstruction.js +144 -0
  354. package/src/fulfillmentinbound_v0/model/PrepOwner.js +46 -0
  355. package/src/fulfillmentinbound_v0/model/SKUPrepInstructions.js +107 -0
  356. package/src/fulfillmentinbound_v0/model/ShipmentStatus.js +102 -0
  357. package/src/fulfillmentinbound_v2024_03_20/ApiClient.js +740 -0
  358. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +2718 -0
  359. package/src/fulfillmentinbound_v2024_03_20/index.js +1016 -0
  360. package/src/fulfillmentinbound_v2024_03_20/model/Address.js +147 -0
  361. package/src/fulfillmentinbound_v2024_03_20/model/AddressInput.js +149 -0
  362. package/src/fulfillmentinbound_v2024_03_20/model/AllOwnersConstraint.js +39 -0
  363. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlot.js +77 -0
  364. package/src/fulfillmentinbound_v2024_03_20/model/AppointmentSlotTime.js +77 -0
  365. package/src/fulfillmentinbound_v2024_03_20/model/Box.js +148 -0
  366. package/src/fulfillmentinbound_v2024_03_20/model/BoxContentInformationSource.js +53 -0
  367. package/src/fulfillmentinbound_v2024_03_20/model/BoxInput.js +106 -0
  368. package/src/fulfillmentinbound_v2024_03_20/model/BoxRequirements.js +67 -0
  369. package/src/fulfillmentinbound_v2024_03_20/model/BoxUpdateInput.js +114 -0
  370. package/src/fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse.js +67 -0
  371. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest.js +65 -0
  372. package/src/fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse.js +67 -0
  373. package/src/fulfillmentinbound_v2024_03_20/model/Carrier.js +73 -0
  374. package/src/fulfillmentinbound_v2024_03_20/model/CarrierAppointment.js +77 -0
  375. package/src/fulfillmentinbound_v2024_03_20/model/ComplianceDetail.js +89 -0
  376. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse.js +67 -0
  377. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse.js +67 -0
  378. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse.js +67 -0
  379. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse.js +67 -0
  380. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest.js +68 -0
  381. package/src/fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse.js +67 -0
  382. package/src/fulfillmentinbound_v2024_03_20/model/ContactInformation.js +85 -0
  383. package/src/fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview.js +97 -0
  384. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest.js +96 -0
  385. package/src/fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse.js +77 -0
  386. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest.js +121 -0
  387. package/src/fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse.js +68 -0
  388. package/src/fulfillmentinbound_v2024_03_20/model/Currency.js +77 -0
  389. package/src/fulfillmentinbound_v2024_03_20/model/CustomPlacementInput.js +78 -0
  390. package/src/fulfillmentinbound_v2024_03_20/model/Dates.js +65 -0
  391. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +107 -0
  392. package/src/fulfillmentinbound_v2024_03_20/model/Dimensions.js +97 -0
  393. package/src/fulfillmentinbound_v2024_03_20/model/DocumentDownload.js +85 -0
  394. package/src/fulfillmentinbound_v2024_03_20/model/Error.js +85 -0
  395. package/src/fulfillmentinbound_v2024_03_20/model/ErrorList.js +68 -0
  396. package/src/fulfillmentinbound_v2024_03_20/model/FreightInformation.js +73 -0
  397. package/src/fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse.js +67 -0
  398. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse.js +67 -0
  399. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest.js +66 -0
  400. package/src/fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse.js +67 -0
  401. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest.js +73 -0
  402. package/src/fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse.js +67 -0
  403. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest.js +79 -0
  404. package/src/fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse.js +67 -0
  405. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest.js +78 -0
  406. package/src/fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse.js +67 -0
  407. package/src/fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse.js +67 -0
  408. package/src/fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse.js +75 -0
  409. package/src/fulfillmentinbound_v2024_03_20/model/InboundOperationStatus.js +98 -0
  410. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlan.js +154 -0
  411. package/src/fulfillmentinbound_v2024_03_20/model/InboundPlanSummary.js +127 -0
  412. package/src/fulfillmentinbound_v2024_03_20/model/Incentive.js +97 -0
  413. package/src/fulfillmentinbound_v2024_03_20/model/Item.js +134 -0
  414. package/src/fulfillmentinbound_v2024_03_20/model/ItemInput.js +113 -0
  415. package/src/fulfillmentinbound_v2024_03_20/model/ItemLabelPageType.js +109 -0
  416. package/src/fulfillmentinbound_v2024_03_20/model/LabelOwner.js +53 -0
  417. package/src/fulfillmentinbound_v2024_03_20/model/LabelPrintType.js +46 -0
  418. package/src/fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse.js +76 -0
  419. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse.js +76 -0
  420. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse.js +76 -0
  421. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse.js +76 -0
  422. package/src/fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse.js +74 -0
  423. package/src/fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse.js +66 -0
  424. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse.js +76 -0
  425. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse.js +76 -0
  426. package/src/fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse.js +76 -0
  427. package/src/fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse.js +76 -0
  428. package/src/fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse.js +68 -0
  429. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse.js +76 -0
  430. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse.js +76 -0
  431. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse.js +76 -0
  432. package/src/fulfillmentinbound_v2024_03_20/model/ListShipmentPalletsResponse.js +76 -0
  433. package/src/fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse.js +76 -0
  434. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetail.js +73 -0
  435. package/src/fulfillmentinbound_v2024_03_20/model/LtlTrackingDetailInput.js +75 -0
  436. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetail.js +111 -0
  437. package/src/fulfillmentinbound_v2024_03_20/model/MskuPrepDetailInput.js +88 -0
  438. package/src/fulfillmentinbound_v2024_03_20/model/MskuQuantity.js +77 -0
  439. package/src/fulfillmentinbound_v2024_03_20/model/OperationProblem.js +95 -0
  440. package/src/fulfillmentinbound_v2024_03_20/model/OperationStatus.js +53 -0
  441. package/src/fulfillmentinbound_v2024_03_20/model/OwnerConstraint.js +53 -0
  442. package/src/fulfillmentinbound_v2024_03_20/model/PackageGroupingInput.js +84 -0
  443. package/src/fulfillmentinbound_v2024_03_20/model/PackingConfiguration.js +83 -0
  444. package/src/fulfillmentinbound_v2024_03_20/model/PackingOption.js +138 -0
  445. package/src/fulfillmentinbound_v2024_03_20/model/PackingOptionSummary.js +77 -0
  446. package/src/fulfillmentinbound_v2024_03_20/model/Pagination.js +65 -0
  447. package/src/fulfillmentinbound_v2024_03_20/model/Pallet.js +99 -0
  448. package/src/fulfillmentinbound_v2024_03_20/model/PalletInput.js +91 -0
  449. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOption.js +116 -0
  450. package/src/fulfillmentinbound_v2024_03_20/model/PlacementOptionSummary.js +77 -0
  451. package/src/fulfillmentinbound_v2024_03_20/model/PrepCategory.js +130 -0
  452. package/src/fulfillmentinbound_v2024_03_20/model/PrepInstruction.js +81 -0
  453. package/src/fulfillmentinbound_v2024_03_20/model/PrepOwner.js +53 -0
  454. package/src/fulfillmentinbound_v2024_03_20/model/PrepType.js +144 -0
  455. package/src/fulfillmentinbound_v2024_03_20/model/Quote.js +83 -0
  456. package/src/fulfillmentinbound_v2024_03_20/model/ReasonComment.js +95 -0
  457. package/src/fulfillmentinbound_v2024_03_20/model/Region.js +81 -0
  458. package/src/fulfillmentinbound_v2024_03_20/model/RequestedUpdates.js +75 -0
  459. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest.js +65 -0
  460. package/src/fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse.js +67 -0
  461. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +105 -0
  462. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentDetails.js +81 -0
  463. package/src/fulfillmentinbound_v2024_03_20/model/SelfShipAppointmentSlotsAvailability.js +74 -0
  464. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest.js +68 -0
  465. package/src/fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse.js +67 -0
  466. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest.js +78 -0
  467. package/src/fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse.js +67 -0
  468. package/src/fulfillmentinbound_v2024_03_20/model/Shipment.js +186 -0
  469. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentDestination.js +83 -0
  470. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSource.js +75 -0
  471. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentSummary.js +77 -0
  472. package/src/fulfillmentinbound_v2024_03_20/model/ShipmentTransportationConfiguration.js +102 -0
  473. package/src/fulfillmentinbound_v2024_03_20/model/ShippingConfiguration.js +73 -0
  474. package/src/fulfillmentinbound_v2024_03_20/model/ShippingRequirements.js +77 -0
  475. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetail.js +66 -0
  476. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingDetailInput.js +68 -0
  477. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItem.js +81 -0
  478. package/src/fulfillmentinbound_v2024_03_20/model/SpdTrackingItemInput.js +77 -0
  479. package/src/fulfillmentinbound_v2024_03_20/model/Stackability.js +46 -0
  480. package/src/fulfillmentinbound_v2024_03_20/model/TaxDetails.js +82 -0
  481. package/src/fulfillmentinbound_v2024_03_20/model/TaxRate.js +81 -0
  482. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetails.js +73 -0
  483. package/src/fulfillmentinbound_v2024_03_20/model/TrackingDetailsInput.js +73 -0
  484. package/src/fulfillmentinbound_v2024_03_20/model/TransportationOption.js +133 -0
  485. package/src/fulfillmentinbound_v2024_03_20/model/TransportationSelection.js +85 -0
  486. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfMeasurement.js +46 -0
  487. package/src/fulfillmentinbound_v2024_03_20/model/UnitOfWeight.js +46 -0
  488. package/src/fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest.js +67 -0
  489. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest.js +77 -0
  490. package/src/fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse.js +67 -0
  491. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest.js +67 -0
  492. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest.js +67 -0
  493. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse.js +67 -0
  494. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest.js +67 -0
  495. package/src/fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse.js +67 -0
  496. package/src/fulfillmentinbound_v2024_03_20/model/Weight.js +77 -0
  497. package/src/fulfillmentinbound_v2024_03_20/model/WeightRange.js +87 -0
  498. package/src/fulfillmentinbound_v2024_03_20/model/Window.js +85 -0
  499. package/src/fulfillmentinbound_v2024_03_20/model/WindowInput.js +67 -0
  500. package/src/fulfillmentoutbound_v2020_07_01/ApiClient.js +740 -0
  501. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +792 -0
  502. package/src/fulfillmentoutbound_v2020_07_01/index.js +652 -0
  503. package/src/fulfillmentoutbound_v2020_07_01/model/AdditionalLocationInfo.js +214 -0
  504. package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +147 -0
  505. package/src/fulfillmentoutbound_v2020_07_01/model/Amount.js +91 -0
  506. package/src/fulfillmentoutbound_v2020_07_01/model/CODSettings.js +96 -0
  507. package/src/fulfillmentoutbound_v2020_07_01/model/CancelFulfillmentOrderResponse.js +66 -0
  508. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderItem.js +133 -0
  509. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderRequest.js +210 -0
  510. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentOrderResponse.js +66 -0
  511. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnRequest.js +68 -0
  512. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResponse.js +74 -0
  513. package/src/fulfillmentoutbound_v2020_07_01/model/CreateFulfillmentReturnResult.js +84 -0
  514. package/src/fulfillmentoutbound_v2020_07_01/model/CreateReturnItem.js +105 -0
  515. package/src/fulfillmentoutbound_v2020_07_01/model/CurrentStatus.js +158 -0
  516. package/src/fulfillmentoutbound_v2020_07_01/model/DateRange.js +77 -0
  517. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +75 -0
  518. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryInformation.js +74 -0
  519. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryMessage.js +73 -0
  520. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryOffer.js +81 -0
  521. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPolicy.js +65 -0
  522. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryPreferences.js +73 -0
  523. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryWindow.js +77 -0
  524. package/src/fulfillmentoutbound_v2020_07_01/model/Destination.js +73 -0
  525. package/src/fulfillmentoutbound_v2020_07_01/model/DropOffLocation.js +131 -0
  526. package/src/fulfillmentoutbound_v2020_07_01/model/Error.js +85 -0
  527. package/src/fulfillmentoutbound_v2020_07_01/model/EventCode.js +263 -0
  528. package/src/fulfillmentoutbound_v2020_07_01/model/Feature.js +85 -0
  529. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +93 -0
  530. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSku.js +97 -0
  531. package/src/fulfillmentoutbound_v2020_07_01/model/Fee.js +109 -0
  532. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentAction.js +46 -0
  533. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrder.js +206 -0
  534. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderItem.js +177 -0
  535. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentOrderStatus.js +95 -0
  536. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPolicy.js +53 -0
  537. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreview.js +157 -0
  538. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewItem.js +123 -0
  539. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentPreviewShipment.js +108 -0
  540. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentReturnItemStatus.js +46 -0
  541. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipment.js +163 -0
  542. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentItem.js +111 -0
  543. package/src/fulfillmentoutbound_v2020_07_01/model/FulfillmentShipmentPackage.js +109 -0
  544. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersProduct.js +75 -0
  545. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersRequest.js +77 -0
  546. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResponse.js +74 -0
  547. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersResult.js +66 -0
  548. package/src/fulfillmentoutbound_v2020_07_01/model/GetDeliveryOffersTerms.js +77 -0
  549. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResponse.js +74 -0
  550. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureInventoryResult.js +94 -0
  551. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResponse.js +74 -0
  552. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeatureSkuResult.js +103 -0
  553. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResponse.js +74 -0
  554. package/src/fulfillmentoutbound_v2020_07_01/model/GetFeaturesResult.js +68 -0
  555. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResponse.js +74 -0
  556. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentOrderResult.js +118 -0
  557. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewItem.js +95 -0
  558. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewRequest.js +120 -0
  559. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResponse.js +74 -0
  560. package/src/fulfillmentoutbound_v2020_07_01/model/GetFulfillmentPreviewResult.js +66 -0
  561. package/src/fulfillmentoutbound_v2020_07_01/model/GetPackageTrackingDetailsResponse.js +74 -0
  562. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReason.js +77 -0
  563. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidItemReasonCode.js +60 -0
  564. package/src/fulfillmentoutbound_v2020_07_01/model/InvalidReturnItem.js +87 -0
  565. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResponse.js +74 -0
  566. package/src/fulfillmentoutbound_v2020_07_01/model/ListAllFulfillmentOrdersResult.js +74 -0
  567. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResponse.js +74 -0
  568. package/src/fulfillmentoutbound_v2020_07_01/model/ListReturnReasonCodesResult.js +66 -0
  569. package/src/fulfillmentoutbound_v2020_07_01/model/LockerDetails.js +73 -0
  570. package/src/fulfillmentoutbound_v2020_07_01/model/Money.js +77 -0
  571. package/src/fulfillmentoutbound_v2020_07_01/model/Origin.js +67 -0
  572. package/src/fulfillmentoutbound_v2020_07_01/model/PackageTrackingDetails.js +180 -0
  573. package/src/fulfillmentoutbound_v2020_07_01/model/PaymentInformation.js +87 -0
  574. package/src/fulfillmentoutbound_v2020_07_01/model/ProductIdentifier.js +67 -0
  575. package/src/fulfillmentoutbound_v2020_07_01/model/ReasonCodeDetails.js +85 -0
  576. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnAuthorization.js +107 -0
  577. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItem.js +157 -0
  578. package/src/fulfillmentoutbound_v2020_07_01/model/ReturnItemDisposition.js +67 -0
  579. package/src/fulfillmentoutbound_v2020_07_01/model/ScheduledDeliveryInfo.js +78 -0
  580. package/src/fulfillmentoutbound_v2020_07_01/model/ShippingSpeedCategory.js +60 -0
  581. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateRequest.js +65 -0
  582. package/src/fulfillmentoutbound_v2020_07_01/model/SubmitFulfillmentOrderStatusUpdateResponse.js +66 -0
  583. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingAddress.js +87 -0
  584. package/src/fulfillmentoutbound_v2020_07_01/model/TrackingEvent.js +97 -0
  585. package/src/fulfillmentoutbound_v2020_07_01/model/UnfulfillablePreviewItem.js +95 -0
  586. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderItem.js +139 -0
  587. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderRequest.js +155 -0
  588. package/src/fulfillmentoutbound_v2020_07_01/model/UpdateFulfillmentOrderResponse.js +66 -0
  589. package/src/fulfillmentoutbound_v2020_07_01/model/VariablePrecisionAddress.js +125 -0
  590. package/src/fulfillmentoutbound_v2020_07_01/model/Weight.js +109 -0
  591. package/src/invoices_v2024_06_19/ApiClient.js +740 -0
  592. package/src/invoices_v2024_06_19/api/InvoicesApi.js +448 -0
  593. package/src/invoices_v2024_06_19/index.js +162 -0
  594. package/src/invoices_v2024_06_19/model/AttributeOption.js +73 -0
  595. package/src/invoices_v2024_06_19/model/Error.js +85 -0
  596. package/src/invoices_v2024_06_19/model/ErrorList.js +68 -0
  597. package/src/invoices_v2024_06_19/model/Export.js +105 -0
  598. package/src/invoices_v2024_06_19/model/ExportInvoicesRequest.js +139 -0
  599. package/src/invoices_v2024_06_19/model/ExportInvoicesResponse.js +65 -0
  600. package/src/invoices_v2024_06_19/model/ExportStatus.js +60 -0
  601. package/src/invoices_v2024_06_19/model/FileFormat.js +39 -0
  602. package/src/invoices_v2024_06_19/model/GetInvoiceResponse.js +65 -0
  603. package/src/invoices_v2024_06_19/model/GetInvoicesAttributesResponse.js +65 -0
  604. package/src/invoices_v2024_06_19/model/GetInvoicesDocumentResponse.js +65 -0
  605. package/src/invoices_v2024_06_19/model/GetInvoicesExportResponse.js +65 -0
  606. package/src/invoices_v2024_06_19/model/GetInvoicesExportsResponse.js +74 -0
  607. package/src/invoices_v2024_06_19/model/GetInvoicesResponse.js +74 -0
  608. package/src/invoices_v2024_06_19/model/Invoice.js +138 -0
  609. package/src/invoices_v2024_06_19/model/InvoicesAttributes.js +90 -0
  610. package/src/invoices_v2024_06_19/model/InvoicesDocument.js +73 -0
  611. package/src/invoices_v2024_06_19/model/TransactionIdentifier.js +73 -0
  612. package/src/invoicing_v0/ApiClient.js +740 -0
  613. package/src/invoicing_v0/api/ShipmentInvoiceApi.js +191 -0
  614. package/src/invoicing_v0/index.js +148 -0
  615. package/src/invoicing_v0/model/Address.js +153 -0
  616. package/src/invoicing_v0/model/AddressTypeEnum.js +46 -0
  617. package/src/invoicing_v0/model/BuyerTaxInfo.js +82 -0
  618. package/src/invoicing_v0/model/Error.js +85 -0
  619. package/src/invoicing_v0/model/GetInvoiceStatusResponse.js +74 -0
  620. package/src/invoicing_v0/model/GetShipmentDetailsResponse.js +74 -0
  621. package/src/invoicing_v0/model/MarketplaceTaxInfo.js +82 -0
  622. package/src/invoicing_v0/model/Money.js +73 -0
  623. package/src/invoicing_v0/model/ShipmentDetail.js +170 -0
  624. package/src/invoicing_v0/model/ShipmentInvoiceStatus.js +60 -0
  625. package/src/invoicing_v0/model/ShipmentInvoiceStatusInfo.js +73 -0
  626. package/src/invoicing_v0/model/ShipmentInvoiceStatusResponse.js +65 -0
  627. package/src/invoicing_v0/model/ShipmentItem.js +141 -0
  628. package/src/invoicing_v0/model/SubmitInvoiceRequest.js +85 -0
  629. package/src/invoicing_v0/model/SubmitInvoiceResponse.js +66 -0
  630. package/src/invoicing_v0/model/TaxClassification.js +73 -0
  631. package/src/listingsitems_v2021_08_01/ApiClient.js +740 -0
  632. package/src/listingsitems_v2021_08_01/api/ListingsApi.js +461 -0
  633. package/src/listingsitems_v2021_08_01/index.js +218 -0
  634. package/src/listingsitems_v2021_08_01/model/Audience.js +73 -0
  635. package/src/listingsitems_v2021_08_01/model/Error.js +85 -0
  636. package/src/listingsitems_v2021_08_01/model/ErrorList.js +67 -0
  637. package/src/listingsitems_v2021_08_01/model/FulfillmentAvailability.js +75 -0
  638. package/src/listingsitems_v2021_08_01/model/Issue.js +139 -0
  639. package/src/listingsitems_v2021_08_01/model/IssueEnforcementAction.js +67 -0
  640. package/src/listingsitems_v2021_08_01/model/IssueEnforcements.js +78 -0
  641. package/src/listingsitems_v2021_08_01/model/IssueExemption.js +101 -0
  642. package/src/listingsitems_v2021_08_01/model/Item.js +138 -0
  643. package/src/listingsitems_v2021_08_01/model/ItemIdentifiersByMarketplace.js +73 -0
  644. package/src/listingsitems_v2021_08_01/model/ItemImage.js +87 -0
  645. package/src/listingsitems_v2021_08_01/model/ItemOfferByMarketplace.js +123 -0
  646. package/src/listingsitems_v2021_08_01/model/ItemProcurement.js +67 -0
  647. package/src/listingsitems_v2021_08_01/model/ItemProductTypeByMarketplace.js +77 -0
  648. package/src/listingsitems_v2021_08_01/model/ItemRelationship.js +111 -0
  649. package/src/listingsitems_v2021_08_01/model/ItemRelationshipsByMarketplace.js +78 -0
  650. package/src/listingsitems_v2021_08_01/model/ItemSearchResults.js +86 -0
  651. package/src/listingsitems_v2021_08_01/model/ItemSummaryByMarketplace.js +253 -0
  652. package/src/listingsitems_v2021_08_01/model/ItemVariationTheme.js +77 -0
  653. package/src/listingsitems_v2021_08_01/model/ListingsItemPatchRequest.js +78 -0
  654. package/src/listingsitems_v2021_08_01/model/ListingsItemPutRequest.js +111 -0
  655. package/src/listingsitems_v2021_08_01/model/ListingsItemSubmissionResponse.js +131 -0
  656. package/src/listingsitems_v2021_08_01/model/Money.js +77 -0
  657. package/src/listingsitems_v2021_08_01/model/Pagination.js +73 -0
  658. package/src/listingsitems_v2021_08_01/model/PatchOperation.js +111 -0
  659. package/src/listingsitems_v2021_08_01/model/Points.js +66 -0
  660. package/src/listingsrestrictions_v2021_08_01/ApiClient.js +740 -0
  661. package/src/listingsrestrictions_v2021_08_01/api/ListingsApi.js +111 -0
  662. package/src/listingsrestrictions_v2021_08_01/index.js +71 -0
  663. package/src/listingsrestrictions_v2021_08_01/model/Error.js +85 -0
  664. package/src/listingsrestrictions_v2021_08_01/model/Link.js +107 -0
  665. package/src/listingsrestrictions_v2021_08_01/model/Reason.js +110 -0
  666. package/src/listingsrestrictions_v2021_08_01/model/Restriction.js +170 -0
  667. package/src/listingsrestrictions_v2021_08_01/model/RestrictionList.js +67 -0
  668. package/src/merchantfulfillment_v0/ApiClient.js +740 -0
  669. package/src/merchantfulfillment_v0/api/MerchantFulfillmentApi.js +281 -0
  670. package/src/merchantfulfillment_v0/index.js +428 -0
  671. package/src/merchantfulfillment_v0/model/AdditionalInputs.js +73 -0
  672. package/src/merchantfulfillment_v0/model/AdditionalSellerInput.js +129 -0
  673. package/src/merchantfulfillment_v0/model/AdditionalSellerInputs.js +77 -0
  674. package/src/merchantfulfillment_v0/model/Address.js +159 -0
  675. package/src/merchantfulfillment_v0/model/AvailableCarrierWillPickUpOption.js +77 -0
  676. package/src/merchantfulfillment_v0/model/AvailableDeliveryExperienceOption.js +77 -0
  677. package/src/merchantfulfillment_v0/model/AvailableShippingServiceOptions.js +79 -0
  678. package/src/merchantfulfillment_v0/model/Benefits.js +74 -0
  679. package/src/merchantfulfillment_v0/model/CancelShipmentResponse.js +74 -0
  680. package/src/merchantfulfillment_v0/model/CarrierWillPickUpOption.js +53 -0
  681. package/src/merchantfulfillment_v0/model/Constraint.js +75 -0
  682. package/src/merchantfulfillment_v0/model/CreateShipmentRequest.js +110 -0
  683. package/src/merchantfulfillment_v0/model/CreateShipmentResponse.js +74 -0
  684. package/src/merchantfulfillment_v0/model/CurrencyAmount.js +77 -0
  685. package/src/merchantfulfillment_v0/model/DangerousGoodsDetails.js +201 -0
  686. package/src/merchantfulfillment_v0/model/DeliveryExperienceOption.js +67 -0
  687. package/src/merchantfulfillment_v0/model/DeliveryExperienceType.js +60 -0
  688. package/src/merchantfulfillment_v0/model/Error.js +85 -0
  689. package/src/merchantfulfillment_v0/model/ExcludedBenefit.js +73 -0
  690. package/src/merchantfulfillment_v0/model/FileContents.js +87 -0
  691. package/src/merchantfulfillment_v0/model/FileType.js +53 -0
  692. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsRequest.js +87 -0
  693. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResponse.js +74 -0
  694. package/src/merchantfulfillment_v0/model/GetAdditionalSellerInputsResult.js +75 -0
  695. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesRequest.js +75 -0
  696. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResponse.js +74 -0
  697. package/src/merchantfulfillment_v0/model/GetEligibleShipmentServicesResult.js +95 -0
  698. package/src/merchantfulfillment_v0/model/GetShipmentResponse.js +74 -0
  699. package/src/merchantfulfillment_v0/model/HazmatType.js +46 -0
  700. package/src/merchantfulfillment_v0/model/InputTargetType.js +46 -0
  701. package/src/merchantfulfillment_v0/model/Item.js +134 -0
  702. package/src/merchantfulfillment_v0/model/ItemLevelFields.js +78 -0
  703. package/src/merchantfulfillment_v0/model/Label.js +101 -0
  704. package/src/merchantfulfillment_v0/model/LabelCustomization.js +73 -0
  705. package/src/merchantfulfillment_v0/model/LabelDimensions.js +87 -0
  706. package/src/merchantfulfillment_v0/model/LabelFormat.js +67 -0
  707. package/src/merchantfulfillment_v0/model/LabelFormatOption.js +73 -0
  708. package/src/merchantfulfillment_v0/model/LabelFormatOptionRequest.js +65 -0
  709. package/src/merchantfulfillment_v0/model/Length.js +73 -0
  710. package/src/merchantfulfillment_v0/model/LiquidVolume.js +127 -0
  711. package/src/merchantfulfillment_v0/model/PackageDimensions.js +97 -0
  712. package/src/merchantfulfillment_v0/model/PredefinedPackageDimensions.js +382 -0
  713. package/src/merchantfulfillment_v0/model/RejectedShippingService.js +105 -0
  714. package/src/merchantfulfillment_v0/model/SellerInputDefinition.js +124 -0
  715. package/src/merchantfulfillment_v0/model/Shipment.js +201 -0
  716. package/src/merchantfulfillment_v0/model/ShipmentRequestDetails.js +150 -0
  717. package/src/merchantfulfillment_v0/model/ShipmentStatus.js +60 -0
  718. package/src/merchantfulfillment_v0/model/ShippingOfferingFilter.js +89 -0
  719. package/src/merchantfulfillment_v0/model/ShippingService.js +187 -0
  720. package/src/merchantfulfillment_v0/model/ShippingServiceOptions.js +101 -0
  721. package/src/merchantfulfillment_v0/model/StandardIdForLabel.js +39 -0
  722. package/src/merchantfulfillment_v0/model/TemporarilyUnavailableCarrier.js +67 -0
  723. package/src/merchantfulfillment_v0/model/TermsAndConditionsNotAcceptedCarrier.js +67 -0
  724. package/src/merchantfulfillment_v0/model/UnitOfLength.js +46 -0
  725. package/src/merchantfulfillment_v0/model/UnitOfWeight.js +46 -0
  726. package/src/merchantfulfillment_v0/model/Weight.js +77 -0
  727. package/src/messaging_v1/ApiClient.js +740 -0
  728. package/src/messaging_v1/api/MessagingApi.js +857 -0
  729. package/src/messaging_v1/index.js +281 -0
  730. package/src/messaging_v1/model/Attachment.js +77 -0
  731. package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +66 -0
  732. package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +66 -0
  733. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsRequest.js +74 -0
  734. package/src/messaging_v1/model/CreateConfirmCustomizationDetailsResponse.js +66 -0
  735. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsRequest.js +65 -0
  736. package/src/messaging_v1/model/CreateConfirmDeliveryDetailsResponse.js +66 -0
  737. package/src/messaging_v1/model/CreateConfirmOrderDetailsRequest.js +65 -0
  738. package/src/messaging_v1/model/CreateConfirmOrderDetailsResponse.js +66 -0
  739. package/src/messaging_v1/model/CreateConfirmServiceDetailsRequest.js +65 -0
  740. package/src/messaging_v1/model/CreateConfirmServiceDetailsResponse.js +66 -0
  741. package/src/messaging_v1/model/CreateDigitalAccessKeyRequest.js +74 -0
  742. package/src/messaging_v1/model/CreateDigitalAccessKeyResponse.js +66 -0
  743. package/src/messaging_v1/model/CreateLegalDisclosureRequest.js +66 -0
  744. package/src/messaging_v1/model/CreateLegalDisclosureResponse.js +66 -0
  745. package/src/messaging_v1/model/CreateNegativeFeedbackRemovalResponse.js +66 -0
  746. package/src/messaging_v1/model/CreateUnexpectedProblemRequest.js +65 -0
  747. package/src/messaging_v1/model/CreateUnexpectedProblemResponse.js +66 -0
  748. package/src/messaging_v1/model/CreateWarrantyRequest.js +82 -0
  749. package/src/messaging_v1/model/CreateWarrantyResponse.js +66 -0
  750. package/src/messaging_v1/model/Error.js +85 -0
  751. package/src/messaging_v1/model/GetAttributesResponse.js +74 -0
  752. package/src/messaging_v1/model/GetAttributesResponseBuyer.js +65 -0
  753. package/src/messaging_v1/model/GetMessagingActionResponse.js +90 -0
  754. package/src/messaging_v1/model/GetMessagingActionResponseEmbedded.js +65 -0
  755. package/src/messaging_v1/model/GetMessagingActionResponseLinks.js +76 -0
  756. package/src/messaging_v1/model/GetMessagingActionsForOrderResponse.js +82 -0
  757. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseEmbedded.js +67 -0
  758. package/src/messaging_v1/model/GetMessagingActionsForOrderResponseLinks.js +77 -0
  759. package/src/messaging_v1/model/GetSchemaResponse.js +82 -0
  760. package/src/messaging_v1/model/GetSchemaResponseLinks.js +67 -0
  761. package/src/messaging_v1/model/InvoiceRequest.js +66 -0
  762. package/src/messaging_v1/model/InvoiceResponse.js +66 -0
  763. package/src/messaging_v1/model/LinkObject.js +75 -0
  764. package/src/messaging_v1/model/MessagingAction.js +67 -0
  765. package/src/notifications_v1/ApiClient.js +740 -0
  766. package/src/notifications_v1/api/NotificationsApi.js +450 -0
  767. package/src/notifications_v1/index.js +218 -0
  768. package/src/notifications_v1/model/AggregationFilter.js +65 -0
  769. package/src/notifications_v1/model/AggregationSettings.js +67 -0
  770. package/src/notifications_v1/model/AggregationTimePeriod.js +46 -0
  771. package/src/notifications_v1/model/CreateDestinationRequest.js +77 -0
  772. package/src/notifications_v1/model/CreateDestinationResponse.js +74 -0
  773. package/src/notifications_v1/model/CreateSubscriptionRequest.js +85 -0
  774. package/src/notifications_v1/model/CreateSubscriptionResponse.js +74 -0
  775. package/src/notifications_v1/model/DeleteDestinationResponse.js +66 -0
  776. package/src/notifications_v1/model/DeleteSubscriptionByIdResponse.js +66 -0
  777. package/src/notifications_v1/model/Destination.js +87 -0
  778. package/src/notifications_v1/model/DestinationResource.js +73 -0
  779. package/src/notifications_v1/model/DestinationResourceSpecification.js +73 -0
  780. package/src/notifications_v1/model/Error.js +85 -0
  781. package/src/notifications_v1/model/EventBridgeResource.js +87 -0
  782. package/src/notifications_v1/model/EventBridgeResourceSpecification.js +77 -0
  783. package/src/notifications_v1/model/EventFilter.js +144 -0
  784. package/src/notifications_v1/model/GetDestinationResponse.js +74 -0
  785. package/src/notifications_v1/model/GetDestinationsResponse.js +75 -0
  786. package/src/notifications_v1/model/GetSubscriptionByIdResponse.js +74 -0
  787. package/src/notifications_v1/model/GetSubscriptionResponse.js +74 -0
  788. package/src/notifications_v1/model/MarketplaceFilter.js +65 -0
  789. package/src/notifications_v1/model/OrderChangeTypeEnum.js +46 -0
  790. package/src/notifications_v1/model/OrderChangeTypeFilter.js +66 -0
  791. package/src/notifications_v1/model/ProcessingDirective.js +65 -0
  792. package/src/notifications_v1/model/SqsResource.js +67 -0
  793. package/src/notifications_v1/model/Subscription.js +95 -0
  794. package/src/orders_v0/ApiClient.js +740 -0
  795. package/src/orders_v0/api/OrdersV0Api.js +571 -0
  796. package/src/orders_v0/api/ShipmentApi.js +93 -0
  797. package/src/orders_v0/index.js +540 -0
  798. package/src/orders_v0/model/Address.js +199 -0
  799. package/src/orders_v0/model/AddressExtendedFields.js +89 -0
  800. package/src/orders_v0/model/AmazonPrograms.js +67 -0
  801. package/src/orders_v0/model/AssociatedItem.js +81 -0
  802. package/src/orders_v0/model/AssociationType.js +39 -0
  803. package/src/orders_v0/model/AutomatedShippingSettings.js +81 -0
  804. package/src/orders_v0/model/BusinessHours.js +124 -0
  805. package/src/orders_v0/model/BuyerCustomizedInfoDetail.js +65 -0
  806. package/src/orders_v0/model/BuyerInfo.js +97 -0
  807. package/src/orders_v0/model/BuyerRequestedCancel.js +73 -0
  808. package/src/orders_v0/model/BuyerTaxInfo.js +82 -0
  809. package/src/orders_v0/model/BuyerTaxInformation.js +89 -0
  810. package/src/orders_v0/model/ConfirmShipmentErrorResponse.js +66 -0
  811. package/src/orders_v0/model/ConfirmShipmentOrderItem.js +85 -0
  812. package/src/orders_v0/model/ConfirmShipmentRequest.js +99 -0
  813. package/src/orders_v0/model/ConstraintType.js +39 -0
  814. package/src/orders_v0/model/DeliveryPreferences.js +90 -0
  815. package/src/orders_v0/model/EasyShipShipmentStatus.js +144 -0
  816. package/src/orders_v0/model/ElectronicInvoiceStatus.js +67 -0
  817. package/src/orders_v0/model/Error.js +85 -0
  818. package/src/orders_v0/model/ExceptionDates.js +82 -0
  819. package/src/orders_v0/model/ExportInfo.js +73 -0
  820. package/src/orders_v0/model/FulfillmentInstruction.js +65 -0
  821. package/src/orders_v0/model/GetOrderAddressResponse.js +74 -0
  822. package/src/orders_v0/model/GetOrderBuyerInfoResponse.js +74 -0
  823. package/src/orders_v0/model/GetOrderItemsBuyerInfoResponse.js +74 -0
  824. package/src/orders_v0/model/GetOrderItemsResponse.js +74 -0
  825. package/src/orders_v0/model/GetOrderRegulatedInfoResponse.js +74 -0
  826. package/src/orders_v0/model/GetOrderResponse.js +74 -0
  827. package/src/orders_v0/model/GetOrdersResponse.js +74 -0
  828. package/src/orders_v0/model/ItemBuyerInfo.js +96 -0
  829. package/src/orders_v0/model/MarketplaceTaxInfo.js +66 -0
  830. package/src/orders_v0/model/Measurement.js +229 -0
  831. package/src/orders_v0/model/Money.js +73 -0
  832. package/src/orders_v0/model/OpenInterval.js +72 -0
  833. package/src/orders_v0/model/OpenTimeInterval.js +73 -0
  834. package/src/orders_v0/model/Order.js +601 -0
  835. package/src/orders_v0/model/OrderAddress.js +91 -0
  836. package/src/orders_v0/model/OrderBuyerInfo.js +107 -0
  837. package/src/orders_v0/model/OrderItem.js +403 -0
  838. package/src/orders_v0/model/OrderItemBuyerInfo.js +106 -0
  839. package/src/orders_v0/model/OrderItemsBuyerInfoList.js +86 -0
  840. package/src/orders_v0/model/OrderItemsInner.js +72 -0
  841. package/src/orders_v0/model/OrderItemsList.js +86 -0
  842. package/src/orders_v0/model/OrderRegulatedInfo.js +97 -0
  843. package/src/orders_v0/model/OrdersList.js +92 -0
  844. package/src/orders_v0/model/OtherDeliveryAttributes.js +53 -0
  845. package/src/orders_v0/model/PackageDetail.js +132 -0
  846. package/src/orders_v0/model/PaymentExecutionDetailItem.js +77 -0
  847. package/src/orders_v0/model/PointsGrantedDetail.js +73 -0
  848. package/src/orders_v0/model/PreferredDeliveryTime.js +75 -0
  849. package/src/orders_v0/model/PrescriptionDetail.js +127 -0
  850. package/src/orders_v0/model/ProductInfoDetail.js +65 -0
  851. package/src/orders_v0/model/RegulatedInformation.js +68 -0
  852. package/src/orders_v0/model/RegulatedInformationField.js +117 -0
  853. package/src/orders_v0/model/RegulatedOrderVerificationStatus.js +120 -0
  854. package/src/orders_v0/model/RejectionReason.js +77 -0
  855. package/src/orders_v0/model/ShipmentStatus.js +53 -0
  856. package/src/orders_v0/model/ShippingConstraints.js +86 -0
  857. package/src/orders_v0/model/SubstitutionOption.js +97 -0
  858. package/src/orders_v0/model/SubstitutionPreferences.js +102 -0
  859. package/src/orders_v0/model/TaxClassification.js +73 -0
  860. package/src/orders_v0/model/TaxCollection.js +101 -0
  861. package/src/orders_v0/model/UpdateShipmentStatusErrorResponse.js +66 -0
  862. package/src/orders_v0/model/UpdateShipmentStatusRequest.js +86 -0
  863. package/src/orders_v0/model/UpdateVerificationStatusErrorResponse.js +66 -0
  864. package/src/orders_v0/model/UpdateVerificationStatusRequest.js +67 -0
  865. package/src/orders_v0/model/UpdateVerificationStatusRequestBody.js +91 -0
  866. package/src/orders_v0/model/ValidVerificationDetail.js +78 -0
  867. package/src/orders_v0/model/VerificationDetails.js +65 -0
  868. package/src/orders_v0/model/VerificationStatus.js +67 -0
  869. package/src/pricing_v0/ApiClient.js +740 -0
  870. package/src/pricing_v0/api/ProductPricingApi.js +416 -0
  871. package/src/pricing_v0/index.js +393 -0
  872. package/src/pricing_v0/model/ASINIdentifier.js +77 -0
  873. package/src/pricing_v0/model/BatchOffersRequestParams.js +85 -0
  874. package/src/pricing_v0/model/BatchOffersResponse.js +83 -0
  875. package/src/pricing_v0/model/BatchRequest.js +85 -0
  876. package/src/pricing_v0/model/BuyBoxPriceType.js +135 -0
  877. package/src/pricing_v0/model/CompetitivePriceType.js +133 -0
  878. package/src/pricing_v0/model/CompetitivePricingType.js +87 -0
  879. package/src/pricing_v0/model/ConditionType.js +67 -0
  880. package/src/pricing_v0/model/CustomerType.js +46 -0
  881. package/src/pricing_v0/model/DetailedShippingTimeType.js +115 -0
  882. package/src/pricing_v0/model/Error.js +85 -0
  883. package/src/pricing_v0/model/Errors.js +68 -0
  884. package/src/pricing_v0/model/FulfillmentChannelType.js +46 -0
  885. package/src/pricing_v0/model/GetItemOffersBatchRequest.js +66 -0
  886. package/src/pricing_v0/model/GetItemOffersBatchResponse.js +66 -0
  887. package/src/pricing_v0/model/GetListingOffersBatchRequest.js +66 -0
  888. package/src/pricing_v0/model/GetListingOffersBatchResponse.js +66 -0
  889. package/src/pricing_v0/model/GetOffersHttpStatusLine.js +73 -0
  890. package/src/pricing_v0/model/GetOffersResponse.js +74 -0
  891. package/src/pricing_v0/model/GetOffersResult.js +134 -0
  892. package/src/pricing_v0/model/GetPricingResponse.js +75 -0
  893. package/src/pricing_v0/model/HttpMethod.js +67 -0
  894. package/src/pricing_v0/model/HttpResponseHeaders.js +75 -0
  895. package/src/pricing_v0/model/IdentifierType.js +75 -0
  896. package/src/pricing_v0/model/ItemCondition.js +67 -0
  897. package/src/pricing_v0/model/ItemIdentifier.js +93 -0
  898. package/src/pricing_v0/model/ItemOffersRequest.js +156 -0
  899. package/src/pricing_v0/model/ItemOffersRequestParams.js +114 -0
  900. package/src/pricing_v0/model/ItemOffersResponse.js +113 -0
  901. package/src/pricing_v0/model/ListingOffersRequest.js +156 -0
  902. package/src/pricing_v0/model/ListingOffersRequestParams.js +116 -0
  903. package/src/pricing_v0/model/ListingOffersResponse.js +111 -0
  904. package/src/pricing_v0/model/LowestPriceType.js +133 -0
  905. package/src/pricing_v0/model/MoneyType.js +73 -0
  906. package/src/pricing_v0/model/OfferCountType.js +81 -0
  907. package/src/pricing_v0/model/OfferCustomerType.js +46 -0
  908. package/src/pricing_v0/model/OfferDetail.js +195 -0
  909. package/src/pricing_v0/model/OfferListingCountType.js +77 -0
  910. package/src/pricing_v0/model/OfferType.js +141 -0
  911. package/src/pricing_v0/model/Points.js +73 -0
  912. package/src/pricing_v0/model/Price.js +91 -0
  913. package/src/pricing_v0/model/PriceType.js +89 -0
  914. package/src/pricing_v0/model/PrimeInformationType.js +77 -0
  915. package/src/pricing_v0/model/Product.js +109 -0
  916. package/src/pricing_v0/model/QuantityDiscountPriceType.js +87 -0
  917. package/src/pricing_v0/model/QuantityDiscountType.js +39 -0
  918. package/src/pricing_v0/model/SalesRankType.js +77 -0
  919. package/src/pricing_v0/model/SellerFeedbackType.js +75 -0
  920. package/src/pricing_v0/model/SellerSKUIdentifier.js +87 -0
  921. package/src/pricing_v0/model/ShipsFromType.js +73 -0
  922. package/src/pricing_v0/model/Summary.js +141 -0
  923. package/src/pricing_v2022_05_01/ApiClient.js +740 -0
  924. package/src/pricing_v2022_05_01/api/ProductPricingApi.js +135 -0
  925. package/src/pricing_v2022_05_01/index.js +316 -0
  926. package/src/pricing_v2022_05_01/model/BatchRequest.js +93 -0
  927. package/src/pricing_v2022_05_01/model/BatchResponse.js +77 -0
  928. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchRequest.js +68 -0
  929. package/src/pricing_v2022_05_01/model/CompetitiveSummaryBatchResponse.js +68 -0
  930. package/src/pricing_v2022_05_01/model/CompetitiveSummaryIncludedData.js +53 -0
  931. package/src/pricing_v2022_05_01/model/CompetitiveSummaryRequest.js +117 -0
  932. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponse.js +77 -0
  933. package/src/pricing_v2022_05_01/model/CompetitiveSummaryResponseBody.js +113 -0
  934. package/src/pricing_v2022_05_01/model/Condition.js +67 -0
  935. package/src/pricing_v2022_05_01/model/Error.js +85 -0
  936. package/src/pricing_v2022_05_01/model/Errors.js +68 -0
  937. package/src/pricing_v2022_05_01/model/FeaturedBuyingOption.js +92 -0
  938. package/src/pricing_v2022_05_01/model/FeaturedOffer.js +83 -0
  939. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPrice.js +75 -0
  940. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequest.js +171 -0
  941. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceRequestParams.js +85 -0
  942. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponse.js +111 -0
  943. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResponseBody.js +83 -0
  944. package/src/pricing_v2022_05_01/model/FeaturedOfferExpectedPriceResult.js +90 -0
  945. package/src/pricing_v2022_05_01/model/FeaturedOfferSegment.js +97 -0
  946. package/src/pricing_v2022_05_01/model/FulfillmentType.js +46 -0
  947. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchRequest.js +66 -0
  948. package/src/pricing_v2022_05_01/model/GetFeaturedOfferExpectedPriceBatchResponse.js +66 -0
  949. package/src/pricing_v2022_05_01/model/HttpMethod.js +67 -0
  950. package/src/pricing_v2022_05_01/model/HttpStatusLine.js +73 -0
  951. package/src/pricing_v2022_05_01/model/LowestPricedOffer.js +78 -0
  952. package/src/pricing_v2022_05_01/model/LowestPricedOffersInput.js +91 -0
  953. package/src/pricing_v2022_05_01/model/MoneyType.js +73 -0
  954. package/src/pricing_v2022_05_01/model/Offer.js +216 -0
  955. package/src/pricing_v2022_05_01/model/OfferIdentifier.js +101 -0
  956. package/src/pricing_v2022_05_01/model/Points.js +73 -0
  957. package/src/pricing_v2022_05_01/model/PostalCode.js +73 -0
  958. package/src/pricing_v2022_05_01/model/Price.js +82 -0
  959. package/src/pricing_v2022_05_01/model/PrimeDetails.js +93 -0
  960. package/src/pricing_v2022_05_01/model/ReferencePrice.js +77 -0
  961. package/src/pricing_v2022_05_01/model/SampleLocation.js +65 -0
  962. package/src/pricing_v2022_05_01/model/Segment.js +65 -0
  963. package/src/pricing_v2022_05_01/model/SegmentDetails.js +73 -0
  964. package/src/pricing_v2022_05_01/model/SegmentedFeaturedOffer.js +275 -0
  965. package/src/pricing_v2022_05_01/model/ShippingOption.js +91 -0
  966. package/src/productfees_v0/ApiClient.js +740 -0
  967. package/src/productfees_v0/api/FeesApi.js +198 -0
  968. package/src/productfees_v0/index.js +162 -0
  969. package/src/productfees_v0/model/Error.js +84 -0
  970. package/src/productfees_v0/model/FeeDetail.js +109 -0
  971. package/src/productfees_v0/model/FeesEstimate.js +84 -0
  972. package/src/productfees_v0/model/FeesEstimateByIdRequest.js +85 -0
  973. package/src/productfees_v0/model/FeesEstimateError.js +97 -0
  974. package/src/productfees_v0/model/FeesEstimateIdentifier.js +121 -0
  975. package/src/productfees_v0/model/FeesEstimateRequest.js +103 -0
  976. package/src/productfees_v0/model/FeesEstimateResult.js +89 -0
  977. package/src/productfees_v0/model/GetMyFeesEstimateRequest.js +65 -0
  978. package/src/productfees_v0/model/GetMyFeesEstimateResponse.js +73 -0
  979. package/src/productfees_v0/model/GetMyFeesEstimateResult.js +65 -0
  980. package/src/productfees_v0/model/GetMyFeesEstimatesErrorList.js +67 -0
  981. package/src/productfees_v0/model/IdType.js +46 -0
  982. package/src/productfees_v0/model/IncludedFeeDetail.js +100 -0
  983. package/src/productfees_v0/model/MoneyType.js +72 -0
  984. package/src/productfees_v0/model/OptionalFulfillmentProgram.js +53 -0
  985. package/src/productfees_v0/model/Points.js +71 -0
  986. package/src/productfees_v0/model/PriceToEstimateFees.js +82 -0
  987. package/src/producttypedefinitions_v2020_09_01/ApiClient.js +740 -0
  988. package/src/producttypedefinitions_v2020_09_01/api/DefinitionsApi.js +176 -0
  989. package/src/producttypedefinitions_v2020_09_01/index.js +99 -0
  990. package/src/producttypedefinitions_v2020_09_01/model/Error.js +85 -0
  991. package/src/producttypedefinitions_v2020_09_01/model/ErrorList.js +67 -0
  992. package/src/producttypedefinitions_v2020_09_01/model/ProductType.js +87 -0
  993. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeDefinition.js +201 -0
  994. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeList.js +77 -0
  995. package/src/producttypedefinitions_v2020_09_01/model/ProductTypeVersion.js +85 -0
  996. package/src/producttypedefinitions_v2020_09_01/model/PropertyGroup.js +81 -0
  997. package/src/producttypedefinitions_v2020_09_01/model/SchemaLink.js +76 -0
  998. package/src/producttypedefinitions_v2020_09_01/model/SchemaLinkLink.js +91 -0
  999. package/src/replenishment_v2022_11_07/ApiClient.js +740 -0
  1000. package/src/replenishment_v2022_11_07/api/OffersApi.js +131 -0
  1001. package/src/replenishment_v2022_11_07/api/SellingpartnersApi.js +84 -0
  1002. package/src/replenishment_v2022_11_07/index.js +295 -0
  1003. package/src/replenishment_v2022_11_07/model/AggregationFrequency.js +60 -0
  1004. package/src/replenishment_v2022_11_07/model/AutoEnrollmentPreference.js +46 -0
  1005. package/src/replenishment_v2022_11_07/model/DiscountFunding.js +65 -0
  1006. package/src/replenishment_v2022_11_07/model/EligibilityStatus.js +60 -0
  1007. package/src/replenishment_v2022_11_07/model/EnrollmentMethod.js +46 -0
  1008. package/src/replenishment_v2022_11_07/model/Error.js +85 -0
  1009. package/src/replenishment_v2022_11_07/model/ErrorList.js +68 -0
  1010. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsRequest.js +115 -0
  1011. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponse.js +66 -0
  1012. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +233 -0
  1013. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequest.js +85 -0
  1014. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestFilters.js +114 -0
  1015. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestPagination.js +77 -0
  1016. package/src/replenishment_v2022_11_07/model/ListOfferMetricsRequestSort.js +77 -0
  1017. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponse.js +74 -0
  1018. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +193 -0
  1019. package/src/replenishment_v2022_11_07/model/ListOfferMetricsSortKey.js +95 -0
  1020. package/src/replenishment_v2022_11_07/model/ListOffersRequest.js +85 -0
  1021. package/src/replenishment_v2022_11_07/model/ListOffersRequestFilters.js +119 -0
  1022. package/src/replenishment_v2022_11_07/model/ListOffersRequestPagination.js +77 -0
  1023. package/src/replenishment_v2022_11_07/model/ListOffersRequestSort.js +77 -0
  1024. package/src/replenishment_v2022_11_07/model/ListOffersResponse.js +74 -0
  1025. package/src/replenishment_v2022_11_07/model/ListOffersResponseOffer.js +113 -0
  1026. package/src/replenishment_v2022_11_07/model/ListOffersSortKey.js +67 -0
  1027. package/src/replenishment_v2022_11_07/model/Metric.js +116 -0
  1028. package/src/replenishment_v2022_11_07/model/OfferProgramConfiguration.js +81 -0
  1029. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPreferences.js +65 -0
  1030. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotions.js +86 -0
  1031. package/src/replenishment_v2022_11_07/model/OfferProgramConfigurationPromotionsDiscountFunding.js +65 -0
  1032. package/src/replenishment_v2022_11_07/model/PaginationResponse.js +65 -0
  1033. package/src/replenishment_v2022_11_07/model/Preference.js +66 -0
  1034. package/src/replenishment_v2022_11_07/model/ProgramType.js +39 -0
  1035. package/src/replenishment_v2022_11_07/model/Promotion.js +86 -0
  1036. package/src/replenishment_v2022_11_07/model/SortOrder.js +46 -0
  1037. package/src/replenishment_v2022_11_07/model/TimeInterval.js +77 -0
  1038. package/src/replenishment_v2022_11_07/model/TimePeriodType.js +46 -0
  1039. package/src/reports_v2021_06_30/ApiClient.js +740 -0
  1040. package/src/reports_v2021_06_30/api/ReportsApi.js +492 -0
  1041. package/src/reports_v2021_06_30/index.js +113 -0
  1042. package/src/reports_v2021_06_30/model/CreateReportResponse.js +67 -0
  1043. package/src/reports_v2021_06_30/model/CreateReportScheduleResponse.js +67 -0
  1044. package/src/reports_v2021_06_30/model/CreateReportScheduleSpecification.js +219 -0
  1045. package/src/reports_v2021_06_30/model/CreateReportSpecification.js +101 -0
  1046. package/src/reports_v2021_06_30/model/Error.js +85 -0
  1047. package/src/reports_v2021_06_30/model/ErrorList.js +68 -0
  1048. package/src/reports_v2021_06_30/model/GetReportsResponse.js +76 -0
  1049. package/src/reports_v2021_06_30/model/Report.js +191 -0
  1050. package/src/reports_v2021_06_30/model/ReportDocument.js +99 -0
  1051. package/src/reports_v2021_06_30/model/ReportSchedule.js +111 -0
  1052. package/src/reports_v2021_06_30/model/ReportScheduleList.js +68 -0
  1053. package/src/sales_v1/ApiClient.js +740 -0
  1054. package/src/sales_v1/api/SalesApi.js +122 -0
  1055. package/src/sales_v1/index.js +64 -0
  1056. package/src/sales_v1/model/Error.js +85 -0
  1057. package/src/sales_v1/model/GetOrderMetricsResponse.js +75 -0
  1058. package/src/sales_v1/model/Money.js +77 -0
  1059. package/src/sales_v1/model/OrderMetricsInterval.js +116 -0
  1060. package/src/sellers_v1/ApiClient.js +740 -0
  1061. package/src/sellers_v1/api/SellersApi.js +118 -0
  1062. package/src/sellers_v1/index.js +106 -0
  1063. package/src/sellers_v1/model/Account.js +180 -0
  1064. package/src/sellers_v1/model/Address.js +109 -0
  1065. package/src/sellers_v1/model/Business.js +101 -0
  1066. package/src/sellers_v1/model/Error.js +85 -0
  1067. package/src/sellers_v1/model/GetAccountResponse.js +74 -0
  1068. package/src/sellers_v1/model/GetMarketplaceParticipationsResponse.js +75 -0
  1069. package/src/sellers_v1/model/Marketplace.js +117 -0
  1070. package/src/sellers_v1/model/MarketplaceParticipation.js +86 -0
  1071. package/src/sellers_v1/model/Participation.js +77 -0
  1072. package/src/sellers_v1/model/PrimaryContact.js +85 -0
  1073. package/src/services_v1/ApiClient.js +740 -0
  1074. package/src/services_v1/api/ServiceApi.js +1115 -0
  1075. package/src/services_v1/index.js +477 -0
  1076. package/src/services_v1/model/AddAppointmentRequest.js +67 -0
  1077. package/src/services_v1/model/Address.js +149 -0
  1078. package/src/services_v1/model/Appointment.js +132 -0
  1079. package/src/services_v1/model/AppointmentResource.js +65 -0
  1080. package/src/services_v1/model/AppointmentSlot.js +81 -0
  1081. package/src/services_v1/model/AppointmentSlotReport.js +110 -0
  1082. package/src/services_v1/model/AppointmentTime.js +77 -0
  1083. package/src/services_v1/model/AppointmentTimeInput.js +75 -0
  1084. package/src/services_v1/model/AssignAppointmentResourcesRequest.js +68 -0
  1085. package/src/services_v1/model/AssignAppointmentResourcesResponse.js +74 -0
  1086. package/src/services_v1/model/AssignAppointmentResourcesResponsePayload.js +66 -0
  1087. package/src/services_v1/model/AssociatedItem.js +145 -0
  1088. package/src/services_v1/model/AvailabilityRecord.js +93 -0
  1089. package/src/services_v1/model/Buyer.js +89 -0
  1090. package/src/services_v1/model/CancelReservationResponse.js +66 -0
  1091. package/src/services_v1/model/CancelServiceJobByServiceJobIdResponse.js +66 -0
  1092. package/src/services_v1/model/CapacityType.js +60 -0
  1093. package/src/services_v1/model/CompleteServiceJobByServiceJobIdResponse.js +66 -0
  1094. package/src/services_v1/model/CreateReservationRecord.js +83 -0
  1095. package/src/services_v1/model/CreateReservationRequest.js +77 -0
  1096. package/src/services_v1/model/CreateReservationResponse.js +74 -0
  1097. package/src/services_v1/model/CreateServiceDocumentUploadDestination.js +74 -0
  1098. package/src/services_v1/model/DayOfWeek.js +81 -0
  1099. package/src/services_v1/model/EncryptionDetails.js +101 -0
  1100. package/src/services_v1/model/Error.js +113 -0
  1101. package/src/services_v1/model/FixedSlot.js +97 -0
  1102. package/src/services_v1/model/FixedSlotCapacity.js +90 -0
  1103. package/src/services_v1/model/FixedSlotCapacityErrors.js +66 -0
  1104. package/src/services_v1/model/FixedSlotCapacityQuery.js +94 -0
  1105. package/src/services_v1/model/FulfillmentDocument.js +73 -0
  1106. package/src/services_v1/model/FulfillmentTime.js +73 -0
  1107. package/src/services_v1/model/GetAppointmentSlotsResponse.js +74 -0
  1108. package/src/services_v1/model/GetServiceJobByServiceJobIdResponse.js +74 -0
  1109. package/src/services_v1/model/GetServiceJobsResponse.js +74 -0
  1110. package/src/services_v1/model/ItemDelivery.js +73 -0
  1111. package/src/services_v1/model/ItemDeliveryPromise.js +73 -0
  1112. package/src/services_v1/model/JobListing.js +90 -0
  1113. package/src/services_v1/model/Poa.js +130 -0
  1114. package/src/services_v1/model/RangeCapacity.js +74 -0
  1115. package/src/services_v1/model/RangeSlot.js +81 -0
  1116. package/src/services_v1/model/RangeSlotCapacity.js +82 -0
  1117. package/src/services_v1/model/RangeSlotCapacityErrors.js +66 -0
  1118. package/src/services_v1/model/RangeSlotCapacityQuery.js +86 -0
  1119. package/src/services_v1/model/Recurrence.js +84 -0
  1120. package/src/services_v1/model/RescheduleAppointmentRequest.js +77 -0
  1121. package/src/services_v1/model/Reservation.js +123 -0
  1122. package/src/services_v1/model/ScopeOfWork.js +89 -0
  1123. package/src/services_v1/model/Seller.js +65 -0
  1124. package/src/services_v1/model/ServiceDocumentUploadDestination.js +95 -0
  1125. package/src/services_v1/model/ServiceJob.js +222 -0
  1126. package/src/services_v1/model/ServiceJobProvider.js +65 -0
  1127. package/src/services_v1/model/ServiceLocation.js +99 -0
  1128. package/src/services_v1/model/ServiceUploadDocument.js +129 -0
  1129. package/src/services_v1/model/SetAppointmentFulfillmentDataRequest.js +83 -0
  1130. package/src/services_v1/model/SetAppointmentResponse.js +83 -0
  1131. package/src/services_v1/model/Technician.js +73 -0
  1132. package/src/services_v1/model/UpdateReservationRecord.js +83 -0
  1133. package/src/services_v1/model/UpdateReservationRequest.js +77 -0
  1134. package/src/services_v1/model/UpdateReservationResponse.js +74 -0
  1135. package/src/services_v1/model/UpdateScheduleRecord.js +83 -0
  1136. package/src/services_v1/model/UpdateScheduleRequest.js +68 -0
  1137. package/src/services_v1/model/UpdateScheduleResponse.js +75 -0
  1138. package/src/services_v1/model/Warning.js +85 -0
  1139. package/src/shipping_v2/ApiClient.js +740 -0
  1140. package/src/shipping_v2/api/ShippingApi.js +1208 -0
  1141. package/src/shipping_v2/index.js +925 -0
  1142. package/src/shipping_v2/model/AccessPoint.js +159 -0
  1143. package/src/shipping_v2/model/AccessPointDetails.js +65 -0
  1144. package/src/shipping_v2/model/AccessPointType.js +88 -0
  1145. package/src/shipping_v2/model/AccessibilityAttributes.js +73 -0
  1146. package/src/shipping_v2/model/AccountStatus.js +60 -0
  1147. package/src/shipping_v2/model/AccountType.js +53 -0
  1148. package/src/shipping_v2/model/ActiveAccount.js +73 -0
  1149. package/src/shipping_v2/model/Address.js +165 -0
  1150. package/src/shipping_v2/model/AmazonOrderDetails.js +67 -0
  1151. package/src/shipping_v2/model/AmazonShipmentDetails.js +67 -0
  1152. package/src/shipping_v2/model/AvailableValueAddedServiceGroup.js +96 -0
  1153. package/src/shipping_v2/model/Benefits.js +78 -0
  1154. package/src/shipping_v2/model/CancelShipmentResponse.js +65 -0
  1155. package/src/shipping_v2/model/Carrier.js +77 -0
  1156. package/src/shipping_v2/model/CarrierAccount.js +77 -0
  1157. package/src/shipping_v2/model/CarrierAccountAttribute.js +81 -0
  1158. package/src/shipping_v2/model/CarrierAccountInput.js +122 -0
  1159. package/src/shipping_v2/model/ChannelDetails.js +83 -0
  1160. package/src/shipping_v2/model/ChannelType.js +46 -0
  1161. package/src/shipping_v2/model/ChargeComponent.js +93 -0
  1162. package/src/shipping_v2/model/ClaimReason.js +67 -0
  1163. package/src/shipping_v2/model/ClientReferenceDetail.js +97 -0
  1164. package/src/shipping_v2/model/CollectOnDelivery.js +67 -0
  1165. package/src/shipping_v2/model/CollectionFormsHistoryRecord.js +97 -0
  1166. package/src/shipping_v2/model/CollectionsFormDocument.js +73 -0
  1167. package/src/shipping_v2/model/CreateClaimRequest.js +111 -0
  1168. package/src/shipping_v2/model/CreateClaimResponse.js +65 -0
  1169. package/src/shipping_v2/model/Currency.js +77 -0
  1170. package/src/shipping_v2/model/DangerousGoodsDetails.js +201 -0
  1171. package/src/shipping_v2/model/DateRange.js +73 -0
  1172. package/src/shipping_v2/model/DetailCodes.js +242 -0
  1173. package/src/shipping_v2/model/Dimensions.js +117 -0
  1174. package/src/shipping_v2/model/DirectFulfillmentItemIdentifiers.js +75 -0
  1175. package/src/shipping_v2/model/DirectPurchaseRequest.js +106 -0
  1176. package/src/shipping_v2/model/DirectPurchaseResponse.js +65 -0
  1177. package/src/shipping_v2/model/DirectPurchaseResult.js +76 -0
  1178. package/src/shipping_v2/model/DocumentFormat.js +53 -0
  1179. package/src/shipping_v2/model/DocumentSize.js +107 -0
  1180. package/src/shipping_v2/model/DocumentType.js +60 -0
  1181. package/src/shipping_v2/model/Error.js +85 -0
  1182. package/src/shipping_v2/model/ErrorList.js +68 -0
  1183. package/src/shipping_v2/model/Event.js +93 -0
  1184. package/src/shipping_v2/model/EventCode.js +130 -0
  1185. package/src/shipping_v2/model/ExceptionOperatingHours.js +73 -0
  1186. package/src/shipping_v2/model/ExcludedBenefit.js +75 -0
  1187. package/src/shipping_v2/model/GenerateCollectionFormRequest.js +84 -0
  1188. package/src/shipping_v2/model/GenerateCollectionFormResponse.js +65 -0
  1189. package/src/shipping_v2/model/GenerationStatus.js +46 -0
  1190. package/src/shipping_v2/model/Geocode.js +73 -0
  1191. package/src/shipping_v2/model/GetAccessPointsResponse.js +65 -0
  1192. package/src/shipping_v2/model/GetAccessPointsResult.js +68 -0
  1193. package/src/shipping_v2/model/GetAdditionalInputsResponse.js +65 -0
  1194. package/src/shipping_v2/model/GetCarrierAccountFormInputsResponse.js +66 -0
  1195. package/src/shipping_v2/model/GetCarrierAccountsRequest.js +66 -0
  1196. package/src/shipping_v2/model/GetCarrierAccountsResponse.js +68 -0
  1197. package/src/shipping_v2/model/GetCollectionFormHistoryRequest.js +98 -0
  1198. package/src/shipping_v2/model/GetCollectionFormHistoryResponse.js +74 -0
  1199. package/src/shipping_v2/model/GetCollectionFormResponse.js +65 -0
  1200. package/src/shipping_v2/model/GetRatesRequest.js +169 -0
  1201. package/src/shipping_v2/model/GetRatesResponse.js +65 -0
  1202. package/src/shipping_v2/model/GetRatesResult.js +87 -0
  1203. package/src/shipping_v2/model/GetShipmentDocumentsResponse.js +65 -0
  1204. package/src/shipping_v2/model/GetShipmentDocumentsResult.js +85 -0
  1205. package/src/shipping_v2/model/GetTrackingResponse.js +65 -0
  1206. package/src/shipping_v2/model/GetTrackingResult.js +108 -0
  1207. package/src/shipping_v2/model/GetUnmanifestedShipmentsRequest.js +66 -0
  1208. package/src/shipping_v2/model/GetUnmanifestedShipmentsResponse.js +66 -0
  1209. package/src/shipping_v2/model/GoodsOwner.js +67 -0
  1210. package/src/shipping_v2/model/IneligibilityReason.js +77 -0
  1211. package/src/shipping_v2/model/IneligibilityReasonCode.js +102 -0
  1212. package/src/shipping_v2/model/IneligibleRate.js +108 -0
  1213. package/src/shipping_v2/model/InputType.js +46 -0
  1214. package/src/shipping_v2/model/InvoiceDetails.js +73 -0
  1215. package/src/shipping_v2/model/Item.js +155 -0
  1216. package/src/shipping_v2/model/LabelAttribute.js +53 -0
  1217. package/src/shipping_v2/model/LinkCarrierAccountRequest.js +95 -0
  1218. package/src/shipping_v2/model/LinkCarrierAccountResponse.js +73 -0
  1219. package/src/shipping_v2/model/LinkableAccountType.js +74 -0
  1220. package/src/shipping_v2/model/LinkableCarrier.js +74 -0
  1221. package/src/shipping_v2/model/LiquidVolume.js +127 -0
  1222. package/src/shipping_v2/model/Location.js +89 -0
  1223. package/src/shipping_v2/model/NdrAction.js +53 -0
  1224. package/src/shipping_v2/model/NdrRequestData.js +73 -0
  1225. package/src/shipping_v2/model/OneClickShipmentRequest.js +172 -0
  1226. package/src/shipping_v2/model/OneClickShipmentResponse.js +65 -0
  1227. package/src/shipping_v2/model/OneClickShipmentResult.js +118 -0
  1228. package/src/shipping_v2/model/OneClickShipmentValueAddedService.js +75 -0
  1229. package/src/shipping_v2/model/OperatingHours.js +80 -0
  1230. package/src/shipping_v2/model/Package.js +133 -0
  1231. package/src/shipping_v2/model/PackageDocument.js +87 -0
  1232. package/src/shipping_v2/model/PackageDocumentDetail.js +86 -0
  1233. package/src/shipping_v2/model/PaymentType.js +46 -0
  1234. package/src/shipping_v2/model/PrintOption.js +96 -0
  1235. package/src/shipping_v2/model/Promise.js +72 -0
  1236. package/src/shipping_v2/model/PurchaseShipmentRequest.js +104 -0
  1237. package/src/shipping_v2/model/PurchaseShipmentResponse.js +65 -0
  1238. package/src/shipping_v2/model/PurchaseShipmentResult.js +96 -0
  1239. package/src/shipping_v2/model/Rate.js +190 -0
  1240. package/src/shipping_v2/model/RateItem.js +89 -0
  1241. package/src/shipping_v2/model/RateItemID.js +263 -0
  1242. package/src/shipping_v2/model/RateItemType.js +53 -0
  1243. package/src/shipping_v2/model/RequestedDocumentSpecification.js +122 -0
  1244. package/src/shipping_v2/model/RequestedLabelCustomization.js +66 -0
  1245. package/src/shipping_v2/model/RequestedValueAddedService.js +67 -0
  1246. package/src/shipping_v2/model/Service.js +77 -0
  1247. package/src/shipping_v2/model/ServiceSelection.js +67 -0
  1248. package/src/shipping_v2/model/SettlementType.js +46 -0
  1249. package/src/shipping_v2/model/ShipmentType.js +46 -0
  1250. package/src/shipping_v2/model/ShipperInstruction.js +65 -0
  1251. package/src/shipping_v2/model/Status.js +102 -0
  1252. package/src/shipping_v2/model/SubmitNdrFeedbackRequest.js +85 -0
  1253. package/src/shipping_v2/model/SupportedDocumentDetail.js +77 -0
  1254. package/src/shipping_v2/model/SupportedDocumentSpecification.js +88 -0
  1255. package/src/shipping_v2/model/TaxDetail.js +77 -0
  1256. package/src/shipping_v2/model/TaxType.js +39 -0
  1257. package/src/shipping_v2/model/TimeOfDay.js +81 -0
  1258. package/src/shipping_v2/model/TimeWindow.js +73 -0
  1259. package/src/shipping_v2/model/TrackingDetailCodes.js +78 -0
  1260. package/src/shipping_v2/model/TrackingSummary.js +73 -0
  1261. package/src/shipping_v2/model/UnlinkCarrierAccountRequest.js +74 -0
  1262. package/src/shipping_v2/model/UnlinkCarrierAccountResponse.js +65 -0
  1263. package/src/shipping_v2/model/UnmanifestedCarrierInformation.js +82 -0
  1264. package/src/shipping_v2/model/UnmanifestedShipmentLocation.js +73 -0
  1265. package/src/shipping_v2/model/ValidationMetadata.js +81 -0
  1266. package/src/shipping_v2/model/ValueAddedService.js +87 -0
  1267. package/src/shipping_v2/model/ValueAddedServiceDetails.js +65 -0
  1268. package/src/shipping_v2/model/Weight.js +109 -0
  1269. package/src/solicitations_v1/ApiClient.js +740 -0
  1270. package/src/solicitations_v1/api/SolicitationsApi.js +150 -0
  1271. package/src/solicitations_v1/index.js +120 -0
  1272. package/src/solicitations_v1/model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +66 -0
  1273. package/src/solicitations_v1/model/Error.js +85 -0
  1274. package/src/solicitations_v1/model/GetSchemaResponse.js +81 -0
  1275. package/src/solicitations_v1/model/GetSchemaResponseLinks.js +66 -0
  1276. package/src/solicitations_v1/model/GetSolicitationActionResponse.js +90 -0
  1277. package/src/solicitations_v1/model/GetSolicitationActionResponseEmbedded.js +64 -0
  1278. package/src/solicitations_v1/model/GetSolicitationActionResponseLinks.js +75 -0
  1279. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponse.js +82 -0
  1280. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseEmbedded.js +66 -0
  1281. package/src/solicitations_v1/model/GetSolicitationActionsForOrderResponseLinks.js +76 -0
  1282. package/src/solicitations_v1/model/LinkObject.js +75 -0
  1283. package/src/solicitations_v1/model/SolicitationsAction.js +66 -0
  1284. package/src/supplysources_v2020_07_01/ApiClient.js +740 -0
  1285. package/src/supplysources_v2020_07_01/api/SupplySourcesApi.js +341 -0
  1286. package/src/supplysources_v2020_07_01/index.js +288 -0
  1287. package/src/supplysources_v2020_07_01/model/Address.js +153 -0
  1288. package/src/supplysources_v2020_07_01/model/AddressWithContact.js +73 -0
  1289. package/src/supplysources_v2020_07_01/model/ContactDetails.js +65 -0
  1290. package/src/supplysources_v2020_07_01/model/ContactDetailsPrimary.js +72 -0
  1291. package/src/supplysources_v2020_07_01/model/CreateSupplySourceRequest.js +87 -0
  1292. package/src/supplysources_v2020_07_01/model/CreateSupplySourceResponse.js +77 -0
  1293. package/src/supplysources_v2020_07_01/model/CurbsidePickupConfiguration.js +81 -0
  1294. package/src/supplysources_v2020_07_01/model/DeliveryChannel.js +72 -0
  1295. package/src/supplysources_v2020_07_01/model/Duration.js +73 -0
  1296. package/src/supplysources_v2020_07_01/model/Error.js +85 -0
  1297. package/src/supplysources_v2020_07_01/model/ErrorList.js +68 -0
  1298. package/src/supplysources_v2020_07_01/model/GetSupplySourcesResponse.js +74 -0
  1299. package/src/supplysources_v2020_07_01/model/InStorePickupConfiguration.js +73 -0
  1300. package/src/supplysources_v2020_07_01/model/OperatingHour.js +73 -0
  1301. package/src/supplysources_v2020_07_01/model/OperatingHoursByDay.js +114 -0
  1302. package/src/supplysources_v2020_07_01/model/OperationalConfiguration.js +89 -0
  1303. package/src/supplysources_v2020_07_01/model/OutboundCapability.js +96 -0
  1304. package/src/supplysources_v2020_07_01/model/ParkingConfiguration.js +81 -0
  1305. package/src/supplysources_v2020_07_01/model/ParkingCostType.js +46 -0
  1306. package/src/supplysources_v2020_07_01/model/ParkingSpotIdentificationType.js +46 -0
  1307. package/src/supplysources_v2020_07_01/model/ParkingWithAddressConfiguration.js +110 -0
  1308. package/src/supplysources_v2020_07_01/model/PickupChannel.js +96 -0
  1309. package/src/supplysources_v2020_07_01/model/ReturnLocation.js +73 -0
  1310. package/src/supplysources_v2020_07_01/model/ServicesCapability.js +73 -0
  1311. package/src/supplysources_v2020_07_01/model/SupplySource.js +129 -0
  1312. package/src/supplysources_v2020_07_01/model/SupplySourceCapabilities.js +73 -0
  1313. package/src/supplysources_v2020_07_01/model/SupplySourceConfiguration.js +73 -0
  1314. package/src/supplysources_v2020_07_01/model/SupplySourceListInner.js +88 -0
  1315. package/src/supplysources_v2020_07_01/model/SupplySourceStatus.js +46 -0
  1316. package/src/supplysources_v2020_07_01/model/SupplySourceStatusReadOnly.js +53 -0
  1317. package/src/supplysources_v2020_07_01/model/ThroughputCap.js +73 -0
  1318. package/src/supplysources_v2020_07_01/model/ThroughputConfig.js +75 -0
  1319. package/src/supplysources_v2020_07_01/model/ThroughputUnit.js +39 -0
  1320. package/src/supplysources_v2020_07_01/model/TimeUnit.js +53 -0
  1321. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceRequest.js +81 -0
  1322. package/src/supplysources_v2020_07_01/model/UpdateSupplySourceStatusRequest.js +65 -0
  1323. package/src/tokens_v2021_03_01/ApiClient.js +740 -0
  1324. package/src/tokens_v2021_03_01/api/TokensApi.js +86 -0
  1325. package/src/tokens_v2021_03_01/index.js +71 -0
  1326. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenRequest.js +76 -0
  1327. package/src/tokens_v2021_03_01/model/CreateRestrictedDataTokenResponse.js +73 -0
  1328. package/src/tokens_v2021_03_01/model/Error.js +85 -0
  1329. package/src/tokens_v2021_03_01/model/ErrorList.js +65 -0
  1330. package/src/tokens_v2021_03_01/model/RestrictedResource.js +117 -0
  1331. package/src/transfers_v2024_06_01/ApiClient.js +740 -0
  1332. package/src/transfers_v2024_06_01/api/DefaultApi.js +141 -0
  1333. package/src/transfers_v2024_06_01/index.js +99 -0
  1334. package/src/transfers_v2024_06_01/model/AssignmentType.js +39 -0
  1335. package/src/transfers_v2024_06_01/model/Error.js +85 -0
  1336. package/src/transfers_v2024_06_01/model/ErrorList.js +68 -0
  1337. package/src/transfers_v2024_06_01/model/ExpiryDate.js +73 -0
  1338. package/src/transfers_v2024_06_01/model/GetPaymentMethodsResponse.js +66 -0
  1339. package/src/transfers_v2024_06_01/model/InitiatePayoutRequest.js +77 -0
  1340. package/src/transfers_v2024_06_01/model/InitiatePayoutResponse.js +67 -0
  1341. package/src/transfers_v2024_06_01/model/PaymentMethodDetails.js +113 -0
  1342. package/src/transfers_v2024_06_01/model/PaymentMethodType.js +53 -0
  1343. package/src/uploads_v2020_11_01/ApiClient.js +740 -0
  1344. package/src/uploads_v2020_11_01/api/UploadsApi.js +107 -0
  1345. package/src/uploads_v2020_11_01/index.js +57 -0
  1346. package/src/uploads_v2020_11_01/model/CreateUploadDestinationResponse.js +74 -0
  1347. package/src/uploads_v2020_11_01/model/Error.js +85 -0
  1348. package/src/uploads_v2020_11_01/model/UploadDestination.js +81 -0
  1349. package/src/vehicles_v2024_11_01/ApiClient.js +740 -0
  1350. package/src/vehicles_v2024_11_01/api/AutomotiveApi.js +103 -0
  1351. package/src/vehicles_v2024_11_01/api/VehiclesApi.js +103 -0
  1352. package/src/vehicles_v2024_11_01/index.js +120 -0
  1353. package/src/vehicles_v2024_11_01/model/EngineOutput.js +77 -0
  1354. package/src/vehicles_v2024_11_01/model/EngineOutputUnit.js +46 -0
  1355. package/src/vehicles_v2024_11_01/model/Error.js +85 -0
  1356. package/src/vehicles_v2024_11_01/model/ErrorList.js +68 -0
  1357. package/src/vehicles_v2024_11_01/model/MonthAndYear.js +73 -0
  1358. package/src/vehicles_v2024_11_01/model/Pagination.js +73 -0
  1359. package/src/vehicles_v2024_11_01/model/Vehicle.js +160 -0
  1360. package/src/vehicles_v2024_11_01/model/VehicleIdentifiers.js +77 -0
  1361. package/src/vehicles_v2024_11_01/model/VehicleStandard.js +46 -0
  1362. package/src/vehicles_v2024_11_01/model/VehicleStatusInCatalog.js +46 -0
  1363. package/src/vehicles_v2024_11_01/model/VehiclesResponse.js +76 -0
  1364. package/src/vendordfinventory_v1/ApiClient.js +740 -0
  1365. package/src/vendordfinventory_v1/api/UpdateInventoryApi.js +93 -0
  1366. package/src/vendordfinventory_v1/index.js +92 -0
  1367. package/src/vendordfinventory_v1/model/Error.js +85 -0
  1368. package/src/vendordfinventory_v1/model/InventoryUpdate.js +88 -0
  1369. package/src/vendordfinventory_v1/model/ItemDetails.js +91 -0
  1370. package/src/vendordfinventory_v1/model/ItemQuantity.js +75 -0
  1371. package/src/vendordfinventory_v1/model/PartyIdentification.js +67 -0
  1372. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateRequest.js +65 -0
  1373. package/src/vendordfinventory_v1/model/SubmitInventoryUpdateResponse.js +74 -0
  1374. package/src/vendordfinventory_v1/model/TransactionReference.js +65 -0
  1375. package/src/vendordforders_v2021_12_28/ApiClient.js +740 -0
  1376. package/src/vendordforders_v2021_12_28/api/VendorOrdersApi.js +213 -0
  1377. package/src/vendordforders_v2021_12_28/index.js +211 -0
  1378. package/src/vendordforders_v2021_12_28/model/AcknowledgementStatus.js +73 -0
  1379. package/src/vendordforders_v2021_12_28/model/Address.js +161 -0
  1380. package/src/vendordforders_v2021_12_28/model/BuyerCustomizedInfoDetail.js +65 -0
  1381. package/src/vendordforders_v2021_12_28/model/Error.js +85 -0
  1382. package/src/vendordforders_v2021_12_28/model/ErrorList.js +68 -0
  1383. package/src/vendordforders_v2021_12_28/model/GiftDetails.js +73 -0
  1384. package/src/vendordforders_v2021_12_28/model/ItemQuantity.js +87 -0
  1385. package/src/vendordforders_v2021_12_28/model/Money.js +73 -0
  1386. package/src/vendordforders_v2021_12_28/model/Order.js +75 -0
  1387. package/src/vendordforders_v2021_12_28/model/OrderAcknowledgementItem.js +127 -0
  1388. package/src/vendordforders_v2021_12_28/model/OrderDetails.js +184 -0
  1389. package/src/vendordforders_v2021_12_28/model/OrderItem.js +150 -0
  1390. package/src/vendordforders_v2021_12_28/model/OrderItemAcknowledgement.js +93 -0
  1391. package/src/vendordforders_v2021_12_28/model/OrderList.js +74 -0
  1392. package/src/vendordforders_v2021_12_28/model/Pagination.js +65 -0
  1393. package/src/vendordforders_v2021_12_28/model/PartyIdentification.js +83 -0
  1394. package/src/vendordforders_v2021_12_28/model/ScheduledDeliveryShipment.js +81 -0
  1395. package/src/vendordforders_v2021_12_28/model/ShipmentDates.js +75 -0
  1396. package/src/vendordforders_v2021_12_28/model/ShipmentDetails.js +123 -0
  1397. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementRequest.js +66 -0
  1398. package/src/vendordforders_v2021_12_28/model/SubmitAcknowledgementResponse.js +73 -0
  1399. package/src/vendordforders_v2021_12_28/model/TaxDetails.js +140 -0
  1400. package/src/vendordforders_v2021_12_28/model/TaxItemDetails.js +66 -0
  1401. package/src/vendordforders_v2021_12_28/model/TaxRegistrationDetails.js +111 -0
  1402. package/src/vendordforders_v2021_12_28/model/TransactionId.js +65 -0
  1403. package/src/vendordfpayments_v1/ApiClient.js +740 -0
  1404. package/src/vendordfpayments_v1/api/VendorInvoiceApi.js +85 -0
  1405. package/src/vendordfpayments_v1/index.js +134 -0
  1406. package/src/vendordfpayments_v1/model/AdditionalDetails.js +105 -0
  1407. package/src/vendordfpayments_v1/model/Address.js +157 -0
  1408. package/src/vendordfpayments_v1/model/ChargeDetails.js +136 -0
  1409. package/src/vendordfpayments_v1/model/Error.js +85 -0
  1410. package/src/vendordfpayments_v1/model/InvoiceDetail.js +175 -0
  1411. package/src/vendordfpayments_v1/model/InvoiceItem.js +147 -0
  1412. package/src/vendordfpayments_v1/model/ItemQuantity.js +77 -0
  1413. package/src/vendordfpayments_v1/model/Money.js +77 -0
  1414. package/src/vendordfpayments_v1/model/PartyIdentification.js +84 -0
  1415. package/src/vendordfpayments_v1/model/SubmitInvoiceRequest.js +66 -0
  1416. package/src/vendordfpayments_v1/model/SubmitInvoiceResponse.js +74 -0
  1417. package/src/vendordfpayments_v1/model/TaxDetail.js +184 -0
  1418. package/src/vendordfpayments_v1/model/TaxRegistrationDetail.js +111 -0
  1419. package/src/vendordfpayments_v1/model/TransactionReference.js +65 -0
  1420. package/src/vendordfshipping_v2021_12_28/ApiClient.js +740 -0
  1421. package/src/vendordfshipping_v2021_12_28/api/CreateContainerLabelApi.js +88 -0
  1422. package/src/vendordfshipping_v2021_12_28/api/CustomerInvoicesApi.js +162 -0
  1423. package/src/vendordfshipping_v2021_12_28/api/VendorShippingApi.js +263 -0
  1424. package/src/vendordfshipping_v2021_12_28/api/VendorShippingLabelsApi.js +271 -0
  1425. package/src/vendordfshipping_v2021_12_28/index.js +309 -0
  1426. package/src/vendordfshipping_v2021_12_28/model/Address.js +151 -0
  1427. package/src/vendordfshipping_v2021_12_28/model/CarrierId.js +39 -0
  1428. package/src/vendordfshipping_v2021_12_28/model/Container.js +182 -0
  1429. package/src/vendordfshipping_v2021_12_28/model/ContainerLabel.js +85 -0
  1430. package/src/vendordfshipping_v2021_12_28/model/ContainerLabelFormat.js +46 -0
  1431. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelRequest.js +107 -0
  1432. package/src/vendordfshipping_v2021_12_28/model/CreateContainerLabelResponse.js +67 -0
  1433. package/src/vendordfshipping_v2021_12_28/model/CreateShippingLabelsRequest.js +85 -0
  1434. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoice.js +77 -0
  1435. package/src/vendordfshipping_v2021_12_28/model/CustomerInvoiceList.js +74 -0
  1436. package/src/vendordfshipping_v2021_12_28/model/Dimensions.js +117 -0
  1437. package/src/vendordfshipping_v2021_12_28/model/Error.js +85 -0
  1438. package/src/vendordfshipping_v2021_12_28/model/ErrorList.js +68 -0
  1439. package/src/vendordfshipping_v2021_12_28/model/Item.js +93 -0
  1440. package/src/vendordfshipping_v2021_12_28/model/ItemQuantity.js +77 -0
  1441. package/src/vendordfshipping_v2021_12_28/model/LabelData.js +99 -0
  1442. package/src/vendordfshipping_v2021_12_28/model/Package.js +67 -0
  1443. package/src/vendordfshipping_v2021_12_28/model/PackedItem.js +101 -0
  1444. package/src/vendordfshipping_v2021_12_28/model/PackingSlip.js +99 -0
  1445. package/src/vendordfshipping_v2021_12_28/model/PackingSlipList.js +74 -0
  1446. package/src/vendordfshipping_v2021_12_28/model/Pagination.js +65 -0
  1447. package/src/vendordfshipping_v2021_12_28/model/PartyIdentification.js +84 -0
  1448. package/src/vendordfshipping_v2021_12_28/model/ShipmentConfirmation.js +116 -0
  1449. package/src/vendordfshipping_v2021_12_28/model/ShipmentDetails.js +121 -0
  1450. package/src/vendordfshipping_v2021_12_28/model/ShipmentSchedule.js +81 -0
  1451. package/src/vendordfshipping_v2021_12_28/model/ShipmentStatusUpdate.js +96 -0
  1452. package/src/vendordfshipping_v2021_12_28/model/ShippingLabel.js +127 -0
  1453. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelList.js +74 -0
  1454. package/src/vendordfshipping_v2021_12_28/model/ShippingLabelRequest.js +95 -0
  1455. package/src/vendordfshipping_v2021_12_28/model/StatusUpdateDetails.js +115 -0
  1456. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentConfirmationsRequest.js +66 -0
  1457. package/src/vendordfshipping_v2021_12_28/model/SubmitShipmentStatusUpdatesRequest.js +66 -0
  1458. package/src/vendordfshipping_v2021_12_28/model/SubmitShippingLabelsRequest.js +66 -0
  1459. package/src/vendordfshipping_v2021_12_28/model/TaxRegistrationDetails.js +111 -0
  1460. package/src/vendordfshipping_v2021_12_28/model/TransactionReference.js +65 -0
  1461. package/src/vendordfshipping_v2021_12_28/model/Weight.js +97 -0
  1462. package/src/vendordftransactions_v2021_12_28/ApiClient.js +740 -0
  1463. package/src/vendordftransactions_v2021_12_28/api/VendorTransactionApi.js +87 -0
  1464. package/src/vendordftransactions_v2021_12_28/index.js +64 -0
  1465. package/src/vendordftransactions_v2021_12_28/model/Error.js +85 -0
  1466. package/src/vendordftransactions_v2021_12_28/model/ErrorList.js +68 -0
  1467. package/src/vendordftransactions_v2021_12_28/model/Transaction.js +111 -0
  1468. package/src/vendordftransactions_v2021_12_28/model/TransactionStatus.js +65 -0
  1469. package/src/vendorinvoices_v1/ApiClient.js +740 -0
  1470. package/src/vendorinvoices_v1/api/VendorPaymentsApi.js +85 -0
  1471. package/src/vendorinvoices_v1/index.js +169 -0
  1472. package/src/vendorinvoices_v1/model/AdditionalDetails.js +111 -0
  1473. package/src/vendorinvoices_v1/model/Address.js +151 -0
  1474. package/src/vendorinvoices_v1/model/AllowanceDetails.js +138 -0
  1475. package/src/vendorinvoices_v1/model/ChargeDetails.js +168 -0
  1476. package/src/vendorinvoices_v1/model/CreditNoteDetails.js +113 -0
  1477. package/src/vendorinvoices_v1/model/Error.js +85 -0
  1478. package/src/vendorinvoices_v1/model/Invoice.js +209 -0
  1479. package/src/vendorinvoices_v1/model/InvoiceItem.js +162 -0
  1480. package/src/vendorinvoices_v1/model/ItemQuantity.js +113 -0
  1481. package/src/vendorinvoices_v1/model/Money.js +73 -0
  1482. package/src/vendorinvoices_v1/model/NetCostUnitOfMeasure.js +60 -0
  1483. package/src/vendorinvoices_v1/model/PartyIdentification.js +84 -0
  1484. package/src/vendorinvoices_v1/model/PaymentTerms.js +133 -0
  1485. package/src/vendorinvoices_v1/model/SubmitInvoicesRequest.js +66 -0
  1486. package/src/vendorinvoices_v1/model/SubmitInvoicesResponse.js +74 -0
  1487. package/src/vendorinvoices_v1/model/TaxDetails.js +184 -0
  1488. package/src/vendorinvoices_v1/model/TaxRegistrationDetails.js +97 -0
  1489. package/src/vendorinvoices_v1/model/TotalWeight.js +109 -0
  1490. package/src/vendorinvoices_v1/model/TransactionId.js +65 -0
  1491. package/src/vendororders_v1/ApiClient.js +740 -0
  1492. package/src/vendororders_v1/api/VendorOrdersApi.js +297 -0
  1493. package/src/vendororders_v1/index.js +239 -0
  1494. package/src/vendororders_v1/model/AcknowledgementStatusDetails.js +80 -0
  1495. package/src/vendororders_v1/model/Address.js +151 -0
  1496. package/src/vendororders_v1/model/Error.js +85 -0
  1497. package/src/vendororders_v1/model/GetPurchaseOrderResponse.js +74 -0
  1498. package/src/vendororders_v1/model/GetPurchaseOrdersResponse.js +74 -0
  1499. package/src/vendororders_v1/model/GetPurchaseOrdersStatusResponse.js +74 -0
  1500. package/src/vendororders_v1/model/ImportDetails.js +215 -0
  1501. package/src/vendororders_v1/model/ItemQuantity.js +101 -0
  1502. package/src/vendororders_v1/model/Money.js +113 -0
  1503. package/src/vendororders_v1/model/Order.js +111 -0
  1504. package/src/vendororders_v1/model/OrderAcknowledgement.js +98 -0
  1505. package/src/vendororders_v1/model/OrderAcknowledgementItem.js +125 -0
  1506. package/src/vendororders_v1/model/OrderDetails.js +237 -0
  1507. package/src/vendororders_v1/model/OrderItem.js +118 -0
  1508. package/src/vendororders_v1/model/OrderItemAcknowledgement.js +153 -0
  1509. package/src/vendororders_v1/model/OrderItemStatus.js +122 -0
  1510. package/src/vendororders_v1/model/OrderItemStatusAcknowledgementStatus.js +121 -0
  1511. package/src/vendororders_v1/model/OrderItemStatusOrderedQuantity.js +74 -0
  1512. package/src/vendororders_v1/model/OrderItemStatusReceivingStatus.js +107 -0
  1513. package/src/vendororders_v1/model/OrderList.js +74 -0
  1514. package/src/vendororders_v1/model/OrderListStatus.js +74 -0
  1515. package/src/vendororders_v1/model/OrderStatus.js +145 -0
  1516. package/src/vendororders_v1/model/OrderedQuantityDetails.js +80 -0
  1517. package/src/vendororders_v1/model/Pagination.js +65 -0
  1518. package/src/vendororders_v1/model/PartyIdentification.js +83 -0
  1519. package/src/vendororders_v1/model/SubmitAcknowledgementRequest.js +66 -0
  1520. package/src/vendororders_v1/model/SubmitAcknowledgementResponse.js +74 -0
  1521. package/src/vendororders_v1/model/TaxRegistrationDetails.js +97 -0
  1522. package/src/vendororders_v1/model/TransactionId.js +65 -0
  1523. package/src/vendorshipments_v1/ApiClient.js +740 -0
  1524. package/src/vendorshipments_v1/api/VendorShippingApi.js +323 -0
  1525. package/src/vendorshipments_v1/index.js +414 -0
  1526. package/src/vendorshipments_v1/model/Address.js +151 -0
  1527. package/src/vendorshipments_v1/model/CarrierDetails.js +97 -0
  1528. package/src/vendorshipments_v1/model/Carton.js +111 -0
  1529. package/src/vendorshipments_v1/model/CartonReferenceDetails.js +75 -0
  1530. package/src/vendorshipments_v1/model/CollectFreightPickupDetails.js +81 -0
  1531. package/src/vendorshipments_v1/model/ContainerIdentification.js +115 -0
  1532. package/src/vendorshipments_v1/model/ContainerItem.js +85 -0
  1533. package/src/vendorshipments_v1/model/ContainerSequenceNumbers.js +65 -0
  1534. package/src/vendorshipments_v1/model/Containers.js +163 -0
  1535. package/src/vendorshipments_v1/model/Dimensions.js +129 -0
  1536. package/src/vendorshipments_v1/model/Duration.js +97 -0
  1537. package/src/vendorshipments_v1/model/Error.js +85 -0
  1538. package/src/vendorshipments_v1/model/Expiry.js +81 -0
  1539. package/src/vendorshipments_v1/model/GetShipmentDetailsResponse.js +74 -0
  1540. package/src/vendorshipments_v1/model/GetShipmentLabels.js +74 -0
  1541. package/src/vendorshipments_v1/model/ImportDetails.js +189 -0
  1542. package/src/vendorshipments_v1/model/InnerContainersDetails.js +74 -0
  1543. package/src/vendorshipments_v1/model/Item.js +101 -0
  1544. package/src/vendorshipments_v1/model/ItemDetails.js +129 -0
  1545. package/src/vendorshipments_v1/model/ItemQuantity.js +113 -0
  1546. package/src/vendorshipments_v1/model/LabelData.js +111 -0
  1547. package/src/vendorshipments_v1/model/Location.js +81 -0
  1548. package/src/vendorshipments_v1/model/Money.js +77 -0
  1549. package/src/vendorshipments_v1/model/PackageItemDetails.js +81 -0
  1550. package/src/vendorshipments_v1/model/PackedItems.js +97 -0
  1551. package/src/vendorshipments_v1/model/PackedQuantity.js +105 -0
  1552. package/src/vendorshipments_v1/model/Pagination.js +65 -0
  1553. package/src/vendorshipments_v1/model/Pallet.js +117 -0
  1554. package/src/vendorshipments_v1/model/PartyIdentification.js +84 -0
  1555. package/src/vendorshipments_v1/model/PurchaseOrderItemDetails.js +65 -0
  1556. package/src/vendorshipments_v1/model/PurchaseOrderItems.js +101 -0
  1557. package/src/vendorshipments_v1/model/PurchaseOrders.js +90 -0
  1558. package/src/vendorshipments_v1/model/Route.js +68 -0
  1559. package/src/vendorshipments_v1/model/Shipment.js +302 -0
  1560. package/src/vendorshipments_v1/model/ShipmentConfirmation.js +304 -0
  1561. package/src/vendorshipments_v1/model/ShipmentDetails.js +74 -0
  1562. package/src/vendorshipments_v1/model/ShipmentInformation.js +140 -0
  1563. package/src/vendorshipments_v1/model/ShipmentMeasurements.js +89 -0
  1564. package/src/vendorshipments_v1/model/ShipmentStatusDetails.js +105 -0
  1565. package/src/vendorshipments_v1/model/Stop.js +117 -0
  1566. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsRequest.js +66 -0
  1567. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationsResponse.js +74 -0
  1568. package/src/vendorshipments_v1/model/SubmitShipments.js +66 -0
  1569. package/src/vendorshipments_v1/model/TaxRegistrationDetails.js +97 -0
  1570. package/src/vendorshipments_v1/model/TotalWeight.js +109 -0
  1571. package/src/vendorshipments_v1/model/TransactionReference.js +65 -0
  1572. package/src/vendorshipments_v1/model/TransportLabel.js +82 -0
  1573. package/src/vendorshipments_v1/model/TransportShipmentMeasurements.js +97 -0
  1574. package/src/vendorshipments_v1/model/TransportationDetails.js +165 -0
  1575. package/src/vendorshipments_v1/model/TransportationDetailsForShipmentConfirmation.js +115 -0
  1576. package/src/vendorshipments_v1/model/TransportationLabels.js +74 -0
  1577. package/src/vendorshipments_v1/model/VendorDetails.js +73 -0
  1578. package/src/vendorshipments_v1/model/Volume.js +109 -0
  1579. package/src/vendorshipments_v1/model/Weight.js +109 -0
  1580. package/src/vendortransactionstatus_v1/ApiClient.js +740 -0
  1581. package/src/vendortransactionstatus_v1/api/VendorTransactionApi.js +85 -0
  1582. package/src/vendortransactionstatus_v1/index.js +64 -0
  1583. package/src/vendortransactionstatus_v1/model/Error.js +85 -0
  1584. package/src/vendortransactionstatus_v1/model/GetTransactionResponse.js +74 -0
  1585. package/src/vendortransactionstatus_v1/model/Transaction.js +112 -0
  1586. package/src/vendortransactionstatus_v1/model/TransactionStatus.js +65 -0
  1587. package/sdk/apluscontent_v2020_11_01/README.md +0 -101
  1588. package/sdk/apluscontent_v2020_11_01/docs/AplusContentApi.md +0 -502
  1589. package/sdk/apluscontent_v2020_11_01/docs/AplusPaginatedResponse.md +0 -10
  1590. package/sdk/apluscontent_v2020_11_01/docs/AplusResponse.md +0 -9
  1591. package/sdk/apluscontent_v2020_11_01/docs/AsinBadge.md +0 -14
  1592. package/sdk/apluscontent_v2020_11_01/docs/AsinMetadata.md +0 -14
  1593. package/sdk/apluscontent_v2020_11_01/docs/ColorType.md +0 -10
  1594. package/sdk/apluscontent_v2020_11_01/docs/ContentBadge.md +0 -16
  1595. package/sdk/apluscontent_v2020_11_01/docs/ContentDocument.md +0 -13
  1596. package/sdk/apluscontent_v2020_11_01/docs/ContentMetadata.md +0 -13
  1597. package/sdk/apluscontent_v2020_11_01/docs/ContentMetadataRecord.md +0 -10
  1598. package/sdk/apluscontent_v2020_11_01/docs/ContentModule.md +0 -24
  1599. package/sdk/apluscontent_v2020_11_01/docs/ContentModuleType.md +0 -36
  1600. package/sdk/apluscontent_v2020_11_01/docs/ContentRecord.md +0 -11
  1601. package/sdk/apluscontent_v2020_11_01/docs/ContentStatus.md +0 -14
  1602. package/sdk/apluscontent_v2020_11_01/docs/ContentType.md +0 -10
  1603. package/sdk/apluscontent_v2020_11_01/docs/Decorator.md +0 -12
  1604. package/sdk/apluscontent_v2020_11_01/docs/DecoratorType.md +0 -22
  1605. package/sdk/apluscontent_v2020_11_01/docs/Error.md +0 -11
  1606. package/sdk/apluscontent_v2020_11_01/docs/ErrorList.md +0 -9
  1607. package/sdk/apluscontent_v2020_11_01/docs/GetContentDocumentResponse.md +0 -10
  1608. package/sdk/apluscontent_v2020_11_01/docs/ImageComponent.md +0 -11
  1609. package/sdk/apluscontent_v2020_11_01/docs/ImageCropSpecification.md +0 -10
  1610. package/sdk/apluscontent_v2020_11_01/docs/ImageDimensions.md +0 -10
  1611. package/sdk/apluscontent_v2020_11_01/docs/ImageOffsets.md +0 -10
  1612. package/sdk/apluscontent_v2020_11_01/docs/IntegerWithUnits.md +0 -10
  1613. package/sdk/apluscontent_v2020_11_01/docs/ListContentDocumentAsinRelationsResponse.md +0 -11
  1614. package/sdk/apluscontent_v2020_11_01/docs/ParagraphComponent.md +0 -9
  1615. package/sdk/apluscontent_v2020_11_01/docs/PlainTextItem.md +0 -10
  1616. package/sdk/apluscontent_v2020_11_01/docs/PositionType.md +0 -10
  1617. package/sdk/apluscontent_v2020_11_01/docs/PostContentDocumentApprovalSubmissionResponse.md +0 -9
  1618. package/sdk/apluscontent_v2020_11_01/docs/PostContentDocumentAsinRelationsRequest.md +0 -9
  1619. package/sdk/apluscontent_v2020_11_01/docs/PostContentDocumentAsinRelationsResponse.md +0 -9
  1620. package/sdk/apluscontent_v2020_11_01/docs/PostContentDocumentRequest.md +0 -9
  1621. package/sdk/apluscontent_v2020_11_01/docs/PostContentDocumentResponse.md +0 -10
  1622. package/sdk/apluscontent_v2020_11_01/docs/PostContentDocumentSuspendSubmissionResponse.md +0 -9
  1623. package/sdk/apluscontent_v2020_11_01/docs/PublishRecord.md +0 -14
  1624. package/sdk/apluscontent_v2020_11_01/docs/SearchContentDocumentsResponse.md +0 -11
  1625. package/sdk/apluscontent_v2020_11_01/docs/SearchContentPublishRecordsResponse.md +0 -11
  1626. package/sdk/apluscontent_v2020_11_01/docs/StandardCompanyLogoModule.md +0 -9
  1627. package/sdk/apluscontent_v2020_11_01/docs/StandardComparisonProductBlock.md +0 -14
  1628. package/sdk/apluscontent_v2020_11_01/docs/StandardComparisonTableModule.md +0 -10
  1629. package/sdk/apluscontent_v2020_11_01/docs/StandardFourImageTextModule.md +0 -13
  1630. package/sdk/apluscontent_v2020_11_01/docs/StandardFourImageTextQuadrantModule.md +0 -12
  1631. package/sdk/apluscontent_v2020_11_01/docs/StandardHeaderImageTextModule.md +0 -10
  1632. package/sdk/apluscontent_v2020_11_01/docs/StandardHeaderTextListBlock.md +0 -10
  1633. package/sdk/apluscontent_v2020_11_01/docs/StandardImageCaptionBlock.md +0 -10
  1634. package/sdk/apluscontent_v2020_11_01/docs/StandardImageSidebarModule.md +0 -14
  1635. package/sdk/apluscontent_v2020_11_01/docs/StandardImageTextBlock.md +0 -11
  1636. package/sdk/apluscontent_v2020_11_01/docs/StandardImageTextCaptionBlock.md +0 -10
  1637. package/sdk/apluscontent_v2020_11_01/docs/StandardImageTextOverlayModule.md +0 -10
  1638. package/sdk/apluscontent_v2020_11_01/docs/StandardMultipleImageTextModule.md +0 -9
  1639. package/sdk/apluscontent_v2020_11_01/docs/StandardProductDescriptionModule.md +0 -9
  1640. package/sdk/apluscontent_v2020_11_01/docs/StandardSingleImageHighlightsModule.md +0 -14
  1641. package/sdk/apluscontent_v2020_11_01/docs/StandardSingleImageSpecsDetailModule.md +0 -16
  1642. package/sdk/apluscontent_v2020_11_01/docs/StandardSingleSideImageModule.md +0 -10
  1643. package/sdk/apluscontent_v2020_11_01/docs/StandardTechSpecsModule.md +0 -11
  1644. package/sdk/apluscontent_v2020_11_01/docs/StandardTextBlock.md +0 -10
  1645. package/sdk/apluscontent_v2020_11_01/docs/StandardTextListBlock.md +0 -9
  1646. package/sdk/apluscontent_v2020_11_01/docs/StandardTextModule.md +0 -10
  1647. package/sdk/apluscontent_v2020_11_01/docs/StandardTextPairBlock.md +0 -10
  1648. package/sdk/apluscontent_v2020_11_01/docs/StandardThreeImageTextModule.md +0 -12
  1649. package/sdk/apluscontent_v2020_11_01/docs/TextComponent.md +0 -10
  1650. package/sdk/apluscontent_v2020_11_01/docs/TextItem.md +0 -10
  1651. package/sdk/apluscontent_v2020_11_01/docs/ValidateContentDocumentAsinRelationsResponse.md +0 -10
  1652. package/sdk/apluscontent_v2020_11_01/src/ApiClient.js +0 -740
  1653. package/sdk/apluscontent_v2020_11_01/src/index.js +0 -477
  1654. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.api/AplusContentApi.js +0 -650
  1655. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/AplusPaginatedResponse.js +0 -85
  1656. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/AplusResponse.js +0 -66
  1657. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/AsinBadge.js +0 -60
  1658. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/AsinMetadata.js +0 -108
  1659. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ColorType.js +0 -46
  1660. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentBadge.js +0 -67
  1661. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentDocument.js +0 -106
  1662. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentMetadata.js +0 -108
  1663. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentMetadataRecord.js +0 -77
  1664. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentModule.js +0 -187
  1665. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentModuleType.js +0 -137
  1666. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentRecord.js +0 -83
  1667. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentStatus.js +0 -60
  1668. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ContentType.js +0 -46
  1669. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/Decorator.js +0 -89
  1670. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/DecoratorType.js +0 -88
  1671. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/Error.js +0 -85
  1672. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ErrorList.js +0 -68
  1673. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/GetContentDocumentResponse.js +0 -86
  1674. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ImageComponent.js +0 -87
  1675. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ImageCropSpecification.js +0 -75
  1676. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ImageDimensions.js +0 -76
  1677. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ImageOffsets.js +0 -76
  1678. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/IntegerWithUnits.js +0 -77
  1679. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ListContentDocumentAsinRelationsResponse.js +0 -101
  1680. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ParagraphComponent.js +0 -67
  1681. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PlainTextItem.js +0 -77
  1682. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PositionType.js +0 -46
  1683. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PostContentDocumentApprovalSubmissionResponse.js +0 -76
  1684. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PostContentDocumentAsinRelationsRequest.js +0 -66
  1685. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PostContentDocumentAsinRelationsResponse.js +0 -76
  1686. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PostContentDocumentRequest.js +0 -66
  1687. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PostContentDocumentResponse.js +0 -86
  1688. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PostContentDocumentSuspendSubmissionResponse.js +0 -76
  1689. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/PublishRecord.js +0 -115
  1690. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/SearchContentDocumentsResponse.js +0 -101
  1691. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/SearchContentPublishRecordsResponse.js +0 -101
  1692. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardCompanyLogoModule.js +0 -67
  1693. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardComparisonProductBlock.js +0 -108
  1694. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardComparisonTableModule.js +0 -73
  1695. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardFourImageTextModule.js +0 -94
  1696. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardFourImageTextQuadrantModule.js +0 -94
  1697. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardHeaderImageTextModule.js +0 -73
  1698. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardHeaderTextListBlock.js +0 -73
  1699. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardImageCaptionBlock.js +0 -73
  1700. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardImageSidebarModule.js +0 -104
  1701. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardImageTextBlock.js +0 -81
  1702. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardImageTextCaptionBlock.js +0 -73
  1703. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardImageTextOverlayModule.js +0 -75
  1704. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardMultipleImageTextModule.js +0 -65
  1705. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardProductDescriptionModule.js +0 -67
  1706. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardSingleImageHighlightsModule.js +0 -103
  1707. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardSingleImageSpecsDetailModule.js +0 -117
  1708. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardSingleSideImageModule.js +0 -75
  1709. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardTechSpecsModule.js +0 -84
  1710. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardTextBlock.js +0 -73
  1711. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardTextListBlock.js +0 -67
  1712. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardTextModule.js +0 -75
  1713. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardTextPairBlock.js +0 -72
  1714. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/StandardThreeImageTextModule.js +0 -87
  1715. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/TextComponent.js +0 -76
  1716. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/TextItem.js +0 -77
  1717. package/sdk/apluscontent_v2020_11_01/src/js_client.apluscontent_v2020_11_01.model/ValidateContentDocumentAsinRelationsResponse.js +0 -97
  1718. package/sdk/appintegrations_v2024_04_01/README.md +0 -37
  1719. package/sdk/appintegrations_v2024_04_01/docs/AppIntegrationsApi.md +0 -145
  1720. package/sdk/appintegrations_v2024_04_01/docs/CreateNotificationRequest.md +0 -11
  1721. package/sdk/appintegrations_v2024_04_01/docs/CreateNotificationResponse.md +0 -9
  1722. package/sdk/appintegrations_v2024_04_01/docs/DeleteNotificationsRequest.md +0 -21
  1723. package/sdk/appintegrations_v2024_04_01/docs/Error.md +0 -11
  1724. package/sdk/appintegrations_v2024_04_01/docs/ErrorList.md +0 -9
  1725. package/sdk/appintegrations_v2024_04_01/docs/RecordActionFeedbackRequest.md +0 -18
  1726. package/sdk/appintegrations_v2024_04_01/src/ApiClient.js +0 -740
  1727. package/sdk/appintegrations_v2024_04_01/src/index.js +0 -78
  1728. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.api/AppIntegrationsApi.js +0 -190
  1729. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.model/CreateNotificationRequest.js +0 -85
  1730. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.model/CreateNotificationResponse.js +0 -65
  1731. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.model/DeleteNotificationsRequest.js +0 -97
  1732. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.model/Error.js +0 -85
  1733. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.model/ErrorList.js +0 -68
  1734. package/sdk/appintegrations_v2024_04_01/src/js_client.appintegrations_v2024_04_01.model/RecordActionFeedbackRequest.js +0 -81
  1735. package/sdk/applications_v2023_11_30/README.md +0 -31
  1736. package/sdk/applications_v2023_11_30/docs/ApplicationsApi.md +0 -49
  1737. package/sdk/applications_v2023_11_30/docs/Error.md +0 -11
  1738. package/sdk/applications_v2023_11_30/docs/ErrorList.md +0 -9
  1739. package/sdk/applications_v2023_11_30/src/ApiClient.js +0 -740
  1740. package/sdk/applications_v2023_11_30/src/index.js +0 -50
  1741. package/sdk/applications_v2023_11_30/src/js_client.applications_v2023_11_30.api/ApplicationsApi.js +0 -77
  1742. package/sdk/applications_v2023_11_30/src/js_client.applications_v2023_11_30.model/Error.js +0 -85
  1743. package/sdk/applications_v2023_11_30/src/js_client.applications_v2023_11_30.model/ErrorList.js +0 -68
  1744. package/sdk/awd_v2024_05_09/README.md +0 -89
  1745. package/sdk/awd_v2024_05_09/docs/Address.md +0 -19
  1746. package/sdk/awd_v2024_05_09/docs/AwdApi.md +0 -541
  1747. package/sdk/awd_v2024_05_09/docs/CarrierCode.md +0 -10
  1748. package/sdk/awd_v2024_05_09/docs/CarrierCodeType.md +0 -8
  1749. package/sdk/awd_v2024_05_09/docs/DestinationDetails.md +0 -11
  1750. package/sdk/awd_v2024_05_09/docs/DimensionUnitOfMeasurement.md +0 -10
  1751. package/sdk/awd_v2024_05_09/docs/DistributionPackage.md +0 -11
  1752. package/sdk/awd_v2024_05_09/docs/DistributionPackageContents.md +0 -10
  1753. package/sdk/awd_v2024_05_09/docs/DistributionPackageQuantity.md +0 -10
  1754. package/sdk/awd_v2024_05_09/docs/DistributionPackageType.md +0 -10
  1755. package/sdk/awd_v2024_05_09/docs/Error.md +0 -11
  1756. package/sdk/awd_v2024_05_09/docs/ErrorList.md +0 -9
  1757. package/sdk/awd_v2024_05_09/docs/ExpirationDetails.md +0 -10
  1758. package/sdk/awd_v2024_05_09/docs/InboundEligibility.md +0 -12
  1759. package/sdk/awd_v2024_05_09/docs/InboundEligibilityStatus.md +0 -10
  1760. package/sdk/awd_v2024_05_09/docs/InboundOrder.md +0 -17
  1761. package/sdk/awd_v2024_05_09/docs/InboundOrderCreationData.md +0 -12
  1762. package/sdk/awd_v2024_05_09/docs/InboundOrderReference.md +0 -9
  1763. package/sdk/awd_v2024_05_09/docs/InboundPackages.md +0 -9
  1764. package/sdk/awd_v2024_05_09/docs/InboundPreferences.md +0 -9
  1765. package/sdk/awd_v2024_05_09/docs/InboundShipment.md +0 -24
  1766. package/sdk/awd_v2024_05_09/docs/InboundShipmentStatus.md +0 -20
  1767. package/sdk/awd_v2024_05_09/docs/InboundShipmentSummary.md +0 -14
  1768. package/sdk/awd_v2024_05_09/docs/InboundStatus.md +0 -18
  1769. package/sdk/awd_v2024_05_09/docs/InventoryDetails.md +0 -11
  1770. package/sdk/awd_v2024_05_09/docs/InventoryListing.md +0 -10
  1771. package/sdk/awd_v2024_05_09/docs/InventoryQuantity.md +0 -10
  1772. package/sdk/awd_v2024_05_09/docs/InventorySummary.md +0 -13
  1773. package/sdk/awd_v2024_05_09/docs/InventoryUnitOfMeasurement.md +0 -12
  1774. package/sdk/awd_v2024_05_09/docs/LabelOwner.md +0 -10
  1775. package/sdk/awd_v2024_05_09/docs/LabelStatus.md +0 -14
  1776. package/sdk/awd_v2024_05_09/docs/MeasurementData.md +0 -11
  1777. package/sdk/awd_v2024_05_09/docs/OrderIneligibilityReason.md +0 -10
  1778. package/sdk/awd_v2024_05_09/docs/PackageDimensions.md +0 -12
  1779. package/sdk/awd_v2024_05_09/docs/PackageVolume.md +0 -10
  1780. package/sdk/awd_v2024_05_09/docs/PackageWeight.md +0 -10
  1781. package/sdk/awd_v2024_05_09/docs/PrepCategory.md +0 -34
  1782. package/sdk/awd_v2024_05_09/docs/PrepDetails.md +0 -12
  1783. package/sdk/awd_v2024_05_09/docs/PrepInstruction.md +0 -10
  1784. package/sdk/awd_v2024_05_09/docs/PrepOwner.md +0 -10
  1785. package/sdk/awd_v2024_05_09/docs/ProductAttribute.md +0 -10
  1786. package/sdk/awd_v2024_05_09/docs/ProductQuantity.md +0 -13
  1787. package/sdk/awd_v2024_05_09/docs/ShipmentLabels.md +0 -10
  1788. package/sdk/awd_v2024_05_09/docs/ShipmentListing.md +0 -10
  1789. package/sdk/awd_v2024_05_09/docs/SkuEligibility.md +0 -11
  1790. package/sdk/awd_v2024_05_09/docs/SkuIneligibilityReason.md +0 -10
  1791. package/sdk/awd_v2024_05_09/docs/SkuQuantity.md +0 -11
  1792. package/sdk/awd_v2024_05_09/docs/TrackingDetails.md +0 -10
  1793. package/sdk/awd_v2024_05_09/docs/TransportationDetails.md +0 -9
  1794. package/sdk/awd_v2024_05_09/docs/VolumeUnitOfMeasurement.md +0 -12
  1795. package/sdk/awd_v2024_05_09/docs/WeightUnitOfMeasurement.md +0 -10
  1796. package/sdk/awd_v2024_05_09/src/ApiClient.js +0 -740
  1797. package/sdk/awd_v2024_05_09/src/index.js +0 -386
  1798. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.api/AwdApi.js +0 -628
  1799. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/Address.js +0 -153
  1800. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/CarrierCode.js +0 -73
  1801. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/CarrierCodeType.js +0 -39
  1802. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/DestinationDetails.js +0 -81
  1803. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/DimensionUnitOfMeasurement.js +0 -46
  1804. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/DistributionPackage.js +0 -87
  1805. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/DistributionPackageContents.js +0 -75
  1806. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/DistributionPackageQuantity.js +0 -77
  1807. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/DistributionPackageType.js +0 -46
  1808. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/Error.js +0 -85
  1809. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/ErrorList.js +0 -68
  1810. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/ExpirationDetails.js +0 -73
  1811. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundEligibility.js +0 -97
  1812. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundEligibilityStatus.js +0 -46
  1813. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundOrder.js +0 -140
  1814. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundOrderCreationData.js +0 -94
  1815. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundOrderReference.js +0 -67
  1816. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundPackages.js +0 -68
  1817. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundPreferences.js +0 -65
  1818. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundShipment.js +0 -199
  1819. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundShipmentStatus.js +0 -81
  1820. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundShipmentSummary.js +0 -111
  1821. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InboundStatus.js +0 -74
  1822. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InventoryDetails.js +0 -81
  1823. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InventoryListing.js +0 -76
  1824. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InventoryQuantity.js +0 -77
  1825. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InventorySummary.js +0 -100
  1826. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/InventoryUnitOfMeasurement.js +0 -53
  1827. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/LabelOwner.js +0 -46
  1828. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/LabelStatus.js +0 -60
  1829. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/MeasurementData.js +0 -83
  1830. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/OrderIneligibilityReason.js +0 -77
  1831. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PackageDimensions.js +0 -97
  1832. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PackageVolume.js +0 -77
  1833. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PackageWeight.js +0 -77
  1834. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PrepCategory.js +0 -130
  1835. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PrepDetails.js +0 -90
  1836. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PrepInstruction.js +0 -73
  1837. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/PrepOwner.js +0 -46
  1838. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/ProductAttribute.js +0 -73
  1839. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/ProductQuantity.js +0 -102
  1840. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/ShipmentLabels.js +0 -75
  1841. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/ShipmentListing.js +0 -74
  1842. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/SkuEligibility.js +0 -86
  1843. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/SkuIneligibilityReason.js +0 -77
  1844. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/SkuQuantity.js +0 -84
  1845. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/TrackingDetails.js +0 -75
  1846. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/TransportationDetails.js +0 -68
  1847. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/VolumeUnitOfMeasurement.js +0 -53
  1848. package/sdk/awd_v2024_05_09/src/js_client.awd_v2024_05_09.model/WeightUnitOfMeasurement.js +0 -46
  1849. package/sdk/catalogitems_v2022_04_01/README.md +0 -61
  1850. package/sdk/catalogitems_v2022_04_01/docs/BrandRefinement.md +0 -10
  1851. package/sdk/catalogitems_v2022_04_01/docs/CatalogApi.md +0 -130
  1852. package/sdk/catalogitems_v2022_04_01/docs/ClassificationRefinement.md +0 -11
  1853. package/sdk/catalogitems_v2022_04_01/docs/Dimension.md +0 -10
  1854. package/sdk/catalogitems_v2022_04_01/docs/Dimensions.md +0 -12
  1855. package/sdk/catalogitems_v2022_04_01/docs/Error.md +0 -11
  1856. package/sdk/catalogitems_v2022_04_01/docs/ErrorList.md +0 -9
  1857. package/sdk/catalogitems_v2022_04_01/docs/Item.md +0 -19
  1858. package/sdk/catalogitems_v2022_04_01/docs/ItemBrowseClassification.md +0 -11
  1859. package/sdk/catalogitems_v2022_04_01/docs/ItemBrowseClassificationsByMarketplace.md +0 -10
  1860. package/sdk/catalogitems_v2022_04_01/docs/ItemClassificationSalesRank.md +0 -12
  1861. package/sdk/catalogitems_v2022_04_01/docs/ItemContributor.md +0 -10
  1862. package/sdk/catalogitems_v2022_04_01/docs/ItemContributorRole.md +0 -10
  1863. package/sdk/catalogitems_v2022_04_01/docs/ItemDimensionsByMarketplace.md +0 -11
  1864. package/sdk/catalogitems_v2022_04_01/docs/ItemDisplayGroupSalesRank.md +0 -12
  1865. package/sdk/catalogitems_v2022_04_01/docs/ItemIdentifier.md +0 -10
  1866. package/sdk/catalogitems_v2022_04_01/docs/ItemIdentifiersByMarketplace.md +0 -10
  1867. package/sdk/catalogitems_v2022_04_01/docs/ItemImage.md +0 -39
  1868. package/sdk/catalogitems_v2022_04_01/docs/ItemImagesByMarketplace.md +0 -10
  1869. package/sdk/catalogitems_v2022_04_01/docs/ItemProductTypeByMarketplace.md +0 -10
  1870. package/sdk/catalogitems_v2022_04_01/docs/ItemRelationship.md +0 -23
  1871. package/sdk/catalogitems_v2022_04_01/docs/ItemRelationshipsByMarketplace.md +0 -10
  1872. package/sdk/catalogitems_v2022_04_01/docs/ItemSalesRanksByMarketplace.md +0 -11
  1873. package/sdk/catalogitems_v2022_04_01/docs/ItemSearchResults.md +0 -12
  1874. package/sdk/catalogitems_v2022_04_01/docs/ItemSummaryByMarketplace.md +0 -43
  1875. package/sdk/catalogitems_v2022_04_01/docs/ItemVariationTheme.md +0 -10
  1876. package/sdk/catalogitems_v2022_04_01/docs/ItemVendorDetailsByMarketplace.md +0 -43
  1877. package/sdk/catalogitems_v2022_04_01/docs/ItemVendorDetailsCategory.md +0 -10
  1878. package/sdk/catalogitems_v2022_04_01/docs/Pagination.md +0 -10
  1879. package/sdk/catalogitems_v2022_04_01/docs/Refinements.md +0 -10
  1880. package/sdk/catalogitems_v2022_04_01/src/ApiClient.js +0 -740
  1881. package/sdk/catalogitems_v2022_04_01/src/index.js +0 -239
  1882. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.api/CatalogApi.js +0 -188
  1883. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/BrandRefinement.js +0 -77
  1884. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ClassificationRefinement.js +0 -87
  1885. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/Dimension.js +0 -73
  1886. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/Dimensions.js +0 -86
  1887. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/Error.js +0 -85
  1888. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ErrorList.js +0 -67
  1889. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/Item.js +0 -156
  1890. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemBrowseClassification.js +0 -84
  1891. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemBrowseClassificationsByMarketplace.js +0 -76
  1892. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemClassificationSalesRank.js +0 -95
  1893. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemContributor.js +0 -77
  1894. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemContributorRole.js +0 -75
  1895. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemDimensionsByMarketplace.js +0 -82
  1896. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemDisplayGroupSalesRank.js +0 -95
  1897. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemIdentifier.js +0 -77
  1898. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemIdentifiersByMarketplace.js +0 -78
  1899. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemImage.js +0 -165
  1900. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemImagesByMarketplace.js +0 -78
  1901. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemProductTypeByMarketplace.js +0 -73
  1902. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemRelationship.js +0 -111
  1903. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemRelationshipsByMarketplace.js +0 -78
  1904. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemSalesRanksByMarketplace.js +0 -85
  1905. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemSearchResults.js +0 -98
  1906. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemSummaryByMarketplace.js +0 -252
  1907. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemVariationTheme.js +0 -73
  1908. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemVendorDetailsByMarketplace.js +0 -190
  1909. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/ItemVendorDetailsCategory.js +0 -73
  1910. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/Pagination.js +0 -73
  1911. package/sdk/catalogitems_v2022_04_01/src/js_client.catalogitems_v2022_04_01.model/Refinements.js +0 -79
  1912. package/sdk/datakiosk_v2023_11_15/README.md +0 -42
  1913. package/sdk/datakiosk_v2023_11_15/docs/CreateQueryResponse.md +0 -9
  1914. package/sdk/datakiosk_v2023_11_15/docs/CreateQuerySpecification.md +0 -10
  1915. package/sdk/datakiosk_v2023_11_15/docs/Error.md +0 -11
  1916. package/sdk/datakiosk_v2023_11_15/docs/ErrorList.md +0 -9
  1917. package/sdk/datakiosk_v2023_11_15/docs/GetDocumentResponse.md +0 -10
  1918. package/sdk/datakiosk_v2023_11_15/docs/GetQueriesResponse.md +0 -10
  1919. package/sdk/datakiosk_v2023_11_15/docs/GetQueriesResponsePagination.md +0 -9
  1920. package/sdk/datakiosk_v2023_11_15/docs/QueriesApi.md +0 -243
  1921. package/sdk/datakiosk_v2023_11_15/docs/Query.md +0 -34
  1922. package/sdk/datakiosk_v2023_11_15/docs/QueryPagination.md +0 -9
  1923. package/sdk/datakiosk_v2023_11_15/src/ApiClient.js +0 -740
  1924. package/sdk/datakiosk_v2023_11_15/src/index.js +0 -99
  1925. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.api/QueriesApi.js +0 -291
  1926. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/CreateQueryResponse.js +0 -67
  1927. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/CreateQuerySpecification.js +0 -75
  1928. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/Error.js +0 -85
  1929. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/ErrorList.js +0 -68
  1930. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/GetDocumentResponse.js +0 -77
  1931. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/GetQueriesResponse.js +0 -76
  1932. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/GetQueriesResponsePagination.js +0 -65
  1933. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/Query.js +0 -175
  1934. package/sdk/datakiosk_v2023_11_15/src/js_client.datakiosk_v2023_11_15.model/QueryPagination.js +0 -65
  1935. package/sdk/easyship_v2022_03_23/README.md +0 -60
  1936. package/sdk/easyship_v2022_03_23/docs/Code.md +0 -28
  1937. package/sdk/easyship_v2022_03_23/docs/CreateScheduledPackageRequest.md +0 -11
  1938. package/sdk/easyship_v2022_03_23/docs/CreateScheduledPackagesRequest.md +0 -11
  1939. package/sdk/easyship_v2022_03_23/docs/CreateScheduledPackagesResponse.md +0 -11
  1940. package/sdk/easyship_v2022_03_23/docs/Dimensions.md +0 -13
  1941. package/sdk/easyship_v2022_03_23/docs/EasyShipApi.md +0 -239
  1942. package/sdk/easyship_v2022_03_23/docs/Error.md +0 -11
  1943. package/sdk/easyship_v2022_03_23/docs/ErrorList.md +0 -9
  1944. package/sdk/easyship_v2022_03_23/docs/HandoverMethod.md +0 -10
  1945. package/sdk/easyship_v2022_03_23/docs/InvoiceData.md +0 -10
  1946. package/sdk/easyship_v2022_03_23/docs/Item.md +0 -10
  1947. package/sdk/easyship_v2022_03_23/docs/LabelFormat.md +0 -10
  1948. package/sdk/easyship_v2022_03_23/docs/ListHandoverSlotsRequest.md +0 -12
  1949. package/sdk/easyship_v2022_03_23/docs/ListHandoverSlotsResponse.md +0 -10
  1950. package/sdk/easyship_v2022_03_23/docs/OrderScheduleDetails.md +0 -10
  1951. package/sdk/easyship_v2022_03_23/docs/Package.md +0 -17
  1952. package/sdk/easyship_v2022_03_23/docs/PackageDetails.md +0 -11
  1953. package/sdk/easyship_v2022_03_23/docs/PackageStatus.md +0 -30
  1954. package/sdk/easyship_v2022_03_23/docs/Packages.md +0 -9
  1955. package/sdk/easyship_v2022_03_23/docs/RejectedOrder.md +0 -10
  1956. package/sdk/easyship_v2022_03_23/docs/ScheduledPackageId.md +0 -10
  1957. package/sdk/easyship_v2022_03_23/docs/TimeSlot.md +0 -12
  1958. package/sdk/easyship_v2022_03_23/docs/TrackingDetails.md +0 -9
  1959. package/sdk/easyship_v2022_03_23/docs/UnitOfLength.md +0 -8
  1960. package/sdk/easyship_v2022_03_23/docs/UnitOfWeight.md +0 -10
  1961. package/sdk/easyship_v2022_03_23/docs/UpdatePackageDetails.md +0 -10
  1962. package/sdk/easyship_v2022_03_23/docs/UpdateScheduledPackagesRequest.md +0 -10
  1963. package/sdk/easyship_v2022_03_23/docs/Weight.md +0 -10
  1964. package/sdk/easyship_v2022_03_23/src/ApiClient.js +0 -740
  1965. package/sdk/easyship_v2022_03_23/src/index.js +0 -225
  1966. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.api/EasyShipApi.js +0 -285
  1967. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Code.js +0 -109
  1968. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/CreateScheduledPackageRequest.js +0 -87
  1969. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/CreateScheduledPackagesRequest.js +0 -88
  1970. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/CreateScheduledPackagesResponse.js +0 -83
  1971. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Dimensions.js +0 -97
  1972. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Error.js +0 -85
  1973. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/ErrorList.js +0 -68
  1974. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/HandoverMethod.js +0 -46
  1975. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/InvoiceData.js +0 -75
  1976. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Item.js +0 -73
  1977. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/LabelFormat.js +0 -46
  1978. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/ListHandoverSlotsRequest.js +0 -97
  1979. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/ListHandoverSlotsResponse.js +0 -78
  1980. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/OrderScheduleDetails.js +0 -75
  1981. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Package.js +0 -138
  1982. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/PackageDetails.js +0 -84
  1983. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/PackageStatus.js +0 -116
  1984. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Packages.js +0 -68
  1985. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/RejectedOrder.js +0 -75
  1986. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/ScheduledPackageId.js +0 -75
  1987. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/TimeSlot.js +0 -91
  1988. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/TrackingDetails.js +0 -65
  1989. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/UnitOfLength.js +0 -39
  1990. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/UnitOfWeight.js +0 -46
  1991. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/UpdatePackageDetails.js +0 -77
  1992. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/UpdateScheduledPackagesRequest.js +0 -78
  1993. package/sdk/easyship_v2022_03_23/src/js_client.easyship_v2022_03_23.model/Weight.js +0 -73
  1994. package/sdk/fbaeligibility_v1/README.md +0 -32
  1995. package/sdk/fbaeligibility_v1/docs/Error.md +0 -11
  1996. package/sdk/fbaeligibility_v1/docs/FbaInboundApi.md +0 -59
  1997. package/sdk/fbaeligibility_v1/docs/GetItemEligibilityPreviewResponse.md +0 -10
  1998. package/sdk/fbaeligibility_v1/docs/ItemEligibilityPreview.md +0 -109
  1999. package/sdk/fbaeligibility_v1/src/ApiClient.js +0 -740
  2000. package/sdk/fbaeligibility_v1/src/index.js +0 -57
  2001. package/sdk/fbaeligibility_v1/src/js_client.fbaeligibility_v1.api/FbaInboundApi.js +0 -99
  2002. package/sdk/fbaeligibility_v1/src/js_client.fbaeligibility_v1.model/Error.js +0 -83
  2003. package/sdk/fbaeligibility_v1/src/js_client.fbaeligibility_v1.model/GetItemEligibilityPreviewResponse.js +0 -74
  2004. package/sdk/fbaeligibility_v1/src/js_client.fbaeligibility_v1.model/ItemEligibilityPreview.js +0 -365
  2005. package/sdk/fbainventory_v1/README.md +0 -49
  2006. package/sdk/fbainventory_v1/docs/AddInventoryRequest.md +0 -9
  2007. package/sdk/fbainventory_v1/docs/AddInventoryResponse.md +0 -9
  2008. package/sdk/fbainventory_v1/docs/CreateInventoryItemRequest.md +0 -11
  2009. package/sdk/fbainventory_v1/docs/CreateInventoryItemResponse.md +0 -9
  2010. package/sdk/fbainventory_v1/docs/DeleteInventoryItemResponse.md +0 -9
  2011. package/sdk/fbainventory_v1/docs/Error.md +0 -11
  2012. package/sdk/fbainventory_v1/docs/FbaInventoryApi.md +0 -208
  2013. package/sdk/fbainventory_v1/docs/GetInventorySummariesResponse.md +0 -11
  2014. package/sdk/fbainventory_v1/docs/GetInventorySummariesResult.md +0 -10
  2015. package/sdk/fbainventory_v1/docs/Granularity.md +0 -10
  2016. package/sdk/fbainventory_v1/docs/InventoryDetails.md +0 -15
  2017. package/sdk/fbainventory_v1/docs/InventoryItem.md +0 -11
  2018. package/sdk/fbainventory_v1/docs/InventorySummary.md +0 -17
  2019. package/sdk/fbainventory_v1/docs/Pagination.md +0 -9
  2020. package/sdk/fbainventory_v1/docs/ResearchingQuantity.md +0 -10
  2021. package/sdk/fbainventory_v1/docs/ResearchingQuantityEntry.md +0 -23
  2022. package/sdk/fbainventory_v1/docs/ReservedQuantity.md +0 -12
  2023. package/sdk/fbainventory_v1/docs/UnfulfillableQuantity.md +0 -15
  2024. package/sdk/fbainventory_v1/src/ApiClient.js +0 -740
  2025. package/sdk/fbainventory_v1/src/index.js +0 -155
  2026. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.api/FbaInventoryApi.js +0 -282
  2027. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/AddInventoryRequest.js +0 -66
  2028. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/AddInventoryResponse.js +0 -66
  2029. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/CreateInventoryItemRequest.js +0 -87
  2030. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/CreateInventoryItemResponse.js +0 -66
  2031. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/DeleteInventoryItemResponse.js +0 -66
  2032. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/Error.js +0 -83
  2033. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/GetInventorySummariesResponse.js +0 -82
  2034. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/GetInventorySummariesResult.js +0 -78
  2035. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/Granularity.js +0 -73
  2036. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/InventoryDetails.js +0 -113
  2037. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/InventoryItem.js +0 -87
  2038. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/InventorySummary.js +0 -129
  2039. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/Pagination.js +0 -65
  2040. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/ResearchingQuantity.js +0 -74
  2041. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/ResearchingQuantityEntry.js +0 -103
  2042. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/ReservedQuantity.js +0 -89
  2043. package/sdk/fbainventory_v1/src/js_client.fbainventory_v1.model/UnfulfillableQuantity.js +0 -113
  2044. package/sdk/feeds_v2021_06_30/README.md +0 -43
  2045. package/sdk/feeds_v2021_06_30/docs/CreateFeedDocumentResponse.md +0 -10
  2046. package/sdk/feeds_v2021_06_30/docs/CreateFeedDocumentSpecification.md +0 -9
  2047. package/sdk/feeds_v2021_06_30/docs/CreateFeedResponse.md +0 -9
  2048. package/sdk/feeds_v2021_06_30/docs/CreateFeedSpecification.md +0 -12
  2049. package/sdk/feeds_v2021_06_30/docs/Error.md +0 -11
  2050. package/sdk/feeds_v2021_06_30/docs/ErrorList.md +0 -9
  2051. package/sdk/feeds_v2021_06_30/docs/Feed.md +0 -33
  2052. package/sdk/feeds_v2021_06_30/docs/FeedDocument.md +0 -20
  2053. package/sdk/feeds_v2021_06_30/docs/FeedsApi.md +0 -292
  2054. package/sdk/feeds_v2021_06_30/docs/GetFeedsResponse.md +0 -10
  2055. package/sdk/feeds_v2021_06_30/src/ApiClient.js +0 -740
  2056. package/sdk/feeds_v2021_06_30/src/index.js +0 -99
  2057. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.api/FeedsApi.js +0 -346
  2058. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/CreateFeedDocumentResponse.js +0 -77
  2059. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/CreateFeedDocumentSpecification.js +0 -67
  2060. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/CreateFeedResponse.js +0 -67
  2061. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/CreateFeedSpecification.js +0 -95
  2062. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/Error.js +0 -85
  2063. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/ErrorList.js +0 -68
  2064. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/Feed.js +0 -167
  2065. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/FeedDocument.js +0 -99
  2066. package/sdk/feeds_v2021_06_30/src/js_client.feeds_v2021_06_30.model/GetFeedsResponse.js +0 -76
  2067. package/sdk/finances_2024-06-19/README.md +0 -46
  2068. package/sdk/finances_2024-06-19/docs/AmazonPayContext.md +0 -11
  2069. package/sdk/finances_2024-06-19/docs/Breakdown.md +0 -11
  2070. package/sdk/finances_2024-06-19/docs/Context.md +0 -25
  2071. package/sdk/finances_2024-06-19/docs/Currency.md +0 -10
  2072. package/sdk/finances_2024-06-19/docs/DefaultApi.md +0 -61
  2073. package/sdk/finances_2024-06-19/docs/DeferredContext.md +0 -11
  2074. package/sdk/finances_2024-06-19/docs/Error.md +0 -11
  2075. package/sdk/finances_2024-06-19/docs/ErrorList.md +0 -9
  2076. package/sdk/finances_2024-06-19/docs/Item.md +0 -13
  2077. package/sdk/finances_2024-06-19/docs/ItemRelatedIdentifier.md +0 -25
  2078. package/sdk/finances_2024-06-19/docs/ListTransactionsResponse.md +0 -10
  2079. package/sdk/finances_2024-06-19/docs/MarketplaceDetails.md +0 -10
  2080. package/sdk/finances_2024-06-19/docs/PaymentsContext.md +0 -12
  2081. package/sdk/finances_2024-06-19/docs/ProductContext.md +0 -12
  2082. package/sdk/finances_2024-06-19/docs/RelatedIdentifier.md +0 -31
  2083. package/sdk/finances_2024-06-19/docs/SellingPartnerMetadata.md +0 -11
  2084. package/sdk/finances_2024-06-19/docs/TimeRangeContext.md +0 -10
  2085. package/sdk/finances_2024-06-19/docs/Transaction.md +0 -20
  2086. package/sdk/finances_2024-06-19/src/ApiClient.js +0 -740
  2087. package/sdk/finances_2024-06-19/src/index.js +0 -155
  2088. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.api/DefaultApi.js +0 -98
  2089. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/AmazonPayContext.js +0 -81
  2090. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/Breakdown.js +0 -80
  2091. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/Context.js +0 -315
  2092. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/Currency.js +0 -73
  2093. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/DeferredContext.js +0 -81
  2094. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/Error.js +0 -85
  2095. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/ErrorList.js +0 -68
  2096. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/Item.js +0 -100
  2097. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/ItemRelatedIdentifier.js +0 -105
  2098. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/ListTransactionsResponse.js +0 -74
  2099. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/MarketplaceDetails.js +0 -73
  2100. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/PaymentsContext.js +0 -89
  2101. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/ProductContext.js +0 -89
  2102. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/RelatedIdentifier.js +0 -123
  2103. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/SellingPartnerMetadata.js +0 -81
  2104. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/TimeRangeContext.js +0 -73
  2105. package/sdk/finances_2024-06-19/src/js_client.finances_2024-06-19.model/Transaction.js +0 -157
  2106. package/sdk/finances_v0/README.md +0 -82
  2107. package/sdk/finances_v0/docs/AdhocDisbursementEvent.md +0 -12
  2108. package/sdk/finances_v0/docs/AdjustmentEvent.md +0 -13
  2109. package/sdk/finances_v0/docs/AdjustmentItem.md +0 -16
  2110. package/sdk/finances_v0/docs/AffordabilityExpenseEvent.md +0 -17
  2111. package/sdk/finances_v0/docs/CapacityReservationBillingEvent.md +0 -12
  2112. package/sdk/finances_v0/docs/ChargeComponent.md +0 -10
  2113. package/sdk/finances_v0/docs/ChargeInstrument.md +0 -11
  2114. package/sdk/finances_v0/docs/ChargeRefundEvent.md +0 -12
  2115. package/sdk/finances_v0/docs/ChargeRefundTransaction.md +0 -10
  2116. package/sdk/finances_v0/docs/CouponPaymentEvent.md +0 -16
  2117. package/sdk/finances_v0/docs/Currency.md +0 -10
  2118. package/sdk/finances_v0/docs/DebtRecoveryEvent.md +0 -13
  2119. package/sdk/finances_v0/docs/DebtRecoveryItem.md +0 -12
  2120. package/sdk/finances_v0/docs/DefaultApi.md +0 -220
  2121. package/sdk/finances_v0/docs/DirectPayment.md +0 -10
  2122. package/sdk/finances_v0/docs/Error.md +0 -11
  2123. package/sdk/finances_v0/docs/FBALiquidationEvent.md +0 -12
  2124. package/sdk/finances_v0/docs/FailedAdhocDisbursementEvent.md +0 -15
  2125. package/sdk/finances_v0/docs/FeeComponent.md +0 -10
  2126. package/sdk/finances_v0/docs/FinancialEventGroup.md +0 -19
  2127. package/sdk/finances_v0/docs/FinancialEvents.md +0 -41
  2128. package/sdk/finances_v0/docs/ImagingServicesFeeEvent.md +0 -12
  2129. package/sdk/finances_v0/docs/ListFinancialEventGroupsPayload.md +0 -10
  2130. package/sdk/finances_v0/docs/ListFinancialEventGroupsResponse.md +0 -10
  2131. package/sdk/finances_v0/docs/ListFinancialEventsPayload.md +0 -10
  2132. package/sdk/finances_v0/docs/ListFinancialEventsResponse.md +0 -10
  2133. package/sdk/finances_v0/docs/LoanServicingEvent.md +0 -10
  2134. package/sdk/finances_v0/docs/NetworkComminglingTransactionEvent.md +0 -16
  2135. package/sdk/finances_v0/docs/PayWithAmazonEvent.md +0 -18
  2136. package/sdk/finances_v0/docs/ProductAdsPaymentEvent.md +0 -14
  2137. package/sdk/finances_v0/docs/Promotion.md +0 -11
  2138. package/sdk/finances_v0/docs/RemovalShipmentAdjustmentEvent.md +0 -14
  2139. package/sdk/finances_v0/docs/RemovalShipmentEvent.md +0 -14
  2140. package/sdk/finances_v0/docs/RemovalShipmentItem.md +0 -16
  2141. package/sdk/finances_v0/docs/RemovalShipmentItemAdjustment.md +0 -15
  2142. package/sdk/finances_v0/docs/RentalTransactionEvent.md +0 -18
  2143. package/sdk/finances_v0/docs/RetrochargeEvent.md +0 -15
  2144. package/sdk/finances_v0/docs/SAFETReimbursementEvent.md +0 -13
  2145. package/sdk/finances_v0/docs/SAFETReimbursementItem.md +0 -11
  2146. package/sdk/finances_v0/docs/SellerDealPaymentEvent.md +0 -16
  2147. package/sdk/finances_v0/docs/SellerReviewEnrollmentPaymentEvent.md +0 -14
  2148. package/sdk/finances_v0/docs/ServiceFeeEvent.md +0 -16
  2149. package/sdk/finances_v0/docs/ShipmentEvent.md +0 -22
  2150. package/sdk/finances_v0/docs/ShipmentItem.md +0 -21
  2151. package/sdk/finances_v0/docs/SolutionProviderCreditEvent.md +0 -18
  2152. package/sdk/finances_v0/docs/TDSReimbursementEvent.md +0 -11
  2153. package/sdk/finances_v0/docs/TaxWithheldComponent.md +0 -10
  2154. package/sdk/finances_v0/docs/TaxWithholdingEvent.md +0 -12
  2155. package/sdk/finances_v0/docs/TaxWithholdingPeriod.md +0 -10
  2156. package/sdk/finances_v0/docs/TrialShipmentEvent.md +0 -13
  2157. package/sdk/finances_v0/docs/ValueAddedServiceChargeEvent.md +0 -12
  2158. package/sdk/finances_v0/src/ApiClient.js +0 -740
  2159. package/sdk/finances_v0/src/index.js +0 -386
  2160. package/sdk/finances_v0/src/js_client.finances_v0.api/DefaultApi.js +0 -268
  2161. package/sdk/finances_v0/src/js_client.finances_v0.model/AdhocDisbursementEvent.js +0 -89
  2162. package/sdk/finances_v0/src/js_client.finances_v0.model/AdjustmentEvent.js +0 -98
  2163. package/sdk/finances_v0/src/js_client.finances_v0.model/AdjustmentItem.js +0 -120
  2164. package/sdk/finances_v0/src/js_client.finances_v0.model/AffordabilityExpenseEvent.js +0 -131
  2165. package/sdk/finances_v0/src/js_client.finances_v0.model/CapacityReservationBillingEvent.js +0 -89
  2166. package/sdk/finances_v0/src/js_client.finances_v0.model/ChargeComponent.js +0 -73
  2167. package/sdk/finances_v0/src/js_client.finances_v0.model/ChargeInstrument.js +0 -81
  2168. package/sdk/finances_v0/src/js_client.finances_v0.model/ChargeRefundEvent.js +0 -90
  2169. package/sdk/finances_v0/src/js_client.finances_v0.model/ChargeRefundTransaction.js +0 -73
  2170. package/sdk/finances_v0/src/js_client.finances_v0.model/CouponPaymentEvent.js +0 -121
  2171. package/sdk/finances_v0/src/js_client.finances_v0.model/Currency.js +0 -73
  2172. package/sdk/finances_v0/src/js_client.finances_v0.model/DebtRecoveryEvent.js +0 -98
  2173. package/sdk/finances_v0/src/js_client.finances_v0.model/DebtRecoveryItem.js +0 -88
  2174. package/sdk/finances_v0/src/js_client.finances_v0.model/DirectPayment.js +0 -73
  2175. package/sdk/finances_v0/src/js_client.finances_v0.model/Error.js +0 -85
  2176. package/sdk/finances_v0/src/js_client.finances_v0.model/FBALiquidationEvent.js +0 -88
  2177. package/sdk/finances_v0/src/js_client.finances_v0.model/FailedAdhocDisbursementEvent.js +0 -113
  2178. package/sdk/finances_v0/src/js_client.finances_v0.model/FeeComponent.js +0 -73
  2179. package/sdk/finances_v0/src/js_client.finances_v0.model/FinancialEventGroup.js +0 -143
  2180. package/sdk/finances_v0/src/js_client.finances_v0.model/FinancialEvents.js +0 -349
  2181. package/sdk/finances_v0/src/js_client.finances_v0.model/ImagingServicesFeeEvent.js +0 -90
  2182. package/sdk/finances_v0/src/js_client.finances_v0.model/ListFinancialEventGroupsPayload.js +0 -74
  2183. package/sdk/finances_v0/src/js_client.finances_v0.model/ListFinancialEventGroupsResponse.js +0 -74
  2184. package/sdk/finances_v0/src/js_client.finances_v0.model/ListFinancialEventsPayload.js +0 -73
  2185. package/sdk/finances_v0/src/js_client.finances_v0.model/ListFinancialEventsResponse.js +0 -74
  2186. package/sdk/finances_v0/src/js_client.finances_v0.model/LoanServicingEvent.js +0 -73
  2187. package/sdk/finances_v0/src/js_client.finances_v0.model/NetworkComminglingTransactionEvent.js +0 -120
  2188. package/sdk/finances_v0/src/js_client.finances_v0.model/PayWithAmazonEvent.js +0 -138
  2189. package/sdk/finances_v0/src/js_client.finances_v0.model/ProductAdsPaymentEvent.js +0 -103
  2190. package/sdk/finances_v0/src/js_client.finances_v0.model/Promotion.js +0 -81
  2191. package/sdk/finances_v0/src/js_client.finances_v0.model/RemovalShipmentAdjustmentEvent.js +0 -106
  2192. package/sdk/finances_v0/src/js_client.finances_v0.model/RemovalShipmentEvent.js +0 -106
  2193. package/sdk/finances_v0/src/js_client.finances_v0.model/RemovalShipmentItem.js +0 -118
  2194. package/sdk/finances_v0/src/js_client.finances_v0.model/RemovalShipmentItemAdjustment.js +0 -111
  2195. package/sdk/finances_v0/src/js_client.finances_v0.model/RentalTransactionEvent.js +0 -139
  2196. package/sdk/finances_v0/src/js_client.finances_v0.model/RetrochargeEvent.js +0 -113
  2197. package/sdk/finances_v0/src/js_client.finances_v0.model/SAFETReimbursementEvent.js +0 -98
  2198. package/sdk/finances_v0/src/js_client.finances_v0.model/SAFETReimbursementItem.js +0 -82
  2199. package/sdk/finances_v0/src/js_client.finances_v0.model/SellerDealPaymentEvent.js +0 -119
  2200. package/sdk/finances_v0/src/js_client.finances_v0.model/SellerReviewEnrollmentPaymentEvent.js +0 -105
  2201. package/sdk/finances_v0/src/js_client.finances_v0.model/ServiceFeeEvent.js +0 -122
  2202. package/sdk/finances_v0/src/js_client.finances_v0.model/ShipmentEvent.js +0 -173
  2203. package/sdk/finances_v0/src/js_client.finances_v0.model/ShipmentItem.js +0 -164
  2204. package/sdk/finances_v0/src/js_client.finances_v0.model/SolutionProviderCreditEvent.js +0 -137
  2205. package/sdk/finances_v0/src/js_client.finances_v0.model/TDSReimbursementEvent.js +0 -81
  2206. package/sdk/finances_v0/src/js_client.finances_v0.model/TaxWithheldComponent.js +0 -74
  2207. package/sdk/finances_v0/src/js_client.finances_v0.model/TaxWithholdingEvent.js +0 -88
  2208. package/sdk/finances_v0/src/js_client.finances_v0.model/TaxWithholdingPeriod.js +0 -73
  2209. package/sdk/finances_v0/src/js_client.finances_v0.model/TrialShipmentEvent.js +0 -98
  2210. package/sdk/finances_v0/src/js_client.finances_v0.model/ValueAddedServiceChargeEvent.js +0 -89
  2211. package/sdk/fulfillmentinbound_v0/README.md +0 -65
  2212. package/sdk/fulfillmentinbound_v0/docs/ASINPrepInstructions.md +0 -12
  2213. package/sdk/fulfillmentinbound_v0/docs/Address.md +0 -16
  2214. package/sdk/fulfillmentinbound_v0/docs/AmazonPrepFeesDetails.md +0 -10
  2215. package/sdk/fulfillmentinbound_v0/docs/Amount.md +0 -10
  2216. package/sdk/fulfillmentinbound_v0/docs/BarcodeInstruction.md +0 -12
  2217. package/sdk/fulfillmentinbound_v0/docs/BillOfLadingDownloadURL.md +0 -9
  2218. package/sdk/fulfillmentinbound_v0/docs/BoxContentsFeeDetails.md +0 -11
  2219. package/sdk/fulfillmentinbound_v0/docs/BoxContentsSource.md +0 -14
  2220. package/sdk/fulfillmentinbound_v0/docs/CurrencyCode.md +0 -10
  2221. package/sdk/fulfillmentinbound_v0/docs/Error.md +0 -11
  2222. package/sdk/fulfillmentinbound_v0/docs/ErrorReason.md +0 -10
  2223. package/sdk/fulfillmentinbound_v0/docs/FbaInboundApi.md +0 -328
  2224. package/sdk/fulfillmentinbound_v0/docs/GetBillOfLadingResponse.md +0 -10
  2225. package/sdk/fulfillmentinbound_v0/docs/GetLabelsResponse.md +0 -10
  2226. package/sdk/fulfillmentinbound_v0/docs/GetPrepInstructionsResponse.md +0 -10
  2227. package/sdk/fulfillmentinbound_v0/docs/GetPrepInstructionsResult.md +0 -12
  2228. package/sdk/fulfillmentinbound_v0/docs/GetShipmentItemsResponse.md +0 -10
  2229. package/sdk/fulfillmentinbound_v0/docs/GetShipmentItemsResult.md +0 -10
  2230. package/sdk/fulfillmentinbound_v0/docs/GetShipmentsResponse.md +0 -10
  2231. package/sdk/fulfillmentinbound_v0/docs/GetShipmentsResult.md +0 -10
  2232. package/sdk/fulfillmentinbound_v0/docs/InboundShipmentInfo.md +0 -18
  2233. package/sdk/fulfillmentinbound_v0/docs/InboundShipmentItem.md +0 -16
  2234. package/sdk/fulfillmentinbound_v0/docs/InvalidASIN.md +0 -10
  2235. package/sdk/fulfillmentinbound_v0/docs/InvalidSKU.md +0 -10
  2236. package/sdk/fulfillmentinbound_v0/docs/LabelDownloadURL.md +0 -9
  2237. package/sdk/fulfillmentinbound_v0/docs/LabelPrepType.md +0 -12
  2238. package/sdk/fulfillmentinbound_v0/docs/PrepDetails.md +0 -10
  2239. package/sdk/fulfillmentinbound_v0/docs/PrepGuidance.md +0 -12
  2240. package/sdk/fulfillmentinbound_v0/docs/PrepInstruction.md +0 -38
  2241. package/sdk/fulfillmentinbound_v0/docs/PrepOwner.md +0 -10
  2242. package/sdk/fulfillmentinbound_v0/docs/SKUPrepInstructions.md +0 -14
  2243. package/sdk/fulfillmentinbound_v0/docs/ShipmentStatus.md +0 -26
  2244. package/sdk/fulfillmentinbound_v0/src/ApiClient.js +0 -740
  2245. package/sdk/fulfillmentinbound_v0/src/index.js +0 -253
  2246. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.api/FbaInboundApi.js +0 -424
  2247. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/ASINPrepInstructions.js +0 -90
  2248. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/Address.js +0 -133
  2249. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/AmazonPrepFeesDetails.js +0 -73
  2250. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/Amount.js +0 -77
  2251. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/BarcodeInstruction.js +0 -53
  2252. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/BillOfLadingDownloadURL.js +0 -65
  2253. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/BoxContentsFeeDetails.js +0 -80
  2254. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/BoxContentsSource.js +0 -60
  2255. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/CurrencyCode.js +0 -46
  2256. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/Error.js +0 -85
  2257. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/ErrorReason.js +0 -46
  2258. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetBillOfLadingResponse.js +0 -74
  2259. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetLabelsResponse.js +0 -74
  2260. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetPrepInstructionsResponse.js +0 -74
  2261. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetPrepInstructionsResult.js +0 -93
  2262. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetShipmentItemsResponse.js +0 -74
  2263. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetShipmentItemsResult.js +0 -74
  2264. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetShipmentsResponse.js +0 -74
  2265. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/GetShipmentsResult.js +0 -74
  2266. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/InboundShipmentInfo.js +0 -141
  2267. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/InboundShipmentItem.js +0 -126
  2268. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/InvalidASIN.js +0 -73
  2269. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/InvalidSKU.js +0 -73
  2270. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/LabelDownloadURL.js +0 -65
  2271. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/LabelPrepType.js +0 -53
  2272. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/PrepDetails.js +0 -77
  2273. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/PrepGuidance.js +0 -53
  2274. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/PrepInstruction.js +0 -144
  2275. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/PrepOwner.js +0 -46
  2276. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/SKUPrepInstructions.js +0 -107
  2277. package/sdk/fulfillmentinbound_v0/src/js_client.fulfillmentinbound_v0.model/ShipmentStatus.js +0 -102
  2278. package/sdk/fulfillmentinbound_v2024_03_20/README.md +0 -213
  2279. package/sdk/fulfillmentinbound_v2024_03_20/docs/Address.md +0 -18
  2280. package/sdk/fulfillmentinbound_v2024_03_20/docs/AddressInput.md +0 -18
  2281. package/sdk/fulfillmentinbound_v2024_03_20/docs/AllOwnersConstraint.md +0 -8
  2282. package/sdk/fulfillmentinbound_v2024_03_20/docs/AppointmentSlot.md +0 -10
  2283. package/sdk/fulfillmentinbound_v2024_03_20/docs/AppointmentSlotTime.md +0 -10
  2284. package/sdk/fulfillmentinbound_v2024_03_20/docs/Box.md +0 -19
  2285. package/sdk/fulfillmentinbound_v2024_03_20/docs/BoxContentInformationSource.md +0 -12
  2286. package/sdk/fulfillmentinbound_v2024_03_20/docs/BoxInput.md +0 -13
  2287. package/sdk/fulfillmentinbound_v2024_03_20/docs/BoxRequirements.md +0 -9
  2288. package/sdk/fulfillmentinbound_v2024_03_20/docs/BoxUpdateInput.md +0 -14
  2289. package/sdk/fulfillmentinbound_v2024_03_20/docs/CancelInboundPlanResponse.md +0 -9
  2290. package/sdk/fulfillmentinbound_v2024_03_20/docs/CancelSelfShipAppointmentRequest.md +0 -9
  2291. package/sdk/fulfillmentinbound_v2024_03_20/docs/CancelSelfShipAppointmentResponse.md +0 -9
  2292. package/sdk/fulfillmentinbound_v2024_03_20/docs/Carrier.md +0 -10
  2293. package/sdk/fulfillmentinbound_v2024_03_20/docs/CarrierAppointment.md +0 -10
  2294. package/sdk/fulfillmentinbound_v2024_03_20/docs/ComplianceDetail.md +0 -12
  2295. package/sdk/fulfillmentinbound_v2024_03_20/docs/ConfirmDeliveryWindowOptionsResponse.md +0 -9
  2296. package/sdk/fulfillmentinbound_v2024_03_20/docs/ConfirmPackingOptionResponse.md +0 -9
  2297. package/sdk/fulfillmentinbound_v2024_03_20/docs/ConfirmPlacementOptionResponse.md +0 -9
  2298. package/sdk/fulfillmentinbound_v2024_03_20/docs/ConfirmShipmentContentUpdatePreviewResponse.md +0 -9
  2299. package/sdk/fulfillmentinbound_v2024_03_20/docs/ConfirmTransportationOptionsRequest.md +0 -9
  2300. package/sdk/fulfillmentinbound_v2024_03_20/docs/ConfirmTransportationOptionsResponse.md +0 -9
  2301. package/sdk/fulfillmentinbound_v2024_03_20/docs/ContactInformation.md +0 -11
  2302. package/sdk/fulfillmentinbound_v2024_03_20/docs/ContentUpdatePreview.md +0 -12
  2303. package/sdk/fulfillmentinbound_v2024_03_20/docs/CreateInboundPlanRequest.md +0 -12
  2304. package/sdk/fulfillmentinbound_v2024_03_20/docs/CreateInboundPlanResponse.md +0 -10
  2305. package/sdk/fulfillmentinbound_v2024_03_20/docs/CreateMarketplaceItemLabelsRequest.md +0 -15
  2306. package/sdk/fulfillmentinbound_v2024_03_20/docs/CreateMarketplaceItemLabelsResponse.md +0 -9
  2307. package/sdk/fulfillmentinbound_v2024_03_20/docs/Currency.md +0 -10
  2308. package/sdk/fulfillmentinbound_v2024_03_20/docs/CustomPlacementInput.md +0 -10
  2309. package/sdk/fulfillmentinbound_v2024_03_20/docs/Dates.md +0 -9
  2310. package/sdk/fulfillmentinbound_v2024_03_20/docs/DeliveryWindowOption.md +0 -13
  2311. package/sdk/fulfillmentinbound_v2024_03_20/docs/Dimensions.md +0 -12
  2312. package/sdk/fulfillmentinbound_v2024_03_20/docs/DocumentDownload.md +0 -11
  2313. package/sdk/fulfillmentinbound_v2024_03_20/docs/Error.md +0 -11
  2314. package/sdk/fulfillmentinbound_v2024_03_20/docs/ErrorList.md +0 -9
  2315. package/sdk/fulfillmentinbound_v2024_03_20/docs/FbaInboundApi.md +0 -2215
  2316. package/sdk/fulfillmentinbound_v2024_03_20/docs/FreightInformation.md +0 -10
  2317. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateDeliveryWindowOptionsResponse.md +0 -9
  2318. package/sdk/fulfillmentinbound_v2024_03_20/docs/GeneratePackingOptionsResponse.md +0 -9
  2319. package/sdk/fulfillmentinbound_v2024_03_20/docs/GeneratePlacementOptionsRequest.md +0 -9
  2320. package/sdk/fulfillmentinbound_v2024_03_20/docs/GeneratePlacementOptionsResponse.md +0 -9
  2321. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateSelfShipAppointmentSlotsRequest.md +0 -10
  2322. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateSelfShipAppointmentSlotsResponse.md +0 -9
  2323. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateShipmentContentUpdatePreviewsRequest.md +0 -10
  2324. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateShipmentContentUpdatePreviewsResponse.md +0 -9
  2325. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateTransportationOptionsRequest.md +0 -10
  2326. package/sdk/fulfillmentinbound_v2024_03_20/docs/GenerateTransportationOptionsResponse.md +0 -9
  2327. package/sdk/fulfillmentinbound_v2024_03_20/docs/GetDeliveryChallanDocumentResponse.md +0 -9
  2328. package/sdk/fulfillmentinbound_v2024_03_20/docs/GetSelfShipAppointmentSlotsResponse.md +0 -10
  2329. package/sdk/fulfillmentinbound_v2024_03_20/docs/InboundOperationStatus.md +0 -12
  2330. package/sdk/fulfillmentinbound_v2024_03_20/docs/InboundPlan.md +0 -18
  2331. package/sdk/fulfillmentinbound_v2024_03_20/docs/InboundPlanSummary.md +0 -15
  2332. package/sdk/fulfillmentinbound_v2024_03_20/docs/Incentive.md +0 -12
  2333. package/sdk/fulfillmentinbound_v2024_03_20/docs/Item.md +0 -16
  2334. package/sdk/fulfillmentinbound_v2024_03_20/docs/ItemInput.md +0 -14
  2335. package/sdk/fulfillmentinbound_v2024_03_20/docs/ItemLabelPageType.md +0 -28
  2336. package/sdk/fulfillmentinbound_v2024_03_20/docs/LabelOwner.md +0 -12
  2337. package/sdk/fulfillmentinbound_v2024_03_20/docs/LabelPrintType.md +0 -10
  2338. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListDeliveryWindowOptionsResponse.md +0 -10
  2339. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListInboundPlanBoxesResponse.md +0 -10
  2340. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListInboundPlanItemsResponse.md +0 -10
  2341. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListInboundPlanPalletsResponse.md +0 -10
  2342. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListInboundPlansResponse.md +0 -10
  2343. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListItemComplianceDetailsResponse.md +0 -9
  2344. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListPackingGroupBoxesResponse.md +0 -10
  2345. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListPackingGroupItemsResponse.md +0 -10
  2346. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListPackingOptionsResponse.md +0 -10
  2347. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListPlacementOptionsResponse.md +0 -10
  2348. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListPrepDetailsResponse.md +0 -9
  2349. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListShipmentBoxesResponse.md +0 -10
  2350. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListShipmentContentUpdatePreviewsResponse.md +0 -10
  2351. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListShipmentItemsResponse.md +0 -10
  2352. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListShipmentPalletsResponse.md +0 -10
  2353. package/sdk/fulfillmentinbound_v2024_03_20/docs/ListTransportationOptionsResponse.md +0 -10
  2354. package/sdk/fulfillmentinbound_v2024_03_20/docs/LtlTrackingDetail.md +0 -10
  2355. package/sdk/fulfillmentinbound_v2024_03_20/docs/LtlTrackingDetailInput.md +0 -10
  2356. package/sdk/fulfillmentinbound_v2024_03_20/docs/MskuPrepDetail.md +0 -14
  2357. package/sdk/fulfillmentinbound_v2024_03_20/docs/MskuPrepDetailInput.md +0 -11
  2358. package/sdk/fulfillmentinbound_v2024_03_20/docs/MskuQuantity.md +0 -10
  2359. package/sdk/fulfillmentinbound_v2024_03_20/docs/OperationProblem.md +0 -12
  2360. package/sdk/fulfillmentinbound_v2024_03_20/docs/OperationStatus.md +0 -12
  2361. package/sdk/fulfillmentinbound_v2024_03_20/docs/OwnerConstraint.md +0 -12
  2362. package/sdk/fulfillmentinbound_v2024_03_20/docs/PackageGroupingInput.md +0 -11
  2363. package/sdk/fulfillmentinbound_v2024_03_20/docs/PackingConfiguration.md +0 -11
  2364. package/sdk/fulfillmentinbound_v2024_03_20/docs/PackingOption.md +0 -16
  2365. package/sdk/fulfillmentinbound_v2024_03_20/docs/PackingOptionSummary.md +0 -10
  2366. package/sdk/fulfillmentinbound_v2024_03_20/docs/Pagination.md +0 -9
  2367. package/sdk/fulfillmentinbound_v2024_03_20/docs/Pallet.md +0 -13
  2368. package/sdk/fulfillmentinbound_v2024_03_20/docs/PalletInput.md +0 -12
  2369. package/sdk/fulfillmentinbound_v2024_03_20/docs/PlacementOption.md +0 -14
  2370. package/sdk/fulfillmentinbound_v2024_03_20/docs/PlacementOptionSummary.md +0 -10
  2371. package/sdk/fulfillmentinbound_v2024_03_20/docs/PrepCategory.md +0 -34
  2372. package/sdk/fulfillmentinbound_v2024_03_20/docs/PrepInstruction.md +0 -11
  2373. package/sdk/fulfillmentinbound_v2024_03_20/docs/PrepOwner.md +0 -12
  2374. package/sdk/fulfillmentinbound_v2024_03_20/docs/PrepType.md +0 -38
  2375. package/sdk/fulfillmentinbound_v2024_03_20/docs/Quote.md +0 -11
  2376. package/sdk/fulfillmentinbound_v2024_03_20/docs/ReasonComment.md +0 -24
  2377. package/sdk/fulfillmentinbound_v2024_03_20/docs/Region.md +0 -11
  2378. package/sdk/fulfillmentinbound_v2024_03_20/docs/RequestedUpdates.md +0 -10
  2379. package/sdk/fulfillmentinbound_v2024_03_20/docs/ScheduleSelfShipAppointmentRequest.md +0 -9
  2380. package/sdk/fulfillmentinbound_v2024_03_20/docs/ScheduleSelfShipAppointmentResponse.md +0 -9
  2381. package/sdk/fulfillmentinbound_v2024_03_20/docs/SelectedDeliveryWindow.md +0 -13
  2382. package/sdk/fulfillmentinbound_v2024_03_20/docs/SelfShipAppointmentDetails.md +0 -11
  2383. package/sdk/fulfillmentinbound_v2024_03_20/docs/SelfShipAppointmentSlotsAvailability.md +0 -10
  2384. package/sdk/fulfillmentinbound_v2024_03_20/docs/SetPackingInformationRequest.md +0 -9
  2385. package/sdk/fulfillmentinbound_v2024_03_20/docs/SetPackingInformationResponse.md +0 -9
  2386. package/sdk/fulfillmentinbound_v2024_03_20/docs/SetPrepDetailsRequest.md +0 -10
  2387. package/sdk/fulfillmentinbound_v2024_03_20/docs/SetPrepDetailsResponse.md +0 -9
  2388. package/sdk/fulfillmentinbound_v2024_03_20/docs/Shipment.md +0 -23
  2389. package/sdk/fulfillmentinbound_v2024_03_20/docs/ShipmentDestination.md +0 -11
  2390. package/sdk/fulfillmentinbound_v2024_03_20/docs/ShipmentSource.md +0 -10
  2391. package/sdk/fulfillmentinbound_v2024_03_20/docs/ShipmentSummary.md +0 -10
  2392. package/sdk/fulfillmentinbound_v2024_03_20/docs/ShipmentTransportationConfiguration.md +0 -13
  2393. package/sdk/fulfillmentinbound_v2024_03_20/docs/ShippingConfiguration.md +0 -10
  2394. package/sdk/fulfillmentinbound_v2024_03_20/docs/ShippingRequirements.md +0 -10
  2395. package/sdk/fulfillmentinbound_v2024_03_20/docs/SpdTrackingDetail.md +0 -9
  2396. package/sdk/fulfillmentinbound_v2024_03_20/docs/SpdTrackingDetailInput.md +0 -9
  2397. package/sdk/fulfillmentinbound_v2024_03_20/docs/SpdTrackingItem.md +0 -11
  2398. package/sdk/fulfillmentinbound_v2024_03_20/docs/SpdTrackingItemInput.md +0 -10
  2399. package/sdk/fulfillmentinbound_v2024_03_20/docs/Stackability.md +0 -10
  2400. package/sdk/fulfillmentinbound_v2024_03_20/docs/TaxDetails.md +0 -11
  2401. package/sdk/fulfillmentinbound_v2024_03_20/docs/TaxRate.md +0 -11
  2402. package/sdk/fulfillmentinbound_v2024_03_20/docs/TrackingDetails.md +0 -10
  2403. package/sdk/fulfillmentinbound_v2024_03_20/docs/TrackingDetailsInput.md +0 -10
  2404. package/sdk/fulfillmentinbound_v2024_03_20/docs/TransportationOption.md +0 -16
  2405. package/sdk/fulfillmentinbound_v2024_03_20/docs/TransportationSelection.md +0 -11
  2406. package/sdk/fulfillmentinbound_v2024_03_20/docs/UnitOfMeasurement.md +0 -10
  2407. package/sdk/fulfillmentinbound_v2024_03_20/docs/UnitOfWeight.md +0 -10
  2408. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateInboundPlanNameRequest.md +0 -9
  2409. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateItemComplianceDetailsRequest.md +0 -10
  2410. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateItemComplianceDetailsResponse.md +0 -9
  2411. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateShipmentNameRequest.md +0 -9
  2412. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateShipmentSourceAddressRequest.md +0 -9
  2413. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateShipmentSourceAddressResponse.md +0 -9
  2414. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateShipmentTrackingDetailsRequest.md +0 -9
  2415. package/sdk/fulfillmentinbound_v2024_03_20/docs/UpdateShipmentTrackingDetailsResponse.md +0 -9
  2416. package/sdk/fulfillmentinbound_v2024_03_20/docs/Weight.md +0 -10
  2417. package/sdk/fulfillmentinbound_v2024_03_20/docs/WeightRange.md +0 -11
  2418. package/sdk/fulfillmentinbound_v2024_03_20/docs/Window.md +0 -11
  2419. package/sdk/fulfillmentinbound_v2024_03_20/docs/WindowInput.md +0 -9
  2420. package/sdk/fulfillmentinbound_v2024_03_20/src/ApiClient.js +0 -740
  2421. package/sdk/fulfillmentinbound_v2024_03_20/src/index.js +0 -1016
  2422. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.api/FbaInboundApi.js +0 -2718
  2423. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Address.js +0 -147
  2424. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/AddressInput.js +0 -149
  2425. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/AllOwnersConstraint.js +0 -39
  2426. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/AppointmentSlot.js +0 -77
  2427. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/AppointmentSlotTime.js +0 -77
  2428. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Box.js +0 -148
  2429. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/BoxContentInformationSource.js +0 -53
  2430. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/BoxInput.js +0 -106
  2431. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/BoxRequirements.js +0 -67
  2432. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/BoxUpdateInput.js +0 -114
  2433. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CancelInboundPlanResponse.js +0 -67
  2434. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CancelSelfShipAppointmentRequest.js +0 -65
  2435. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CancelSelfShipAppointmentResponse.js +0 -67
  2436. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Carrier.js +0 -73
  2437. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CarrierAppointment.js +0 -77
  2438. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ComplianceDetail.js +0 -89
  2439. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ConfirmDeliveryWindowOptionsResponse.js +0 -67
  2440. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ConfirmPackingOptionResponse.js +0 -67
  2441. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ConfirmPlacementOptionResponse.js +0 -67
  2442. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ConfirmShipmentContentUpdatePreviewResponse.js +0 -67
  2443. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ConfirmTransportationOptionsRequest.js +0 -68
  2444. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ConfirmTransportationOptionsResponse.js +0 -67
  2445. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ContactInformation.js +0 -85
  2446. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ContentUpdatePreview.js +0 -97
  2447. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CreateInboundPlanRequest.js +0 -96
  2448. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CreateInboundPlanResponse.js +0 -77
  2449. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CreateMarketplaceItemLabelsRequest.js +0 -121
  2450. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CreateMarketplaceItemLabelsResponse.js +0 -68
  2451. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Currency.js +0 -77
  2452. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/CustomPlacementInput.js +0 -78
  2453. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Dates.js +0 -65
  2454. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/DeliveryWindowOption.js +0 -107
  2455. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Dimensions.js +0 -97
  2456. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/DocumentDownload.js +0 -85
  2457. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Error.js +0 -85
  2458. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ErrorList.js +0 -68
  2459. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/FreightInformation.js +0 -73
  2460. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateDeliveryWindowOptionsResponse.js +0 -67
  2461. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GeneratePackingOptionsResponse.js +0 -67
  2462. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GeneratePlacementOptionsRequest.js +0 -66
  2463. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GeneratePlacementOptionsResponse.js +0 -67
  2464. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateSelfShipAppointmentSlotsRequest.js +0 -73
  2465. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateSelfShipAppointmentSlotsResponse.js +0 -67
  2466. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateShipmentContentUpdatePreviewsRequest.js +0 -79
  2467. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateShipmentContentUpdatePreviewsResponse.js +0 -67
  2468. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateTransportationOptionsRequest.js +0 -78
  2469. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GenerateTransportationOptionsResponse.js +0 -67
  2470. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GetDeliveryChallanDocumentResponse.js +0 -67
  2471. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/GetSelfShipAppointmentSlotsResponse.js +0 -75
  2472. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/InboundOperationStatus.js +0 -98
  2473. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/InboundPlan.js +0 -154
  2474. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/InboundPlanSummary.js +0 -127
  2475. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Incentive.js +0 -97
  2476. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Item.js +0 -134
  2477. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ItemInput.js +0 -113
  2478. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ItemLabelPageType.js +0 -109
  2479. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/LabelOwner.js +0 -53
  2480. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/LabelPrintType.js +0 -46
  2481. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListDeliveryWindowOptionsResponse.js +0 -76
  2482. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListInboundPlanBoxesResponse.js +0 -76
  2483. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListInboundPlanItemsResponse.js +0 -76
  2484. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListInboundPlanPalletsResponse.js +0 -76
  2485. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListInboundPlansResponse.js +0 -74
  2486. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListItemComplianceDetailsResponse.js +0 -66
  2487. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListPackingGroupBoxesResponse.js +0 -76
  2488. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListPackingGroupItemsResponse.js +0 -76
  2489. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListPackingOptionsResponse.js +0 -76
  2490. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListPlacementOptionsResponse.js +0 -76
  2491. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListPrepDetailsResponse.js +0 -68
  2492. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListShipmentBoxesResponse.js +0 -76
  2493. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListShipmentContentUpdatePreviewsResponse.js +0 -76
  2494. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListShipmentItemsResponse.js +0 -76
  2495. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListShipmentPalletsResponse.js +0 -76
  2496. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ListTransportationOptionsResponse.js +0 -76
  2497. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/LtlTrackingDetail.js +0 -73
  2498. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/LtlTrackingDetailInput.js +0 -75
  2499. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/MskuPrepDetail.js +0 -111
  2500. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/MskuPrepDetailInput.js +0 -88
  2501. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/MskuQuantity.js +0 -77
  2502. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/OperationProblem.js +0 -95
  2503. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/OperationStatus.js +0 -53
  2504. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/OwnerConstraint.js +0 -53
  2505. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PackageGroupingInput.js +0 -84
  2506. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PackingConfiguration.js +0 -83
  2507. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PackingOption.js +0 -138
  2508. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PackingOptionSummary.js +0 -77
  2509. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Pagination.js +0 -65
  2510. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Pallet.js +0 -99
  2511. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PalletInput.js +0 -91
  2512. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PlacementOption.js +0 -116
  2513. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PlacementOptionSummary.js +0 -77
  2514. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PrepCategory.js +0 -130
  2515. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PrepInstruction.js +0 -81
  2516. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PrepOwner.js +0 -53
  2517. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/PrepType.js +0 -144
  2518. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Quote.js +0 -83
  2519. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ReasonComment.js +0 -95
  2520. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Region.js +0 -81
  2521. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/RequestedUpdates.js +0 -75
  2522. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ScheduleSelfShipAppointmentRequest.js +0 -65
  2523. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ScheduleSelfShipAppointmentResponse.js +0 -67
  2524. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SelectedDeliveryWindow.js +0 -105
  2525. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SelfShipAppointmentDetails.js +0 -81
  2526. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SelfShipAppointmentSlotsAvailability.js +0 -74
  2527. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SetPackingInformationRequest.js +0 -68
  2528. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SetPackingInformationResponse.js +0 -67
  2529. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SetPrepDetailsRequest.js +0 -78
  2530. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SetPrepDetailsResponse.js +0 -67
  2531. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Shipment.js +0 -186
  2532. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ShipmentDestination.js +0 -83
  2533. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ShipmentSource.js +0 -75
  2534. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ShipmentSummary.js +0 -77
  2535. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ShipmentTransportationConfiguration.js +0 -102
  2536. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ShippingConfiguration.js +0 -73
  2537. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/ShippingRequirements.js +0 -77
  2538. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SpdTrackingDetail.js +0 -66
  2539. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SpdTrackingDetailInput.js +0 -68
  2540. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SpdTrackingItem.js +0 -81
  2541. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/SpdTrackingItemInput.js +0 -77
  2542. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Stackability.js +0 -46
  2543. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/TaxDetails.js +0 -82
  2544. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/TaxRate.js +0 -81
  2545. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/TrackingDetails.js +0 -73
  2546. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/TrackingDetailsInput.js +0 -73
  2547. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/TransportationOption.js +0 -133
  2548. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/TransportationSelection.js +0 -85
  2549. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UnitOfMeasurement.js +0 -46
  2550. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UnitOfWeight.js +0 -46
  2551. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateInboundPlanNameRequest.js +0 -67
  2552. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateItemComplianceDetailsRequest.js +0 -77
  2553. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateItemComplianceDetailsResponse.js +0 -67
  2554. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateShipmentNameRequest.js +0 -67
  2555. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateShipmentSourceAddressRequest.js +0 -67
  2556. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateShipmentSourceAddressResponse.js +0 -67
  2557. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateShipmentTrackingDetailsRequest.js +0 -67
  2558. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/UpdateShipmentTrackingDetailsResponse.js +0 -67
  2559. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Weight.js +0 -77
  2560. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/WeightRange.js +0 -87
  2561. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/Window.js +0 -85
  2562. package/sdk/fulfillmentinbound_v2024_03_20/src/js_client.fulfillmentinbound_v2024_03_20.model/WindowInput.js +0 -67
  2563. package/sdk/fulfillmentoutbound_v2020_07_01/README.md +0 -130
  2564. package/sdk/fulfillmentoutbound_v2020_07_01/docs/AdditionalLocationInfo.md +0 -58
  2565. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Address.md +0 -18
  2566. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Amount.md +0 -19
  2567. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CODSettings.md +0 -13
  2568. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CancelFulfillmentOrderResponse.md +0 -9
  2569. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateFulfillmentOrderItem.md +0 -17
  2570. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateFulfillmentOrderRequest.md +0 -25
  2571. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateFulfillmentOrderResponse.md +0 -9
  2572. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateFulfillmentReturnRequest.md +0 -9
  2573. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateFulfillmentReturnResponse.md +0 -10
  2574. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateFulfillmentReturnResult.md +0 -11
  2575. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CreateReturnItem.md +0 -13
  2576. package/sdk/fulfillmentoutbound_v2020_07_01/docs/CurrentStatus.md +0 -42
  2577. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DateRange.md +0 -10
  2578. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryDocument.md +0 -10
  2579. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryInformation.md +0 -10
  2580. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryMessage.md +0 -10
  2581. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryOffer.md +0 -11
  2582. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryPolicy.md +0 -9
  2583. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryPreferences.md +0 -10
  2584. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DeliveryWindow.md +0 -10
  2585. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Destination.md +0 -10
  2586. package/sdk/fulfillmentoutbound_v2020_07_01/docs/DropOffLocation.md +0 -33
  2587. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Error.md +0 -11
  2588. package/sdk/fulfillmentoutbound_v2020_07_01/docs/EventCode.md +0 -72
  2589. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FbaOutboundApi.md +0 -668
  2590. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Feature.md +0 -11
  2591. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FeatureSettings.md +0 -21
  2592. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FeatureSku.md +0 -13
  2593. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Fee.md +0 -25
  2594. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentAction.md +0 -10
  2595. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentOrder.md +0 -24
  2596. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentOrderItem.md +0 -22
  2597. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentOrderStatus.md +0 -24
  2598. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentPolicy.md +0 -12
  2599. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentPreview.md +0 -19
  2600. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentPreviewItem.md +0 -24
  2601. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentPreviewShipment.md +0 -14
  2602. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentReturnItemStatus.md +0 -10
  2603. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentShipment.md +0 -31
  2604. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentShipmentItem.md +0 -14
  2605. package/sdk/fulfillmentoutbound_v2020_07_01/docs/FulfillmentShipmentPackage.md +0 -14
  2606. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetDeliveryOffersProduct.md +0 -10
  2607. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetDeliveryOffersRequest.md +0 -10
  2608. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetDeliveryOffersResponse.md +0 -10
  2609. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetDeliveryOffersResult.md +0 -9
  2610. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetDeliveryOffersTerms.md +0 -10
  2611. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFeatureInventoryResponse.md +0 -10
  2612. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFeatureInventoryResult.md +0 -12
  2613. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFeatureSkuResponse.md +0 -10
  2614. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFeatureSkuResult.md +0 -13
  2615. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFeaturesResponse.md +0 -10
  2616. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFeaturesResult.md +0 -9
  2617. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFulfillmentOrderResponse.md +0 -10
  2618. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFulfillmentOrderResult.md +0 -14
  2619. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFulfillmentPreviewItem.md +0 -12
  2620. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFulfillmentPreviewRequest.md +0 -15
  2621. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFulfillmentPreviewResponse.md +0 -10
  2622. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetFulfillmentPreviewResult.md +0 -9
  2623. package/sdk/fulfillmentoutbound_v2020_07_01/docs/GetPackageTrackingDetailsResponse.md +0 -10
  2624. package/sdk/fulfillmentoutbound_v2020_07_01/docs/InvalidItemReason.md +0 -10
  2625. package/sdk/fulfillmentoutbound_v2020_07_01/docs/InvalidItemReasonCode.md +0 -14
  2626. package/sdk/fulfillmentoutbound_v2020_07_01/docs/InvalidReturnItem.md +0 -11
  2627. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ListAllFulfillmentOrdersResponse.md +0 -10
  2628. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ListAllFulfillmentOrdersResult.md +0 -10
  2629. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ListReturnReasonCodesResponse.md +0 -10
  2630. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ListReturnReasonCodesResult.md +0 -9
  2631. package/sdk/fulfillmentoutbound_v2020_07_01/docs/LockerDetails.md +0 -10
  2632. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Money.md +0 -10
  2633. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Origin.md +0 -9
  2634. package/sdk/fulfillmentoutbound_v2020_07_01/docs/PackageTrackingDetails.md +0 -23
  2635. package/sdk/fulfillmentoutbound_v2020_07_01/docs/PaymentInformation.md +0 -11
  2636. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ProductIdentifier.md +0 -9
  2637. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ReasonCodeDetails.md +0 -11
  2638. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ReturnAuthorization.md +0 -13
  2639. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ReturnItem.md +0 -19
  2640. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ReturnItemDisposition.md +0 -16
  2641. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ScheduledDeliveryInfo.md +0 -10
  2642. package/sdk/fulfillmentoutbound_v2020_07_01/docs/ShippingSpeedCategory.md +0 -14
  2643. package/sdk/fulfillmentoutbound_v2020_07_01/docs/SubmitFulfillmentOrderStatusUpdateRequest.md +0 -9
  2644. package/sdk/fulfillmentoutbound_v2020_07_01/docs/SubmitFulfillmentOrderStatusUpdateResponse.md +0 -9
  2645. package/sdk/fulfillmentoutbound_v2020_07_01/docs/TrackingAddress.md +0 -11
  2646. package/sdk/fulfillmentoutbound_v2020_07_01/docs/TrackingEvent.md +0 -12
  2647. package/sdk/fulfillmentoutbound_v2020_07_01/docs/UnfulfillablePreviewItem.md +0 -12
  2648. package/sdk/fulfillmentoutbound_v2020_07_01/docs/UpdateFulfillmentOrderItem.md +0 -18
  2649. package/sdk/fulfillmentoutbound_v2020_07_01/docs/UpdateFulfillmentOrderRequest.md +0 -20
  2650. package/sdk/fulfillmentoutbound_v2020_07_01/docs/UpdateFulfillmentOrderResponse.md +0 -9
  2651. package/sdk/fulfillmentoutbound_v2020_07_01/docs/VariablePrecisionAddress.md +0 -16
  2652. package/sdk/fulfillmentoutbound_v2020_07_01/docs/Weight.md +0 -25
  2653. package/sdk/fulfillmentoutbound_v2020_07_01/src/ApiClient.js +0 -740
  2654. package/sdk/fulfillmentoutbound_v2020_07_01/src/index.js +0 -652
  2655. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.api/FbaOutboundApi.js +0 -792
  2656. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/AdditionalLocationInfo.js +0 -214
  2657. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Address.js +0 -147
  2658. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Amount.js +0 -91
  2659. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CODSettings.js +0 -96
  2660. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CancelFulfillmentOrderResponse.js +0 -66
  2661. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateFulfillmentOrderItem.js +0 -133
  2662. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateFulfillmentOrderRequest.js +0 -210
  2663. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateFulfillmentOrderResponse.js +0 -66
  2664. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateFulfillmentReturnRequest.js +0 -68
  2665. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateFulfillmentReturnResponse.js +0 -74
  2666. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateFulfillmentReturnResult.js +0 -84
  2667. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CreateReturnItem.js +0 -105
  2668. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/CurrentStatus.js +0 -158
  2669. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DateRange.js +0 -77
  2670. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryDocument.js +0 -75
  2671. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryInformation.js +0 -74
  2672. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryMessage.js +0 -73
  2673. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryOffer.js +0 -81
  2674. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryPolicy.js +0 -65
  2675. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryPreferences.js +0 -73
  2676. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DeliveryWindow.js +0 -77
  2677. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Destination.js +0 -73
  2678. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/DropOffLocation.js +0 -131
  2679. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Error.js +0 -85
  2680. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/EventCode.js +0 -263
  2681. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Feature.js +0 -85
  2682. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FeatureSettings.js +0 -93
  2683. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FeatureSku.js +0 -97
  2684. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Fee.js +0 -109
  2685. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentAction.js +0 -46
  2686. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentOrder.js +0 -206
  2687. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentOrderItem.js +0 -177
  2688. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentOrderStatus.js +0 -95
  2689. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentPolicy.js +0 -53
  2690. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentPreview.js +0 -157
  2691. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentPreviewItem.js +0 -123
  2692. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentPreviewShipment.js +0 -108
  2693. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentReturnItemStatus.js +0 -46
  2694. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentShipment.js +0 -163
  2695. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentShipmentItem.js +0 -111
  2696. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/FulfillmentShipmentPackage.js +0 -109
  2697. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetDeliveryOffersProduct.js +0 -75
  2698. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetDeliveryOffersRequest.js +0 -77
  2699. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetDeliveryOffersResponse.js +0 -74
  2700. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetDeliveryOffersResult.js +0 -66
  2701. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetDeliveryOffersTerms.js +0 -77
  2702. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFeatureInventoryResponse.js +0 -74
  2703. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFeatureInventoryResult.js +0 -94
  2704. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFeatureSkuResponse.js +0 -74
  2705. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFeatureSkuResult.js +0 -103
  2706. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFeaturesResponse.js +0 -74
  2707. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFeaturesResult.js +0 -68
  2708. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFulfillmentOrderResponse.js +0 -74
  2709. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFulfillmentOrderResult.js +0 -118
  2710. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFulfillmentPreviewItem.js +0 -95
  2711. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFulfillmentPreviewRequest.js +0 -120
  2712. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFulfillmentPreviewResponse.js +0 -74
  2713. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetFulfillmentPreviewResult.js +0 -66
  2714. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/GetPackageTrackingDetailsResponse.js +0 -74
  2715. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/InvalidItemReason.js +0 -77
  2716. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/InvalidItemReasonCode.js +0 -60
  2717. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/InvalidReturnItem.js +0 -87
  2718. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ListAllFulfillmentOrdersResponse.js +0 -74
  2719. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ListAllFulfillmentOrdersResult.js +0 -74
  2720. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ListReturnReasonCodesResponse.js +0 -74
  2721. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ListReturnReasonCodesResult.js +0 -66
  2722. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/LockerDetails.js +0 -73
  2723. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Money.js +0 -77
  2724. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Origin.js +0 -67
  2725. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/PackageTrackingDetails.js +0 -180
  2726. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/PaymentInformation.js +0 -87
  2727. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ProductIdentifier.js +0 -67
  2728. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ReasonCodeDetails.js +0 -85
  2729. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ReturnAuthorization.js +0 -107
  2730. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ReturnItem.js +0 -157
  2731. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ReturnItemDisposition.js +0 -67
  2732. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ScheduledDeliveryInfo.js +0 -78
  2733. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/ShippingSpeedCategory.js +0 -60
  2734. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/SubmitFulfillmentOrderStatusUpdateRequest.js +0 -65
  2735. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/SubmitFulfillmentOrderStatusUpdateResponse.js +0 -66
  2736. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/TrackingAddress.js +0 -87
  2737. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/TrackingEvent.js +0 -97
  2738. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/UnfulfillablePreviewItem.js +0 -95
  2739. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/UpdateFulfillmentOrderItem.js +0 -139
  2740. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/UpdateFulfillmentOrderRequest.js +0 -155
  2741. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/UpdateFulfillmentOrderResponse.js +0 -66
  2742. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/VariablePrecisionAddress.js +0 -125
  2743. package/sdk/fulfillmentoutbound_v2020_07_01/src/js_client.fulfillmentoutbound_v2020_07_01.model/Weight.js +0 -109
  2744. package/sdk/invoices_v2024_06_19/README.md +0 -53
  2745. package/sdk/invoices_v2024_06_19/docs/AttributeOption.md +0 -10
  2746. package/sdk/invoices_v2024_06_19/docs/Error.md +0 -11
  2747. package/sdk/invoices_v2024_06_19/docs/ErrorList.md +0 -9
  2748. package/sdk/invoices_v2024_06_19/docs/Export.md +0 -14
  2749. package/sdk/invoices_v2024_06_19/docs/ExportInvoicesRequest.md +0 -18
  2750. package/sdk/invoices_v2024_06_19/docs/ExportInvoicesResponse.md +0 -9
  2751. package/sdk/invoices_v2024_06_19/docs/ExportStatus.md +0 -14
  2752. package/sdk/invoices_v2024_06_19/docs/FileFormat.md +0 -8
  2753. package/sdk/invoices_v2024_06_19/docs/GetInvoiceResponse.md +0 -9
  2754. package/sdk/invoices_v2024_06_19/docs/GetInvoicesAttributesResponse.md +0 -9
  2755. package/sdk/invoices_v2024_06_19/docs/GetInvoicesDocumentResponse.md +0 -9
  2756. package/sdk/invoices_v2024_06_19/docs/GetInvoicesExportResponse.md +0 -9
  2757. package/sdk/invoices_v2024_06_19/docs/GetInvoicesExportsResponse.md +0 -10
  2758. package/sdk/invoices_v2024_06_19/docs/GetInvoicesResponse.md +0 -10
  2759. package/sdk/invoices_v2024_06_19/docs/Invoice.md +0 -18
  2760. package/sdk/invoices_v2024_06_19/docs/InvoicesApi.md +0 -365
  2761. package/sdk/invoices_v2024_06_19/docs/InvoicesAttributes.md +0 -12
  2762. package/sdk/invoices_v2024_06_19/docs/InvoicesDocument.md +0 -10
  2763. package/sdk/invoices_v2024_06_19/docs/TransactionIdentifier.md +0 -10
  2764. package/sdk/invoices_v2024_06_19/src/ApiClient.js +0 -740
  2765. package/sdk/invoices_v2024_06_19/src/index.js +0 -162
  2766. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.api/InvoicesApi.js +0 -448
  2767. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/AttributeOption.js +0 -73
  2768. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/Error.js +0 -85
  2769. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/ErrorList.js +0 -68
  2770. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/Export.js +0 -105
  2771. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/ExportInvoicesRequest.js +0 -139
  2772. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/ExportInvoicesResponse.js +0 -65
  2773. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/ExportStatus.js +0 -60
  2774. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/FileFormat.js +0 -39
  2775. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/GetInvoiceResponse.js +0 -65
  2776. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/GetInvoicesAttributesResponse.js +0 -65
  2777. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/GetInvoicesDocumentResponse.js +0 -65
  2778. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/GetInvoicesExportResponse.js +0 -65
  2779. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/GetInvoicesExportsResponse.js +0 -74
  2780. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/GetInvoicesResponse.js +0 -74
  2781. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/Invoice.js +0 -138
  2782. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/InvoicesAttributes.js +0 -90
  2783. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/InvoicesDocument.js +0 -73
  2784. package/sdk/invoices_v2024_06_19/src/js_client.invoices_v2024_06_19.model/TransactionIdentifier.js +0 -73
  2785. package/sdk/invoicing_v0/README.md +0 -47
  2786. package/sdk/invoicing_v0/docs/Address.md +0 -20
  2787. package/sdk/invoicing_v0/docs/AddressTypeEnum.md +0 -10
  2788. package/sdk/invoicing_v0/docs/BuyerTaxInfo.md +0 -11
  2789. package/sdk/invoicing_v0/docs/Error.md +0 -11
  2790. package/sdk/invoicing_v0/docs/GetInvoiceStatusResponse.md +0 -10
  2791. package/sdk/invoicing_v0/docs/GetShipmentDetailsResponse.md +0 -10
  2792. package/sdk/invoicing_v0/docs/MarketplaceTaxInfo.md +0 -11
  2793. package/sdk/invoicing_v0/docs/Money.md +0 -10
  2794. package/sdk/invoicing_v0/docs/ShipmentDetail.md +0 -22
  2795. package/sdk/invoicing_v0/docs/ShipmentInvoiceApi.md +0 -145
  2796. package/sdk/invoicing_v0/docs/ShipmentInvoiceStatus.md +0 -14
  2797. package/sdk/invoicing_v0/docs/ShipmentInvoiceStatusInfo.md +0 -10
  2798. package/sdk/invoicing_v0/docs/ShipmentInvoiceStatusResponse.md +0 -9
  2799. package/sdk/invoicing_v0/docs/ShipmentItem.md +0 -19
  2800. package/sdk/invoicing_v0/docs/SubmitInvoiceRequest.md +0 -11
  2801. package/sdk/invoicing_v0/docs/SubmitInvoiceResponse.md +0 -9
  2802. package/sdk/invoicing_v0/docs/TaxClassification.md +0 -10
  2803. package/sdk/invoicing_v0/src/ApiClient.js +0 -740
  2804. package/sdk/invoicing_v0/src/index.js +0 -148
  2805. package/sdk/invoicing_v0/src/js_client.invoicing_v0.api/ShipmentInvoiceApi.js +0 -191
  2806. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/Address.js +0 -153
  2807. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/AddressTypeEnum.js +0 -46
  2808. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/BuyerTaxInfo.js +0 -82
  2809. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/Error.js +0 -85
  2810. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/GetInvoiceStatusResponse.js +0 -74
  2811. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/GetShipmentDetailsResponse.js +0 -74
  2812. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/MarketplaceTaxInfo.js +0 -82
  2813. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/Money.js +0 -73
  2814. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/ShipmentDetail.js +0 -170
  2815. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/ShipmentInvoiceStatus.js +0 -60
  2816. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/ShipmentInvoiceStatusInfo.js +0 -73
  2817. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/ShipmentInvoiceStatusResponse.js +0 -65
  2818. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/ShipmentItem.js +0 -141
  2819. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/SubmitInvoiceRequest.js +0 -85
  2820. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/SubmitInvoiceResponse.js +0 -66
  2821. package/sdk/invoicing_v0/src/js_client.invoicing_v0.model/TaxClassification.js +0 -73
  2822. package/sdk/listingsitems_v2021_08_01/README.md +0 -61
  2823. package/sdk/listingsitems_v2021_08_01/docs/Audience.md +0 -10
  2824. package/sdk/listingsitems_v2021_08_01/docs/Error.md +0 -11
  2825. package/sdk/listingsitems_v2021_08_01/docs/ErrorList.md +0 -9
  2826. package/sdk/listingsitems_v2021_08_01/docs/FulfillmentAvailability.md +0 -10
  2827. package/sdk/listingsitems_v2021_08_01/docs/Issue.md +0 -27
  2828. package/sdk/listingsitems_v2021_08_01/docs/IssueEnforcementAction.md +0 -9
  2829. package/sdk/listingsitems_v2021_08_01/docs/IssueEnforcements.md +0 -10
  2830. package/sdk/listingsitems_v2021_08_01/docs/IssueExemption.md +0 -23
  2831. package/sdk/listingsitems_v2021_08_01/docs/Item.md +0 -17
  2832. package/sdk/listingsitems_v2021_08_01/docs/ItemIdentifiersByMarketplace.md +0 -10
  2833. package/sdk/listingsitems_v2021_08_01/docs/ItemImage.md +0 -11
  2834. package/sdk/listingsitems_v2021_08_01/docs/ItemOfferByMarketplace.md +0 -24
  2835. package/sdk/listingsitems_v2021_08_01/docs/ItemProcurement.md +0 -9
  2836. package/sdk/listingsitems_v2021_08_01/docs/ItemProductTypeByMarketplace.md +0 -10
  2837. package/sdk/listingsitems_v2021_08_01/docs/ItemRelationship.md +0 -23
  2838. package/sdk/listingsitems_v2021_08_01/docs/ItemRelationshipsByMarketplace.md +0 -10
  2839. package/sdk/listingsitems_v2021_08_01/docs/ItemSearchResults.md +0 -11
  2840. package/sdk/listingsitems_v2021_08_01/docs/ItemSummaryByMarketplace.md +0 -62
  2841. package/sdk/listingsitems_v2021_08_01/docs/ItemVariationTheme.md +0 -10
  2842. package/sdk/listingsitems_v2021_08_01/docs/ListingsApi.md +0 -317
  2843. package/sdk/listingsitems_v2021_08_01/docs/ListingsItemPatchRequest.md +0 -10
  2844. package/sdk/listingsitems_v2021_08_01/docs/ListingsItemPutRequest.md +0 -24
  2845. package/sdk/listingsitems_v2021_08_01/docs/ListingsItemSubmissionResponse.md +0 -26
  2846. package/sdk/listingsitems_v2021_08_01/docs/Money.md +0 -10
  2847. package/sdk/listingsitems_v2021_08_01/docs/Pagination.md +0 -10
  2848. package/sdk/listingsitems_v2021_08_01/docs/PatchOperation.md +0 -24
  2849. package/sdk/listingsitems_v2021_08_01/docs/Points.md +0 -9
  2850. package/sdk/listingsitems_v2021_08_01/src/ApiClient.js +0 -740
  2851. package/sdk/listingsitems_v2021_08_01/src/index.js +0 -218
  2852. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.api/ListingsApi.js +0 -461
  2853. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Audience.js +0 -73
  2854. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Error.js +0 -85
  2855. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ErrorList.js +0 -67
  2856. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/FulfillmentAvailability.js +0 -75
  2857. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Issue.js +0 -139
  2858. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/IssueEnforcementAction.js +0 -67
  2859. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/IssueEnforcements.js +0 -78
  2860. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/IssueExemption.js +0 -101
  2861. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Item.js +0 -138
  2862. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemIdentifiersByMarketplace.js +0 -73
  2863. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemImage.js +0 -87
  2864. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemOfferByMarketplace.js +0 -123
  2865. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemProcurement.js +0 -67
  2866. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemProductTypeByMarketplace.js +0 -77
  2867. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemRelationship.js +0 -111
  2868. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemRelationshipsByMarketplace.js +0 -78
  2869. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemSearchResults.js +0 -86
  2870. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemSummaryByMarketplace.js +0 -253
  2871. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ItemVariationTheme.js +0 -77
  2872. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ListingsItemPatchRequest.js +0 -78
  2873. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ListingsItemPutRequest.js +0 -111
  2874. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/ListingsItemSubmissionResponse.js +0 -131
  2875. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Money.js +0 -77
  2876. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Pagination.js +0 -73
  2877. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/PatchOperation.js +0 -111
  2878. package/sdk/listingsitems_v2021_08_01/src/js_client.listingsitems_v2021_08_01.model/Points.js +0 -66
  2879. package/sdk/listingsrestrictions_v2021_08_01/README.md +0 -36
  2880. package/sdk/listingsrestrictions_v2021_08_01/docs/Error.md +0 -11
  2881. package/sdk/listingsrestrictions_v2021_08_01/docs/Link.md +0 -21
  2882. package/sdk/listingsrestrictions_v2021_08_01/docs/ListingsApi.md +0 -63
  2883. package/sdk/listingsrestrictions_v2021_08_01/docs/Reason.md +0 -24
  2884. package/sdk/listingsrestrictions_v2021_08_01/docs/Restriction.md +0 -44
  2885. package/sdk/listingsrestrictions_v2021_08_01/docs/RestrictionList.md +0 -9
  2886. package/sdk/listingsrestrictions_v2021_08_01/src/ApiClient.js +0 -740
  2887. package/sdk/listingsrestrictions_v2021_08_01/src/index.js +0 -71
  2888. package/sdk/listingsrestrictions_v2021_08_01/src/js_client.listingsrestrictions_v2021_08_01.api/ListingsApi.js +0 -111
  2889. package/sdk/listingsrestrictions_v2021_08_01/src/js_client.listingsrestrictions_v2021_08_01.model/Error.js +0 -85
  2890. package/sdk/listingsrestrictions_v2021_08_01/src/js_client.listingsrestrictions_v2021_08_01.model/Link.js +0 -107
  2891. package/sdk/listingsrestrictions_v2021_08_01/src/js_client.listingsrestrictions_v2021_08_01.model/Reason.js +0 -110
  2892. package/sdk/listingsrestrictions_v2021_08_01/src/js_client.listingsrestrictions_v2021_08_01.model/Restriction.js +0 -170
  2893. package/sdk/listingsrestrictions_v2021_08_01/src/js_client.listingsrestrictions_v2021_08_01.model/RestrictionList.js +0 -67
  2894. package/sdk/merchantfulfillment_v0/README.md +0 -89
  2895. package/sdk/merchantfulfillment_v0/docs/AdditionalInputs.md +0 -10
  2896. package/sdk/merchantfulfillment_v0/docs/AdditionalSellerInput.md +0 -17
  2897. package/sdk/merchantfulfillment_v0/docs/AdditionalSellerInputs.md +0 -10
  2898. package/sdk/merchantfulfillment_v0/docs/Address.md +0 -19
  2899. package/sdk/merchantfulfillment_v0/docs/AvailableCarrierWillPickUpOption.md +0 -10
  2900. package/sdk/merchantfulfillment_v0/docs/AvailableDeliveryExperienceOption.md +0 -10
  2901. package/sdk/merchantfulfillment_v0/docs/AvailableShippingServiceOptions.md +0 -10
  2902. package/sdk/merchantfulfillment_v0/docs/Benefits.md +0 -10
  2903. package/sdk/merchantfulfillment_v0/docs/CancelShipmentResponse.md +0 -10
  2904. package/sdk/merchantfulfillment_v0/docs/CarrierWillPickUpOption.md +0 -12
  2905. package/sdk/merchantfulfillment_v0/docs/Constraint.md +0 -10
  2906. package/sdk/merchantfulfillment_v0/docs/CreateShipmentRequest.md +0 -14
  2907. package/sdk/merchantfulfillment_v0/docs/CreateShipmentResponse.md +0 -10
  2908. package/sdk/merchantfulfillment_v0/docs/CurrencyAmount.md +0 -10
  2909. package/sdk/merchantfulfillment_v0/docs/DangerousGoodsDetails.md +0 -58
  2910. package/sdk/merchantfulfillment_v0/docs/DeliveryExperienceOption.md +0 -16
  2911. package/sdk/merchantfulfillment_v0/docs/DeliveryExperienceType.md +0 -14
  2912. package/sdk/merchantfulfillment_v0/docs/Error.md +0 -11
  2913. package/sdk/merchantfulfillment_v0/docs/ExcludedBenefit.md +0 -10
  2914. package/sdk/merchantfulfillment_v0/docs/FileContents.md +0 -11
  2915. package/sdk/merchantfulfillment_v0/docs/FileType.md +0 -12
  2916. package/sdk/merchantfulfillment_v0/docs/GetAdditionalSellerInputsRequest.md +0 -11
  2917. package/sdk/merchantfulfillment_v0/docs/GetAdditionalSellerInputsResponse.md +0 -10
  2918. package/sdk/merchantfulfillment_v0/docs/GetAdditionalSellerInputsResult.md +0 -10
  2919. package/sdk/merchantfulfillment_v0/docs/GetEligibleShipmentServicesRequest.md +0 -10
  2920. package/sdk/merchantfulfillment_v0/docs/GetEligibleShipmentServicesResponse.md +0 -10
  2921. package/sdk/merchantfulfillment_v0/docs/GetEligibleShipmentServicesResult.md +0 -12
  2922. package/sdk/merchantfulfillment_v0/docs/GetShipmentResponse.md +0 -10
  2923. package/sdk/merchantfulfillment_v0/docs/HazmatType.md +0 -10
  2924. package/sdk/merchantfulfillment_v0/docs/InputTargetType.md +0 -10
  2925. package/sdk/merchantfulfillment_v0/docs/Item.md +0 -17
  2926. package/sdk/merchantfulfillment_v0/docs/ItemLevelFields.md +0 -10
  2927. package/sdk/merchantfulfillment_v0/docs/Label.md +0 -13
  2928. package/sdk/merchantfulfillment_v0/docs/LabelCustomization.md +0 -10
  2929. package/sdk/merchantfulfillment_v0/docs/LabelDimensions.md +0 -11
  2930. package/sdk/merchantfulfillment_v0/docs/LabelFormat.md +0 -16
  2931. package/sdk/merchantfulfillment_v0/docs/LabelFormatOption.md +0 -10
  2932. package/sdk/merchantfulfillment_v0/docs/LabelFormatOptionRequest.md +0 -9
  2933. package/sdk/merchantfulfillment_v0/docs/Length.md +0 -10
  2934. package/sdk/merchantfulfillment_v0/docs/LiquidVolume.md +0 -31
  2935. package/sdk/merchantfulfillment_v0/docs/MerchantFulfillmentApi.md +0 -233
  2936. package/sdk/merchantfulfillment_v0/docs/PackageDimensions.md +0 -13
  2937. package/sdk/merchantfulfillment_v0/docs/PredefinedPackageDimensions.md +0 -106
  2938. package/sdk/merchantfulfillment_v0/docs/RejectedShippingService.md +0 -13
  2939. package/sdk/merchantfulfillment_v0/docs/SellerInputDefinition.md +0 -15
  2940. package/sdk/merchantfulfillment_v0/docs/Shipment.md +0 -23
  2941. package/sdk/merchantfulfillment_v0/docs/ShipmentRequestDetails.md +0 -18
  2942. package/sdk/merchantfulfillment_v0/docs/ShipmentStatus.md +0 -14
  2943. package/sdk/merchantfulfillment_v0/docs/ShippingOfferingFilter.md +0 -12
  2944. package/sdk/merchantfulfillment_v0/docs/ShippingService.md +0 -22
  2945. package/sdk/merchantfulfillment_v0/docs/ShippingServiceOptions.md +0 -13
  2946. package/sdk/merchantfulfillment_v0/docs/StandardIdForLabel.md +0 -8
  2947. package/sdk/merchantfulfillment_v0/docs/TemporarilyUnavailableCarrier.md +0 -9
  2948. package/sdk/merchantfulfillment_v0/docs/TermsAndConditionsNotAcceptedCarrier.md +0 -9
  2949. package/sdk/merchantfulfillment_v0/docs/UnitOfLength.md +0 -10
  2950. package/sdk/merchantfulfillment_v0/docs/UnitOfWeight.md +0 -10
  2951. package/sdk/merchantfulfillment_v0/docs/Weight.md +0 -10
  2952. package/sdk/merchantfulfillment_v0/src/ApiClient.js +0 -740
  2953. package/sdk/merchantfulfillment_v0/src/index.js +0 -428
  2954. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.api/MerchantFulfillmentApi.js +0 -281
  2955. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/AdditionalInputs.js +0 -73
  2956. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/AdditionalSellerInput.js +0 -129
  2957. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/AdditionalSellerInputs.js +0 -77
  2958. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Address.js +0 -159
  2959. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/AvailableCarrierWillPickUpOption.js +0 -77
  2960. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/AvailableDeliveryExperienceOption.js +0 -77
  2961. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/AvailableShippingServiceOptions.js +0 -79
  2962. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Benefits.js +0 -74
  2963. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/CancelShipmentResponse.js +0 -74
  2964. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/CarrierWillPickUpOption.js +0 -53
  2965. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Constraint.js +0 -75
  2966. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/CreateShipmentRequest.js +0 -110
  2967. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/CreateShipmentResponse.js +0 -74
  2968. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/CurrencyAmount.js +0 -77
  2969. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/DangerousGoodsDetails.js +0 -201
  2970. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/DeliveryExperienceOption.js +0 -67
  2971. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/DeliveryExperienceType.js +0 -60
  2972. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Error.js +0 -85
  2973. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ExcludedBenefit.js +0 -73
  2974. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/FileContents.js +0 -87
  2975. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/FileType.js +0 -53
  2976. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetAdditionalSellerInputsRequest.js +0 -87
  2977. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetAdditionalSellerInputsResponse.js +0 -74
  2978. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetAdditionalSellerInputsResult.js +0 -75
  2979. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetEligibleShipmentServicesRequest.js +0 -75
  2980. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetEligibleShipmentServicesResponse.js +0 -74
  2981. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetEligibleShipmentServicesResult.js +0 -95
  2982. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/GetShipmentResponse.js +0 -74
  2983. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/HazmatType.js +0 -46
  2984. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/InputTargetType.js +0 -46
  2985. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Item.js +0 -134
  2986. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ItemLevelFields.js +0 -78
  2987. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Label.js +0 -101
  2988. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/LabelCustomization.js +0 -73
  2989. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/LabelDimensions.js +0 -87
  2990. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/LabelFormat.js +0 -67
  2991. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/LabelFormatOption.js +0 -73
  2992. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/LabelFormatOptionRequest.js +0 -65
  2993. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Length.js +0 -73
  2994. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/LiquidVolume.js +0 -127
  2995. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/PackageDimensions.js +0 -97
  2996. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/PredefinedPackageDimensions.js +0 -382
  2997. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/RejectedShippingService.js +0 -105
  2998. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/SellerInputDefinition.js +0 -124
  2999. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Shipment.js +0 -201
  3000. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ShipmentRequestDetails.js +0 -150
  3001. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ShipmentStatus.js +0 -60
  3002. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ShippingOfferingFilter.js +0 -89
  3003. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ShippingService.js +0 -187
  3004. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/ShippingServiceOptions.js +0 -101
  3005. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/StandardIdForLabel.js +0 -39
  3006. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/TemporarilyUnavailableCarrier.js +0 -67
  3007. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/TermsAndConditionsNotAcceptedCarrier.js +0 -67
  3008. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/UnitOfLength.js +0 -46
  3009. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/UnitOfWeight.js +0 -46
  3010. package/sdk/merchantfulfillment_v0/src/js_client.merchantfulfillment_v0.model/Weight.js +0 -77
  3011. package/sdk/messaging_v1/README.md +0 -76
  3012. package/sdk/messaging_v1/docs/Attachment.md +0 -10
  3013. package/sdk/messaging_v1/docs/CreateAmazonMotorsRequest.md +0 -9
  3014. package/sdk/messaging_v1/docs/CreateAmazonMotorsResponse.md +0 -9
  3015. package/sdk/messaging_v1/docs/CreateConfirmCustomizationDetailsRequest.md +0 -10
  3016. package/sdk/messaging_v1/docs/CreateConfirmCustomizationDetailsResponse.md +0 -9
  3017. package/sdk/messaging_v1/docs/CreateConfirmDeliveryDetailsRequest.md +0 -9
  3018. package/sdk/messaging_v1/docs/CreateConfirmDeliveryDetailsResponse.md +0 -9
  3019. package/sdk/messaging_v1/docs/CreateConfirmOrderDetailsRequest.md +0 -9
  3020. package/sdk/messaging_v1/docs/CreateConfirmOrderDetailsResponse.md +0 -9
  3021. package/sdk/messaging_v1/docs/CreateConfirmServiceDetailsRequest.md +0 -9
  3022. package/sdk/messaging_v1/docs/CreateConfirmServiceDetailsResponse.md +0 -9
  3023. package/sdk/messaging_v1/docs/CreateDigitalAccessKeyRequest.md +0 -10
  3024. package/sdk/messaging_v1/docs/CreateDigitalAccessKeyResponse.md +0 -9
  3025. package/sdk/messaging_v1/docs/CreateLegalDisclosureRequest.md +0 -9
  3026. package/sdk/messaging_v1/docs/CreateLegalDisclosureResponse.md +0 -9
  3027. package/sdk/messaging_v1/docs/CreateNegativeFeedbackRemovalResponse.md +0 -9
  3028. package/sdk/messaging_v1/docs/CreateUnexpectedProblemRequest.md +0 -9
  3029. package/sdk/messaging_v1/docs/CreateUnexpectedProblemResponse.md +0 -9
  3030. package/sdk/messaging_v1/docs/CreateWarrantyRequest.md +0 -11
  3031. package/sdk/messaging_v1/docs/CreateWarrantyResponse.md +0 -9
  3032. package/sdk/messaging_v1/docs/Error.md +0 -11
  3033. package/sdk/messaging_v1/docs/GetAttributesResponse.md +0 -10
  3034. package/sdk/messaging_v1/docs/GetAttributesResponseBuyer.md +0 -9
  3035. package/sdk/messaging_v1/docs/GetMessagingActionResponse.md +0 -12
  3036. package/sdk/messaging_v1/docs/GetMessagingActionResponseEmbedded.md +0 -9
  3037. package/sdk/messaging_v1/docs/GetMessagingActionResponseLinks.md +0 -10
  3038. package/sdk/messaging_v1/docs/GetMessagingActionsForOrderResponse.md +0 -11
  3039. package/sdk/messaging_v1/docs/GetMessagingActionsForOrderResponseEmbedded.md +0 -9
  3040. package/sdk/messaging_v1/docs/GetMessagingActionsForOrderResponseLinks.md +0 -10
  3041. package/sdk/messaging_v1/docs/GetSchemaResponse.md +0 -11
  3042. package/sdk/messaging_v1/docs/GetSchemaResponseLinks.md +0 -9
  3043. package/sdk/messaging_v1/docs/InvoiceRequest.md +0 -9
  3044. package/sdk/messaging_v1/docs/InvoiceResponse.md +0 -9
  3045. package/sdk/messaging_v1/docs/LinkObject.md +0 -10
  3046. package/sdk/messaging_v1/docs/MessagingAction.md +0 -9
  3047. package/sdk/messaging_v1/docs/MessagingApi.md +0 -639
  3048. package/sdk/messaging_v1/src/ApiClient.js +0 -740
  3049. package/sdk/messaging_v1/src/index.js +0 -281
  3050. package/sdk/messaging_v1/src/js_client.messaging_v1.api/MessagingApi.js +0 -857
  3051. package/sdk/messaging_v1/src/js_client.messaging_v1.model/Attachment.js +0 -77
  3052. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateAmazonMotorsRequest.js +0 -66
  3053. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateAmazonMotorsResponse.js +0 -66
  3054. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmCustomizationDetailsRequest.js +0 -74
  3055. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmCustomizationDetailsResponse.js +0 -66
  3056. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmDeliveryDetailsRequest.js +0 -65
  3057. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmDeliveryDetailsResponse.js +0 -66
  3058. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmOrderDetailsRequest.js +0 -65
  3059. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmOrderDetailsResponse.js +0 -66
  3060. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmServiceDetailsRequest.js +0 -65
  3061. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateConfirmServiceDetailsResponse.js +0 -66
  3062. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateDigitalAccessKeyRequest.js +0 -74
  3063. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateDigitalAccessKeyResponse.js +0 -66
  3064. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateLegalDisclosureRequest.js +0 -66
  3065. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateLegalDisclosureResponse.js +0 -66
  3066. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateNegativeFeedbackRemovalResponse.js +0 -66
  3067. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateUnexpectedProblemRequest.js +0 -65
  3068. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateUnexpectedProblemResponse.js +0 -66
  3069. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateWarrantyRequest.js +0 -82
  3070. package/sdk/messaging_v1/src/js_client.messaging_v1.model/CreateWarrantyResponse.js +0 -66
  3071. package/sdk/messaging_v1/src/js_client.messaging_v1.model/Error.js +0 -85
  3072. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetAttributesResponse.js +0 -74
  3073. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetAttributesResponseBuyer.js +0 -65
  3074. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetMessagingActionResponse.js +0 -90
  3075. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetMessagingActionResponseEmbedded.js +0 -65
  3076. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetMessagingActionResponseLinks.js +0 -76
  3077. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetMessagingActionsForOrderResponse.js +0 -82
  3078. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetMessagingActionsForOrderResponseEmbedded.js +0 -67
  3079. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetMessagingActionsForOrderResponseLinks.js +0 -77
  3080. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetSchemaResponse.js +0 -82
  3081. package/sdk/messaging_v1/src/js_client.messaging_v1.model/GetSchemaResponseLinks.js +0 -67
  3082. package/sdk/messaging_v1/src/js_client.messaging_v1.model/InvoiceRequest.js +0 -66
  3083. package/sdk/messaging_v1/src/js_client.messaging_v1.model/InvoiceResponse.js +0 -66
  3084. package/sdk/messaging_v1/src/js_client.messaging_v1.model/LinkObject.js +0 -75
  3085. package/sdk/messaging_v1/src/js_client.messaging_v1.model/MessagingAction.js +0 -67
  3086. package/sdk/notifications_v1/README.md +0 -64
  3087. package/sdk/notifications_v1/docs/AggregationFilter.md +0 -9
  3088. package/sdk/notifications_v1/docs/AggregationSettings.md +0 -9
  3089. package/sdk/notifications_v1/docs/AggregationTimePeriod.md +0 -10
  3090. package/sdk/notifications_v1/docs/CreateDestinationRequest.md +0 -10
  3091. package/sdk/notifications_v1/docs/CreateDestinationResponse.md +0 -10
  3092. package/sdk/notifications_v1/docs/CreateSubscriptionRequest.md +0 -11
  3093. package/sdk/notifications_v1/docs/CreateSubscriptionResponse.md +0 -10
  3094. package/sdk/notifications_v1/docs/DeleteDestinationResponse.md +0 -9
  3095. package/sdk/notifications_v1/docs/DeleteSubscriptionByIdResponse.md +0 -9
  3096. package/sdk/notifications_v1/docs/Destination.md +0 -11
  3097. package/sdk/notifications_v1/docs/DestinationResource.md +0 -10
  3098. package/sdk/notifications_v1/docs/DestinationResourceSpecification.md +0 -10
  3099. package/sdk/notifications_v1/docs/Error.md +0 -11
  3100. package/sdk/notifications_v1/docs/EventBridgeResource.md +0 -11
  3101. package/sdk/notifications_v1/docs/EventBridgeResourceSpecification.md +0 -10
  3102. package/sdk/notifications_v1/docs/EventFilter.md +0 -23
  3103. package/sdk/notifications_v1/docs/GetDestinationResponse.md +0 -10
  3104. package/sdk/notifications_v1/docs/GetDestinationsResponse.md +0 -10
  3105. package/sdk/notifications_v1/docs/GetSubscriptionByIdResponse.md +0 -10
  3106. package/sdk/notifications_v1/docs/GetSubscriptionResponse.md +0 -10
  3107. package/sdk/notifications_v1/docs/MarketplaceFilter.md +0 -9
  3108. package/sdk/notifications_v1/docs/NotificationsApi.md +0 -374
  3109. package/sdk/notifications_v1/docs/OrderChangeTypeEnum.md +0 -10
  3110. package/sdk/notifications_v1/docs/OrderChangeTypeFilter.md +0 -9
  3111. package/sdk/notifications_v1/docs/ProcessingDirective.md +0 -9
  3112. package/sdk/notifications_v1/docs/SqsResource.md +0 -9
  3113. package/sdk/notifications_v1/docs/Subscription.md +0 -12
  3114. package/sdk/notifications_v1/src/ApiClient.js +0 -740
  3115. package/sdk/notifications_v1/src/index.js +0 -218
  3116. package/sdk/notifications_v1/src/js_client.notifications_v1.api/NotificationsApi.js +0 -450
  3117. package/sdk/notifications_v1/src/js_client.notifications_v1.model/AggregationFilter.js +0 -65
  3118. package/sdk/notifications_v1/src/js_client.notifications_v1.model/AggregationSettings.js +0 -67
  3119. package/sdk/notifications_v1/src/js_client.notifications_v1.model/AggregationTimePeriod.js +0 -46
  3120. package/sdk/notifications_v1/src/js_client.notifications_v1.model/CreateDestinationRequest.js +0 -77
  3121. package/sdk/notifications_v1/src/js_client.notifications_v1.model/CreateDestinationResponse.js +0 -74
  3122. package/sdk/notifications_v1/src/js_client.notifications_v1.model/CreateSubscriptionRequest.js +0 -85
  3123. package/sdk/notifications_v1/src/js_client.notifications_v1.model/CreateSubscriptionResponse.js +0 -74
  3124. package/sdk/notifications_v1/src/js_client.notifications_v1.model/DeleteDestinationResponse.js +0 -66
  3125. package/sdk/notifications_v1/src/js_client.notifications_v1.model/DeleteSubscriptionByIdResponse.js +0 -66
  3126. package/sdk/notifications_v1/src/js_client.notifications_v1.model/Destination.js +0 -87
  3127. package/sdk/notifications_v1/src/js_client.notifications_v1.model/DestinationResource.js +0 -73
  3128. package/sdk/notifications_v1/src/js_client.notifications_v1.model/DestinationResourceSpecification.js +0 -73
  3129. package/sdk/notifications_v1/src/js_client.notifications_v1.model/Error.js +0 -85
  3130. package/sdk/notifications_v1/src/js_client.notifications_v1.model/EventBridgeResource.js +0 -87
  3131. package/sdk/notifications_v1/src/js_client.notifications_v1.model/EventBridgeResourceSpecification.js +0 -77
  3132. package/sdk/notifications_v1/src/js_client.notifications_v1.model/EventFilter.js +0 -144
  3133. package/sdk/notifications_v1/src/js_client.notifications_v1.model/GetDestinationResponse.js +0 -74
  3134. package/sdk/notifications_v1/src/js_client.notifications_v1.model/GetDestinationsResponse.js +0 -75
  3135. package/sdk/notifications_v1/src/js_client.notifications_v1.model/GetSubscriptionByIdResponse.js +0 -74
  3136. package/sdk/notifications_v1/src/js_client.notifications_v1.model/GetSubscriptionResponse.js +0 -74
  3137. package/sdk/notifications_v1/src/js_client.notifications_v1.model/MarketplaceFilter.js +0 -65
  3138. package/sdk/notifications_v1/src/js_client.notifications_v1.model/OrderChangeTypeEnum.js +0 -46
  3139. package/sdk/notifications_v1/src/js_client.notifications_v1.model/OrderChangeTypeFilter.js +0 -66
  3140. package/sdk/notifications_v1/src/js_client.notifications_v1.model/ProcessingDirective.js +0 -65
  3141. package/sdk/notifications_v1/src/js_client.notifications_v1.model/SqsResource.js +0 -67
  3142. package/sdk/notifications_v1/src/js_client.notifications_v1.model/Subscription.js +0 -95
  3143. package/sdk/orders_v0/README.md +0 -111
  3144. package/sdk/orders_v0/docs/Address.md +0 -34
  3145. package/sdk/orders_v0/docs/AddressExtendedFields.md +0 -12
  3146. package/sdk/orders_v0/docs/AmazonPrograms.md +0 -9
  3147. package/sdk/orders_v0/docs/AssociatedItem.md +0 -11
  3148. package/sdk/orders_v0/docs/AssociationType.md +0 -8
  3149. package/sdk/orders_v0/docs/AutomatedShippingSettings.md +0 -11
  3150. package/sdk/orders_v0/docs/BusinessHours.md +0 -31
  3151. package/sdk/orders_v0/docs/BuyerCustomizedInfoDetail.md +0 -9
  3152. package/sdk/orders_v0/docs/BuyerInfo.md +0 -13
  3153. package/sdk/orders_v0/docs/BuyerRequestedCancel.md +0 -10
  3154. package/sdk/orders_v0/docs/BuyerTaxInfo.md +0 -11
  3155. package/sdk/orders_v0/docs/BuyerTaxInformation.md +0 -12
  3156. package/sdk/orders_v0/docs/ConfirmShipmentErrorResponse.md +0 -9
  3157. package/sdk/orders_v0/docs/ConfirmShipmentOrderItem.md +0 -11
  3158. package/sdk/orders_v0/docs/ConfirmShipmentRequest.md +0 -20
  3159. package/sdk/orders_v0/docs/ConstraintType.md +0 -8
  3160. package/sdk/orders_v0/docs/DeliveryPreferences.md +0 -12
  3161. package/sdk/orders_v0/docs/EasyShipShipmentStatus.md +0 -38
  3162. package/sdk/orders_v0/docs/ElectronicInvoiceStatus.md +0 -16
  3163. package/sdk/orders_v0/docs/Error.md +0 -11
  3164. package/sdk/orders_v0/docs/ExceptionDates.md +0 -11
  3165. package/sdk/orders_v0/docs/ExportInfo.md +0 -10
  3166. package/sdk/orders_v0/docs/FulfillmentInstruction.md +0 -9
  3167. package/sdk/orders_v0/docs/GetOrderAddressResponse.md +0 -10
  3168. package/sdk/orders_v0/docs/GetOrderBuyerInfoResponse.md +0 -10
  3169. package/sdk/orders_v0/docs/GetOrderItemsBuyerInfoResponse.md +0 -10
  3170. package/sdk/orders_v0/docs/GetOrderItemsResponse.md +0 -10
  3171. package/sdk/orders_v0/docs/GetOrderRegulatedInfoResponse.md +0 -10
  3172. package/sdk/orders_v0/docs/GetOrderResponse.md +0 -10
  3173. package/sdk/orders_v0/docs/GetOrdersResponse.md +0 -10
  3174. package/sdk/orders_v0/docs/ItemBuyerInfo.md +0 -13
  3175. package/sdk/orders_v0/docs/MarketplaceTaxInfo.md +0 -9
  3176. package/sdk/orders_v0/docs/Measurement.md +0 -65
  3177. package/sdk/orders_v0/docs/Money.md +0 -10
  3178. package/sdk/orders_v0/docs/OpenInterval.md +0 -10
  3179. package/sdk/orders_v0/docs/OpenTimeInterval.md +0 -10
  3180. package/sdk/orders_v0/docs/Order.md +0 -130
  3181. package/sdk/orders_v0/docs/OrderAddress.md +0 -12
  3182. package/sdk/orders_v0/docs/OrderBuyerInfo.md +0 -14
  3183. package/sdk/orders_v0/docs/OrderItem.md +0 -60
  3184. package/sdk/orders_v0/docs/OrderItemBuyerInfo.md +0 -14
  3185. package/sdk/orders_v0/docs/OrderItemsBuyerInfoList.md +0 -11
  3186. package/sdk/orders_v0/docs/OrderItemsInner.md +0 -10
  3187. package/sdk/orders_v0/docs/OrderItemsList.md +0 -11
  3188. package/sdk/orders_v0/docs/OrderRegulatedInfo.md +0 -12
  3189. package/sdk/orders_v0/docs/OrdersList.md +0 -12
  3190. package/sdk/orders_v0/docs/OrdersV0Api.md +0 -469
  3191. package/sdk/orders_v0/docs/OtherDeliveryAttributes.md +0 -12
  3192. package/sdk/orders_v0/docs/PackageDetail.md +0 -16
  3193. package/sdk/orders_v0/docs/PaymentExecutionDetailItem.md +0 -10
  3194. package/sdk/orders_v0/docs/PointsGrantedDetail.md +0 -10
  3195. package/sdk/orders_v0/docs/PreferredDeliveryTime.md +0 -10
  3196. package/sdk/orders_v0/docs/PrescriptionDetail.md +0 -15
  3197. package/sdk/orders_v0/docs/ProductInfoDetail.md +0 -9
  3198. package/sdk/orders_v0/docs/RegulatedInformation.md +0 -9
  3199. package/sdk/orders_v0/docs/RegulatedInformationField.md +0 -23
  3200. package/sdk/orders_v0/docs/RegulatedOrderVerificationStatus.md +0 -15
  3201. package/sdk/orders_v0/docs/RejectionReason.md +0 -10
  3202. package/sdk/orders_v0/docs/ShipmentApi.md +0 -55
  3203. package/sdk/orders_v0/docs/ShipmentStatus.md +0 -12
  3204. package/sdk/orders_v0/docs/ShippingConstraints.md +0 -12
  3205. package/sdk/orders_v0/docs/SubstitutionOption.md +0 -13
  3206. package/sdk/orders_v0/docs/SubstitutionPreferences.md +0 -23
  3207. package/sdk/orders_v0/docs/TaxClassification.md +0 -10
  3208. package/sdk/orders_v0/docs/TaxCollection.md +0 -28
  3209. package/sdk/orders_v0/docs/UpdateShipmentStatusErrorResponse.md +0 -9
  3210. package/sdk/orders_v0/docs/UpdateShipmentStatusRequest.md +0 -11
  3211. package/sdk/orders_v0/docs/UpdateVerificationStatusErrorResponse.md +0 -9
  3212. package/sdk/orders_v0/docs/UpdateVerificationStatusRequest.md +0 -9
  3213. package/sdk/orders_v0/docs/UpdateVerificationStatusRequestBody.md +0 -12
  3214. package/sdk/orders_v0/docs/ValidVerificationDetail.md +0 -10
  3215. package/sdk/orders_v0/docs/VerificationDetails.md +0 -9
  3216. package/sdk/orders_v0/docs/VerificationStatus.md +0 -16
  3217. package/sdk/orders_v0/src/ApiClient.js +0 -740
  3218. package/sdk/orders_v0/src/index.js +0 -540
  3219. package/sdk/orders_v0/src/js_client.orders_v0.api/OrdersV0Api.js +0 -571
  3220. package/sdk/orders_v0/src/js_client.orders_v0.api/ShipmentApi.js +0 -93
  3221. package/sdk/orders_v0/src/js_client.orders_v0.model/Address.js +0 -199
  3222. package/sdk/orders_v0/src/js_client.orders_v0.model/AddressExtendedFields.js +0 -89
  3223. package/sdk/orders_v0/src/js_client.orders_v0.model/AmazonPrograms.js +0 -67
  3224. package/sdk/orders_v0/src/js_client.orders_v0.model/AssociatedItem.js +0 -81
  3225. package/sdk/orders_v0/src/js_client.orders_v0.model/AssociationType.js +0 -39
  3226. package/sdk/orders_v0/src/js_client.orders_v0.model/AutomatedShippingSettings.js +0 -81
  3227. package/sdk/orders_v0/src/js_client.orders_v0.model/BusinessHours.js +0 -124
  3228. package/sdk/orders_v0/src/js_client.orders_v0.model/BuyerCustomizedInfoDetail.js +0 -65
  3229. package/sdk/orders_v0/src/js_client.orders_v0.model/BuyerInfo.js +0 -97
  3230. package/sdk/orders_v0/src/js_client.orders_v0.model/BuyerRequestedCancel.js +0 -73
  3231. package/sdk/orders_v0/src/js_client.orders_v0.model/BuyerTaxInfo.js +0 -82
  3232. package/sdk/orders_v0/src/js_client.orders_v0.model/BuyerTaxInformation.js +0 -89
  3233. package/sdk/orders_v0/src/js_client.orders_v0.model/ConfirmShipmentErrorResponse.js +0 -66
  3234. package/sdk/orders_v0/src/js_client.orders_v0.model/ConfirmShipmentOrderItem.js +0 -85
  3235. package/sdk/orders_v0/src/js_client.orders_v0.model/ConfirmShipmentRequest.js +0 -99
  3236. package/sdk/orders_v0/src/js_client.orders_v0.model/ConstraintType.js +0 -39
  3237. package/sdk/orders_v0/src/js_client.orders_v0.model/DeliveryPreferences.js +0 -90
  3238. package/sdk/orders_v0/src/js_client.orders_v0.model/EasyShipShipmentStatus.js +0 -144
  3239. package/sdk/orders_v0/src/js_client.orders_v0.model/ElectronicInvoiceStatus.js +0 -67
  3240. package/sdk/orders_v0/src/js_client.orders_v0.model/Error.js +0 -85
  3241. package/sdk/orders_v0/src/js_client.orders_v0.model/ExceptionDates.js +0 -82
  3242. package/sdk/orders_v0/src/js_client.orders_v0.model/ExportInfo.js +0 -73
  3243. package/sdk/orders_v0/src/js_client.orders_v0.model/FulfillmentInstruction.js +0 -65
  3244. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrderAddressResponse.js +0 -74
  3245. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrderBuyerInfoResponse.js +0 -74
  3246. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrderItemsBuyerInfoResponse.js +0 -74
  3247. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrderItemsResponse.js +0 -74
  3248. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrderRegulatedInfoResponse.js +0 -74
  3249. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrderResponse.js +0 -74
  3250. package/sdk/orders_v0/src/js_client.orders_v0.model/GetOrdersResponse.js +0 -74
  3251. package/sdk/orders_v0/src/js_client.orders_v0.model/ItemBuyerInfo.js +0 -96
  3252. package/sdk/orders_v0/src/js_client.orders_v0.model/MarketplaceTaxInfo.js +0 -66
  3253. package/sdk/orders_v0/src/js_client.orders_v0.model/Measurement.js +0 -229
  3254. package/sdk/orders_v0/src/js_client.orders_v0.model/Money.js +0 -73
  3255. package/sdk/orders_v0/src/js_client.orders_v0.model/OpenInterval.js +0 -72
  3256. package/sdk/orders_v0/src/js_client.orders_v0.model/OpenTimeInterval.js +0 -73
  3257. package/sdk/orders_v0/src/js_client.orders_v0.model/Order.js +0 -601
  3258. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderAddress.js +0 -91
  3259. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderBuyerInfo.js +0 -107
  3260. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderItem.js +0 -403
  3261. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderItemBuyerInfo.js +0 -106
  3262. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderItemsBuyerInfoList.js +0 -86
  3263. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderItemsInner.js +0 -72
  3264. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderItemsList.js +0 -86
  3265. package/sdk/orders_v0/src/js_client.orders_v0.model/OrderRegulatedInfo.js +0 -97
  3266. package/sdk/orders_v0/src/js_client.orders_v0.model/OrdersList.js +0 -92
  3267. package/sdk/orders_v0/src/js_client.orders_v0.model/OtherDeliveryAttributes.js +0 -53
  3268. package/sdk/orders_v0/src/js_client.orders_v0.model/PackageDetail.js +0 -132
  3269. package/sdk/orders_v0/src/js_client.orders_v0.model/PaymentExecutionDetailItem.js +0 -77
  3270. package/sdk/orders_v0/src/js_client.orders_v0.model/PointsGrantedDetail.js +0 -73
  3271. package/sdk/orders_v0/src/js_client.orders_v0.model/PreferredDeliveryTime.js +0 -75
  3272. package/sdk/orders_v0/src/js_client.orders_v0.model/PrescriptionDetail.js +0 -127
  3273. package/sdk/orders_v0/src/js_client.orders_v0.model/ProductInfoDetail.js +0 -65
  3274. package/sdk/orders_v0/src/js_client.orders_v0.model/RegulatedInformation.js +0 -68
  3275. package/sdk/orders_v0/src/js_client.orders_v0.model/RegulatedInformationField.js +0 -117
  3276. package/sdk/orders_v0/src/js_client.orders_v0.model/RegulatedOrderVerificationStatus.js +0 -120
  3277. package/sdk/orders_v0/src/js_client.orders_v0.model/RejectionReason.js +0 -77
  3278. package/sdk/orders_v0/src/js_client.orders_v0.model/ShipmentStatus.js +0 -53
  3279. package/sdk/orders_v0/src/js_client.orders_v0.model/ShippingConstraints.js +0 -86
  3280. package/sdk/orders_v0/src/js_client.orders_v0.model/SubstitutionOption.js +0 -97
  3281. package/sdk/orders_v0/src/js_client.orders_v0.model/SubstitutionPreferences.js +0 -102
  3282. package/sdk/orders_v0/src/js_client.orders_v0.model/TaxClassification.js +0 -73
  3283. package/sdk/orders_v0/src/js_client.orders_v0.model/TaxCollection.js +0 -101
  3284. package/sdk/orders_v0/src/js_client.orders_v0.model/UpdateShipmentStatusErrorResponse.js +0 -66
  3285. package/sdk/orders_v0/src/js_client.orders_v0.model/UpdateShipmentStatusRequest.js +0 -86
  3286. package/sdk/orders_v0/src/js_client.orders_v0.model/UpdateVerificationStatusErrorResponse.js +0 -66
  3287. package/sdk/orders_v0/src/js_client.orders_v0.model/UpdateVerificationStatusRequest.js +0 -67
  3288. package/sdk/orders_v0/src/js_client.orders_v0.model/UpdateVerificationStatusRequestBody.js +0 -91
  3289. package/sdk/orders_v0/src/js_client.orders_v0.model/ValidVerificationDetail.js +0 -78
  3290. package/sdk/orders_v0/src/js_client.orders_v0.model/VerificationDetails.js +0 -65
  3291. package/sdk/orders_v0/src/js_client.orders_v0.model/VerificationStatus.js +0 -67
  3292. package/sdk/pricing_v0/README.md +0 -85
  3293. package/sdk/pricing_v0/docs/ASINIdentifier.md +0 -10
  3294. package/sdk/pricing_v0/docs/BatchOffersRequestParams.md +0 -11
  3295. package/sdk/pricing_v0/docs/BatchOffersResponse.md +0 -11
  3296. package/sdk/pricing_v0/docs/BatchRequest.md +0 -11
  3297. package/sdk/pricing_v0/docs/BuyBoxPriceType.md +0 -17
  3298. package/sdk/pricing_v0/docs/CompetitivePriceType.md +0 -17
  3299. package/sdk/pricing_v0/docs/CompetitivePricingType.md +0 -11
  3300. package/sdk/pricing_v0/docs/ConditionType.md +0 -16
  3301. package/sdk/pricing_v0/docs/CustomerType.md +0 -10
  3302. package/sdk/pricing_v0/docs/DetailedShippingTimeType.md +0 -25
  3303. package/sdk/pricing_v0/docs/Error.md +0 -11
  3304. package/sdk/pricing_v0/docs/Errors.md +0 -9
  3305. package/sdk/pricing_v0/docs/FulfillmentChannelType.md +0 -10
  3306. package/sdk/pricing_v0/docs/GetItemOffersBatchRequest.md +0 -9
  3307. package/sdk/pricing_v0/docs/GetItemOffersBatchResponse.md +0 -9
  3308. package/sdk/pricing_v0/docs/GetListingOffersBatchRequest.md +0 -9
  3309. package/sdk/pricing_v0/docs/GetListingOffersBatchResponse.md +0 -9
  3310. package/sdk/pricing_v0/docs/GetOffersHttpStatusLine.md +0 -10
  3311. package/sdk/pricing_v0/docs/GetOffersResponse.md +0 -10
  3312. package/sdk/pricing_v0/docs/GetOffersResult.md +0 -16
  3313. package/sdk/pricing_v0/docs/GetPricingResponse.md +0 -10
  3314. package/sdk/pricing_v0/docs/HttpMethod.md +0 -16
  3315. package/sdk/pricing_v0/docs/HttpResponseHeaders.md +0 -10
  3316. package/sdk/pricing_v0/docs/IdentifierType.md +0 -10
  3317. package/sdk/pricing_v0/docs/ItemCondition.md +0 -16
  3318. package/sdk/pricing_v0/docs/ItemIdentifier.md +0 -12
  3319. package/sdk/pricing_v0/docs/ItemOffersRequest.md +0 -14
  3320. package/sdk/pricing_v0/docs/ItemOffersRequestParams.md +0 -12
  3321. package/sdk/pricing_v0/docs/ItemOffersResponse.md +0 -12
  3322. package/sdk/pricing_v0/docs/ListingOffersRequest.md +0 -14
  3323. package/sdk/pricing_v0/docs/ListingOffersRequestParams.md +0 -12
  3324. package/sdk/pricing_v0/docs/ListingOffersResponse.md +0 -12
  3325. package/sdk/pricing_v0/docs/LowestPriceType.md +0 -17
  3326. package/sdk/pricing_v0/docs/MoneyType.md +0 -10
  3327. package/sdk/pricing_v0/docs/OfferCountType.md +0 -11
  3328. package/sdk/pricing_v0/docs/OfferCustomerType.md +0 -10
  3329. package/sdk/pricing_v0/docs/OfferDetail.md +0 -24
  3330. package/sdk/pricing_v0/docs/OfferListingCountType.md +0 -10
  3331. package/sdk/pricing_v0/docs/OfferType.md +0 -17
  3332. package/sdk/pricing_v0/docs/Points.md +0 -10
  3333. package/sdk/pricing_v0/docs/Price.md +0 -12
  3334. package/sdk/pricing_v0/docs/PriceType.md +0 -12
  3335. package/sdk/pricing_v0/docs/PrimeInformationType.md +0 -10
  3336. package/sdk/pricing_v0/docs/Product.md +0 -14
  3337. package/sdk/pricing_v0/docs/ProductPricingApi.md +0 -316
  3338. package/sdk/pricing_v0/docs/QuantityDiscountPriceType.md +0 -11
  3339. package/sdk/pricing_v0/docs/QuantityDiscountType.md +0 -8
  3340. package/sdk/pricing_v0/docs/SalesRankType.md +0 -10
  3341. package/sdk/pricing_v0/docs/SellerFeedbackType.md +0 -10
  3342. package/sdk/pricing_v0/docs/SellerSKUIdentifier.md +0 -11
  3343. package/sdk/pricing_v0/docs/ShipsFromType.md +0 -10
  3344. package/sdk/pricing_v0/docs/Summary.md +0 -18
  3345. package/sdk/pricing_v0/src/ApiClient.js +0 -740
  3346. package/sdk/pricing_v0/src/index.js +0 -393
  3347. package/sdk/pricing_v0/src/js_client.pricing_v0.api/ProductPricingApi.js +0 -416
  3348. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ASINIdentifier.js +0 -77
  3349. package/sdk/pricing_v0/src/js_client.pricing_v0.model/BatchOffersRequestParams.js +0 -85
  3350. package/sdk/pricing_v0/src/js_client.pricing_v0.model/BatchOffersResponse.js +0 -83
  3351. package/sdk/pricing_v0/src/js_client.pricing_v0.model/BatchRequest.js +0 -85
  3352. package/sdk/pricing_v0/src/js_client.pricing_v0.model/BuyBoxPriceType.js +0 -135
  3353. package/sdk/pricing_v0/src/js_client.pricing_v0.model/CompetitivePriceType.js +0 -133
  3354. package/sdk/pricing_v0/src/js_client.pricing_v0.model/CompetitivePricingType.js +0 -87
  3355. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ConditionType.js +0 -67
  3356. package/sdk/pricing_v0/src/js_client.pricing_v0.model/CustomerType.js +0 -46
  3357. package/sdk/pricing_v0/src/js_client.pricing_v0.model/DetailedShippingTimeType.js +0 -115
  3358. package/sdk/pricing_v0/src/js_client.pricing_v0.model/Error.js +0 -85
  3359. package/sdk/pricing_v0/src/js_client.pricing_v0.model/Errors.js +0 -68
  3360. package/sdk/pricing_v0/src/js_client.pricing_v0.model/FulfillmentChannelType.js +0 -46
  3361. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetItemOffersBatchRequest.js +0 -66
  3362. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetItemOffersBatchResponse.js +0 -66
  3363. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetListingOffersBatchRequest.js +0 -66
  3364. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetListingOffersBatchResponse.js +0 -66
  3365. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetOffersHttpStatusLine.js +0 -73
  3366. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetOffersResponse.js +0 -74
  3367. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetOffersResult.js +0 -134
  3368. package/sdk/pricing_v0/src/js_client.pricing_v0.model/GetPricingResponse.js +0 -75
  3369. package/sdk/pricing_v0/src/js_client.pricing_v0.model/HttpMethod.js +0 -67
  3370. package/sdk/pricing_v0/src/js_client.pricing_v0.model/HttpResponseHeaders.js +0 -75
  3371. package/sdk/pricing_v0/src/js_client.pricing_v0.model/IdentifierType.js +0 -75
  3372. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ItemCondition.js +0 -67
  3373. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ItemIdentifier.js +0 -93
  3374. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ItemOffersRequest.js +0 -156
  3375. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ItemOffersRequestParams.js +0 -114
  3376. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ItemOffersResponse.js +0 -113
  3377. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ListingOffersRequest.js +0 -156
  3378. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ListingOffersRequestParams.js +0 -116
  3379. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ListingOffersResponse.js +0 -111
  3380. package/sdk/pricing_v0/src/js_client.pricing_v0.model/LowestPriceType.js +0 -133
  3381. package/sdk/pricing_v0/src/js_client.pricing_v0.model/MoneyType.js +0 -73
  3382. package/sdk/pricing_v0/src/js_client.pricing_v0.model/OfferCountType.js +0 -81
  3383. package/sdk/pricing_v0/src/js_client.pricing_v0.model/OfferCustomerType.js +0 -46
  3384. package/sdk/pricing_v0/src/js_client.pricing_v0.model/OfferDetail.js +0 -195
  3385. package/sdk/pricing_v0/src/js_client.pricing_v0.model/OfferListingCountType.js +0 -77
  3386. package/sdk/pricing_v0/src/js_client.pricing_v0.model/OfferType.js +0 -141
  3387. package/sdk/pricing_v0/src/js_client.pricing_v0.model/Points.js +0 -73
  3388. package/sdk/pricing_v0/src/js_client.pricing_v0.model/Price.js +0 -91
  3389. package/sdk/pricing_v0/src/js_client.pricing_v0.model/PriceType.js +0 -89
  3390. package/sdk/pricing_v0/src/js_client.pricing_v0.model/PrimeInformationType.js +0 -77
  3391. package/sdk/pricing_v0/src/js_client.pricing_v0.model/Product.js +0 -109
  3392. package/sdk/pricing_v0/src/js_client.pricing_v0.model/QuantityDiscountPriceType.js +0 -87
  3393. package/sdk/pricing_v0/src/js_client.pricing_v0.model/QuantityDiscountType.js +0 -39
  3394. package/sdk/pricing_v0/src/js_client.pricing_v0.model/SalesRankType.js +0 -77
  3395. package/sdk/pricing_v0/src/js_client.pricing_v0.model/SellerFeedbackType.js +0 -75
  3396. package/sdk/pricing_v0/src/js_client.pricing_v0.model/SellerSKUIdentifier.js +0 -87
  3397. package/sdk/pricing_v0/src/js_client.pricing_v0.model/ShipsFromType.js +0 -73
  3398. package/sdk/pricing_v0/src/js_client.pricing_v0.model/Summary.js +0 -141
  3399. package/sdk/pricing_v2022_05_01/README.md +0 -72
  3400. package/sdk/pricing_v2022_05_01/docs/BatchRequest.md +0 -12
  3401. package/sdk/pricing_v2022_05_01/docs/BatchResponse.md +0 -10
  3402. package/sdk/pricing_v2022_05_01/docs/CompetitiveSummaryBatchRequest.md +0 -9
  3403. package/sdk/pricing_v2022_05_01/docs/CompetitiveSummaryBatchResponse.md +0 -9
  3404. package/sdk/pricing_v2022_05_01/docs/CompetitiveSummaryIncludedData.md +0 -12
  3405. package/sdk/pricing_v2022_05_01/docs/CompetitiveSummaryRequest.md +0 -14
  3406. package/sdk/pricing_v2022_05_01/docs/CompetitiveSummaryResponse.md +0 -10
  3407. package/sdk/pricing_v2022_05_01/docs/CompetitiveSummaryResponseBody.md +0 -14
  3408. package/sdk/pricing_v2022_05_01/docs/Condition.md +0 -16
  3409. package/sdk/pricing_v2022_05_01/docs/Error.md +0 -11
  3410. package/sdk/pricing_v2022_05_01/docs/Errors.md +0 -9
  3411. package/sdk/pricing_v2022_05_01/docs/FeaturedBuyingOption.md +0 -19
  3412. package/sdk/pricing_v2022_05_01/docs/FeaturedOffer.md +0 -11
  3413. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferExpectedPrice.md +0 -10
  3414. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferExpectedPriceRequest.md +0 -15
  3415. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferExpectedPriceRequestParams.md +0 -11
  3416. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferExpectedPriceResponse.md +0 -12
  3417. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferExpectedPriceResponseBody.md +0 -11
  3418. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferExpectedPriceResult.md +0 -12
  3419. package/sdk/pricing_v2022_05_01/docs/FeaturedOfferSegment.md +0 -21
  3420. package/sdk/pricing_v2022_05_01/docs/FulfillmentType.md +0 -10
  3421. package/sdk/pricing_v2022_05_01/docs/GetFeaturedOfferExpectedPriceBatchRequest.md +0 -9
  3422. package/sdk/pricing_v2022_05_01/docs/GetFeaturedOfferExpectedPriceBatchResponse.md +0 -9
  3423. package/sdk/pricing_v2022_05_01/docs/HttpMethod.md +0 -16
  3424. package/sdk/pricing_v2022_05_01/docs/HttpStatusLine.md +0 -10
  3425. package/sdk/pricing_v2022_05_01/docs/LowestPricedOffer.md +0 -10
  3426. package/sdk/pricing_v2022_05_01/docs/LowestPricedOffersInput.md +0 -19
  3427. package/sdk/pricing_v2022_05_01/docs/MoneyType.md +0 -10
  3428. package/sdk/pricing_v2022_05_01/docs/Offer.md +0 -49
  3429. package/sdk/pricing_v2022_05_01/docs/OfferIdentifier.md +0 -13
  3430. package/sdk/pricing_v2022_05_01/docs/Points.md +0 -10
  3431. package/sdk/pricing_v2022_05_01/docs/PostalCode.md +0 -10
  3432. package/sdk/pricing_v2022_05_01/docs/Price.md +0 -11
  3433. package/sdk/pricing_v2022_05_01/docs/PrimeDetails.md +0 -22
  3434. package/sdk/pricing_v2022_05_01/docs/ProductPricingApi.md +0 -98
  3435. package/sdk/pricing_v2022_05_01/docs/ReferencePrice.md +0 -10
  3436. package/sdk/pricing_v2022_05_01/docs/SampleLocation.md +0 -9
  3437. package/sdk/pricing_v2022_05_01/docs/Segment.md +0 -9
  3438. package/sdk/pricing_v2022_05_01/docs/SegmentDetails.md +0 -10
  3439. package/sdk/pricing_v2022_05_01/docs/SegmentedFeaturedOffer.md +0 -50
  3440. package/sdk/pricing_v2022_05_01/docs/ShippingOption.md +0 -19
  3441. package/sdk/pricing_v2022_05_01/src/ApiClient.js +0 -740
  3442. package/sdk/pricing_v2022_05_01/src/index.js +0 -316
  3443. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.api/ProductPricingApi.js +0 -135
  3444. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/BatchRequest.js +0 -93
  3445. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/BatchResponse.js +0 -77
  3446. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/CompetitiveSummaryBatchRequest.js +0 -68
  3447. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/CompetitiveSummaryBatchResponse.js +0 -68
  3448. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/CompetitiveSummaryIncludedData.js +0 -53
  3449. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/CompetitiveSummaryRequest.js +0 -117
  3450. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/CompetitiveSummaryResponse.js +0 -77
  3451. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/CompetitiveSummaryResponseBody.js +0 -113
  3452. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Condition.js +0 -67
  3453. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Error.js +0 -85
  3454. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Errors.js +0 -68
  3455. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedBuyingOption.js +0 -92
  3456. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOffer.js +0 -83
  3457. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferExpectedPrice.js +0 -75
  3458. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferExpectedPriceRequest.js +0 -171
  3459. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferExpectedPriceRequestParams.js +0 -85
  3460. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferExpectedPriceResponse.js +0 -111
  3461. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferExpectedPriceResponseBody.js +0 -83
  3462. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferExpectedPriceResult.js +0 -90
  3463. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FeaturedOfferSegment.js +0 -97
  3464. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/FulfillmentType.js +0 -46
  3465. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/GetFeaturedOfferExpectedPriceBatchRequest.js +0 -66
  3466. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/GetFeaturedOfferExpectedPriceBatchResponse.js +0 -66
  3467. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/HttpMethod.js +0 -67
  3468. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/HttpStatusLine.js +0 -73
  3469. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/LowestPricedOffer.js +0 -78
  3470. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/LowestPricedOffersInput.js +0 -91
  3471. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/MoneyType.js +0 -73
  3472. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Offer.js +0 -216
  3473. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/OfferIdentifier.js +0 -101
  3474. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Points.js +0 -73
  3475. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/PostalCode.js +0 -73
  3476. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Price.js +0 -82
  3477. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/PrimeDetails.js +0 -93
  3478. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/ReferencePrice.js +0 -77
  3479. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/SampleLocation.js +0 -65
  3480. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/Segment.js +0 -65
  3481. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/SegmentDetails.js +0 -73
  3482. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/SegmentedFeaturedOffer.js +0 -275
  3483. package/sdk/pricing_v2022_05_01/src/js_client.pricing_v2022_05_01.model/ShippingOption.js +0 -91
  3484. package/sdk/productfees_v0/README.md +0 -49
  3485. package/sdk/productfees_v0/docs/Error.md +0 -11
  3486. package/sdk/productfees_v0/docs/FeeDetail.md +0 -14
  3487. package/sdk/productfees_v0/docs/FeesApi.md +0 -147
  3488. package/sdk/productfees_v0/docs/FeesEstimate.md +0 -11
  3489. package/sdk/productfees_v0/docs/FeesEstimateByIdRequest.md +0 -11
  3490. package/sdk/productfees_v0/docs/FeesEstimateError.md +0 -12
  3491. package/sdk/productfees_v0/docs/FeesEstimateIdentifier.md +0 -16
  3492. package/sdk/productfees_v0/docs/FeesEstimateRequest.md +0 -13
  3493. package/sdk/productfees_v0/docs/FeesEstimateResult.md +0 -12
  3494. package/sdk/productfees_v0/docs/GetMyFeesEstimateRequest.md +0 -9
  3495. package/sdk/productfees_v0/docs/GetMyFeesEstimateResponse.md +0 -10
  3496. package/sdk/productfees_v0/docs/GetMyFeesEstimateResult.md +0 -9
  3497. package/sdk/productfees_v0/docs/GetMyFeesEstimatesErrorList.md +0 -9
  3498. package/sdk/productfees_v0/docs/IdType.md +0 -10
  3499. package/sdk/productfees_v0/docs/IncludedFeeDetail.md +0 -13
  3500. package/sdk/productfees_v0/docs/MoneyType.md +0 -10
  3501. package/sdk/productfees_v0/docs/OptionalFulfillmentProgram.md +0 -12
  3502. package/sdk/productfees_v0/docs/Points.md +0 -10
  3503. package/sdk/productfees_v0/docs/PriceToEstimateFees.md +0 -11
  3504. package/sdk/productfees_v0/src/ApiClient.js +0 -740
  3505. package/sdk/productfees_v0/src/index.js +0 -162
  3506. package/sdk/productfees_v0/src/js_client.productfees_v0.api/FeesApi.js +0 -198
  3507. package/sdk/productfees_v0/src/js_client.productfees_v0.model/Error.js +0 -84
  3508. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeeDetail.js +0 -109
  3509. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeesEstimate.js +0 -84
  3510. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeesEstimateByIdRequest.js +0 -85
  3511. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeesEstimateError.js +0 -97
  3512. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeesEstimateIdentifier.js +0 -121
  3513. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeesEstimateRequest.js +0 -103
  3514. package/sdk/productfees_v0/src/js_client.productfees_v0.model/FeesEstimateResult.js +0 -89
  3515. package/sdk/productfees_v0/src/js_client.productfees_v0.model/GetMyFeesEstimateRequest.js +0 -65
  3516. package/sdk/productfees_v0/src/js_client.productfees_v0.model/GetMyFeesEstimateResponse.js +0 -73
  3517. package/sdk/productfees_v0/src/js_client.productfees_v0.model/GetMyFeesEstimateResult.js +0 -65
  3518. package/sdk/productfees_v0/src/js_client.productfees_v0.model/GetMyFeesEstimatesErrorList.js +0 -67
  3519. package/sdk/productfees_v0/src/js_client.productfees_v0.model/IdType.js +0 -46
  3520. package/sdk/productfees_v0/src/js_client.productfees_v0.model/IncludedFeeDetail.js +0 -100
  3521. package/sdk/productfees_v0/src/js_client.productfees_v0.model/MoneyType.js +0 -72
  3522. package/sdk/productfees_v0/src/js_client.productfees_v0.model/OptionalFulfillmentProgram.js +0 -53
  3523. package/sdk/productfees_v0/src/js_client.productfees_v0.model/Points.js +0 -71
  3524. package/sdk/productfees_v0/src/js_client.productfees_v0.model/PriceToEstimateFees.js +0 -82
  3525. package/sdk/producttypedefinitions_v2020_09_01/README.md +0 -41
  3526. package/sdk/producttypedefinitions_v2020_09_01/docs/DefinitionsApi.md +0 -122
  3527. package/sdk/producttypedefinitions_v2020_09_01/docs/Error.md +0 -11
  3528. package/sdk/producttypedefinitions_v2020_09_01/docs/ErrorList.md +0 -9
  3529. package/sdk/producttypedefinitions_v2020_09_01/docs/ProductType.md +0 -11
  3530. package/sdk/producttypedefinitions_v2020_09_01/docs/ProductTypeDefinition.md +0 -42
  3531. package/sdk/producttypedefinitions_v2020_09_01/docs/ProductTypeList.md +0 -10
  3532. package/sdk/producttypedefinitions_v2020_09_01/docs/ProductTypeVersion.md +0 -11
  3533. package/sdk/producttypedefinitions_v2020_09_01/docs/PropertyGroup.md +0 -11
  3534. package/sdk/producttypedefinitions_v2020_09_01/docs/SchemaLink.md +0 -10
  3535. package/sdk/producttypedefinitions_v2020_09_01/docs/SchemaLinkLink.md +0 -19
  3536. package/sdk/producttypedefinitions_v2020_09_01/src/ApiClient.js +0 -740
  3537. package/sdk/producttypedefinitions_v2020_09_01/src/index.js +0 -99
  3538. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.api/DefinitionsApi.js +0 -176
  3539. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/Error.js +0 -85
  3540. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/ErrorList.js +0 -67
  3541. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/ProductType.js +0 -87
  3542. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/ProductTypeDefinition.js +0 -201
  3543. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/ProductTypeList.js +0 -77
  3544. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/ProductTypeVersion.js +0 -85
  3545. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/PropertyGroup.js +0 -81
  3546. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/SchemaLink.js +0 -76
  3547. package/sdk/producttypedefinitions_v2020_09_01/src/js_client.producttypedefinitions_v2020_09_01.model/SchemaLinkLink.js +0 -91
  3548. package/sdk/replenishment_v2022_11_07/README.md +0 -69
  3549. package/sdk/replenishment_v2022_11_07/docs/AggregationFrequency.md +0 -14
  3550. package/sdk/replenishment_v2022_11_07/docs/AutoEnrollmentPreference.md +0 -10
  3551. package/sdk/replenishment_v2022_11_07/docs/DiscountFunding.md +0 -9
  3552. package/sdk/replenishment_v2022_11_07/docs/EligibilityStatus.md +0 -14
  3553. package/sdk/replenishment_v2022_11_07/docs/EnrollmentMethod.md +0 -10
  3554. package/sdk/replenishment_v2022_11_07/docs/Error.md +0 -11
  3555. package/sdk/replenishment_v2022_11_07/docs/ErrorList.md +0 -9
  3556. package/sdk/replenishment_v2022_11_07/docs/GetSellingPartnerMetricsRequest.md +0 -14
  3557. package/sdk/replenishment_v2022_11_07/docs/GetSellingPartnerMetricsResponse.md +0 -9
  3558. package/sdk/replenishment_v2022_11_07/docs/GetSellingPartnerMetricsResponseMetric.md +0 -30
  3559. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsRequest.md +0 -11
  3560. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsRequestFilters.md +0 -14
  3561. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsRequestPagination.md +0 -10
  3562. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsRequestSort.md +0 -10
  3563. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsResponse.md +0 -10
  3564. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsResponseOffer.md +0 -25
  3565. package/sdk/replenishment_v2022_11_07/docs/ListOfferMetricsSortKey.md +0 -24
  3566. package/sdk/replenishment_v2022_11_07/docs/ListOffersRequest.md +0 -11
  3567. package/sdk/replenishment_v2022_11_07/docs/ListOffersRequestFilters.md +0 -15
  3568. package/sdk/replenishment_v2022_11_07/docs/ListOffersRequestPagination.md +0 -10
  3569. package/sdk/replenishment_v2022_11_07/docs/ListOffersRequestSort.md +0 -10
  3570. package/sdk/replenishment_v2022_11_07/docs/ListOffersResponse.md +0 -10
  3571. package/sdk/replenishment_v2022_11_07/docs/ListOffersResponseOffer.md +0 -15
  3572. package/sdk/replenishment_v2022_11_07/docs/ListOffersSortKey.md +0 -16
  3573. package/sdk/replenishment_v2022_11_07/docs/Metric.md +0 -30
  3574. package/sdk/replenishment_v2022_11_07/docs/OfferProgramConfiguration.md +0 -11
  3575. package/sdk/replenishment_v2022_11_07/docs/OfferProgramConfigurationPreferences.md +0 -9
  3576. package/sdk/replenishment_v2022_11_07/docs/OfferProgramConfigurationPromotions.md +0 -12
  3577. package/sdk/replenishment_v2022_11_07/docs/OfferProgramConfigurationPromotionsDiscountFunding.md +0 -9
  3578. package/sdk/replenishment_v2022_11_07/docs/OffersApi.md +0 -102
  3579. package/sdk/replenishment_v2022_11_07/docs/PaginationResponse.md +0 -9
  3580. package/sdk/replenishment_v2022_11_07/docs/Preference.md +0 -9
  3581. package/sdk/replenishment_v2022_11_07/docs/ProgramType.md +0 -8
  3582. package/sdk/replenishment_v2022_11_07/docs/Promotion.md +0 -12
  3583. package/sdk/replenishment_v2022_11_07/docs/SellingpartnersApi.md +0 -55
  3584. package/sdk/replenishment_v2022_11_07/docs/SortOrder.md +0 -10
  3585. package/sdk/replenishment_v2022_11_07/docs/TimeInterval.md +0 -10
  3586. package/sdk/replenishment_v2022_11_07/docs/TimePeriodType.md +0 -10
  3587. package/sdk/replenishment_v2022_11_07/src/ApiClient.js +0 -740
  3588. package/sdk/replenishment_v2022_11_07/src/index.js +0 -295
  3589. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.api/OffersApi.js +0 -131
  3590. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.api/SellingpartnersApi.js +0 -84
  3591. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/AggregationFrequency.js +0 -60
  3592. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/AutoEnrollmentPreference.js +0 -46
  3593. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/DiscountFunding.js +0 -65
  3594. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/EligibilityStatus.js +0 -60
  3595. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/EnrollmentMethod.js +0 -46
  3596. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/Error.js +0 -85
  3597. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ErrorList.js +0 -68
  3598. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/GetSellingPartnerMetricsRequest.js +0 -115
  3599. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/GetSellingPartnerMetricsResponse.js +0 -66
  3600. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/GetSellingPartnerMetricsResponseMetric.js +0 -233
  3601. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsRequest.js +0 -85
  3602. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsRequestFilters.js +0 -114
  3603. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsRequestPagination.js +0 -77
  3604. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsRequestSort.js +0 -77
  3605. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsResponse.js +0 -74
  3606. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsResponseOffer.js +0 -193
  3607. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOfferMetricsSortKey.js +0 -95
  3608. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersRequest.js +0 -85
  3609. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersRequestFilters.js +0 -119
  3610. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersRequestPagination.js +0 -77
  3611. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersRequestSort.js +0 -77
  3612. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersResponse.js +0 -74
  3613. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersResponseOffer.js +0 -113
  3614. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ListOffersSortKey.js +0 -67
  3615. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/Metric.js +0 -116
  3616. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/OfferProgramConfiguration.js +0 -81
  3617. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/OfferProgramConfigurationPreferences.js +0 -65
  3618. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/OfferProgramConfigurationPromotions.js +0 -86
  3619. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/OfferProgramConfigurationPromotionsDiscountFunding.js +0 -65
  3620. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/PaginationResponse.js +0 -65
  3621. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/Preference.js +0 -66
  3622. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/ProgramType.js +0 -39
  3623. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/Promotion.js +0 -86
  3624. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/SortOrder.js +0 -46
  3625. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/TimeInterval.js +0 -77
  3626. package/sdk/replenishment_v2022_11_07/src/js_client.replenishment_v2022_11_07.model/TimePeriodType.js +0 -46
  3627. package/sdk/reports_v2021_06_30/README.md +0 -48
  3628. package/sdk/reports_v2021_06_30/docs/CreateReportResponse.md +0 -9
  3629. package/sdk/reports_v2021_06_30/docs/CreateReportScheduleResponse.md +0 -9
  3630. package/sdk/reports_v2021_06_30/docs/CreateReportScheduleSpecification.md +0 -56
  3631. package/sdk/reports_v2021_06_30/docs/CreateReportSpecification.md +0 -13
  3632. package/sdk/reports_v2021_06_30/docs/Error.md +0 -11
  3633. package/sdk/reports_v2021_06_30/docs/ErrorList.md +0 -9
  3634. package/sdk/reports_v2021_06_30/docs/GetReportsResponse.md +0 -10
  3635. package/sdk/reports_v2021_06_30/docs/Report.md +0 -36
  3636. package/sdk/reports_v2021_06_30/docs/ReportDocument.md +0 -20
  3637. package/sdk/reports_v2021_06_30/docs/ReportSchedule.md +0 -14
  3638. package/sdk/reports_v2021_06_30/docs/ReportScheduleList.md +0 -9
  3639. package/sdk/reports_v2021_06_30/docs/ReportsApi.md +0 -427
  3640. package/sdk/reports_v2021_06_30/src/ApiClient.js +0 -740
  3641. package/sdk/reports_v2021_06_30/src/index.js +0 -113
  3642. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.api/ReportsApi.js +0 -492
  3643. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/CreateReportResponse.js +0 -67
  3644. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/CreateReportScheduleResponse.js +0 -67
  3645. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/CreateReportScheduleSpecification.js +0 -219
  3646. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/CreateReportSpecification.js +0 -101
  3647. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/Error.js +0 -85
  3648. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/ErrorList.js +0 -68
  3649. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/GetReportsResponse.js +0 -76
  3650. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/Report.js +0 -191
  3651. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/ReportDocument.js +0 -99
  3652. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/ReportSchedule.js +0 -111
  3653. package/sdk/reports_v2021_06_30/src/js_client.reports_v2021_06_30.model/ReportScheduleList.js +0 -68
  3654. package/sdk/sales_v1/README.md +0 -33
  3655. package/sdk/sales_v1/docs/Error.md +0 -11
  3656. package/sdk/sales_v1/docs/GetOrderMetricsResponse.md +0 -10
  3657. package/sdk/sales_v1/docs/Money.md +0 -10
  3658. package/sdk/sales_v1/docs/OrderMetricsInterval.md +0 -14
  3659. package/sdk/sales_v1/docs/SalesApi.md +0 -71
  3660. package/sdk/sales_v1/src/ApiClient.js +0 -740
  3661. package/sdk/sales_v1/src/index.js +0 -64
  3662. package/sdk/sales_v1/src/js_client.sales_v1.api/SalesApi.js +0 -122
  3663. package/sdk/sales_v1/src/js_client.sales_v1.model/Error.js +0 -85
  3664. package/sdk/sales_v1/src/js_client.sales_v1.model/GetOrderMetricsResponse.js +0 -75
  3665. package/sdk/sales_v1/src/js_client.sales_v1.model/Money.js +0 -77
  3666. package/sdk/sales_v1/src/js_client.sales_v1.model/OrderMetricsInterval.js +0 -116
  3667. package/sdk/sellers_v1/README.md +0 -46
  3668. package/sdk/sellers_v1/docs/Account.md +0 -47
  3669. package/sdk/sellers_v1/docs/Address.md +0 -14
  3670. package/sdk/sellers_v1/docs/Business.md +0 -13
  3671. package/sdk/sellers_v1/docs/Error.md +0 -11
  3672. package/sdk/sellers_v1/docs/GetAccountResponse.md +0 -10
  3673. package/sdk/sellers_v1/docs/GetMarketplaceParticipationsResponse.md +0 -10
  3674. package/sdk/sellers_v1/docs/Marketplace.md +0 -14
  3675. package/sdk/sellers_v1/docs/MarketplaceParticipation.md +0 -11
  3676. package/sdk/sellers_v1/docs/Participation.md +0 -10
  3677. package/sdk/sellers_v1/docs/PrimaryContact.md +0 -11
  3678. package/sdk/sellers_v1/docs/SellersApi.md +0 -90
  3679. package/sdk/sellers_v1/src/ApiClient.js +0 -740
  3680. package/sdk/sellers_v1/src/index.js +0 -106
  3681. package/sdk/sellers_v1/src/js_client.sellers_v1.api/SellersApi.js +0 -118
  3682. package/sdk/sellers_v1/src/js_client.sellers_v1.model/Account.js +0 -180
  3683. package/sdk/sellers_v1/src/js_client.sellers_v1.model/Address.js +0 -109
  3684. package/sdk/sellers_v1/src/js_client.sellers_v1.model/Business.js +0 -101
  3685. package/sdk/sellers_v1/src/js_client.sellers_v1.model/Error.js +0 -85
  3686. package/sdk/sellers_v1/src/js_client.sellers_v1.model/GetAccountResponse.js +0 -74
  3687. package/sdk/sellers_v1/src/js_client.sellers_v1.model/GetMarketplaceParticipationsResponse.js +0 -75
  3688. package/sdk/sellers_v1/src/js_client.sellers_v1.model/Marketplace.js +0 -117
  3689. package/sdk/sellers_v1/src/js_client.sellers_v1.model/MarketplaceParticipation.js +0 -86
  3690. package/sdk/sellers_v1/src/js_client.sellers_v1.model/Participation.js +0 -77
  3691. package/sdk/sellers_v1/src/js_client.sellers_v1.model/PrimaryContact.js +0 -85
  3692. package/sdk/services_v1/README.md +0 -108
  3693. package/sdk/services_v1/docs/AddAppointmentRequest.md +0 -9
  3694. package/sdk/services_v1/docs/Address.md +0 -19
  3695. package/sdk/services_v1/docs/Appointment.md +0 -27
  3696. package/sdk/services_v1/docs/AppointmentResource.md +0 -9
  3697. package/sdk/services_v1/docs/AppointmentSlot.md +0 -11
  3698. package/sdk/services_v1/docs/AppointmentSlotReport.md +0 -23
  3699. package/sdk/services_v1/docs/AppointmentTime.md +0 -10
  3700. package/sdk/services_v1/docs/AppointmentTimeInput.md +0 -10
  3701. package/sdk/services_v1/docs/AssignAppointmentResourcesRequest.md +0 -9
  3702. package/sdk/services_v1/docs/AssignAppointmentResourcesResponse.md +0 -10
  3703. package/sdk/services_v1/docs/AssignAppointmentResourcesResponsePayload.md +0 -9
  3704. package/sdk/services_v1/docs/AssociatedItem.md +0 -30
  3705. package/sdk/services_v1/docs/AvailabilityRecord.md +0 -12
  3706. package/sdk/services_v1/docs/Buyer.md +0 -12
  3707. package/sdk/services_v1/docs/CancelReservationResponse.md +0 -9
  3708. package/sdk/services_v1/docs/CancelServiceJobByServiceJobIdResponse.md +0 -9
  3709. package/sdk/services_v1/docs/CapacityType.md +0 -14
  3710. package/sdk/services_v1/docs/CompleteServiceJobByServiceJobIdResponse.md +0 -9
  3711. package/sdk/services_v1/docs/CreateReservationRecord.md +0 -11
  3712. package/sdk/services_v1/docs/CreateReservationRequest.md +0 -10
  3713. package/sdk/services_v1/docs/CreateReservationResponse.md +0 -10
  3714. package/sdk/services_v1/docs/CreateServiceDocumentUploadDestination.md +0 -10
  3715. package/sdk/services_v1/docs/DayOfWeek.md +0 -20
  3716. package/sdk/services_v1/docs/EncryptionDetails.md +0 -20
  3717. package/sdk/services_v1/docs/Error.md +0 -23
  3718. package/sdk/services_v1/docs/FixedSlot.md +0 -13
  3719. package/sdk/services_v1/docs/FixedSlotCapacity.md +0 -12
  3720. package/sdk/services_v1/docs/FixedSlotCapacityErrors.md +0 -9
  3721. package/sdk/services_v1/docs/FixedSlotCapacityQuery.md +0 -12
  3722. package/sdk/services_v1/docs/FulfillmentDocument.md +0 -10
  3723. package/sdk/services_v1/docs/FulfillmentTime.md +0 -10
  3724. package/sdk/services_v1/docs/GetAppointmentSlotsResponse.md +0 -10
  3725. package/sdk/services_v1/docs/GetServiceJobByServiceJobIdResponse.md +0 -10
  3726. package/sdk/services_v1/docs/GetServiceJobsResponse.md +0 -10
  3727. package/sdk/services_v1/docs/ItemDelivery.md +0 -10
  3728. package/sdk/services_v1/docs/ItemDeliveryPromise.md +0 -10
  3729. package/sdk/services_v1/docs/JobListing.md +0 -12
  3730. package/sdk/services_v1/docs/Poa.md +0 -28
  3731. package/sdk/services_v1/docs/RangeCapacity.md +0 -10
  3732. package/sdk/services_v1/docs/RangeSlot.md +0 -11
  3733. package/sdk/services_v1/docs/RangeSlotCapacity.md +0 -11
  3734. package/sdk/services_v1/docs/RangeSlotCapacityErrors.md +0 -9
  3735. package/sdk/services_v1/docs/RangeSlotCapacityQuery.md +0 -11
  3736. package/sdk/services_v1/docs/Recurrence.md +0 -11
  3737. package/sdk/services_v1/docs/RescheduleAppointmentRequest.md +0 -10
  3738. package/sdk/services_v1/docs/Reservation.md +0 -28
  3739. package/sdk/services_v1/docs/ScopeOfWork.md +0 -12
  3740. package/sdk/services_v1/docs/Seller.md +0 -9
  3741. package/sdk/services_v1/docs/ServiceApi.md +0 -867
  3742. package/sdk/services_v1/docs/ServiceDocumentUploadDestination.md +0 -12
  3743. package/sdk/services_v1/docs/ServiceJob.md +0 -43
  3744. package/sdk/services_v1/docs/ServiceJobProvider.md +0 -9
  3745. package/sdk/services_v1/docs/ServiceLocation.md +0 -23
  3746. package/sdk/services_v1/docs/ServiceUploadDocument.md +0 -30
  3747. package/sdk/services_v1/docs/SetAppointmentFulfillmentDataRequest.md +0 -11
  3748. package/sdk/services_v1/docs/SetAppointmentResponse.md +0 -11
  3749. package/sdk/services_v1/docs/Technician.md +0 -10
  3750. package/sdk/services_v1/docs/UpdateReservationRecord.md +0 -11
  3751. package/sdk/services_v1/docs/UpdateReservationRequest.md +0 -10
  3752. package/sdk/services_v1/docs/UpdateReservationResponse.md +0 -10
  3753. package/sdk/services_v1/docs/UpdateScheduleRecord.md +0 -11
  3754. package/sdk/services_v1/docs/UpdateScheduleRequest.md +0 -9
  3755. package/sdk/services_v1/docs/UpdateScheduleResponse.md +0 -10
  3756. package/sdk/services_v1/docs/Warning.md +0 -11
  3757. package/sdk/services_v1/src/ApiClient.js +0 -740
  3758. package/sdk/services_v1/src/index.js +0 -477
  3759. package/sdk/services_v1/src/js_client.services_v1.api/ServiceApi.js +0 -1115
  3760. package/sdk/services_v1/src/js_client.services_v1.model/AddAppointmentRequest.js +0 -67
  3761. package/sdk/services_v1/src/js_client.services_v1.model/Address.js +0 -149
  3762. package/sdk/services_v1/src/js_client.services_v1.model/Appointment.js +0 -132
  3763. package/sdk/services_v1/src/js_client.services_v1.model/AppointmentResource.js +0 -65
  3764. package/sdk/services_v1/src/js_client.services_v1.model/AppointmentSlot.js +0 -81
  3765. package/sdk/services_v1/src/js_client.services_v1.model/AppointmentSlotReport.js +0 -110
  3766. package/sdk/services_v1/src/js_client.services_v1.model/AppointmentTime.js +0 -77
  3767. package/sdk/services_v1/src/js_client.services_v1.model/AppointmentTimeInput.js +0 -75
  3768. package/sdk/services_v1/src/js_client.services_v1.model/AssignAppointmentResourcesRequest.js +0 -68
  3769. package/sdk/services_v1/src/js_client.services_v1.model/AssignAppointmentResourcesResponse.js +0 -74
  3770. package/sdk/services_v1/src/js_client.services_v1.model/AssignAppointmentResourcesResponsePayload.js +0 -66
  3771. package/sdk/services_v1/src/js_client.services_v1.model/AssociatedItem.js +0 -145
  3772. package/sdk/services_v1/src/js_client.services_v1.model/AvailabilityRecord.js +0 -93
  3773. package/sdk/services_v1/src/js_client.services_v1.model/Buyer.js +0 -89
  3774. package/sdk/services_v1/src/js_client.services_v1.model/CancelReservationResponse.js +0 -66
  3775. package/sdk/services_v1/src/js_client.services_v1.model/CancelServiceJobByServiceJobIdResponse.js +0 -66
  3776. package/sdk/services_v1/src/js_client.services_v1.model/CapacityType.js +0 -60
  3777. package/sdk/services_v1/src/js_client.services_v1.model/CompleteServiceJobByServiceJobIdResponse.js +0 -66
  3778. package/sdk/services_v1/src/js_client.services_v1.model/CreateReservationRecord.js +0 -83
  3779. package/sdk/services_v1/src/js_client.services_v1.model/CreateReservationRequest.js +0 -77
  3780. package/sdk/services_v1/src/js_client.services_v1.model/CreateReservationResponse.js +0 -74
  3781. package/sdk/services_v1/src/js_client.services_v1.model/CreateServiceDocumentUploadDestination.js +0 -74
  3782. package/sdk/services_v1/src/js_client.services_v1.model/DayOfWeek.js +0 -81
  3783. package/sdk/services_v1/src/js_client.services_v1.model/EncryptionDetails.js +0 -101
  3784. package/sdk/services_v1/src/js_client.services_v1.model/Error.js +0 -113
  3785. package/sdk/services_v1/src/js_client.services_v1.model/FixedSlot.js +0 -97
  3786. package/sdk/services_v1/src/js_client.services_v1.model/FixedSlotCapacity.js +0 -90
  3787. package/sdk/services_v1/src/js_client.services_v1.model/FixedSlotCapacityErrors.js +0 -66
  3788. package/sdk/services_v1/src/js_client.services_v1.model/FixedSlotCapacityQuery.js +0 -94
  3789. package/sdk/services_v1/src/js_client.services_v1.model/FulfillmentDocument.js +0 -73
  3790. package/sdk/services_v1/src/js_client.services_v1.model/FulfillmentTime.js +0 -73
  3791. package/sdk/services_v1/src/js_client.services_v1.model/GetAppointmentSlotsResponse.js +0 -74
  3792. package/sdk/services_v1/src/js_client.services_v1.model/GetServiceJobByServiceJobIdResponse.js +0 -74
  3793. package/sdk/services_v1/src/js_client.services_v1.model/GetServiceJobsResponse.js +0 -74
  3794. package/sdk/services_v1/src/js_client.services_v1.model/ItemDelivery.js +0 -73
  3795. package/sdk/services_v1/src/js_client.services_v1.model/ItemDeliveryPromise.js +0 -73
  3796. package/sdk/services_v1/src/js_client.services_v1.model/JobListing.js +0 -90
  3797. package/sdk/services_v1/src/js_client.services_v1.model/Poa.js +0 -130
  3798. package/sdk/services_v1/src/js_client.services_v1.model/RangeCapacity.js +0 -74
  3799. package/sdk/services_v1/src/js_client.services_v1.model/RangeSlot.js +0 -81
  3800. package/sdk/services_v1/src/js_client.services_v1.model/RangeSlotCapacity.js +0 -82
  3801. package/sdk/services_v1/src/js_client.services_v1.model/RangeSlotCapacityErrors.js +0 -66
  3802. package/sdk/services_v1/src/js_client.services_v1.model/RangeSlotCapacityQuery.js +0 -86
  3803. package/sdk/services_v1/src/js_client.services_v1.model/Recurrence.js +0 -84
  3804. package/sdk/services_v1/src/js_client.services_v1.model/RescheduleAppointmentRequest.js +0 -77
  3805. package/sdk/services_v1/src/js_client.services_v1.model/Reservation.js +0 -123
  3806. package/sdk/services_v1/src/js_client.services_v1.model/ScopeOfWork.js +0 -89
  3807. package/sdk/services_v1/src/js_client.services_v1.model/Seller.js +0 -65
  3808. package/sdk/services_v1/src/js_client.services_v1.model/ServiceDocumentUploadDestination.js +0 -95
  3809. package/sdk/services_v1/src/js_client.services_v1.model/ServiceJob.js +0 -222
  3810. package/sdk/services_v1/src/js_client.services_v1.model/ServiceJobProvider.js +0 -65
  3811. package/sdk/services_v1/src/js_client.services_v1.model/ServiceLocation.js +0 -99
  3812. package/sdk/services_v1/src/js_client.services_v1.model/ServiceUploadDocument.js +0 -129
  3813. package/sdk/services_v1/src/js_client.services_v1.model/SetAppointmentFulfillmentDataRequest.js +0 -83
  3814. package/sdk/services_v1/src/js_client.services_v1.model/SetAppointmentResponse.js +0 -83
  3815. package/sdk/services_v1/src/js_client.services_v1.model/Technician.js +0 -73
  3816. package/sdk/services_v1/src/js_client.services_v1.model/UpdateReservationRecord.js +0 -83
  3817. package/sdk/services_v1/src/js_client.services_v1.model/UpdateReservationRequest.js +0 -77
  3818. package/sdk/services_v1/src/js_client.services_v1.model/UpdateReservationResponse.js +0 -74
  3819. package/sdk/services_v1/src/js_client.services_v1.model/UpdateScheduleRecord.js +0 -83
  3820. package/sdk/services_v1/src/js_client.services_v1.model/UpdateScheduleRequest.js +0 -68
  3821. package/sdk/services_v1/src/js_client.services_v1.model/UpdateScheduleResponse.js +0 -75
  3822. package/sdk/services_v1/src/js_client.services_v1.model/Warning.js +0 -85
  3823. package/sdk/shipping_v2/README.md +0 -174
  3824. package/sdk/shipping_v2/docs/AccessPoint.md +0 -29
  3825. package/sdk/shipping_v2/docs/AccessPointDetails.md +0 -9
  3826. package/sdk/shipping_v2/docs/AccessPointType.md +0 -22
  3827. package/sdk/shipping_v2/docs/AccessibilityAttributes.md +0 -10
  3828. package/sdk/shipping_v2/docs/AccountStatus.md +0 -14
  3829. package/sdk/shipping_v2/docs/AccountType.md +0 -12
  3830. package/sdk/shipping_v2/docs/ActiveAccount.md +0 -10
  3831. package/sdk/shipping_v2/docs/Address.md +0 -20
  3832. package/sdk/shipping_v2/docs/AmazonOrderDetails.md +0 -9
  3833. package/sdk/shipping_v2/docs/AmazonShipmentDetails.md +0 -9
  3834. package/sdk/shipping_v2/docs/AvailableValueAddedServiceGroup.md +0 -12
  3835. package/sdk/shipping_v2/docs/Benefits.md +0 -10
  3836. package/sdk/shipping_v2/docs/CancelShipmentResponse.md +0 -9
  3837. package/sdk/shipping_v2/docs/Carrier.md +0 -10
  3838. package/sdk/shipping_v2/docs/CarrierAccount.md +0 -10
  3839. package/sdk/shipping_v2/docs/CarrierAccountAttribute.md +0 -11
  3840. package/sdk/shipping_v2/docs/CarrierAccountInput.md +0 -16
  3841. package/sdk/shipping_v2/docs/ChannelDetails.md +0 -11
  3842. package/sdk/shipping_v2/docs/ChannelType.md +0 -10
  3843. package/sdk/shipping_v2/docs/ChargeComponent.md +0 -21
  3844. package/sdk/shipping_v2/docs/ClaimReason.md +0 -16
  3845. package/sdk/shipping_v2/docs/ClientReferenceDetail.md +0 -21
  3846. package/sdk/shipping_v2/docs/CollectOnDelivery.md +0 -9
  3847. package/sdk/shipping_v2/docs/CollectionFormsHistoryRecord.md +0 -13
  3848. package/sdk/shipping_v2/docs/CollectionsFormDocument.md +0 -10
  3849. package/sdk/shipping_v2/docs/CreateClaimRequest.md +0 -14
  3850. package/sdk/shipping_v2/docs/CreateClaimResponse.md +0 -9
  3851. package/sdk/shipping_v2/docs/Currency.md +0 -10
  3852. package/sdk/shipping_v2/docs/DangerousGoodsDetails.md +0 -58
  3853. package/sdk/shipping_v2/docs/DateRange.md +0 -10
  3854. package/sdk/shipping_v2/docs/DetailCodes.md +0 -66
  3855. package/sdk/shipping_v2/docs/Dimensions.md +0 -23
  3856. package/sdk/shipping_v2/docs/DirectFulfillmentItemIdentifiers.md +0 -10
  3857. package/sdk/shipping_v2/docs/DirectPurchaseRequest.md +0 -14
  3858. package/sdk/shipping_v2/docs/DirectPurchaseResponse.md +0 -9
  3859. package/sdk/shipping_v2/docs/DirectPurchaseResult.md +0 -10
  3860. package/sdk/shipping_v2/docs/DocumentFormat.md +0 -12
  3861. package/sdk/shipping_v2/docs/DocumentSize.md +0 -22
  3862. package/sdk/shipping_v2/docs/DocumentType.md +0 -14
  3863. package/sdk/shipping_v2/docs/Error.md +0 -11
  3864. package/sdk/shipping_v2/docs/ErrorList.md +0 -9
  3865. package/sdk/shipping_v2/docs/Event.md +0 -12
  3866. package/sdk/shipping_v2/docs/EventCode.md +0 -34
  3867. package/sdk/shipping_v2/docs/ExceptionOperatingHours.md +0 -10
  3868. package/sdk/shipping_v2/docs/ExcludedBenefit.md +0 -10
  3869. package/sdk/shipping_v2/docs/GenerateCollectionFormRequest.md +0 -11
  3870. package/sdk/shipping_v2/docs/GenerateCollectionFormResponse.md +0 -9
  3871. package/sdk/shipping_v2/docs/GenerationStatus.md +0 -10
  3872. package/sdk/shipping_v2/docs/Geocode.md +0 -10
  3873. package/sdk/shipping_v2/docs/GetAccessPointsResponse.md +0 -9
  3874. package/sdk/shipping_v2/docs/GetAccessPointsResult.md +0 -9
  3875. package/sdk/shipping_v2/docs/GetAdditionalInputsResponse.md +0 -9
  3876. package/sdk/shipping_v2/docs/GetCarrierAccountFormInputsResponse.md +0 -9
  3877. package/sdk/shipping_v2/docs/GetCarrierAccountsRequest.md +0 -9
  3878. package/sdk/shipping_v2/docs/GetCarrierAccountsResponse.md +0 -9
  3879. package/sdk/shipping_v2/docs/GetCollectionFormHistoryRequest.md +0 -13
  3880. package/sdk/shipping_v2/docs/GetCollectionFormHistoryResponse.md +0 -10
  3881. package/sdk/shipping_v2/docs/GetCollectionFormResponse.md +0 -9
  3882. package/sdk/shipping_v2/docs/GetRatesRequest.md +0 -21
  3883. package/sdk/shipping_v2/docs/GetRatesResponse.md +0 -9
  3884. package/sdk/shipping_v2/docs/GetRatesResult.md +0 -11
  3885. package/sdk/shipping_v2/docs/GetShipmentDocumentsResponse.md +0 -9
  3886. package/sdk/shipping_v2/docs/GetShipmentDocumentsResult.md +0 -11
  3887. package/sdk/shipping_v2/docs/GetTrackingResponse.md +0 -9
  3888. package/sdk/shipping_v2/docs/GetTrackingResult.md +0 -13
  3889. package/sdk/shipping_v2/docs/GetUnmanifestedShipmentsRequest.md +0 -9
  3890. package/sdk/shipping_v2/docs/GetUnmanifestedShipmentsResponse.md +0 -9
  3891. package/sdk/shipping_v2/docs/GoodsOwner.md +0 -9
  3892. package/sdk/shipping_v2/docs/IneligibilityReason.md +0 -10
  3893. package/sdk/shipping_v2/docs/IneligibilityReasonCode.md +0 -26
  3894. package/sdk/shipping_v2/docs/IneligibleRate.md +0 -13
  3895. package/sdk/shipping_v2/docs/InputType.md +0 -10
  3896. package/sdk/shipping_v2/docs/InvoiceDetails.md +0 -10
  3897. package/sdk/shipping_v2/docs/Item.md +0 -20
  3898. package/sdk/shipping_v2/docs/LabelAttribute.md +0 -12
  3899. package/sdk/shipping_v2/docs/LinkCarrierAccountRequest.md +0 -12
  3900. package/sdk/shipping_v2/docs/LinkCarrierAccountResponse.md +0 -10
  3901. package/sdk/shipping_v2/docs/LinkableAccountType.md +0 -10
  3902. package/sdk/shipping_v2/docs/LinkableCarrier.md +0 -10
  3903. package/sdk/shipping_v2/docs/LiquidVolume.md +0 -31
  3904. package/sdk/shipping_v2/docs/Location.md +0 -12
  3905. package/sdk/shipping_v2/docs/NdrAction.md +0 -12
  3906. package/sdk/shipping_v2/docs/NdrRequestData.md +0 -10
  3907. package/sdk/shipping_v2/docs/OneClickShipmentRequest.md +0 -21
  3908. package/sdk/shipping_v2/docs/OneClickShipmentResponse.md +0 -9
  3909. package/sdk/shipping_v2/docs/OneClickShipmentResult.md +0 -14
  3910. package/sdk/shipping_v2/docs/OneClickShipmentValueAddedService.md +0 -10
  3911. package/sdk/shipping_v2/docs/OperatingHours.md +0 -11
  3912. package/sdk/shipping_v2/docs/Package.md +0 -16
  3913. package/sdk/shipping_v2/docs/PackageDocument.md +0 -11
  3914. package/sdk/shipping_v2/docs/PackageDocumentDetail.md +0 -11
  3915. package/sdk/shipping_v2/docs/PaymentType.md +0 -10
  3916. package/sdk/shipping_v2/docs/PrintOption.md +0 -12
  3917. package/sdk/shipping_v2/docs/Promise.md +0 -10
  3918. package/sdk/shipping_v2/docs/PurchaseShipmentRequest.md +0 -13
  3919. package/sdk/shipping_v2/docs/PurchaseShipmentResponse.md +0 -9
  3920. package/sdk/shipping_v2/docs/PurchaseShipmentResult.md +0 -12
  3921. package/sdk/shipping_v2/docs/Rate.md +0 -22
  3922. package/sdk/shipping_v2/docs/RateItem.md +0 -12
  3923. package/sdk/shipping_v2/docs/RateItemID.md +0 -72
  3924. package/sdk/shipping_v2/docs/RateItemType.md +0 -12
  3925. package/sdk/shipping_v2/docs/RequestedDocumentSpecification.md +0 -15
  3926. package/sdk/shipping_v2/docs/RequestedLabelCustomization.md +0 -9
  3927. package/sdk/shipping_v2/docs/RequestedValueAddedService.md +0 -9
  3928. package/sdk/shipping_v2/docs/Service.md +0 -10
  3929. package/sdk/shipping_v2/docs/ServiceSelection.md +0 -9
  3930. package/sdk/shipping_v2/docs/SettlementType.md +0 -10
  3931. package/sdk/shipping_v2/docs/ShipmentType.md +0 -10
  3932. package/sdk/shipping_v2/docs/ShipperInstruction.md +0 -9
  3933. package/sdk/shipping_v2/docs/ShippingApi.md +0 -1014
  3934. package/sdk/shipping_v2/docs/Status.md +0 -26
  3935. package/sdk/shipping_v2/docs/SubmitNdrFeedbackRequest.md +0 -11
  3936. package/sdk/shipping_v2/docs/SupportedDocumentDetail.md +0 -10
  3937. package/sdk/shipping_v2/docs/SupportedDocumentSpecification.md +0 -11
  3938. package/sdk/shipping_v2/docs/TaxDetail.md +0 -10
  3939. package/sdk/shipping_v2/docs/TaxType.md +0 -8
  3940. package/sdk/shipping_v2/docs/TimeOfDay.md +0 -11
  3941. package/sdk/shipping_v2/docs/TimeWindow.md +0 -10
  3942. package/sdk/shipping_v2/docs/TrackingDetailCodes.md +0 -10
  3943. package/sdk/shipping_v2/docs/TrackingSummary.md +0 -10
  3944. package/sdk/shipping_v2/docs/UnlinkCarrierAccountRequest.md +0 -10
  3945. package/sdk/shipping_v2/docs/UnlinkCarrierAccountResponse.md +0 -9
  3946. package/sdk/shipping_v2/docs/UnmanifestedCarrierInformation.md +0 -11
  3947. package/sdk/shipping_v2/docs/UnmanifestedShipmentLocation.md +0 -10
  3948. package/sdk/shipping_v2/docs/ValidationMetadata.md +0 -11
  3949. package/sdk/shipping_v2/docs/ValueAddedService.md +0 -11
  3950. package/sdk/shipping_v2/docs/ValueAddedServiceDetails.md +0 -9
  3951. package/sdk/shipping_v2/docs/Weight.md +0 -25
  3952. package/sdk/shipping_v2/src/ApiClient.js +0 -740
  3953. package/sdk/shipping_v2/src/index.js +0 -925
  3954. package/sdk/shipping_v2/src/js_client.shipping_v2.api/ShippingApi.js +0 -1208
  3955. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AccessPoint.js +0 -159
  3956. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AccessPointDetails.js +0 -65
  3957. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AccessPointType.js +0 -88
  3958. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AccessibilityAttributes.js +0 -73
  3959. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AccountStatus.js +0 -60
  3960. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AccountType.js +0 -53
  3961. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ActiveAccount.js +0 -73
  3962. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Address.js +0 -165
  3963. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AmazonOrderDetails.js +0 -67
  3964. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AmazonShipmentDetails.js +0 -67
  3965. package/sdk/shipping_v2/src/js_client.shipping_v2.model/AvailableValueAddedServiceGroup.js +0 -96
  3966. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Benefits.js +0 -78
  3967. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CancelShipmentResponse.js +0 -65
  3968. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Carrier.js +0 -77
  3969. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CarrierAccount.js +0 -77
  3970. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CarrierAccountAttribute.js +0 -81
  3971. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CarrierAccountInput.js +0 -122
  3972. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ChannelDetails.js +0 -83
  3973. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ChannelType.js +0 -46
  3974. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ChargeComponent.js +0 -93
  3975. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ClaimReason.js +0 -67
  3976. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ClientReferenceDetail.js +0 -97
  3977. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CollectOnDelivery.js +0 -67
  3978. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CollectionFormsHistoryRecord.js +0 -97
  3979. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CollectionsFormDocument.js +0 -73
  3980. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CreateClaimRequest.js +0 -111
  3981. package/sdk/shipping_v2/src/js_client.shipping_v2.model/CreateClaimResponse.js +0 -65
  3982. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Currency.js +0 -77
  3983. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DangerousGoodsDetails.js +0 -201
  3984. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DateRange.js +0 -73
  3985. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DetailCodes.js +0 -242
  3986. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Dimensions.js +0 -117
  3987. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DirectFulfillmentItemIdentifiers.js +0 -75
  3988. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DirectPurchaseRequest.js +0 -106
  3989. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DirectPurchaseResponse.js +0 -65
  3990. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DirectPurchaseResult.js +0 -76
  3991. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DocumentFormat.js +0 -53
  3992. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DocumentSize.js +0 -107
  3993. package/sdk/shipping_v2/src/js_client.shipping_v2.model/DocumentType.js +0 -60
  3994. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Error.js +0 -85
  3995. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ErrorList.js +0 -68
  3996. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Event.js +0 -93
  3997. package/sdk/shipping_v2/src/js_client.shipping_v2.model/EventCode.js +0 -130
  3998. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ExceptionOperatingHours.js +0 -73
  3999. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ExcludedBenefit.js +0 -75
  4000. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GenerateCollectionFormRequest.js +0 -84
  4001. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GenerateCollectionFormResponse.js +0 -65
  4002. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GenerationStatus.js +0 -46
  4003. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Geocode.js +0 -73
  4004. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetAccessPointsResponse.js +0 -65
  4005. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetAccessPointsResult.js +0 -68
  4006. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetAdditionalInputsResponse.js +0 -65
  4007. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetCarrierAccountFormInputsResponse.js +0 -66
  4008. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetCarrierAccountsRequest.js +0 -66
  4009. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetCarrierAccountsResponse.js +0 -68
  4010. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetCollectionFormHistoryRequest.js +0 -98
  4011. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetCollectionFormHistoryResponse.js +0 -74
  4012. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetCollectionFormResponse.js +0 -65
  4013. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetRatesRequest.js +0 -169
  4014. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetRatesResponse.js +0 -65
  4015. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetRatesResult.js +0 -87
  4016. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetShipmentDocumentsResponse.js +0 -65
  4017. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetShipmentDocumentsResult.js +0 -85
  4018. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetTrackingResponse.js +0 -65
  4019. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetTrackingResult.js +0 -108
  4020. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetUnmanifestedShipmentsRequest.js +0 -66
  4021. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GetUnmanifestedShipmentsResponse.js +0 -66
  4022. package/sdk/shipping_v2/src/js_client.shipping_v2.model/GoodsOwner.js +0 -67
  4023. package/sdk/shipping_v2/src/js_client.shipping_v2.model/IneligibilityReason.js +0 -77
  4024. package/sdk/shipping_v2/src/js_client.shipping_v2.model/IneligibilityReasonCode.js +0 -102
  4025. package/sdk/shipping_v2/src/js_client.shipping_v2.model/IneligibleRate.js +0 -108
  4026. package/sdk/shipping_v2/src/js_client.shipping_v2.model/InputType.js +0 -46
  4027. package/sdk/shipping_v2/src/js_client.shipping_v2.model/InvoiceDetails.js +0 -73
  4028. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Item.js +0 -155
  4029. package/sdk/shipping_v2/src/js_client.shipping_v2.model/LabelAttribute.js +0 -53
  4030. package/sdk/shipping_v2/src/js_client.shipping_v2.model/LinkCarrierAccountRequest.js +0 -95
  4031. package/sdk/shipping_v2/src/js_client.shipping_v2.model/LinkCarrierAccountResponse.js +0 -73
  4032. package/sdk/shipping_v2/src/js_client.shipping_v2.model/LinkableAccountType.js +0 -74
  4033. package/sdk/shipping_v2/src/js_client.shipping_v2.model/LinkableCarrier.js +0 -74
  4034. package/sdk/shipping_v2/src/js_client.shipping_v2.model/LiquidVolume.js +0 -127
  4035. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Location.js +0 -89
  4036. package/sdk/shipping_v2/src/js_client.shipping_v2.model/NdrAction.js +0 -53
  4037. package/sdk/shipping_v2/src/js_client.shipping_v2.model/NdrRequestData.js +0 -73
  4038. package/sdk/shipping_v2/src/js_client.shipping_v2.model/OneClickShipmentRequest.js +0 -172
  4039. package/sdk/shipping_v2/src/js_client.shipping_v2.model/OneClickShipmentResponse.js +0 -65
  4040. package/sdk/shipping_v2/src/js_client.shipping_v2.model/OneClickShipmentResult.js +0 -118
  4041. package/sdk/shipping_v2/src/js_client.shipping_v2.model/OneClickShipmentValueAddedService.js +0 -75
  4042. package/sdk/shipping_v2/src/js_client.shipping_v2.model/OperatingHours.js +0 -80
  4043. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Package.js +0 -133
  4044. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PackageDocument.js +0 -87
  4045. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PackageDocumentDetail.js +0 -86
  4046. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PaymentType.js +0 -46
  4047. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PrintOption.js +0 -96
  4048. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Promise.js +0 -72
  4049. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PurchaseShipmentRequest.js +0 -104
  4050. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PurchaseShipmentResponse.js +0 -65
  4051. package/sdk/shipping_v2/src/js_client.shipping_v2.model/PurchaseShipmentResult.js +0 -96
  4052. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Rate.js +0 -190
  4053. package/sdk/shipping_v2/src/js_client.shipping_v2.model/RateItem.js +0 -89
  4054. package/sdk/shipping_v2/src/js_client.shipping_v2.model/RateItemID.js +0 -263
  4055. package/sdk/shipping_v2/src/js_client.shipping_v2.model/RateItemType.js +0 -53
  4056. package/sdk/shipping_v2/src/js_client.shipping_v2.model/RequestedDocumentSpecification.js +0 -122
  4057. package/sdk/shipping_v2/src/js_client.shipping_v2.model/RequestedLabelCustomization.js +0 -66
  4058. package/sdk/shipping_v2/src/js_client.shipping_v2.model/RequestedValueAddedService.js +0 -67
  4059. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Service.js +0 -77
  4060. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ServiceSelection.js +0 -67
  4061. package/sdk/shipping_v2/src/js_client.shipping_v2.model/SettlementType.js +0 -46
  4062. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ShipmentType.js +0 -46
  4063. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ShipperInstruction.js +0 -65
  4064. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Status.js +0 -102
  4065. package/sdk/shipping_v2/src/js_client.shipping_v2.model/SubmitNdrFeedbackRequest.js +0 -85
  4066. package/sdk/shipping_v2/src/js_client.shipping_v2.model/SupportedDocumentDetail.js +0 -77
  4067. package/sdk/shipping_v2/src/js_client.shipping_v2.model/SupportedDocumentSpecification.js +0 -88
  4068. package/sdk/shipping_v2/src/js_client.shipping_v2.model/TaxDetail.js +0 -77
  4069. package/sdk/shipping_v2/src/js_client.shipping_v2.model/TaxType.js +0 -39
  4070. package/sdk/shipping_v2/src/js_client.shipping_v2.model/TimeOfDay.js +0 -81
  4071. package/sdk/shipping_v2/src/js_client.shipping_v2.model/TimeWindow.js +0 -73
  4072. package/sdk/shipping_v2/src/js_client.shipping_v2.model/TrackingDetailCodes.js +0 -78
  4073. package/sdk/shipping_v2/src/js_client.shipping_v2.model/TrackingSummary.js +0 -73
  4074. package/sdk/shipping_v2/src/js_client.shipping_v2.model/UnlinkCarrierAccountRequest.js +0 -74
  4075. package/sdk/shipping_v2/src/js_client.shipping_v2.model/UnlinkCarrierAccountResponse.js +0 -65
  4076. package/sdk/shipping_v2/src/js_client.shipping_v2.model/UnmanifestedCarrierInformation.js +0 -82
  4077. package/sdk/shipping_v2/src/js_client.shipping_v2.model/UnmanifestedShipmentLocation.js +0 -73
  4078. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ValidationMetadata.js +0 -81
  4079. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ValueAddedService.js +0 -87
  4080. package/sdk/shipping_v2/src/js_client.shipping_v2.model/ValueAddedServiceDetails.js +0 -65
  4081. package/sdk/shipping_v2/src/js_client.shipping_v2.model/Weight.js +0 -109
  4082. package/sdk/solicitations_v1/README.md +0 -42
  4083. package/sdk/solicitations_v1/docs/CreateProductReviewAndSellerFeedbackSolicitationResponse.md +0 -9
  4084. package/sdk/solicitations_v1/docs/Error.md +0 -11
  4085. package/sdk/solicitations_v1/docs/GetSchemaResponse.md +0 -11
  4086. package/sdk/solicitations_v1/docs/GetSchemaResponseLinks.md +0 -9
  4087. package/sdk/solicitations_v1/docs/GetSolicitationActionResponse.md +0 -12
  4088. package/sdk/solicitations_v1/docs/GetSolicitationActionResponseEmbedded.md +0 -9
  4089. package/sdk/solicitations_v1/docs/GetSolicitationActionResponseLinks.md +0 -10
  4090. package/sdk/solicitations_v1/docs/GetSolicitationActionsForOrderResponse.md +0 -11
  4091. package/sdk/solicitations_v1/docs/GetSolicitationActionsForOrderResponseEmbedded.md +0 -9
  4092. package/sdk/solicitations_v1/docs/GetSolicitationActionsForOrderResponseLinks.md +0 -10
  4093. package/sdk/solicitations_v1/docs/LinkObject.md +0 -10
  4094. package/sdk/solicitations_v1/docs/SolicitationsAction.md +0 -9
  4095. package/sdk/solicitations_v1/docs/SolicitationsApi.md +0 -102
  4096. package/sdk/solicitations_v1/src/ApiClient.js +0 -740
  4097. package/sdk/solicitations_v1/src/index.js +0 -120
  4098. package/sdk/solicitations_v1/src/js_client.solicitations_v1.api/SolicitationsApi.js +0 -150
  4099. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/CreateProductReviewAndSellerFeedbackSolicitationResponse.js +0 -66
  4100. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/Error.js +0 -85
  4101. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSchemaResponse.js +0 -81
  4102. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSchemaResponseLinks.js +0 -66
  4103. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSolicitationActionResponse.js +0 -90
  4104. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSolicitationActionResponseEmbedded.js +0 -64
  4105. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSolicitationActionResponseLinks.js +0 -75
  4106. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSolicitationActionsForOrderResponse.js +0 -82
  4107. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSolicitationActionsForOrderResponseEmbedded.js +0 -66
  4108. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/GetSolicitationActionsForOrderResponseLinks.js +0 -76
  4109. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/LinkObject.js +0 -75
  4110. package/sdk/solicitations_v1/src/js_client.solicitations_v1.model/SolicitationsAction.js +0 -66
  4111. package/sdk/supplysources_v2020_07_01/README.md +0 -70
  4112. package/sdk/supplysources_v2020_07_01/docs/Address.md +0 -19
  4113. package/sdk/supplysources_v2020_07_01/docs/AddressWithContact.md +0 -10
  4114. package/sdk/supplysources_v2020_07_01/docs/ContactDetails.md +0 -9
  4115. package/sdk/supplysources_v2020_07_01/docs/ContactDetailsPrimary.md +0 -10
  4116. package/sdk/supplysources_v2020_07_01/docs/CreateSupplySourceRequest.md +0 -11
  4117. package/sdk/supplysources_v2020_07_01/docs/CreateSupplySourceResponse.md +0 -10
  4118. package/sdk/supplysources_v2020_07_01/docs/CurbsidePickupConfiguration.md +0 -11
  4119. package/sdk/supplysources_v2020_07_01/docs/DeliveryChannel.md +0 -10
  4120. package/sdk/supplysources_v2020_07_01/docs/Duration.md +0 -10
  4121. package/sdk/supplysources_v2020_07_01/docs/Error.md +0 -11
  4122. package/sdk/supplysources_v2020_07_01/docs/ErrorList.md +0 -9
  4123. package/sdk/supplysources_v2020_07_01/docs/GetSupplySourcesResponse.md +0 -10
  4124. package/sdk/supplysources_v2020_07_01/docs/InStorePickupConfiguration.md +0 -10
  4125. package/sdk/supplysources_v2020_07_01/docs/OperatingHour.md +0 -10
  4126. package/sdk/supplysources_v2020_07_01/docs/OperatingHoursByDay.md +0 -15
  4127. package/sdk/supplysources_v2020_07_01/docs/OperationalConfiguration.md +0 -12
  4128. package/sdk/supplysources_v2020_07_01/docs/OutboundCapability.md +0 -13
  4129. package/sdk/supplysources_v2020_07_01/docs/ParkingConfiguration.md +0 -11
  4130. package/sdk/supplysources_v2020_07_01/docs/ParkingCostType.md +0 -10
  4131. package/sdk/supplysources_v2020_07_01/docs/ParkingSpotIdentificationType.md +0 -10
  4132. package/sdk/supplysources_v2020_07_01/docs/ParkingWithAddressConfiguration.md +0 -12
  4133. package/sdk/supplysources_v2020_07_01/docs/PickupChannel.md +0 -13
  4134. package/sdk/supplysources_v2020_07_01/docs/ReturnLocation.md +0 -10
  4135. package/sdk/supplysources_v2020_07_01/docs/ServicesCapability.md +0 -10
  4136. package/sdk/supplysources_v2020_07_01/docs/SupplySource.md +0 -17
  4137. package/sdk/supplysources_v2020_07_01/docs/SupplySourceCapabilities.md +0 -10
  4138. package/sdk/supplysources_v2020_07_01/docs/SupplySourceConfiguration.md +0 -10
  4139. package/sdk/supplysources_v2020_07_01/docs/SupplySourceListInner.md +0 -12
  4140. package/sdk/supplysources_v2020_07_01/docs/SupplySourceStatus.md +0 -10
  4141. package/sdk/supplysources_v2020_07_01/docs/SupplySourceStatusReadOnly.md +0 -12
  4142. package/sdk/supplysources_v2020_07_01/docs/SupplySourcesApi.md +0 -290
  4143. package/sdk/supplysources_v2020_07_01/docs/ThroughputCap.md +0 -10
  4144. package/sdk/supplysources_v2020_07_01/docs/ThroughputConfig.md +0 -10
  4145. package/sdk/supplysources_v2020_07_01/docs/ThroughputUnit.md +0 -8
  4146. package/sdk/supplysources_v2020_07_01/docs/TimeUnit.md +0 -12
  4147. package/sdk/supplysources_v2020_07_01/docs/UpdateSupplySourceRequest.md +0 -11
  4148. package/sdk/supplysources_v2020_07_01/docs/UpdateSupplySourceStatusRequest.md +0 -9
  4149. package/sdk/supplysources_v2020_07_01/src/ApiClient.js +0 -740
  4150. package/sdk/supplysources_v2020_07_01/src/index.js +0 -288
  4151. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.api/SupplySourcesApi.js +0 -341
  4152. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/Address.js +0 -153
  4153. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/AddressWithContact.js +0 -73
  4154. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ContactDetails.js +0 -65
  4155. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ContactDetailsPrimary.js +0 -72
  4156. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/CreateSupplySourceRequest.js +0 -87
  4157. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/CreateSupplySourceResponse.js +0 -77
  4158. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/CurbsidePickupConfiguration.js +0 -81
  4159. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/DeliveryChannel.js +0 -72
  4160. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/Duration.js +0 -73
  4161. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/Error.js +0 -85
  4162. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ErrorList.js +0 -68
  4163. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/GetSupplySourcesResponse.js +0 -74
  4164. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/InStorePickupConfiguration.js +0 -73
  4165. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/OperatingHour.js +0 -73
  4166. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/OperatingHoursByDay.js +0 -114
  4167. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/OperationalConfiguration.js +0 -89
  4168. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/OutboundCapability.js +0 -96
  4169. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ParkingConfiguration.js +0 -81
  4170. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ParkingCostType.js +0 -46
  4171. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ParkingSpotIdentificationType.js +0 -46
  4172. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ParkingWithAddressConfiguration.js +0 -110
  4173. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/PickupChannel.js +0 -96
  4174. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ReturnLocation.js +0 -73
  4175. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ServicesCapability.js +0 -73
  4176. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/SupplySource.js +0 -129
  4177. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/SupplySourceCapabilities.js +0 -73
  4178. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/SupplySourceConfiguration.js +0 -73
  4179. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/SupplySourceListInner.js +0 -88
  4180. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/SupplySourceStatus.js +0 -46
  4181. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/SupplySourceStatusReadOnly.js +0 -53
  4182. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ThroughputCap.js +0 -73
  4183. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ThroughputConfig.js +0 -75
  4184. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/ThroughputUnit.js +0 -39
  4185. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/TimeUnit.js +0 -53
  4186. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/UpdateSupplySourceRequest.js +0 -81
  4187. package/sdk/supplysources_v2020_07_01/src/js_client.supplysources_v2020_07_01.model/UpdateSupplySourceStatusRequest.js +0 -65
  4188. package/sdk/tokens_v2021_03_01/README.md +0 -36
  4189. package/sdk/tokens_v2021_03_01/docs/CreateRestrictedDataTokenRequest.md +0 -10
  4190. package/sdk/tokens_v2021_03_01/docs/CreateRestrictedDataTokenResponse.md +0 -10
  4191. package/sdk/tokens_v2021_03_01/docs/Error.md +0 -11
  4192. package/sdk/tokens_v2021_03_01/docs/ErrorList.md +0 -9
  4193. package/sdk/tokens_v2021_03_01/docs/RestrictedResource.md +0 -26
  4194. package/sdk/tokens_v2021_03_01/docs/TokensApi.md +0 -53
  4195. package/sdk/tokens_v2021_03_01/src/ApiClient.js +0 -740
  4196. package/sdk/tokens_v2021_03_01/src/index.js +0 -71
  4197. package/sdk/tokens_v2021_03_01/src/js_client.tokens_v2021_03_01.api/TokensApi.js +0 -86
  4198. package/sdk/tokens_v2021_03_01/src/js_client.tokens_v2021_03_01.model/CreateRestrictedDataTokenRequest.js +0 -76
  4199. package/sdk/tokens_v2021_03_01/src/js_client.tokens_v2021_03_01.model/CreateRestrictedDataTokenResponse.js +0 -73
  4200. package/sdk/tokens_v2021_03_01/src/js_client.tokens_v2021_03_01.model/Error.js +0 -85
  4201. package/sdk/tokens_v2021_03_01/src/js_client.tokens_v2021_03_01.model/ErrorList.js +0 -65
  4202. package/sdk/tokens_v2021_03_01/src/js_client.tokens_v2021_03_01.model/RestrictedResource.js +0 -117
  4203. package/sdk/transfers_v2024_06_01/README.md +0 -39
  4204. package/sdk/transfers_v2024_06_01/docs/AssignmentType.md +0 -8
  4205. package/sdk/transfers_v2024_06_01/docs/DefaultApi.md +0 -102
  4206. package/sdk/transfers_v2024_06_01/docs/Error.md +0 -11
  4207. package/sdk/transfers_v2024_06_01/docs/ErrorList.md +0 -9
  4208. package/sdk/transfers_v2024_06_01/docs/ExpiryDate.md +0 -10
  4209. package/sdk/transfers_v2024_06_01/docs/GetPaymentMethodsResponse.md +0 -9
  4210. package/sdk/transfers_v2024_06_01/docs/InitiatePayoutRequest.md +0 -10
  4211. package/sdk/transfers_v2024_06_01/docs/InitiatePayoutResponse.md +0 -9
  4212. package/sdk/transfers_v2024_06_01/docs/PaymentMethodDetails.md +0 -15
  4213. package/sdk/transfers_v2024_06_01/docs/PaymentMethodType.md +0 -12
  4214. package/sdk/transfers_v2024_06_01/src/ApiClient.js +0 -740
  4215. package/sdk/transfers_v2024_06_01/src/index.js +0 -99
  4216. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.api/DefaultApi.js +0 -141
  4217. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/AssignmentType.js +0 -39
  4218. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/Error.js +0 -85
  4219. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/ErrorList.js +0 -68
  4220. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/ExpiryDate.js +0 -73
  4221. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/GetPaymentMethodsResponse.js +0 -66
  4222. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/InitiatePayoutRequest.js +0 -77
  4223. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/InitiatePayoutResponse.js +0 -67
  4224. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/PaymentMethodDetails.js +0 -113
  4225. package/sdk/transfers_v2024_06_01/src/js_client.transfers_v2024_06_01.model/PaymentMethodType.js +0 -53
  4226. package/sdk/uploads_v2020_11_01/README.md +0 -32
  4227. package/sdk/uploads_v2020_11_01/docs/CreateUploadDestinationResponse.md +0 -10
  4228. package/sdk/uploads_v2020_11_01/docs/Error.md +0 -11
  4229. package/sdk/uploads_v2020_11_01/docs/UploadDestination.md +0 -11
  4230. package/sdk/uploads_v2020_11_01/docs/UploadsApi.md +0 -61
  4231. package/sdk/uploads_v2020_11_01/src/ApiClient.js +0 -740
  4232. package/sdk/uploads_v2020_11_01/src/index.js +0 -57
  4233. package/sdk/uploads_v2020_11_01/src/js_client.uploads_v2020_11_01.api/UploadsApi.js +0 -107
  4234. package/sdk/uploads_v2020_11_01/src/js_client.uploads_v2020_11_01.model/CreateUploadDestinationResponse.js +0 -74
  4235. package/sdk/uploads_v2020_11_01/src/js_client.uploads_v2020_11_01.model/Error.js +0 -85
  4236. package/sdk/uploads_v2020_11_01/src/js_client.uploads_v2020_11_01.model/UploadDestination.js +0 -81
  4237. package/sdk/vehicles_v2024_11_01/README.md +0 -41
  4238. package/sdk/vehicles_v2024_11_01/docs/AutomotiveApi.md +0 -61
  4239. package/sdk/vehicles_v2024_11_01/docs/EngineOutput.md +0 -10
  4240. package/sdk/vehicles_v2024_11_01/docs/EngineOutputUnit.md +0 -10
  4241. package/sdk/vehicles_v2024_11_01/docs/Error.md +0 -11
  4242. package/sdk/vehicles_v2024_11_01/docs/ErrorList.md +0 -9
  4243. package/sdk/vehicles_v2024_11_01/docs/MonthAndYear.md +0 -10
  4244. package/sdk/vehicles_v2024_11_01/docs/Pagination.md +0 -10
  4245. package/sdk/vehicles_v2024_11_01/docs/Vehicle.md +0 -20
  4246. package/sdk/vehicles_v2024_11_01/docs/VehicleIdentifiers.md +0 -10
  4247. package/sdk/vehicles_v2024_11_01/docs/VehicleStandard.md +0 -10
  4248. package/sdk/vehicles_v2024_11_01/docs/VehicleStatusInCatalog.md +0 -10
  4249. package/sdk/vehicles_v2024_11_01/docs/VehiclesApi.md +0 -61
  4250. package/sdk/vehicles_v2024_11_01/docs/VehiclesResponse.md +0 -10
  4251. package/sdk/vehicles_v2024_11_01/src/ApiClient.js +0 -740
  4252. package/sdk/vehicles_v2024_11_01/src/index.js +0 -120
  4253. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.api/AutomotiveApi.js +0 -103
  4254. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.api/VehiclesApi.js +0 -103
  4255. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/EngineOutput.js +0 -77
  4256. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/EngineOutputUnit.js +0 -46
  4257. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/Error.js +0 -85
  4258. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/ErrorList.js +0 -68
  4259. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/MonthAndYear.js +0 -73
  4260. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/Pagination.js +0 -73
  4261. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/Vehicle.js +0 -160
  4262. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/VehicleIdentifiers.js +0 -77
  4263. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/VehicleStandard.js +0 -46
  4264. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/VehicleStatusInCatalog.js +0 -46
  4265. package/sdk/vehicles_v2024_11_01/src/js_client.vehicles_v2024_11_01.model/VehiclesResponse.js +0 -76
  4266. package/sdk/vendordfinventory_v1/README.md +0 -37
  4267. package/sdk/vendordfinventory_v1/docs/Error.md +0 -11
  4268. package/sdk/vendordfinventory_v1/docs/InventoryUpdate.md +0 -11
  4269. package/sdk/vendordfinventory_v1/docs/ItemDetails.md +0 -12
  4270. package/sdk/vendordfinventory_v1/docs/ItemQuantity.md +0 -10
  4271. package/sdk/vendordfinventory_v1/docs/PartyIdentification.md +0 -9
  4272. package/sdk/vendordfinventory_v1/docs/SubmitInventoryUpdateRequest.md +0 -9
  4273. package/sdk/vendordfinventory_v1/docs/SubmitInventoryUpdateResponse.md +0 -10
  4274. package/sdk/vendordfinventory_v1/docs/TransactionReference.md +0 -9
  4275. package/sdk/vendordfinventory_v1/docs/UpdateInventoryApi.md +0 -55
  4276. package/sdk/vendordfinventory_v1/src/ApiClient.js +0 -740
  4277. package/sdk/vendordfinventory_v1/src/index.js +0 -92
  4278. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.api/UpdateInventoryApi.js +0 -93
  4279. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/Error.js +0 -85
  4280. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/InventoryUpdate.js +0 -88
  4281. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/ItemDetails.js +0 -91
  4282. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/ItemQuantity.js +0 -75
  4283. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/PartyIdentification.js +0 -67
  4284. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/SubmitInventoryUpdateRequest.js +0 -65
  4285. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/SubmitInventoryUpdateResponse.js +0 -74
  4286. package/sdk/vendordfinventory_v1/src/js_client.vendordfinventory_v1.model/TransactionReference.js +0 -65
  4287. package/sdk/vendordforders_v2021_12_28/README.md +0 -56
  4288. package/sdk/vendordforders_v2021_12_28/docs/AcknowledgementStatus.md +0 -10
  4289. package/sdk/vendordforders_v2021_12_28/docs/Address.md +0 -20
  4290. package/sdk/vendordforders_v2021_12_28/docs/BuyerCustomizedInfoDetail.md +0 -9
  4291. package/sdk/vendordforders_v2021_12_28/docs/Error.md +0 -11
  4292. package/sdk/vendordforders_v2021_12_28/docs/ErrorList.md +0 -9
  4293. package/sdk/vendordforders_v2021_12_28/docs/GiftDetails.md +0 -10
  4294. package/sdk/vendordforders_v2021_12_28/docs/ItemQuantity.md +0 -19
  4295. package/sdk/vendordforders_v2021_12_28/docs/Money.md +0 -10
  4296. package/sdk/vendordforders_v2021_12_28/docs/Order.md +0 -10
  4297. package/sdk/vendordforders_v2021_12_28/docs/OrderAcknowledgementItem.md +0 -15
  4298. package/sdk/vendordforders_v2021_12_28/docs/OrderDetails.md +0 -33
  4299. package/sdk/vendordforders_v2021_12_28/docs/OrderItem.md +0 -19
  4300. package/sdk/vendordforders_v2021_12_28/docs/OrderItemAcknowledgement.md +0 -12
  4301. package/sdk/vendordforders_v2021_12_28/docs/OrderList.md +0 -10
  4302. package/sdk/vendordforders_v2021_12_28/docs/Pagination.md +0 -9
  4303. package/sdk/vendordforders_v2021_12_28/docs/PartyIdentification.md +0 -11
  4304. package/sdk/vendordforders_v2021_12_28/docs/ScheduledDeliveryShipment.md +0 -11
  4305. package/sdk/vendordforders_v2021_12_28/docs/ShipmentDates.md +0 -10
  4306. package/sdk/vendordforders_v2021_12_28/docs/ShipmentDetails.md +0 -15
  4307. package/sdk/vendordforders_v2021_12_28/docs/SubmitAcknowledgementRequest.md +0 -9
  4308. package/sdk/vendordforders_v2021_12_28/docs/SubmitAcknowledgementResponse.md +0 -10
  4309. package/sdk/vendordforders_v2021_12_28/docs/TaxDetails.md +0 -33
  4310. package/sdk/vendordforders_v2021_12_28/docs/TaxItemDetails.md +0 -9
  4311. package/sdk/vendordforders_v2021_12_28/docs/TaxRegistrationDetails.md +0 -23
  4312. package/sdk/vendordforders_v2021_12_28/docs/TransactionId.md +0 -9
  4313. package/sdk/vendordforders_v2021_12_28/docs/VendorOrdersApi.md +0 -159
  4314. package/sdk/vendordforders_v2021_12_28/src/ApiClient.js +0 -740
  4315. package/sdk/vendordforders_v2021_12_28/src/index.js +0 -211
  4316. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.api/VendorOrdersApi.js +0 -213
  4317. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/AcknowledgementStatus.js +0 -73
  4318. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/Address.js +0 -161
  4319. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/BuyerCustomizedInfoDetail.js +0 -65
  4320. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/Error.js +0 -85
  4321. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/ErrorList.js +0 -68
  4322. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/GiftDetails.js +0 -73
  4323. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/ItemQuantity.js +0 -87
  4324. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/Money.js +0 -73
  4325. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/Order.js +0 -75
  4326. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/OrderAcknowledgementItem.js +0 -127
  4327. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/OrderDetails.js +0 -184
  4328. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/OrderItem.js +0 -150
  4329. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/OrderItemAcknowledgement.js +0 -93
  4330. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/OrderList.js +0 -74
  4331. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/Pagination.js +0 -65
  4332. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/PartyIdentification.js +0 -83
  4333. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/ScheduledDeliveryShipment.js +0 -81
  4334. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/ShipmentDates.js +0 -75
  4335. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/ShipmentDetails.js +0 -123
  4336. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/SubmitAcknowledgementRequest.js +0 -66
  4337. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/SubmitAcknowledgementResponse.js +0 -73
  4338. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/TaxDetails.js +0 -140
  4339. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/TaxItemDetails.js +0 -66
  4340. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/TaxRegistrationDetails.js +0 -111
  4341. package/sdk/vendordforders_v2021_12_28/src/js_client.vendordforders_v2021_12_28.model/TransactionId.js +0 -65
  4342. package/sdk/vendordfpayments_v1/README.md +0 -43
  4343. package/sdk/vendordfpayments_v1/docs/AdditionalDetails.md +0 -22
  4344. package/sdk/vendordfpayments_v1/docs/Address.md +0 -19
  4345. package/sdk/vendordfpayments_v1/docs/ChargeDetails.md +0 -32
  4346. package/sdk/vendordfpayments_v1/docs/Error.md +0 -11
  4347. package/sdk/vendordfpayments_v1/docs/InvoiceDetail.md +0 -21
  4348. package/sdk/vendordfpayments_v1/docs/InvoiceItem.md +0 -18
  4349. package/sdk/vendordfpayments_v1/docs/ItemQuantity.md +0 -10
  4350. package/sdk/vendordfpayments_v1/docs/Money.md +0 -10
  4351. package/sdk/vendordfpayments_v1/docs/PartyIdentification.md +0 -11
  4352. package/sdk/vendordfpayments_v1/docs/SubmitInvoiceRequest.md +0 -9
  4353. package/sdk/vendordfpayments_v1/docs/SubmitInvoiceResponse.md +0 -10
  4354. package/sdk/vendordfpayments_v1/docs/TaxDetail.md +0 -47
  4355. package/sdk/vendordfpayments_v1/docs/TaxRegistrationDetail.md +0 -23
  4356. package/sdk/vendordfpayments_v1/docs/TransactionReference.md +0 -9
  4357. package/sdk/vendordfpayments_v1/docs/VendorInvoiceApi.md +0 -53
  4358. package/sdk/vendordfpayments_v1/src/ApiClient.js +0 -740
  4359. package/sdk/vendordfpayments_v1/src/index.js +0 -134
  4360. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.api/VendorInvoiceApi.js +0 -85
  4361. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/AdditionalDetails.js +0 -105
  4362. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/Address.js +0 -157
  4363. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/ChargeDetails.js +0 -136
  4364. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/Error.js +0 -85
  4365. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/InvoiceDetail.js +0 -175
  4366. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/InvoiceItem.js +0 -147
  4367. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/ItemQuantity.js +0 -77
  4368. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/Money.js +0 -77
  4369. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/PartyIdentification.js +0 -84
  4370. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/SubmitInvoiceRequest.js +0 -66
  4371. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/SubmitInvoiceResponse.js +0 -74
  4372. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/TaxDetail.js +0 -184
  4373. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/TaxRegistrationDetail.js +0 -111
  4374. package/sdk/vendordfpayments_v1/src/js_client.vendordfpayments_v1.model/TransactionReference.js +0 -65
  4375. package/sdk/vendordfshipping_v2021_12_28/README.md +0 -75
  4376. package/sdk/vendordfshipping_v2021_12_28/docs/Address.md +0 -19
  4377. package/sdk/vendordfshipping_v2021_12_28/docs/CarrierId.md +0 -8
  4378. package/sdk/vendordfshipping_v2021_12_28/docs/Container.md +0 -31
  4379. package/sdk/vendordfshipping_v2021_12_28/docs/ContainerLabel.md +0 -11
  4380. package/sdk/vendordfshipping_v2021_12_28/docs/ContainerLabelFormat.md +0 -10
  4381. package/sdk/vendordfshipping_v2021_12_28/docs/CreateContainerLabelApi.md +0 -53
  4382. package/sdk/vendordfshipping_v2021_12_28/docs/CreateContainerLabelRequest.md +0 -13
  4383. package/sdk/vendordfshipping_v2021_12_28/docs/CreateContainerLabelResponse.md +0 -9
  4384. package/sdk/vendordfshipping_v2021_12_28/docs/CreateShippingLabelsRequest.md +0 -11
  4385. package/sdk/vendordfshipping_v2021_12_28/docs/CustomerInvoice.md +0 -10
  4386. package/sdk/vendordfshipping_v2021_12_28/docs/CustomerInvoiceList.md +0 -10
  4387. package/sdk/vendordfshipping_v2021_12_28/docs/CustomerInvoicesApi.md +0 -110
  4388. package/sdk/vendordfshipping_v2021_12_28/docs/Dimensions.md +0 -23
  4389. package/sdk/vendordfshipping_v2021_12_28/docs/Error.md +0 -11
  4390. package/sdk/vendordfshipping_v2021_12_28/docs/ErrorList.md +0 -9
  4391. package/sdk/vendordfshipping_v2021_12_28/docs/Item.md +0 -12
  4392. package/sdk/vendordfshipping_v2021_12_28/docs/ItemQuantity.md +0 -10
  4393. package/sdk/vendordfshipping_v2021_12_28/docs/LabelData.md +0 -13
  4394. package/sdk/vendordfshipping_v2021_12_28/docs/Package.md +0 -9
  4395. package/sdk/vendordfshipping_v2021_12_28/docs/PackedItem.md +0 -13
  4396. package/sdk/vendordfshipping_v2021_12_28/docs/PackingSlip.md +0 -20
  4397. package/sdk/vendordfshipping_v2021_12_28/docs/PackingSlipList.md +0 -10
  4398. package/sdk/vendordfshipping_v2021_12_28/docs/Pagination.md +0 -9
  4399. package/sdk/vendordfshipping_v2021_12_28/docs/PartyIdentification.md +0 -11
  4400. package/sdk/vendordfshipping_v2021_12_28/docs/ShipmentConfirmation.md +0 -14
  4401. package/sdk/vendordfshipping_v2021_12_28/docs/ShipmentDetails.md +0 -24
  4402. package/sdk/vendordfshipping_v2021_12_28/docs/ShipmentSchedule.md +0 -11
  4403. package/sdk/vendordfshipping_v2021_12_28/docs/ShipmentStatusUpdate.md +0 -12
  4404. package/sdk/vendordfshipping_v2021_12_28/docs/ShippingLabel.md +0 -24
  4405. package/sdk/vendordfshipping_v2021_12_28/docs/ShippingLabelList.md +0 -10
  4406. package/sdk/vendordfshipping_v2021_12_28/docs/ShippingLabelRequest.md +0 -12
  4407. package/sdk/vendordfshipping_v2021_12_28/docs/StatusUpdateDetails.md +0 -14
  4408. package/sdk/vendordfshipping_v2021_12_28/docs/SubmitShipmentConfirmationsRequest.md +0 -9
  4409. package/sdk/vendordfshipping_v2021_12_28/docs/SubmitShipmentStatusUpdatesRequest.md +0 -9
  4410. package/sdk/vendordfshipping_v2021_12_28/docs/SubmitShippingLabelsRequest.md +0 -9
  4411. package/sdk/vendordfshipping_v2021_12_28/docs/TaxRegistrationDetails.md +0 -23
  4412. package/sdk/vendordfshipping_v2021_12_28/docs/TransactionReference.md +0 -9
  4413. package/sdk/vendordfshipping_v2021_12_28/docs/VendorShippingApi.md +0 -200
  4414. package/sdk/vendordfshipping_v2021_12_28/docs/VendorShippingLabelsApi.md +0 -202
  4415. package/sdk/vendordfshipping_v2021_12_28/docs/Weight.md +0 -21
  4416. package/sdk/vendordfshipping_v2021_12_28/src/ApiClient.js +0 -740
  4417. package/sdk/vendordfshipping_v2021_12_28/src/index.js +0 -309
  4418. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.api/CreateContainerLabelApi.js +0 -88
  4419. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.api/CustomerInvoicesApi.js +0 -162
  4420. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.api/VendorShippingApi.js +0 -263
  4421. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.api/VendorShippingLabelsApi.js +0 -271
  4422. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Address.js +0 -151
  4423. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/CarrierId.js +0 -39
  4424. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Container.js +0 -182
  4425. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ContainerLabel.js +0 -85
  4426. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ContainerLabelFormat.js +0 -46
  4427. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/CreateContainerLabelRequest.js +0 -107
  4428. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/CreateContainerLabelResponse.js +0 -67
  4429. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/CreateShippingLabelsRequest.js +0 -85
  4430. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/CustomerInvoice.js +0 -77
  4431. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/CustomerInvoiceList.js +0 -74
  4432. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Dimensions.js +0 -117
  4433. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Error.js +0 -85
  4434. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ErrorList.js +0 -68
  4435. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Item.js +0 -93
  4436. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ItemQuantity.js +0 -77
  4437. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/LabelData.js +0 -99
  4438. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Package.js +0 -67
  4439. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/PackedItem.js +0 -101
  4440. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/PackingSlip.js +0 -99
  4441. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/PackingSlipList.js +0 -74
  4442. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Pagination.js +0 -65
  4443. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/PartyIdentification.js +0 -84
  4444. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShipmentConfirmation.js +0 -116
  4445. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShipmentDetails.js +0 -121
  4446. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShipmentSchedule.js +0 -81
  4447. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShipmentStatusUpdate.js +0 -96
  4448. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShippingLabel.js +0 -127
  4449. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShippingLabelList.js +0 -74
  4450. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/ShippingLabelRequest.js +0 -95
  4451. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/StatusUpdateDetails.js +0 -115
  4452. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/SubmitShipmentConfirmationsRequest.js +0 -66
  4453. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/SubmitShipmentStatusUpdatesRequest.js +0 -66
  4454. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/SubmitShippingLabelsRequest.js +0 -66
  4455. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/TaxRegistrationDetails.js +0 -111
  4456. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/TransactionReference.js +0 -65
  4457. package/sdk/vendordfshipping_v2021_12_28/src/js_client.vendordfshipping_v2021_12_28.model/Weight.js +0 -97
  4458. package/sdk/vendordftransactions_v2021_12_28/README.md +0 -33
  4459. package/sdk/vendordftransactions_v2021_12_28/docs/Error.md +0 -11
  4460. package/sdk/vendordftransactions_v2021_12_28/docs/ErrorList.md +0 -9
  4461. package/sdk/vendordftransactions_v2021_12_28/docs/Transaction.md +0 -24
  4462. package/sdk/vendordftransactions_v2021_12_28/docs/TransactionStatus.md +0 -9
  4463. package/sdk/vendordftransactions_v2021_12_28/docs/VendorTransactionApi.md +0 -53
  4464. package/sdk/vendordftransactions_v2021_12_28/src/ApiClient.js +0 -740
  4465. package/sdk/vendordftransactions_v2021_12_28/src/index.js +0 -64
  4466. package/sdk/vendordftransactions_v2021_12_28/src/js_client.vendordftransactions_v2021_12_28.api/VendorTransactionApi.js +0 -87
  4467. package/sdk/vendordftransactions_v2021_12_28/src/js_client.vendordftransactions_v2021_12_28.model/Error.js +0 -85
  4468. package/sdk/vendordftransactions_v2021_12_28/src/js_client.vendordftransactions_v2021_12_28.model/ErrorList.js +0 -68
  4469. package/sdk/vendordftransactions_v2021_12_28/src/js_client.vendordftransactions_v2021_12_28.model/Transaction.js +0 -111
  4470. package/sdk/vendordftransactions_v2021_12_28/src/js_client.vendordftransactions_v2021_12_28.model/TransactionStatus.js +0 -65
  4471. package/sdk/vendorinvoices_v1/README.md +0 -48
  4472. package/sdk/vendorinvoices_v1/docs/AdditionalDetails.md +0 -24
  4473. package/sdk/vendorinvoices_v1/docs/Address.md +0 -19
  4474. package/sdk/vendorinvoices_v1/docs/AllowanceDetails.md +0 -31
  4475. package/sdk/vendorinvoices_v1/docs/ChargeDetails.md +0 -41
  4476. package/sdk/vendorinvoices_v1/docs/CreditNoteDetails.md +0 -15
  4477. package/sdk/vendorinvoices_v1/docs/Error.md +0 -11
  4478. package/sdk/vendorinvoices_v1/docs/Invoice.md +0 -34
  4479. package/sdk/vendorinvoices_v1/docs/InvoiceItem.md +0 -20
  4480. package/sdk/vendorinvoices_v1/docs/ItemQuantity.md +0 -23
  4481. package/sdk/vendorinvoices_v1/docs/Money.md +0 -10
  4482. package/sdk/vendorinvoices_v1/docs/NetCostUnitOfMeasure.md +0 -14
  4483. package/sdk/vendorinvoices_v1/docs/PartyIdentification.md +0 -11
  4484. package/sdk/vendorinvoices_v1/docs/PaymentTerms.md +0 -31
  4485. package/sdk/vendorinvoices_v1/docs/SubmitInvoicesRequest.md +0 -9
  4486. package/sdk/vendorinvoices_v1/docs/SubmitInvoicesResponse.md +0 -10
  4487. package/sdk/vendorinvoices_v1/docs/TaxDetails.md +0 -47
  4488. package/sdk/vendorinvoices_v1/docs/TaxRegistrationDetails.md +0 -21
  4489. package/sdk/vendorinvoices_v1/docs/TotalWeight.md +0 -25
  4490. package/sdk/vendorinvoices_v1/docs/TransactionId.md +0 -9
  4491. package/sdk/vendorinvoices_v1/docs/VendorPaymentsApi.md +0 -53
  4492. package/sdk/vendorinvoices_v1/src/ApiClient.js +0 -740
  4493. package/sdk/vendorinvoices_v1/src/index.js +0 -169
  4494. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.api/VendorPaymentsApi.js +0 -85
  4495. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/AdditionalDetails.js +0 -111
  4496. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/Address.js +0 -151
  4497. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/AllowanceDetails.js +0 -138
  4498. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/ChargeDetails.js +0 -168
  4499. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/CreditNoteDetails.js +0 -113
  4500. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/Error.js +0 -85
  4501. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/Invoice.js +0 -209
  4502. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/InvoiceItem.js +0 -162
  4503. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/ItemQuantity.js +0 -113
  4504. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/Money.js +0 -73
  4505. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/NetCostUnitOfMeasure.js +0 -60
  4506. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/PartyIdentification.js +0 -84
  4507. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/PaymentTerms.js +0 -133
  4508. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/SubmitInvoicesRequest.js +0 -66
  4509. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/SubmitInvoicesResponse.js +0 -74
  4510. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/TaxDetails.js +0 -184
  4511. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/TaxRegistrationDetails.js +0 -97
  4512. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/TotalWeight.js +0 -109
  4513. package/sdk/vendorinvoices_v1/src/js_client.vendorinvoices_v1.model/TransactionId.js +0 -65
  4514. package/sdk/vendororders_v1/README.md +0 -61
  4515. package/sdk/vendororders_v1/docs/AcknowledgementStatusDetails.md +0 -11
  4516. package/sdk/vendororders_v1/docs/Address.md +0 -19
  4517. package/sdk/vendororders_v1/docs/Error.md +0 -11
  4518. package/sdk/vendororders_v1/docs/GetPurchaseOrderResponse.md +0 -10
  4519. package/sdk/vendororders_v1/docs/GetPurchaseOrdersResponse.md +0 -10
  4520. package/sdk/vendororders_v1/docs/GetPurchaseOrdersStatusResponse.md +0 -10
  4521. package/sdk/vendororders_v1/docs/ImportDetails.md +0 -61
  4522. package/sdk/vendororders_v1/docs/ItemQuantity.md +0 -22
  4523. package/sdk/vendororders_v1/docs/Money.md +0 -26
  4524. package/sdk/vendororders_v1/docs/Order.md +0 -24
  4525. package/sdk/vendororders_v1/docs/OrderAcknowledgement.md +0 -12
  4526. package/sdk/vendororders_v1/docs/OrderAcknowledgementItem.md +0 -16
  4527. package/sdk/vendororders_v1/docs/OrderDetails.md +0 -52
  4528. package/sdk/vendororders_v1/docs/OrderItem.md +0 -15
  4529. package/sdk/vendororders_v1/docs/OrderItemAcknowledgement.md +0 -39
  4530. package/sdk/vendororders_v1/docs/OrderItemStatus.md +0 -16
  4531. package/sdk/vendororders_v1/docs/OrderItemStatusAcknowledgementStatus.md +0 -27
  4532. package/sdk/vendororders_v1/docs/OrderItemStatusOrderedQuantity.md +0 -10
  4533. package/sdk/vendororders_v1/docs/OrderItemStatusReceivingStatus.md +0 -24
  4534. package/sdk/vendororders_v1/docs/OrderList.md +0 -10
  4535. package/sdk/vendororders_v1/docs/OrderListStatus.md +0 -10
  4536. package/sdk/vendororders_v1/docs/OrderStatus.md +0 -26
  4537. package/sdk/vendororders_v1/docs/OrderedQuantityDetails.md +0 -11
  4538. package/sdk/vendororders_v1/docs/Pagination.md +0 -9
  4539. package/sdk/vendororders_v1/docs/PartyIdentification.md +0 -11
  4540. package/sdk/vendororders_v1/docs/SubmitAcknowledgementRequest.md +0 -9
  4541. package/sdk/vendororders_v1/docs/SubmitAcknowledgementResponse.md +0 -10
  4542. package/sdk/vendororders_v1/docs/TaxRegistrationDetails.md +0 -21
  4543. package/sdk/vendororders_v1/docs/TransactionId.md +0 -9
  4544. package/sdk/vendororders_v1/docs/VendorOrdersApi.md +0 -238
  4545. package/sdk/vendororders_v1/src/ApiClient.js +0 -740
  4546. package/sdk/vendororders_v1/src/index.js +0 -239
  4547. package/sdk/vendororders_v1/src/js_client.vendororders_v1.api/VendorOrdersApi.js +0 -297
  4548. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/AcknowledgementStatusDetails.js +0 -80
  4549. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/Address.js +0 -151
  4550. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/Error.js +0 -85
  4551. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/GetPurchaseOrderResponse.js +0 -74
  4552. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/GetPurchaseOrdersResponse.js +0 -74
  4553. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/GetPurchaseOrdersStatusResponse.js +0 -74
  4554. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/ImportDetails.js +0 -215
  4555. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/ItemQuantity.js +0 -101
  4556. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/Money.js +0 -113
  4557. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/Order.js +0 -111
  4558. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderAcknowledgement.js +0 -98
  4559. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderAcknowledgementItem.js +0 -125
  4560. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderDetails.js +0 -237
  4561. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderItem.js +0 -118
  4562. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderItemAcknowledgement.js +0 -153
  4563. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderItemStatus.js +0 -122
  4564. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderItemStatusAcknowledgementStatus.js +0 -121
  4565. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderItemStatusOrderedQuantity.js +0 -74
  4566. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderItemStatusReceivingStatus.js +0 -107
  4567. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderList.js +0 -74
  4568. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderListStatus.js +0 -74
  4569. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderStatus.js +0 -145
  4570. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/OrderedQuantityDetails.js +0 -80
  4571. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/Pagination.js +0 -65
  4572. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/PartyIdentification.js +0 -83
  4573. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/SubmitAcknowledgementRequest.js +0 -66
  4574. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/SubmitAcknowledgementResponse.js +0 -74
  4575. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/TaxRegistrationDetails.js +0 -97
  4576. package/sdk/vendororders_v1/src/js_client.vendororders_v1.model/TransactionId.js +0 -65
  4577. package/sdk/vendorshipments_v1/README.md +0 -86
  4578. package/sdk/vendorshipments_v1/docs/Address.md +0 -19
  4579. package/sdk/vendorshipments_v1/docs/CarrierDetails.md +0 -13
  4580. package/sdk/vendorshipments_v1/docs/Carton.md +0 -14
  4581. package/sdk/vendorshipments_v1/docs/CartonReferenceDetails.md +0 -10
  4582. package/sdk/vendorshipments_v1/docs/CollectFreightPickupDetails.md +0 -11
  4583. package/sdk/vendorshipments_v1/docs/ContainerIdentification.md +0 -27
  4584. package/sdk/vendorshipments_v1/docs/ContainerItem.md +0 -11
  4585. package/sdk/vendorshipments_v1/docs/ContainerSequenceNumbers.md +0 -9
  4586. package/sdk/vendorshipments_v1/docs/Containers.md +0 -29
  4587. package/sdk/vendorshipments_v1/docs/Dimensions.md +0 -27
  4588. package/sdk/vendorshipments_v1/docs/Duration.md +0 -21
  4589. package/sdk/vendorshipments_v1/docs/Error.md +0 -11
  4590. package/sdk/vendorshipments_v1/docs/Expiry.md +0 -11
  4591. package/sdk/vendorshipments_v1/docs/GetShipmentDetailsResponse.md +0 -10
  4592. package/sdk/vendorshipments_v1/docs/GetShipmentLabels.md +0 -10
  4593. package/sdk/vendorshipments_v1/docs/ImportDetails.md +0 -49
  4594. package/sdk/vendorshipments_v1/docs/InnerContainersDetails.md +0 -10
  4595. package/sdk/vendorshipments_v1/docs/Item.md +0 -13
  4596. package/sdk/vendorshipments_v1/docs/ItemDetails.md +0 -28
  4597. package/sdk/vendorshipments_v1/docs/ItemQuantity.md +0 -23
  4598. package/sdk/vendorshipments_v1/docs/LabelData.md +0 -22
  4599. package/sdk/vendorshipments_v1/docs/Location.md +0 -11
  4600. package/sdk/vendorshipments_v1/docs/Money.md +0 -10
  4601. package/sdk/vendorshipments_v1/docs/PackageItemDetails.md +0 -11
  4602. package/sdk/vendorshipments_v1/docs/PackedItems.md +0 -13
  4603. package/sdk/vendorshipments_v1/docs/PackedQuantity.md +0 -22
  4604. package/sdk/vendorshipments_v1/docs/Pagination.md +0 -9
  4605. package/sdk/vendorshipments_v1/docs/Pallet.md +0 -15
  4606. package/sdk/vendorshipments_v1/docs/PartyIdentification.md +0 -11
  4607. package/sdk/vendorshipments_v1/docs/PurchaseOrderItemDetails.md +0 -9
  4608. package/sdk/vendorshipments_v1/docs/PurchaseOrderItems.md +0 -13
  4609. package/sdk/vendorshipments_v1/docs/PurchaseOrders.md +0 -12
  4610. package/sdk/vendorshipments_v1/docs/Route.md +0 -9
  4611. package/sdk/vendorshipments_v1/docs/Shipment.md +0 -65
  4612. package/sdk/vendorshipments_v1/docs/ShipmentConfirmation.md +0 -70
  4613. package/sdk/vendorshipments_v1/docs/ShipmentDetails.md +0 -10
  4614. package/sdk/vendorshipments_v1/docs/ShipmentInformation.md +0 -27
  4615. package/sdk/vendorshipments_v1/docs/ShipmentMeasurements.md +0 -12
  4616. package/sdk/vendorshipments_v1/docs/ShipmentStatusDetails.md +0 -25
  4617. package/sdk/vendorshipments_v1/docs/Stop.md +0 -25
  4618. package/sdk/vendorshipments_v1/docs/SubmitShipmentConfirmationsRequest.md +0 -9
  4619. package/sdk/vendorshipments_v1/docs/SubmitShipmentConfirmationsResponse.md +0 -10
  4620. package/sdk/vendorshipments_v1/docs/SubmitShipments.md +0 -9
  4621. package/sdk/vendorshipments_v1/docs/TaxRegistrationDetails.md +0 -21
  4622. package/sdk/vendorshipments_v1/docs/TotalWeight.md +0 -25
  4623. package/sdk/vendorshipments_v1/docs/TransactionReference.md +0 -9
  4624. package/sdk/vendorshipments_v1/docs/TransportLabel.md +0 -11
  4625. package/sdk/vendorshipments_v1/docs/TransportShipmentMeasurements.md +0 -13
  4626. package/sdk/vendorshipments_v1/docs/TransportationDetails.md +0 -41
  4627. package/sdk/vendorshipments_v1/docs/TransportationDetailsForShipmentConfirmation.md +0 -25
  4628. package/sdk/vendorshipments_v1/docs/TransportationLabels.md +0 -10
  4629. package/sdk/vendorshipments_v1/docs/VendorDetails.md +0 -10
  4630. package/sdk/vendorshipments_v1/docs/VendorShippingApi.md +0 -252
  4631. package/sdk/vendorshipments_v1/docs/Volume.md +0 -25
  4632. package/sdk/vendorshipments_v1/docs/Weight.md +0 -25
  4633. package/sdk/vendorshipments_v1/src/ApiClient.js +0 -740
  4634. package/sdk/vendorshipments_v1/src/index.js +0 -414
  4635. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.api/VendorShippingApi.js +0 -323
  4636. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Address.js +0 -151
  4637. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/CarrierDetails.js +0 -97
  4638. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Carton.js +0 -111
  4639. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/CartonReferenceDetails.js +0 -75
  4640. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/CollectFreightPickupDetails.js +0 -81
  4641. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ContainerIdentification.js +0 -115
  4642. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ContainerItem.js +0 -85
  4643. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ContainerSequenceNumbers.js +0 -65
  4644. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Containers.js +0 -163
  4645. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Dimensions.js +0 -129
  4646. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Duration.js +0 -97
  4647. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Error.js +0 -85
  4648. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Expiry.js +0 -81
  4649. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/GetShipmentDetailsResponse.js +0 -74
  4650. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/GetShipmentLabels.js +0 -74
  4651. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ImportDetails.js +0 -189
  4652. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/InnerContainersDetails.js +0 -74
  4653. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Item.js +0 -101
  4654. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ItemDetails.js +0 -129
  4655. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ItemQuantity.js +0 -113
  4656. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/LabelData.js +0 -111
  4657. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Location.js +0 -81
  4658. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Money.js +0 -77
  4659. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PackageItemDetails.js +0 -81
  4660. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PackedItems.js +0 -97
  4661. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PackedQuantity.js +0 -105
  4662. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Pagination.js +0 -65
  4663. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Pallet.js +0 -117
  4664. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PartyIdentification.js +0 -84
  4665. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PurchaseOrderItemDetails.js +0 -65
  4666. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PurchaseOrderItems.js +0 -101
  4667. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/PurchaseOrders.js +0 -90
  4668. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Route.js +0 -68
  4669. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Shipment.js +0 -302
  4670. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ShipmentConfirmation.js +0 -304
  4671. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ShipmentDetails.js +0 -74
  4672. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ShipmentInformation.js +0 -140
  4673. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ShipmentMeasurements.js +0 -89
  4674. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/ShipmentStatusDetails.js +0 -105
  4675. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Stop.js +0 -117
  4676. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/SubmitShipmentConfirmationsRequest.js +0 -66
  4677. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/SubmitShipmentConfirmationsResponse.js +0 -74
  4678. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/SubmitShipments.js +0 -66
  4679. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TaxRegistrationDetails.js +0 -97
  4680. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TotalWeight.js +0 -109
  4681. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TransactionReference.js +0 -65
  4682. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TransportLabel.js +0 -82
  4683. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TransportShipmentMeasurements.js +0 -97
  4684. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TransportationDetails.js +0 -165
  4685. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TransportationDetailsForShipmentConfirmation.js +0 -115
  4686. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/TransportationLabels.js +0 -74
  4687. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/VendorDetails.js +0 -73
  4688. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Volume.js +0 -109
  4689. package/sdk/vendorshipments_v1/src/js_client.vendorshipments_v1.model/Weight.js +0 -109
  4690. package/sdk/vendortransactionstatus_v1/README.md +0 -33
  4691. package/sdk/vendortransactionstatus_v1/docs/Error.md +0 -11
  4692. package/sdk/vendortransactionstatus_v1/docs/GetTransactionResponse.md +0 -10
  4693. package/sdk/vendortransactionstatus_v1/docs/Transaction.md +0 -24
  4694. package/sdk/vendortransactionstatus_v1/docs/TransactionStatus.md +0 -9
  4695. package/sdk/vendortransactionstatus_v1/docs/VendorTransactionApi.md +0 -53
  4696. package/sdk/vendortransactionstatus_v1/src/ApiClient.js +0 -740
  4697. package/sdk/vendortransactionstatus_v1/src/index.js +0 -64
  4698. package/sdk/vendortransactionstatus_v1/src/js_client.vendortransactionstatus_v1.api/VendorTransactionApi.js +0 -85
  4699. package/sdk/vendortransactionstatus_v1/src/js_client.vendortransactionstatus_v1.model/Error.js +0 -85
  4700. package/sdk/vendortransactionstatus_v1/src/js_client.vendortransactionstatus_v1.model/GetTransactionResponse.js +0 -74
  4701. package/sdk/vendortransactionstatus_v1/src/js_client.vendortransactionstatus_v1.model/Transaction.js +0 -112
  4702. package/sdk/vendortransactionstatus_v1/src/js_client.vendortransactionstatus_v1.model/TransactionStatus.js +0 -65
  4703. package/src/sample-node-app/index.js +0 -28
  4704. /package/{src/helper → helper}/LwaAuthClient.mjs +0 -0
  4705. /package/{src/sample-node-app → sample-node-app}/app.config.mjs +0 -0
@@ -0,0 +1,2718 @@
1
+ /**
2
+ * The Selling Partner API for FBA inbound operations.
3
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
4
+ *
5
+ * The version of the OpenAPI document: 2024-03-20
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ *
12
+ */
13
+
14
+ import {ApiClient} from "../ApiClient.js";
15
+ import {CancelInboundPlanResponse} from '../model/CancelInboundPlanResponse.js';
16
+ import {CancelSelfShipAppointmentRequest} from '../model/CancelSelfShipAppointmentRequest.js';
17
+ import {CancelSelfShipAppointmentResponse} from '../model/CancelSelfShipAppointmentResponse.js';
18
+ import {ConfirmDeliveryWindowOptionsResponse} from '../model/ConfirmDeliveryWindowOptionsResponse.js';
19
+ import {ConfirmPackingOptionResponse} from '../model/ConfirmPackingOptionResponse.js';
20
+ import {ConfirmPlacementOptionResponse} from '../model/ConfirmPlacementOptionResponse.js';
21
+ import {ConfirmShipmentContentUpdatePreviewResponse} from '../model/ConfirmShipmentContentUpdatePreviewResponse.js';
22
+ import {ConfirmTransportationOptionsRequest} from '../model/ConfirmTransportationOptionsRequest.js';
23
+ import {ConfirmTransportationOptionsResponse} from '../model/ConfirmTransportationOptionsResponse.js';
24
+ import {ContentUpdatePreview} from '../model/ContentUpdatePreview.js';
25
+ import {CreateInboundPlanRequest} from '../model/CreateInboundPlanRequest.js';
26
+ import {CreateInboundPlanResponse} from '../model/CreateInboundPlanResponse.js';
27
+ import {CreateMarketplaceItemLabelsRequest} from '../model/CreateMarketplaceItemLabelsRequest.js';
28
+ import {CreateMarketplaceItemLabelsResponse} from '../model/CreateMarketplaceItemLabelsResponse.js';
29
+ import {ErrorList} from '../model/ErrorList.js';
30
+ import {GenerateDeliveryWindowOptionsResponse} from '../model/GenerateDeliveryWindowOptionsResponse.js';
31
+ import {GeneratePackingOptionsResponse} from '../model/GeneratePackingOptionsResponse.js';
32
+ import {GeneratePlacementOptionsRequest} from '../model/GeneratePlacementOptionsRequest.js';
33
+ import {GeneratePlacementOptionsResponse} from '../model/GeneratePlacementOptionsResponse.js';
34
+ import {GenerateSelfShipAppointmentSlotsRequest} from '../model/GenerateSelfShipAppointmentSlotsRequest.js';
35
+ import {GenerateSelfShipAppointmentSlotsResponse} from '../model/GenerateSelfShipAppointmentSlotsResponse.js';
36
+ import {GenerateShipmentContentUpdatePreviewsRequest} from '../model/GenerateShipmentContentUpdatePreviewsRequest.js';
37
+ import {GenerateShipmentContentUpdatePreviewsResponse} from '../model/GenerateShipmentContentUpdatePreviewsResponse.js';
38
+ import {GenerateTransportationOptionsRequest} from '../model/GenerateTransportationOptionsRequest.js';
39
+ import {GenerateTransportationOptionsResponse} from '../model/GenerateTransportationOptionsResponse.js';
40
+ import {GetDeliveryChallanDocumentResponse} from '../model/GetDeliveryChallanDocumentResponse.js';
41
+ import {GetSelfShipAppointmentSlotsResponse} from '../model/GetSelfShipAppointmentSlotsResponse.js';
42
+ import {InboundOperationStatus} from '../model/InboundOperationStatus.js';
43
+ import {InboundPlan} from '../model/InboundPlan.js';
44
+ import {ListDeliveryWindowOptionsResponse} from '../model/ListDeliveryWindowOptionsResponse.js';
45
+ import {ListInboundPlanBoxesResponse} from '../model/ListInboundPlanBoxesResponse.js';
46
+ import {ListInboundPlanItemsResponse} from '../model/ListInboundPlanItemsResponse.js';
47
+ import {ListInboundPlanPalletsResponse} from '../model/ListInboundPlanPalletsResponse.js';
48
+ import {ListInboundPlansResponse} from '../model/ListInboundPlansResponse.js';
49
+ import {ListItemComplianceDetailsResponse} from '../model/ListItemComplianceDetailsResponse.js';
50
+ import {ListPackingGroupBoxesResponse} from '../model/ListPackingGroupBoxesResponse.js';
51
+ import {ListPackingGroupItemsResponse} from '../model/ListPackingGroupItemsResponse.js';
52
+ import {ListPackingOptionsResponse} from '../model/ListPackingOptionsResponse.js';
53
+ import {ListPlacementOptionsResponse} from '../model/ListPlacementOptionsResponse.js';
54
+ import {ListPrepDetailsResponse} from '../model/ListPrepDetailsResponse.js';
55
+ import {ListShipmentBoxesResponse} from '../model/ListShipmentBoxesResponse.js';
56
+ import {ListShipmentContentUpdatePreviewsResponse} from '../model/ListShipmentContentUpdatePreviewsResponse.js';
57
+ import {ListShipmentItemsResponse} from '../model/ListShipmentItemsResponse.js';
58
+ import {ListShipmentPalletsResponse} from '../model/ListShipmentPalletsResponse.js';
59
+ import {ListTransportationOptionsResponse} from '../model/ListTransportationOptionsResponse.js';
60
+ import {ScheduleSelfShipAppointmentRequest} from '../model/ScheduleSelfShipAppointmentRequest.js';
61
+ import {ScheduleSelfShipAppointmentResponse} from '../model/ScheduleSelfShipAppointmentResponse.js';
62
+ import {SetPackingInformationRequest} from '../model/SetPackingInformationRequest.js';
63
+ import {SetPackingInformationResponse} from '../model/SetPackingInformationResponse.js';
64
+ import {SetPrepDetailsRequest} from '../model/SetPrepDetailsRequest.js';
65
+ import {SetPrepDetailsResponse} from '../model/SetPrepDetailsResponse.js';
66
+ import {Shipment} from '../model/Shipment.js';
67
+ import {UpdateInboundPlanNameRequest} from '../model/UpdateInboundPlanNameRequest.js';
68
+ import {UpdateItemComplianceDetailsRequest} from '../model/UpdateItemComplianceDetailsRequest.js';
69
+ import {UpdateItemComplianceDetailsResponse} from '../model/UpdateItemComplianceDetailsResponse.js';
70
+ import {UpdateShipmentNameRequest} from '../model/UpdateShipmentNameRequest.js';
71
+ import {UpdateShipmentSourceAddressRequest} from '../model/UpdateShipmentSourceAddressRequest.js';
72
+ import {UpdateShipmentSourceAddressResponse} from '../model/UpdateShipmentSourceAddressResponse.js';
73
+ import {UpdateShipmentTrackingDetailsRequest} from '../model/UpdateShipmentTrackingDetailsRequest.js';
74
+ import {UpdateShipmentTrackingDetailsResponse} from '../model/UpdateShipmentTrackingDetailsResponse.js';
75
+
76
+ /**
77
+ * FbaInbound service.
78
+ * @module fulfillmentinbound_v2024_03_20/api/FbaInboundApi
79
+ * @version 2024-03-20
80
+ */
81
+ export class FbaInboundApi {
82
+
83
+ /**
84
+ * Constructs a new FbaInboundApi.
85
+ * @alias module:fulfillmentinbound_v2024_03_20/api/FbaInboundApi
86
+ * @class
87
+ * @param {module:fulfillmentinbound_v2024_03_20/ApiClient} [apiClient] Optional API client implementation to use,
88
+ * default to {@link module:fulfillmentinbound_v2024_03_20/ApiClient#instance} if unspecified.
89
+ */
90
+ constructor(apiClient) {
91
+ this.apiClient = apiClient || ApiClient.instance;
92
+ }
93
+
94
+
95
+
96
+ /**
97
+ * 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).
98
+ * @param {String} inboundPlanId Identifier of an inbound plan.
99
+ * @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
100
+ */
101
+ cancelInboundPlanWithHttpInfo(inboundPlanId) {
102
+ let postBody = null;
103
+
104
+ // verify the required parameter 'inboundPlanId' is set
105
+ if (inboundPlanId === undefined || inboundPlanId === null) {
106
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling cancelInboundPlan");
107
+ }
108
+
109
+
110
+ let pathParams = {
111
+ 'inboundPlanId': inboundPlanId
112
+ };
113
+ let queryParams = {
114
+ };
115
+ let headerParams = {
116
+ };
117
+ let formParams = {
118
+ };
119
+
120
+ let contentTypes = [];
121
+ let accepts = ['application/json'];
122
+ let returnType = CancelInboundPlanResponse;
123
+
124
+ return this.apiClient.callApi(
125
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/cancellation', 'PUT',
126
+ pathParams, queryParams, headerParams, formParams, postBody,
127
+ contentTypes, accepts, returnType
128
+ );
129
+ }
130
+
131
+ /**
132
+ * 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).
133
+ * @param {String} inboundPlanId Identifier of an inbound plan.
134
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelInboundPlanResponse}
135
+ */
136
+ cancelInboundPlan(inboundPlanId) {
137
+ return this.cancelInboundPlanWithHttpInfo(inboundPlanId)
138
+ .then(function(response_and_data) {
139
+ return response_and_data.data;
140
+ });
141
+ }
142
+
143
+
144
+ /**
145
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
146
+ * @param {String} inboundPlanId Identifier of an inbound plan.
147
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
148
+ * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
149
+ * @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
150
+ */
151
+ cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body) {
152
+ let postBody = body;
153
+
154
+ // verify the required parameter 'inboundPlanId' is set
155
+ if (inboundPlanId === undefined || inboundPlanId === null) {
156
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling cancelSelfShipAppointment");
157
+ }
158
+
159
+ // verify the required parameter 'shipmentId' is set
160
+ if (shipmentId === undefined || shipmentId === null) {
161
+ throw new Error("Missing the required parameter 'shipmentId' when calling cancelSelfShipAppointment");
162
+ }
163
+
164
+ // verify the required parameter 'body' is set
165
+ if (body === undefined || body === null) {
166
+ throw new Error("Missing the required parameter 'body' when calling cancelSelfShipAppointment");
167
+ }
168
+
169
+
170
+ let pathParams = {
171
+ 'inboundPlanId': inboundPlanId,
172
+ 'shipmentId': shipmentId
173
+ };
174
+ let queryParams = {
175
+ };
176
+ let headerParams = {
177
+ };
178
+ let formParams = {
179
+ };
180
+
181
+ let contentTypes = ['application/json'];
182
+ let accepts = ['application/json'];
183
+ let returnType = CancelSelfShipAppointmentResponse;
184
+
185
+ return this.apiClient.callApi(
186
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentCancellation', 'PUT',
187
+ pathParams, queryParams, headerParams, formParams, postBody,
188
+ contentTypes, accepts, returnType
189
+ );
190
+ }
191
+
192
+ /**
193
+ * Cancels a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
194
+ * @param {String} inboundPlanId Identifier of an inbound plan.
195
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
196
+ * @param {module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentRequest} body The body of the request to `cancelSelfShipAppointment`.
197
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CancelSelfShipAppointmentResponse}
198
+ */
199
+ cancelSelfShipAppointment(inboundPlanId, shipmentId, body) {
200
+ return this.cancelSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, body)
201
+ .then(function(response_and_data) {
202
+ return response_and_data.data;
203
+ });
204
+ }
205
+
206
+
207
+ /**
208
+ * Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
209
+ * @param {String} inboundPlanId Identifier of an inbound plan.
210
+ * @param {String} shipmentId The shipment to confirm the delivery window option for.
211
+ * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
212
+ * @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
213
+ */
214
+ confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId) {
215
+ let postBody = null;
216
+
217
+ // verify the required parameter 'inboundPlanId' is set
218
+ if (inboundPlanId === undefined || inboundPlanId === null) {
219
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmDeliveryWindowOptions");
220
+ }
221
+
222
+ // verify the required parameter 'shipmentId' is set
223
+ if (shipmentId === undefined || shipmentId === null) {
224
+ throw new Error("Missing the required parameter 'shipmentId' when calling confirmDeliveryWindowOptions");
225
+ }
226
+
227
+ // verify the required parameter 'deliveryWindowOptionId' is set
228
+ if (deliveryWindowOptionId === undefined || deliveryWindowOptionId === null) {
229
+ throw new Error("Missing the required parameter 'deliveryWindowOptionId' when calling confirmDeliveryWindowOptions");
230
+ }
231
+
232
+
233
+ let pathParams = {
234
+ 'inboundPlanId': inboundPlanId,
235
+ 'shipmentId': shipmentId,
236
+ 'deliveryWindowOptionId': deliveryWindowOptionId
237
+ };
238
+ let queryParams = {
239
+ };
240
+ let headerParams = {
241
+ };
242
+ let formParams = {
243
+ };
244
+
245
+ let contentTypes = [];
246
+ let accepts = ['application/json'];
247
+ let returnType = ConfirmDeliveryWindowOptionsResponse;
248
+
249
+ return this.apiClient.callApi(
250
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation', 'POST',
251
+ pathParams, queryParams, headerParams, formParams, postBody,
252
+ contentTypes, accepts, returnType
253
+ );
254
+ }
255
+
256
+ /**
257
+ * Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program `CONFIRMED_DELIVERY_WINDOW` require a delivery window to be confirmed prior to transportation option confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
258
+ * @param {String} inboundPlanId Identifier of an inbound plan.
259
+ * @param {String} shipmentId The shipment to confirm the delivery window option for.
260
+ * @param {String} deliveryWindowOptionId The id of the delivery window option to be confirmed.
261
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmDeliveryWindowOptionsResponse}
262
+ */
263
+ confirmDeliveryWindowOptions(inboundPlanId, shipmentId, deliveryWindowOptionId) {
264
+ return this.confirmDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, deliveryWindowOptionId)
265
+ .then(function(response_and_data) {
266
+ return response_and_data.data;
267
+ });
268
+ }
269
+
270
+
271
+ /**
272
+ * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
273
+ * @param {String} inboundPlanId Identifier of an inbound plan.
274
+ * @param {String} packingOptionId Identifier of a packing option.
275
+ * @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
276
+ */
277
+ confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId) {
278
+ let postBody = null;
279
+
280
+ // verify the required parameter 'inboundPlanId' is set
281
+ if (inboundPlanId === undefined || inboundPlanId === null) {
282
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmPackingOption");
283
+ }
284
+
285
+ // verify the required parameter 'packingOptionId' is set
286
+ if (packingOptionId === undefined || packingOptionId === null) {
287
+ throw new Error("Missing the required parameter 'packingOptionId' when calling confirmPackingOption");
288
+ }
289
+
290
+
291
+ let pathParams = {
292
+ 'inboundPlanId': inboundPlanId,
293
+ 'packingOptionId': packingOptionId
294
+ };
295
+ let queryParams = {
296
+ };
297
+ let headerParams = {
298
+ };
299
+ let formParams = {
300
+ };
301
+
302
+ let contentTypes = [];
303
+ let accepts = ['application/json'];
304
+ let returnType = ConfirmPackingOptionResponse;
305
+
306
+ return this.apiClient.callApi(
307
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions/{packingOptionId}/confirmation', 'POST',
308
+ pathParams, queryParams, headerParams, formParams, postBody,
309
+ contentTypes, accepts, returnType
310
+ );
311
+ }
312
+
313
+ /**
314
+ * Confirms the packing option for an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
315
+ * @param {String} inboundPlanId Identifier of an inbound plan.
316
+ * @param {String} packingOptionId Identifier of a packing option.
317
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPackingOptionResponse}
318
+ */
319
+ confirmPackingOption(inboundPlanId, packingOptionId) {
320
+ return this.confirmPackingOptionWithHttpInfo(inboundPlanId, packingOptionId)
321
+ .then(function(response_and_data) {
322
+ return response_and_data.data;
323
+ });
324
+ }
325
+
326
+
327
+ /**
328
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
329
+ * @param {String} inboundPlanId Identifier of an inbound plan.
330
+ * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
331
+ * @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
332
+ */
333
+ confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId) {
334
+ let postBody = null;
335
+
336
+ // verify the required parameter 'inboundPlanId' is set
337
+ if (inboundPlanId === undefined || inboundPlanId === null) {
338
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmPlacementOption");
339
+ }
340
+
341
+ // verify the required parameter 'placementOptionId' is set
342
+ if (placementOptionId === undefined || placementOptionId === null) {
343
+ throw new Error("Missing the required parameter 'placementOptionId' when calling confirmPlacementOption");
344
+ }
345
+
346
+
347
+ let pathParams = {
348
+ 'inboundPlanId': inboundPlanId,
349
+ 'placementOptionId': placementOptionId
350
+ };
351
+ let queryParams = {
352
+ };
353
+ let headerParams = {
354
+ };
355
+ let formParams = {
356
+ };
357
+
358
+ let contentTypes = [];
359
+ let accepts = ['application/json'];
360
+ let returnType = ConfirmPlacementOptionResponse;
361
+
362
+ return this.apiClient.callApi(
363
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions/{placementOptionId}/confirmation', 'POST',
364
+ pathParams, queryParams, headerParams, formParams, postBody,
365
+ contentTypes, accepts, returnType
366
+ );
367
+ }
368
+
369
+ /**
370
+ * Confirms the placement option for an inbound plan. Once confirmed, it cannot be changed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
371
+ * @param {String} inboundPlanId Identifier of an inbound plan.
372
+ * @param {String} placementOptionId The identifier of a placement option. A placement option represents the shipment splits and destinations of SKUs.
373
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmPlacementOptionResponse}
374
+ */
375
+ confirmPlacementOption(inboundPlanId, placementOptionId) {
376
+ return this.confirmPlacementOptionWithHttpInfo(inboundPlanId, placementOptionId)
377
+ .then(function(response_and_data) {
378
+ return response_and_data.data;
379
+ });
380
+ }
381
+
382
+
383
+ /**
384
+ * Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
385
+ * @param {String} inboundPlanId Identifier of an inbound plan.
386
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
387
+ * @param {String} contentUpdatePreviewId Identifier of a content update preview.
388
+ * @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
389
+ */
390
+ confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId) {
391
+ let postBody = null;
392
+
393
+ // verify the required parameter 'inboundPlanId' is set
394
+ if (inboundPlanId === undefined || inboundPlanId === null) {
395
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmShipmentContentUpdatePreview");
396
+ }
397
+
398
+ // verify the required parameter 'shipmentId' is set
399
+ if (shipmentId === undefined || shipmentId === null) {
400
+ throw new Error("Missing the required parameter 'shipmentId' when calling confirmShipmentContentUpdatePreview");
401
+ }
402
+
403
+ // verify the required parameter 'contentUpdatePreviewId' is set
404
+ if (contentUpdatePreviewId === undefined || contentUpdatePreviewId === null) {
405
+ throw new Error("Missing the required parameter 'contentUpdatePreviewId' when calling confirmShipmentContentUpdatePreview");
406
+ }
407
+
408
+
409
+ let pathParams = {
410
+ 'inboundPlanId': inboundPlanId,
411
+ 'shipmentId': shipmentId,
412
+ 'contentUpdatePreviewId': contentUpdatePreviewId
413
+ };
414
+ let queryParams = {
415
+ };
416
+ let headerParams = {
417
+ };
418
+ let formParams = {
419
+ };
420
+
421
+ let contentTypes = [];
422
+ let accepts = ['application/json'];
423
+ let returnType = ConfirmShipmentContentUpdatePreviewResponse;
424
+
425
+ return this.apiClient.callApi(
426
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}/confirmation', 'POST',
427
+ pathParams, queryParams, headerParams, formParams, postBody,
428
+ contentTypes, accepts, returnType
429
+ );
430
+ }
431
+
432
+ /**
433
+ * Confirm a shipment content update preview and accept the changes in transportation cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
434
+ * @param {String} inboundPlanId Identifier of an inbound plan.
435
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
436
+ * @param {String} contentUpdatePreviewId Identifier of a content update preview.
437
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmShipmentContentUpdatePreviewResponse}
438
+ */
439
+ confirmShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId) {
440
+ return this.confirmShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
441
+ .then(function(response_and_data) {
442
+ return response_and_data.data;
443
+ });
444
+ }
445
+
446
+
447
+ /**
448
+ * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
449
+ * @param {String} inboundPlanId Identifier of an inbound plan.
450
+ * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
451
+ * @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
452
+ */
453
+ confirmTransportationOptionsWithHttpInfo(inboundPlanId, body) {
454
+ let postBody = body;
455
+
456
+ // verify the required parameter 'inboundPlanId' is set
457
+ if (inboundPlanId === undefined || inboundPlanId === null) {
458
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling confirmTransportationOptions");
459
+ }
460
+
461
+ // verify the required parameter 'body' is set
462
+ if (body === undefined || body === null) {
463
+ throw new Error("Missing the required parameter 'body' when calling confirmTransportationOptions");
464
+ }
465
+
466
+
467
+ let pathParams = {
468
+ 'inboundPlanId': inboundPlanId
469
+ };
470
+ let queryParams = {
471
+ };
472
+ let headerParams = {
473
+ };
474
+ let formParams = {
475
+ };
476
+
477
+ let contentTypes = ['application/json'];
478
+ let accepts = ['application/json'];
479
+ let returnType = ConfirmTransportationOptionsResponse;
480
+
481
+ return this.apiClient.callApi(
482
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions/confirmation', 'POST',
483
+ pathParams, queryParams, headerParams, formParams, postBody,
484
+ contentTypes, accepts, returnType
485
+ );
486
+ }
487
+
488
+ /**
489
+ * Confirms all the transportation options for an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new transportation options can not be generated or confirmed for the Inbound Plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
490
+ * @param {String} inboundPlanId Identifier of an inbound plan.
491
+ * @param {module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsRequest} body The body of the request to `confirmTransportationOptions`.
492
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ConfirmTransportationOptionsResponse}
493
+ */
494
+ confirmTransportationOptions(inboundPlanId, body) {
495
+ return this.confirmTransportationOptionsWithHttpInfo(inboundPlanId, body)
496
+ .then(function(response_and_data) {
497
+ return response_and_data.data;
498
+ });
499
+ }
500
+
501
+
502
+ /**
503
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
504
+ * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
505
+ * @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
506
+ */
507
+ createInboundPlanWithHttpInfo(body) {
508
+ let postBody = body;
509
+
510
+ // verify the required parameter 'body' is set
511
+ if (body === undefined || body === null) {
512
+ throw new Error("Missing the required parameter 'body' when calling createInboundPlan");
513
+ }
514
+
515
+
516
+ let pathParams = {
517
+ };
518
+ let queryParams = {
519
+ };
520
+ let headerParams = {
521
+ };
522
+ let formParams = {
523
+ };
524
+
525
+ let contentTypes = ['application/json'];
526
+ let accepts = ['application/json'];
527
+ let returnType = CreateInboundPlanResponse;
528
+
529
+ return this.apiClient.callApi(
530
+ '/inbound/fba/2024-03-20/inboundPlans', 'POST',
531
+ pathParams, queryParams, headerParams, formParams, postBody,
532
+ contentTypes, accepts, returnType
533
+ );
534
+ }
535
+
536
+ /**
537
+ * Creates an inbound plan. An inbound plan contains all the necessary information to send shipments into Amazon's fufillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
538
+ * @param {module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanRequest} body The body of the request to `createInboundPlan`.
539
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateInboundPlanResponse}
540
+ */
541
+ createInboundPlan(body) {
542
+ return this.createInboundPlanWithHttpInfo(body)
543
+ .then(function(response_and_data) {
544
+ return response_and_data.data;
545
+ });
546
+ }
547
+
548
+
549
+ /**
550
+ * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
551
+ * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
552
+ * @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
553
+ */
554
+ createMarketplaceItemLabelsWithHttpInfo(body) {
555
+ let postBody = body;
556
+
557
+ // verify the required parameter 'body' is set
558
+ if (body === undefined || body === null) {
559
+ throw new Error("Missing the required parameter 'body' when calling createMarketplaceItemLabels");
560
+ }
561
+
562
+
563
+ let pathParams = {
564
+ };
565
+ let queryParams = {
566
+ };
567
+ let headerParams = {
568
+ };
569
+ let formParams = {
570
+ };
571
+
572
+ let contentTypes = ['application/json'];
573
+ let accepts = ['application/json'];
574
+ let returnType = CreateMarketplaceItemLabelsResponse;
575
+
576
+ return this.apiClient.callApi(
577
+ '/inbound/fba/2024-03-20/items/labels', 'POST',
578
+ pathParams, queryParams, headerParams, formParams, postBody,
579
+ contentTypes, accepts, returnType
580
+ );
581
+ }
582
+
583
+ /**
584
+ * For a given marketplace - creates labels for a list of MSKUs. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
585
+ * @param {module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsRequest} body The body of the request to `createMarketplaceItemLabels`.
586
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/CreateMarketplaceItemLabelsResponse}
587
+ */
588
+ createMarketplaceItemLabels(body) {
589
+ return this.createMarketplaceItemLabelsWithHttpInfo(body)
590
+ .then(function(response_and_data) {
591
+ return response_and_data.data;
592
+ });
593
+ }
594
+
595
+
596
+ /**
597
+ * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
598
+ * @param {String} inboundPlanId Identifier of an inbound plan.
599
+ * @param {String} shipmentId The shipment to generate delivery window options for.
600
+ * @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
601
+ */
602
+ generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId) {
603
+ let postBody = null;
604
+
605
+ // verify the required parameter 'inboundPlanId' is set
606
+ if (inboundPlanId === undefined || inboundPlanId === null) {
607
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateDeliveryWindowOptions");
608
+ }
609
+
610
+ // verify the required parameter 'shipmentId' is set
611
+ if (shipmentId === undefined || shipmentId === null) {
612
+ throw new Error("Missing the required parameter 'shipmentId' when calling generateDeliveryWindowOptions");
613
+ }
614
+
615
+
616
+ let pathParams = {
617
+ 'inboundPlanId': inboundPlanId,
618
+ 'shipmentId': shipmentId
619
+ };
620
+ let queryParams = {
621
+ };
622
+ let headerParams = {
623
+ };
624
+ let formParams = {
625
+ };
626
+
627
+ let contentTypes = [];
628
+ let accepts = ['application/json'];
629
+ let returnType = GenerateDeliveryWindowOptionsResponse;
630
+
631
+ return this.apiClient.callApi(
632
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions', 'POST',
633
+ pathParams, queryParams, headerParams, formParams, postBody,
634
+ contentTypes, accepts, returnType
635
+ );
636
+ }
637
+
638
+ /**
639
+ * Generates available delivery window options for a given shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
640
+ * @param {String} inboundPlanId Identifier of an inbound plan.
641
+ * @param {String} shipmentId The shipment to generate delivery window options for.
642
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateDeliveryWindowOptionsResponse}
643
+ */
644
+ generateDeliveryWindowOptions(inboundPlanId, shipmentId) {
645
+ return this.generateDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId)
646
+ .then(function(response_and_data) {
647
+ return response_and_data.data;
648
+ });
649
+ }
650
+
651
+
652
+ /**
653
+ * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
654
+ * @param {String} inboundPlanId Identifier of an inbound plan.
655
+ * @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
656
+ */
657
+ generatePackingOptionsWithHttpInfo(inboundPlanId) {
658
+ let postBody = null;
659
+
660
+ // verify the required parameter 'inboundPlanId' is set
661
+ if (inboundPlanId === undefined || inboundPlanId === null) {
662
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generatePackingOptions");
663
+ }
664
+
665
+
666
+ let pathParams = {
667
+ 'inboundPlanId': inboundPlanId
668
+ };
669
+ let queryParams = {
670
+ };
671
+ let headerParams = {
672
+ };
673
+ let formParams = {
674
+ };
675
+
676
+ let contentTypes = [];
677
+ let accepts = ['application/json'];
678
+ let returnType = GeneratePackingOptionsResponse;
679
+
680
+ return this.apiClient.callApi(
681
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions', 'POST',
682
+ pathParams, queryParams, headerParams, formParams, postBody,
683
+ contentTypes, accepts, returnType
684
+ );
685
+ }
686
+
687
+ /**
688
+ * Generates available packing options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
689
+ * @param {String} inboundPlanId Identifier of an inbound plan.
690
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePackingOptionsResponse}
691
+ */
692
+ generatePackingOptions(inboundPlanId) {
693
+ return this.generatePackingOptionsWithHttpInfo(inboundPlanId)
694
+ .then(function(response_and_data) {
695
+ return response_and_data.data;
696
+ });
697
+ }
698
+
699
+
700
+ /**
701
+ * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
702
+ * @param {String} inboundPlanId Identifier of an inbound plan.
703
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
704
+ * @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
705
+ */
706
+ generatePlacementOptionsWithHttpInfo(inboundPlanId, body) {
707
+ let postBody = body;
708
+
709
+ // verify the required parameter 'inboundPlanId' is set
710
+ if (inboundPlanId === undefined || inboundPlanId === null) {
711
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generatePlacementOptions");
712
+ }
713
+
714
+ // verify the required parameter 'body' is set
715
+ if (body === undefined || body === null) {
716
+ throw new Error("Missing the required parameter 'body' when calling generatePlacementOptions");
717
+ }
718
+
719
+
720
+ let pathParams = {
721
+ 'inboundPlanId': inboundPlanId
722
+ };
723
+ let queryParams = {
724
+ };
725
+ let headerParams = {
726
+ };
727
+ let formParams = {
728
+ };
729
+
730
+ let contentTypes = ['application/json'];
731
+ let accepts = ['application/json'];
732
+ let returnType = GeneratePlacementOptionsResponse;
733
+
734
+ return this.apiClient.callApi(
735
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions', 'POST',
736
+ pathParams, queryParams, headerParams, formParams, postBody,
737
+ contentTypes, accepts, returnType
738
+ );
739
+ }
740
+
741
+ /**
742
+ * Generates placement options for the inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
743
+ * @param {String} inboundPlanId Identifier of an inbound plan.
744
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsRequest} body The body of the request to `generatePlacementOptions`.
745
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GeneratePlacementOptionsResponse}
746
+ */
747
+ generatePlacementOptions(inboundPlanId, body) {
748
+ return this.generatePlacementOptionsWithHttpInfo(inboundPlanId, body)
749
+ .then(function(response_and_data) {
750
+ return response_and_data.data;
751
+ });
752
+ }
753
+
754
+
755
+ /**
756
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
757
+ * @param {String} inboundPlanId Identifier of an inbound plan.
758
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
759
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
760
+ * @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
761
+ */
762
+ generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body) {
763
+ let postBody = body;
764
+
765
+ // verify the required parameter 'inboundPlanId' is set
766
+ if (inboundPlanId === undefined || inboundPlanId === null) {
767
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateSelfShipAppointmentSlots");
768
+ }
769
+
770
+ // verify the required parameter 'shipmentId' is set
771
+ if (shipmentId === undefined || shipmentId === null) {
772
+ throw new Error("Missing the required parameter 'shipmentId' when calling generateSelfShipAppointmentSlots");
773
+ }
774
+
775
+ // verify the required parameter 'body' is set
776
+ if (body === undefined || body === null) {
777
+ throw new Error("Missing the required parameter 'body' when calling generateSelfShipAppointmentSlots");
778
+ }
779
+
780
+
781
+ let pathParams = {
782
+ 'inboundPlanId': inboundPlanId,
783
+ 'shipmentId': shipmentId
784
+ };
785
+ let queryParams = {
786
+ };
787
+ let headerParams = {
788
+ };
789
+ let formParams = {
790
+ };
791
+
792
+ let contentTypes = ['application/json'];
793
+ let accepts = ['application/json'];
794
+ let returnType = GenerateSelfShipAppointmentSlotsResponse;
795
+
796
+ return this.apiClient.callApi(
797
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots', 'POST',
798
+ pathParams, queryParams, headerParams, formParams, postBody,
799
+ contentTypes, accepts, returnType
800
+ );
801
+ }
802
+
803
+ /**
804
+ * Initiates the process of generating the appointment slots list. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
805
+ * @param {String} inboundPlanId Identifier of an inbound plan.
806
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
807
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsRequest} body The body of the request to `generateSelfShipAppointmentSlots`.
808
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateSelfShipAppointmentSlotsResponse}
809
+ */
810
+ generateSelfShipAppointmentSlots(inboundPlanId, shipmentId, body) {
811
+ return this.generateSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, body)
812
+ .then(function(response_and_data) {
813
+ return response_and_data.data;
814
+ });
815
+ }
816
+
817
+
818
+ /**
819
+ * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
820
+ * @param {String} inboundPlanId Identifier of an inbound plan.
821
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
822
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
823
+ * @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
824
+ */
825
+ generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body) {
826
+ let postBody = body;
827
+
828
+ // verify the required parameter 'inboundPlanId' is set
829
+ if (inboundPlanId === undefined || inboundPlanId === null) {
830
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateShipmentContentUpdatePreviews");
831
+ }
832
+
833
+ // verify the required parameter 'shipmentId' is set
834
+ if (shipmentId === undefined || shipmentId === null) {
835
+ throw new Error("Missing the required parameter 'shipmentId' when calling generateShipmentContentUpdatePreviews");
836
+ }
837
+
838
+ // verify the required parameter 'body' is set
839
+ if (body === undefined || body === null) {
840
+ throw new Error("Missing the required parameter 'body' when calling generateShipmentContentUpdatePreviews");
841
+ }
842
+
843
+
844
+ let pathParams = {
845
+ 'inboundPlanId': inboundPlanId,
846
+ 'shipmentId': shipmentId
847
+ };
848
+ let queryParams = {
849
+ };
850
+ let headerParams = {
851
+ };
852
+ let formParams = {
853
+ };
854
+
855
+ let contentTypes = ['application/json'];
856
+ let accepts = ['application/json'];
857
+ let returnType = GenerateShipmentContentUpdatePreviewsResponse;
858
+
859
+ return this.apiClient.callApi(
860
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews', 'POST',
861
+ pathParams, queryParams, headerParams, formParams, postBody,
862
+ contentTypes, accepts, returnType
863
+ );
864
+ }
865
+
866
+ /**
867
+ * Generate a shipment content update preview given a set of intended boxes and/or items for a shipment with a confirmed carrier. The shipment content update preview will be viewable with the updated costs and contents prior to confirmation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
868
+ * @param {String} inboundPlanId Identifier of an inbound plan.
869
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
870
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsRequest} body The body of the request to `generateShipmentContentUpdatePreviews`.
871
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateShipmentContentUpdatePreviewsResponse}
872
+ */
873
+ generateShipmentContentUpdatePreviews(inboundPlanId, shipmentId, body) {
874
+ return this.generateShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, body)
875
+ .then(function(response_and_data) {
876
+ return response_and_data.data;
877
+ });
878
+ }
879
+
880
+
881
+ /**
882
+ * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
883
+ * @param {String} inboundPlanId Identifier of an inbound plan.
884
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
885
+ * @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
886
+ */
887
+ generateTransportationOptionsWithHttpInfo(inboundPlanId, body) {
888
+ let postBody = body;
889
+
890
+ // verify the required parameter 'inboundPlanId' is set
891
+ if (inboundPlanId === undefined || inboundPlanId === null) {
892
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling generateTransportationOptions");
893
+ }
894
+
895
+ // verify the required parameter 'body' is set
896
+ if (body === undefined || body === null) {
897
+ throw new Error("Missing the required parameter 'body' when calling generateTransportationOptions");
898
+ }
899
+
900
+
901
+ let pathParams = {
902
+ 'inboundPlanId': inboundPlanId
903
+ };
904
+ let queryParams = {
905
+ };
906
+ let headerParams = {
907
+ };
908
+ let formParams = {
909
+ };
910
+
911
+ let contentTypes = ['application/json'];
912
+ let accepts = ['application/json'];
913
+ let returnType = GenerateTransportationOptionsResponse;
914
+
915
+ return this.apiClient.callApi(
916
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions', 'POST',
917
+ pathParams, queryParams, headerParams, formParams, postBody,
918
+ contentTypes, accepts, returnType
919
+ );
920
+ }
921
+
922
+ /**
923
+ * Generates available transportation options for a given placement option. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
924
+ * @param {String} inboundPlanId Identifier of an inbound plan.
925
+ * @param {module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsRequest} body The body of the request to `generateTransportationOptions`.
926
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GenerateTransportationOptionsResponse}
927
+ */
928
+ generateTransportationOptions(inboundPlanId, body) {
929
+ return this.generateTransportationOptionsWithHttpInfo(inboundPlanId, body)
930
+ .then(function(response_and_data) {
931
+ return response_and_data.data;
932
+ });
933
+ }
934
+
935
+
936
+ /**
937
+ * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
938
+ * @param {String} inboundPlanId Identifier of an inbound plan.
939
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
940
+ * @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
941
+ */
942
+ getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId) {
943
+ let postBody = null;
944
+
945
+ // verify the required parameter 'inboundPlanId' is set
946
+ if (inboundPlanId === undefined || inboundPlanId === null) {
947
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getDeliveryChallanDocument");
948
+ }
949
+
950
+ // verify the required parameter 'shipmentId' is set
951
+ if (shipmentId === undefined || shipmentId === null) {
952
+ throw new Error("Missing the required parameter 'shipmentId' when calling getDeliveryChallanDocument");
953
+ }
954
+
955
+
956
+ let pathParams = {
957
+ 'inboundPlanId': inboundPlanId,
958
+ 'shipmentId': shipmentId
959
+ };
960
+ let queryParams = {
961
+ };
962
+ let headerParams = {
963
+ };
964
+ let formParams = {
965
+ };
966
+
967
+ let contentTypes = [];
968
+ let accepts = ['application/json'];
969
+ let returnType = GetDeliveryChallanDocumentResponse;
970
+
971
+ return this.apiClient.callApi(
972
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryChallanDocument', 'GET',
973
+ pathParams, queryParams, headerParams, formParams, postBody,
974
+ contentTypes, accepts, returnType
975
+ );
976
+ }
977
+
978
+ /**
979
+ * Provide delivery challan document for PCP transportation in IN marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
980
+ * @param {String} inboundPlanId Identifier of an inbound plan.
981
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
982
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetDeliveryChallanDocumentResponse}
983
+ */
984
+ getDeliveryChallanDocument(inboundPlanId, shipmentId) {
985
+ return this.getDeliveryChallanDocumentWithHttpInfo(inboundPlanId, shipmentId)
986
+ .then(function(response_and_data) {
987
+ return response_and_data.data;
988
+ });
989
+ }
990
+
991
+
992
+ /**
993
+ * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
994
+ * @param {String} operationId Identifier of an asynchronous operation.
995
+ * @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
996
+ */
997
+ getInboundOperationStatusWithHttpInfo(operationId) {
998
+ let postBody = null;
999
+
1000
+ // verify the required parameter 'operationId' is set
1001
+ if (operationId === undefined || operationId === null) {
1002
+ throw new Error("Missing the required parameter 'operationId' when calling getInboundOperationStatus");
1003
+ }
1004
+
1005
+
1006
+ let pathParams = {
1007
+ 'operationId': operationId
1008
+ };
1009
+ let queryParams = {
1010
+ };
1011
+ let headerParams = {
1012
+ };
1013
+ let formParams = {
1014
+ };
1015
+
1016
+ let contentTypes = [];
1017
+ let accepts = ['application/json'];
1018
+ let returnType = InboundOperationStatus;
1019
+
1020
+ return this.apiClient.callApi(
1021
+ '/inbound/fba/2024-03-20/operations/{operationId}', 'GET',
1022
+ pathParams, queryParams, headerParams, formParams, postBody,
1023
+ contentTypes, accepts, returnType
1024
+ );
1025
+ }
1026
+
1027
+ /**
1028
+ * Gets the status of the processing of an asynchronous API call. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1029
+ * @param {String} operationId Identifier of an asynchronous operation.
1030
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundOperationStatus}
1031
+ */
1032
+ getInboundOperationStatus(operationId) {
1033
+ return this.getInboundOperationStatusWithHttpInfo(operationId)
1034
+ .then(function(response_and_data) {
1035
+ return response_and_data.data;
1036
+ });
1037
+ }
1038
+
1039
+
1040
+ /**
1041
+ * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1042
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1043
+ * @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
1044
+ */
1045
+ getInboundPlanWithHttpInfo(inboundPlanId) {
1046
+ let postBody = null;
1047
+
1048
+ // verify the required parameter 'inboundPlanId' is set
1049
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1050
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getInboundPlan");
1051
+ }
1052
+
1053
+
1054
+ let pathParams = {
1055
+ 'inboundPlanId': inboundPlanId
1056
+ };
1057
+ let queryParams = {
1058
+ };
1059
+ let headerParams = {
1060
+ };
1061
+ let formParams = {
1062
+ };
1063
+
1064
+ let contentTypes = [];
1065
+ let accepts = ['application/json'];
1066
+ let returnType = InboundPlan;
1067
+
1068
+ return this.apiClient.callApi(
1069
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}', 'GET',
1070
+ pathParams, queryParams, headerParams, formParams, postBody,
1071
+ contentTypes, accepts, returnType
1072
+ );
1073
+ }
1074
+
1075
+ /**
1076
+ * Fetches the top level information about an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1077
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1078
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/InboundPlan}
1079
+ */
1080
+ getInboundPlan(inboundPlanId) {
1081
+ return this.getInboundPlanWithHttpInfo(inboundPlanId)
1082
+ .then(function(response_and_data) {
1083
+ return response_and_data.data;
1084
+ });
1085
+ }
1086
+
1087
+
1088
+ /**
1089
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1090
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1091
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1092
+ * @param {Object} opts Optional parameters
1093
+ * @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1094
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1095
+ * @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
1096
+ */
1097
+ getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts) {
1098
+ opts = opts || {};
1099
+ let postBody = null;
1100
+
1101
+ // verify the required parameter 'inboundPlanId' is set
1102
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1103
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getSelfShipAppointmentSlots");
1104
+ }
1105
+
1106
+ // verify the required parameter 'shipmentId' is set
1107
+ if (shipmentId === undefined || shipmentId === null) {
1108
+ throw new Error("Missing the required parameter 'shipmentId' when calling getSelfShipAppointmentSlots");
1109
+ }
1110
+
1111
+
1112
+ let pathParams = {
1113
+ 'inboundPlanId': inboundPlanId,
1114
+ 'shipmentId': shipmentId
1115
+ };
1116
+ let queryParams = {
1117
+ 'pageSize': opts['pageSize'],
1118
+ 'paginationToken': opts['paginationToken']
1119
+ };
1120
+ let headerParams = {
1121
+ };
1122
+ let formParams = {
1123
+ };
1124
+
1125
+ let contentTypes = [];
1126
+ let accepts = ['application/json'];
1127
+ let returnType = GetSelfShipAppointmentSlotsResponse;
1128
+
1129
+ return this.apiClient.callApi(
1130
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots', 'GET',
1131
+ pathParams, queryParams, headerParams, formParams, postBody,
1132
+ contentTypes, accepts, returnType
1133
+ );
1134
+ }
1135
+
1136
+ /**
1137
+ * Retrieves a list of available self-ship appointment slots used to drop off a shipment at a warehouse. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1138
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1139
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1140
+ * @param {Object} opts Optional parameters
1141
+ * @param {Number} opts.pageSize The number of self ship appointment slots to return in the response matching the given query. (default to 10)
1142
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1143
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/GetSelfShipAppointmentSlotsResponse}
1144
+ */
1145
+ getSelfShipAppointmentSlots(inboundPlanId, shipmentId, opts) {
1146
+ return this.getSelfShipAppointmentSlotsWithHttpInfo(inboundPlanId, shipmentId, opts)
1147
+ .then(function(response_and_data) {
1148
+ return response_and_data.data;
1149
+ });
1150
+ }
1151
+
1152
+
1153
+ /**
1154
+ * Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1155
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1156
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1157
+ * @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
1158
+ */
1159
+ getShipmentWithHttpInfo(inboundPlanId, shipmentId) {
1160
+ let postBody = null;
1161
+
1162
+ // verify the required parameter 'inboundPlanId' is set
1163
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1164
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getShipment");
1165
+ }
1166
+
1167
+ // verify the required parameter 'shipmentId' is set
1168
+ if (shipmentId === undefined || shipmentId === null) {
1169
+ throw new Error("Missing the required parameter 'shipmentId' when calling getShipment");
1170
+ }
1171
+
1172
+
1173
+ let pathParams = {
1174
+ 'inboundPlanId': inboundPlanId,
1175
+ 'shipmentId': shipmentId
1176
+ };
1177
+ let queryParams = {
1178
+ };
1179
+ let headerParams = {
1180
+ };
1181
+ let formParams = {
1182
+ };
1183
+
1184
+ let contentTypes = [];
1185
+ let accepts = ['application/json'];
1186
+ let returnType = Shipment;
1187
+
1188
+ return this.apiClient.callApi(
1189
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}', 'GET',
1190
+ pathParams, queryParams, headerParams, formParams, postBody,
1191
+ contentTypes, accepts, returnType
1192
+ );
1193
+ }
1194
+
1195
+ /**
1196
+ * Provides the full details for a specific shipment within an inbound plan. The `transportationOptionId` inside `acceptedTransportationSelection` can be used to retrieve the transportation details for the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1197
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1198
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1199
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/Shipment}
1200
+ */
1201
+ getShipment(inboundPlanId, shipmentId) {
1202
+ return this.getShipmentWithHttpInfo(inboundPlanId, shipmentId)
1203
+ .then(function(response_and_data) {
1204
+ return response_and_data.data;
1205
+ });
1206
+ }
1207
+
1208
+
1209
+ /**
1210
+ * Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1211
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1212
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1213
+ * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1214
+ * @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
1215
+ */
1216
+ getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId) {
1217
+ let postBody = null;
1218
+
1219
+ // verify the required parameter 'inboundPlanId' is set
1220
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1221
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling getShipmentContentUpdatePreview");
1222
+ }
1223
+
1224
+ // verify the required parameter 'shipmentId' is set
1225
+ if (shipmentId === undefined || shipmentId === null) {
1226
+ throw new Error("Missing the required parameter 'shipmentId' when calling getShipmentContentUpdatePreview");
1227
+ }
1228
+
1229
+ // verify the required parameter 'contentUpdatePreviewId' is set
1230
+ if (contentUpdatePreviewId === undefined || contentUpdatePreviewId === null) {
1231
+ throw new Error("Missing the required parameter 'contentUpdatePreviewId' when calling getShipmentContentUpdatePreview");
1232
+ }
1233
+
1234
+
1235
+ let pathParams = {
1236
+ 'inboundPlanId': inboundPlanId,
1237
+ 'shipmentId': shipmentId,
1238
+ 'contentUpdatePreviewId': contentUpdatePreviewId
1239
+ };
1240
+ let queryParams = {
1241
+ };
1242
+ let headerParams = {
1243
+ };
1244
+ let formParams = {
1245
+ };
1246
+
1247
+ let contentTypes = [];
1248
+ let accepts = ['application/json'];
1249
+ let returnType = ContentUpdatePreview;
1250
+
1251
+ return this.apiClient.callApi(
1252
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews/{contentUpdatePreviewId}', 'GET',
1253
+ pathParams, queryParams, headerParams, formParams, postBody,
1254
+ contentTypes, accepts, returnType
1255
+ );
1256
+ }
1257
+
1258
+ /**
1259
+ * Retrieve a shipment content update preview which provides a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1260
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1261
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1262
+ * @param {String} contentUpdatePreviewId Identifier of a content update preview.
1263
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ContentUpdatePreview}
1264
+ */
1265
+ getShipmentContentUpdatePreview(inboundPlanId, shipmentId, contentUpdatePreviewId) {
1266
+ return this.getShipmentContentUpdatePreviewWithHttpInfo(inboundPlanId, shipmentId, contentUpdatePreviewId)
1267
+ .then(function(response_and_data) {
1268
+ return response_and_data.data;
1269
+ });
1270
+ }
1271
+
1272
+
1273
+ /**
1274
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1275
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1276
+ * @param {String} shipmentId The shipment to get delivery window options for.
1277
+ * @param {Object} opts Optional parameters
1278
+ * @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
1279
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1280
+ * @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
1281
+ */
1282
+ listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts) {
1283
+ opts = opts || {};
1284
+ let postBody = null;
1285
+
1286
+ // verify the required parameter 'inboundPlanId' is set
1287
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1288
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listDeliveryWindowOptions");
1289
+ }
1290
+
1291
+ // verify the required parameter 'shipmentId' is set
1292
+ if (shipmentId === undefined || shipmentId === null) {
1293
+ throw new Error("Missing the required parameter 'shipmentId' when calling listDeliveryWindowOptions");
1294
+ }
1295
+
1296
+
1297
+ let pathParams = {
1298
+ 'inboundPlanId': inboundPlanId,
1299
+ 'shipmentId': shipmentId
1300
+ };
1301
+ let queryParams = {
1302
+ 'pageSize': opts['pageSize'],
1303
+ 'paginationToken': opts['paginationToken']
1304
+ };
1305
+ let headerParams = {
1306
+ };
1307
+ let formParams = {
1308
+ };
1309
+
1310
+ let contentTypes = [];
1311
+ let accepts = ['application/json'];
1312
+ let returnType = ListDeliveryWindowOptionsResponse;
1313
+
1314
+ return this.apiClient.callApi(
1315
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions', 'GET',
1316
+ pathParams, queryParams, headerParams, formParams, postBody,
1317
+ contentTypes, accepts, returnType
1318
+ );
1319
+ }
1320
+
1321
+ /**
1322
+ * Retrieves all delivery window options for a shipment. Delivery window options must first be generated by the `generateDeliveryWindowOptions` operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1323
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1324
+ * @param {String} shipmentId The shipment to get delivery window options for.
1325
+ * @param {Object} opts Optional parameters
1326
+ * @param {Number} opts.pageSize The number of delivery window options to return in the response matching the given query. (default to 10)
1327
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1328
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListDeliveryWindowOptionsResponse}
1329
+ */
1330
+ listDeliveryWindowOptions(inboundPlanId, shipmentId, opts) {
1331
+ return this.listDeliveryWindowOptionsWithHttpInfo(inboundPlanId, shipmentId, opts)
1332
+ .then(function(response_and_data) {
1333
+ return response_and_data.data;
1334
+ });
1335
+ }
1336
+
1337
+
1338
+ /**
1339
+ * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1340
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1341
+ * @param {Object} opts Optional parameters
1342
+ * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1343
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1344
+ * @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
1345
+ */
1346
+ listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts) {
1347
+ opts = opts || {};
1348
+ let postBody = null;
1349
+
1350
+ // verify the required parameter 'inboundPlanId' is set
1351
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1352
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanBoxes");
1353
+ }
1354
+
1355
+
1356
+ let pathParams = {
1357
+ 'inboundPlanId': inboundPlanId
1358
+ };
1359
+ let queryParams = {
1360
+ 'pageSize': opts['pageSize'],
1361
+ 'paginationToken': opts['paginationToken']
1362
+ };
1363
+ let headerParams = {
1364
+ };
1365
+ let formParams = {
1366
+ };
1367
+
1368
+ let contentTypes = [];
1369
+ let accepts = ['application/json'];
1370
+ let returnType = ListInboundPlanBoxesResponse;
1371
+
1372
+ return this.apiClient.callApi(
1373
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/boxes', 'GET',
1374
+ pathParams, queryParams, headerParams, formParams, postBody,
1375
+ contentTypes, accepts, returnType
1376
+ );
1377
+ }
1378
+
1379
+ /**
1380
+ * Provides a paginated list of box packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1381
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1382
+ * @param {Object} opts Optional parameters
1383
+ * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1384
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1385
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanBoxesResponse}
1386
+ */
1387
+ listInboundPlanBoxes(inboundPlanId, opts) {
1388
+ return this.listInboundPlanBoxesWithHttpInfo(inboundPlanId, opts)
1389
+ .then(function(response_and_data) {
1390
+ return response_and_data.data;
1391
+ });
1392
+ }
1393
+
1394
+
1395
+ /**
1396
+ * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1397
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1398
+ * @param {Object} opts Optional parameters
1399
+ * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
1400
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1401
+ * @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
1402
+ */
1403
+ listInboundPlanItemsWithHttpInfo(inboundPlanId, opts) {
1404
+ opts = opts || {};
1405
+ let postBody = null;
1406
+
1407
+ // verify the required parameter 'inboundPlanId' is set
1408
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1409
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanItems");
1410
+ }
1411
+
1412
+
1413
+ let pathParams = {
1414
+ 'inboundPlanId': inboundPlanId
1415
+ };
1416
+ let queryParams = {
1417
+ 'pageSize': opts['pageSize'],
1418
+ 'paginationToken': opts['paginationToken']
1419
+ };
1420
+ let headerParams = {
1421
+ };
1422
+ let formParams = {
1423
+ };
1424
+
1425
+ let contentTypes = [];
1426
+ let accepts = ['application/json'];
1427
+ let returnType = ListInboundPlanItemsResponse;
1428
+
1429
+ return this.apiClient.callApi(
1430
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/items', 'GET',
1431
+ pathParams, queryParams, headerParams, formParams, postBody,
1432
+ contentTypes, accepts, returnType
1433
+ );
1434
+ }
1435
+
1436
+ /**
1437
+ * Provides a paginated list of item packages in an inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1438
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1439
+ * @param {Object} opts Optional parameters
1440
+ * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
1441
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1442
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanItemsResponse}
1443
+ */
1444
+ listInboundPlanItems(inboundPlanId, opts) {
1445
+ return this.listInboundPlanItemsWithHttpInfo(inboundPlanId, opts)
1446
+ .then(function(response_and_data) {
1447
+ return response_and_data.data;
1448
+ });
1449
+ }
1450
+
1451
+
1452
+ /**
1453
+ * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1454
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1455
+ * @param {Object} opts Optional parameters
1456
+ * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
1457
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1458
+ * @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
1459
+ */
1460
+ listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts) {
1461
+ opts = opts || {};
1462
+ let postBody = null;
1463
+
1464
+ // verify the required parameter 'inboundPlanId' is set
1465
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1466
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listInboundPlanPallets");
1467
+ }
1468
+
1469
+
1470
+ let pathParams = {
1471
+ 'inboundPlanId': inboundPlanId
1472
+ };
1473
+ let queryParams = {
1474
+ 'pageSize': opts['pageSize'],
1475
+ 'paginationToken': opts['paginationToken']
1476
+ };
1477
+ let headerParams = {
1478
+ };
1479
+ let formParams = {
1480
+ };
1481
+
1482
+ let contentTypes = [];
1483
+ let accepts = ['application/json'];
1484
+ let returnType = ListInboundPlanPalletsResponse;
1485
+
1486
+ return this.apiClient.callApi(
1487
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/pallets', 'GET',
1488
+ pathParams, queryParams, headerParams, formParams, postBody,
1489
+ contentTypes, accepts, returnType
1490
+ );
1491
+ }
1492
+
1493
+ /**
1494
+ * Provides a paginated list of pallet packages in an inbound plan. An inbound plan will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1495
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1496
+ * @param {Object} opts Optional parameters
1497
+ * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
1498
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1499
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlanPalletsResponse}
1500
+ */
1501
+ listInboundPlanPallets(inboundPlanId, opts) {
1502
+ return this.listInboundPlanPalletsWithHttpInfo(inboundPlanId, opts)
1503
+ .then(function(response_and_data) {
1504
+ return response_and_data.data;
1505
+ });
1506
+ }
1507
+
1508
+
1509
+ /**
1510
+ * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1511
+ * @param {Object} opts Optional parameters
1512
+ * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
1513
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1514
+ * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.status The status of an inbound plan.
1515
+ * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortBy Sort by field.
1516
+ * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1517
+ * @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
1518
+ */
1519
+ listInboundPlansWithHttpInfo(opts) {
1520
+ opts = opts || {};
1521
+ let postBody = null;
1522
+
1523
+
1524
+ let pathParams = {
1525
+ };
1526
+ let queryParams = {
1527
+ 'pageSize': opts['pageSize'],
1528
+ 'paginationToken': opts['paginationToken'],
1529
+ 'status': opts['status'],
1530
+ 'sortBy': opts['sortBy'],
1531
+ 'sortOrder': opts['sortOrder']
1532
+ };
1533
+ let headerParams = {
1534
+ };
1535
+ let formParams = {
1536
+ };
1537
+
1538
+ let contentTypes = [];
1539
+ let accepts = ['application/json'];
1540
+ let returnType = ListInboundPlansResponse;
1541
+
1542
+ return this.apiClient.callApi(
1543
+ '/inbound/fba/2024-03-20/inboundPlans', 'GET',
1544
+ pathParams, queryParams, headerParams, formParams, postBody,
1545
+ contentTypes, accepts, returnType
1546
+ );
1547
+ }
1548
+
1549
+ /**
1550
+ * Provides a list of inbound plans with minimal information. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1551
+ * @param {Object} opts Optional parameters
1552
+ * @param {Number} opts.pageSize The number of inbound plans to return in the response matching the given query. (default to 10)
1553
+ * @param {String} opts.paginationToken A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.
1554
+ * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.status The status of an inbound plan.
1555
+ * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortBy Sort by field.
1556
+ * @param {module:fulfillmentinbound_v2024_03_20/model/String} opts.sortOrder The sort order.
1557
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListInboundPlansResponse}
1558
+ */
1559
+ listInboundPlans(opts) {
1560
+ return this.listInboundPlansWithHttpInfo(opts)
1561
+ .then(function(response_and_data) {
1562
+ return response_and_data.data;
1563
+ });
1564
+ }
1565
+
1566
+
1567
+ /**
1568
+ * List the inbound compliance details for MSKUs in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1569
+ * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1570
+ * @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).
1571
+ * @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
1572
+ */
1573
+ listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId) {
1574
+ let postBody = null;
1575
+
1576
+ // verify the required parameter 'mskus' is set
1577
+ if (mskus === undefined || mskus === null) {
1578
+ throw new Error("Missing the required parameter 'mskus' when calling listItemComplianceDetails");
1579
+ }
1580
+
1581
+ // verify the required parameter 'marketplaceId' is set
1582
+ if (marketplaceId === undefined || marketplaceId === null) {
1583
+ throw new Error("Missing the required parameter 'marketplaceId' when calling listItemComplianceDetails");
1584
+ }
1585
+
1586
+
1587
+ let pathParams = {
1588
+ };
1589
+ let queryParams = {
1590
+ 'mskus': this.apiClient.buildCollectionParam(mskus, 'multi'),
1591
+ 'marketplaceId': marketplaceId
1592
+ };
1593
+ let headerParams = {
1594
+ };
1595
+ let formParams = {
1596
+ };
1597
+
1598
+ let contentTypes = [];
1599
+ let accepts = ['application/json'];
1600
+ let returnType = ListItemComplianceDetailsResponse;
1601
+
1602
+ return this.apiClient.callApi(
1603
+ '/inbound/fba/2024-03-20/items/compliance', 'GET',
1604
+ pathParams, queryParams, headerParams, formParams, postBody,
1605
+ contentTypes, accepts, returnType
1606
+ );
1607
+ }
1608
+
1609
+ /**
1610
+ * 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).
1611
+ * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1612
+ * @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).
1613
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListItemComplianceDetailsResponse}
1614
+ */
1615
+ listItemComplianceDetails(mskus, marketplaceId) {
1616
+ return this.listItemComplianceDetailsWithHttpInfo(mskus, marketplaceId)
1617
+ .then(function(response_and_data) {
1618
+ return response_and_data.data;
1619
+ });
1620
+ }
1621
+
1622
+
1623
+ /**
1624
+ * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1625
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1626
+ * @param {String} packingGroupId Identifier of a packing group.
1627
+ * @param {Object} opts Optional parameters
1628
+ * @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
1629
+ * @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.
1630
+ * @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
1631
+ */
1632
+ listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts) {
1633
+ opts = opts || {};
1634
+ let postBody = null;
1635
+
1636
+ // verify the required parameter 'inboundPlanId' is set
1637
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1638
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingGroupBoxes");
1639
+ }
1640
+
1641
+ // verify the required parameter 'packingGroupId' is set
1642
+ if (packingGroupId === undefined || packingGroupId === null) {
1643
+ throw new Error("Missing the required parameter 'packingGroupId' when calling listPackingGroupBoxes");
1644
+ }
1645
+
1646
+
1647
+ let pathParams = {
1648
+ 'inboundPlanId': inboundPlanId,
1649
+ 'packingGroupId': packingGroupId
1650
+ };
1651
+ let queryParams = {
1652
+ 'pageSize': opts['pageSize'],
1653
+ 'paginationToken': opts['paginationToken']
1654
+ };
1655
+ let headerParams = {
1656
+ };
1657
+ let formParams = {
1658
+ };
1659
+
1660
+ let contentTypes = [];
1661
+ let accepts = ['application/json'];
1662
+ let returnType = ListPackingGroupBoxesResponse;
1663
+
1664
+ return this.apiClient.callApi(
1665
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/boxes', 'GET',
1666
+ pathParams, queryParams, headerParams, formParams, postBody,
1667
+ contentTypes, accepts, returnType
1668
+ );
1669
+ }
1670
+
1671
+ /**
1672
+ * Retrieves a page of boxes from a given packing group. These boxes were previously provided through the &#x60;setPackingInformation&#x60; operation. This API is used for workflows where boxes are packed before Amazon determines shipment splits. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1673
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1674
+ * @param {String} packingGroupId Identifier of a packing group.
1675
+ * @param {Object} opts Optional parameters
1676
+ * @param {Number} opts.pageSize The number of packing group boxes to return in the response matching the given query. (default to 10)
1677
+ * @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.
1678
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupBoxesResponse}
1679
+ */
1680
+ listPackingGroupBoxes(inboundPlanId, packingGroupId, opts) {
1681
+ return this.listPackingGroupBoxesWithHttpInfo(inboundPlanId, packingGroupId, opts)
1682
+ .then(function(response_and_data) {
1683
+ return response_and_data.data;
1684
+ });
1685
+ }
1686
+
1687
+
1688
+ /**
1689
+ * Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1690
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1691
+ * @param {String} packingGroupId Identifier of a packing group.
1692
+ * @param {Object} opts Optional parameters
1693
+ * @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
1694
+ * @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.
1695
+ * @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
1696
+ */
1697
+ listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts) {
1698
+ opts = opts || {};
1699
+ let postBody = null;
1700
+
1701
+ // verify the required parameter 'inboundPlanId' is set
1702
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1703
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingGroupItems");
1704
+ }
1705
+
1706
+ // verify the required parameter 'packingGroupId' is set
1707
+ if (packingGroupId === undefined || packingGroupId === null) {
1708
+ throw new Error("Missing the required parameter 'packingGroupId' when calling listPackingGroupItems");
1709
+ }
1710
+
1711
+
1712
+ let pathParams = {
1713
+ 'inboundPlanId': inboundPlanId,
1714
+ 'packingGroupId': packingGroupId
1715
+ };
1716
+ let queryParams = {
1717
+ 'pageSize': opts['pageSize'],
1718
+ 'paginationToken': opts['paginationToken']
1719
+ };
1720
+ let headerParams = {
1721
+ };
1722
+ let formParams = {
1723
+ };
1724
+
1725
+ let contentTypes = [];
1726
+ let accepts = ['application/json'];
1727
+ let returnType = ListPackingGroupItemsResponse;
1728
+
1729
+ return this.apiClient.callApi(
1730
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingGroups/{packingGroupId}/items', 'GET',
1731
+ pathParams, queryParams, headerParams, formParams, postBody,
1732
+ contentTypes, accepts, returnType
1733
+ );
1734
+ }
1735
+
1736
+ /**
1737
+ * Retrieves a page of items in a given packing group. Packing options must first be generated by the corresponding operation before packing group items can be listed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1738
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1739
+ * @param {String} packingGroupId Identifier of a packing group.
1740
+ * @param {Object} opts Optional parameters
1741
+ * @param {Number} opts.pageSize The number of packing group items to return in the response matching the given query. (default to 10)
1742
+ * @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.
1743
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingGroupItemsResponse}
1744
+ */
1745
+ listPackingGroupItems(inboundPlanId, packingGroupId, opts) {
1746
+ return this.listPackingGroupItemsWithHttpInfo(inboundPlanId, packingGroupId, opts)
1747
+ .then(function(response_and_data) {
1748
+ return response_and_data.data;
1749
+ });
1750
+ }
1751
+
1752
+
1753
+ /**
1754
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1755
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1756
+ * @param {Object} opts Optional parameters
1757
+ * @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
1758
+ * @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.
1759
+ * @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
1760
+ */
1761
+ listPackingOptionsWithHttpInfo(inboundPlanId, opts) {
1762
+ opts = opts || {};
1763
+ let postBody = null;
1764
+
1765
+ // verify the required parameter 'inboundPlanId' is set
1766
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1767
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPackingOptions");
1768
+ }
1769
+
1770
+
1771
+ let pathParams = {
1772
+ 'inboundPlanId': inboundPlanId
1773
+ };
1774
+ let queryParams = {
1775
+ 'pageSize': opts['pageSize'],
1776
+ 'paginationToken': opts['paginationToken']
1777
+ };
1778
+ let headerParams = {
1779
+ };
1780
+ let formParams = {
1781
+ };
1782
+
1783
+ let contentTypes = [];
1784
+ let accepts = ['application/json'];
1785
+ let returnType = ListPackingOptionsResponse;
1786
+
1787
+ return this.apiClient.callApi(
1788
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingOptions', 'GET',
1789
+ pathParams, queryParams, headerParams, formParams, postBody,
1790
+ contentTypes, accepts, returnType
1791
+ );
1792
+ }
1793
+
1794
+ /**
1795
+ * Retrieves a list of all packing options for an inbound plan. Packing options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1796
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1797
+ * @param {Object} opts Optional parameters
1798
+ * @param {Number} opts.pageSize The number of packing options to return in the response matching the given query. (default to 10)
1799
+ * @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.
1800
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPackingOptionsResponse}
1801
+ */
1802
+ listPackingOptions(inboundPlanId, opts) {
1803
+ return this.listPackingOptionsWithHttpInfo(inboundPlanId, opts)
1804
+ .then(function(response_and_data) {
1805
+ return response_and_data.data;
1806
+ });
1807
+ }
1808
+
1809
+
1810
+ /**
1811
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1812
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1813
+ * @param {Object} opts Optional parameters
1814
+ * @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
1815
+ * @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.
1816
+ * @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
1817
+ */
1818
+ listPlacementOptionsWithHttpInfo(inboundPlanId, opts) {
1819
+ opts = opts || {};
1820
+ let postBody = null;
1821
+
1822
+ // verify the required parameter 'inboundPlanId' is set
1823
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1824
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listPlacementOptions");
1825
+ }
1826
+
1827
+
1828
+ let pathParams = {
1829
+ 'inboundPlanId': inboundPlanId
1830
+ };
1831
+ let queryParams = {
1832
+ 'pageSize': opts['pageSize'],
1833
+ 'paginationToken': opts['paginationToken']
1834
+ };
1835
+ let headerParams = {
1836
+ };
1837
+ let formParams = {
1838
+ };
1839
+
1840
+ let contentTypes = [];
1841
+ let accepts = ['application/json'];
1842
+ let returnType = ListPlacementOptionsResponse;
1843
+
1844
+ return this.apiClient.callApi(
1845
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/placementOptions', 'GET',
1846
+ pathParams, queryParams, headerParams, formParams, postBody,
1847
+ contentTypes, accepts, returnType
1848
+ );
1849
+ }
1850
+
1851
+ /**
1852
+ * Provides a list of all placement options for an inbound plan. Placement options must first be generated by the corresponding operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1853
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1854
+ * @param {Object} opts Optional parameters
1855
+ * @param {Number} opts.pageSize The number of placement options to return in the response matching the given query. (default to 10)
1856
+ * @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.
1857
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPlacementOptionsResponse}
1858
+ */
1859
+ listPlacementOptions(inboundPlanId, opts) {
1860
+ return this.listPlacementOptionsWithHttpInfo(inboundPlanId, opts)
1861
+ .then(function(response_and_data) {
1862
+ return response_and_data.data;
1863
+ });
1864
+ }
1865
+
1866
+
1867
+ /**
1868
+ * 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).
1869
+ * @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).
1870
+ * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1871
+ * @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
1872
+ */
1873
+ listPrepDetailsWithHttpInfo(marketplaceId, mskus) {
1874
+ let postBody = null;
1875
+
1876
+ // verify the required parameter 'marketplaceId' is set
1877
+ if (marketplaceId === undefined || marketplaceId === null) {
1878
+ throw new Error("Missing the required parameter 'marketplaceId' when calling listPrepDetails");
1879
+ }
1880
+
1881
+ // verify the required parameter 'mskus' is set
1882
+ if (mskus === undefined || mskus === null) {
1883
+ throw new Error("Missing the required parameter 'mskus' when calling listPrepDetails");
1884
+ }
1885
+
1886
+
1887
+ let pathParams = {
1888
+ };
1889
+ let queryParams = {
1890
+ 'marketplaceId': marketplaceId,
1891
+ 'mskus': this.apiClient.buildCollectionParam(mskus, 'multi')
1892
+ };
1893
+ let headerParams = {
1894
+ };
1895
+ let formParams = {
1896
+ };
1897
+
1898
+ let contentTypes = [];
1899
+ let accepts = ['application/json'];
1900
+ let returnType = ListPrepDetailsResponse;
1901
+
1902
+ return this.apiClient.callApi(
1903
+ '/inbound/fba/2024-03-20/items/prepDetails', 'GET',
1904
+ pathParams, queryParams, headerParams, formParams, postBody,
1905
+ contentTypes, accepts, returnType
1906
+ );
1907
+ }
1908
+
1909
+ /**
1910
+ * 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).
1911
+ * @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).
1912
+ * @param {Array.<String>} mskus A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.
1913
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListPrepDetailsResponse}
1914
+ */
1915
+ listPrepDetails(marketplaceId, mskus) {
1916
+ return this.listPrepDetailsWithHttpInfo(marketplaceId, mskus)
1917
+ .then(function(response_and_data) {
1918
+ return response_and_data.data;
1919
+ });
1920
+ }
1921
+
1922
+
1923
+ /**
1924
+ * Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1925
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1926
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1927
+ * @param {Object} opts Optional parameters
1928
+ * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1929
+ * @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.
1930
+ * @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
1931
+ */
1932
+ listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts) {
1933
+ opts = opts || {};
1934
+ let postBody = null;
1935
+
1936
+ // verify the required parameter 'inboundPlanId' is set
1937
+ if (inboundPlanId === undefined || inboundPlanId === null) {
1938
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentBoxes");
1939
+ }
1940
+
1941
+ // verify the required parameter 'shipmentId' is set
1942
+ if (shipmentId === undefined || shipmentId === null) {
1943
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentBoxes");
1944
+ }
1945
+
1946
+
1947
+ let pathParams = {
1948
+ 'inboundPlanId': inboundPlanId,
1949
+ 'shipmentId': shipmentId
1950
+ };
1951
+ let queryParams = {
1952
+ 'pageSize': opts['pageSize'],
1953
+ 'paginationToken': opts['paginationToken']
1954
+ };
1955
+ let headerParams = {
1956
+ };
1957
+ let formParams = {
1958
+ };
1959
+
1960
+ let contentTypes = [];
1961
+ let accepts = ['application/json'];
1962
+ let returnType = ListShipmentBoxesResponse;
1963
+
1964
+ return this.apiClient.callApi(
1965
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxes', 'GET',
1966
+ pathParams, queryParams, headerParams, formParams, postBody,
1967
+ contentTypes, accepts, returnType
1968
+ );
1969
+ }
1970
+
1971
+ /**
1972
+ * Provides a paginated list of box packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1973
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1974
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1975
+ * @param {Object} opts Optional parameters
1976
+ * @param {Number} opts.pageSize The number of boxes to return in the response matching the given query. (default to 10)
1977
+ * @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.
1978
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentBoxesResponse}
1979
+ */
1980
+ listShipmentBoxes(inboundPlanId, shipmentId, opts) {
1981
+ return this.listShipmentBoxesWithHttpInfo(inboundPlanId, shipmentId, opts)
1982
+ .then(function(response_and_data) {
1983
+ return response_and_data.data;
1984
+ });
1985
+ }
1986
+
1987
+
1988
+ /**
1989
+ * Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
1990
+ * @param {String} inboundPlanId Identifier of an inbound plan.
1991
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
1992
+ * @param {Object} opts Optional parameters
1993
+ * @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
1994
+ * @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.
1995
+ * @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
1996
+ */
1997
+ listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts) {
1998
+ opts = opts || {};
1999
+ let postBody = null;
2000
+
2001
+ // verify the required parameter 'inboundPlanId' is set
2002
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2003
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentContentUpdatePreviews");
2004
+ }
2005
+
2006
+ // verify the required parameter 'shipmentId' is set
2007
+ if (shipmentId === undefined || shipmentId === null) {
2008
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentContentUpdatePreviews");
2009
+ }
2010
+
2011
+
2012
+ let pathParams = {
2013
+ 'inboundPlanId': inboundPlanId,
2014
+ 'shipmentId': shipmentId
2015
+ };
2016
+ let queryParams = {
2017
+ 'pageSize': opts['pageSize'],
2018
+ 'paginationToken': opts['paginationToken']
2019
+ };
2020
+ let headerParams = {
2021
+ };
2022
+ let formParams = {
2023
+ };
2024
+
2025
+ let contentTypes = [];
2026
+ let accepts = ['application/json'];
2027
+ let returnType = ListShipmentContentUpdatePreviewsResponse;
2028
+
2029
+ return this.apiClient.callApi(
2030
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/contentUpdatePreviews', 'GET',
2031
+ pathParams, queryParams, headerParams, formParams, postBody,
2032
+ contentTypes, accepts, returnType
2033
+ );
2034
+ }
2035
+
2036
+ /**
2037
+ * Retrieve a paginated list of shipment content update previews for a given shipment. The shipment content update preview is a summary of the requested shipment content changes along with the transportation cost implications of the change that can only be confirmed prior to the expiry date specified. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2038
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2039
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2040
+ * @param {Object} opts Optional parameters
2041
+ * @param {Number} opts.pageSize The number of content update previews to return. (default to 10)
2042
+ * @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.
2043
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentContentUpdatePreviewsResponse}
2044
+ */
2045
+ listShipmentContentUpdatePreviews(inboundPlanId, shipmentId, opts) {
2046
+ return this.listShipmentContentUpdatePreviewsWithHttpInfo(inboundPlanId, shipmentId, opts)
2047
+ .then(function(response_and_data) {
2048
+ return response_and_data.data;
2049
+ });
2050
+ }
2051
+
2052
+
2053
+ /**
2054
+ * Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2055
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2056
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2057
+ * @param {Object} opts Optional parameters
2058
+ * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
2059
+ * @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.
2060
+ * @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
2061
+ */
2062
+ listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts) {
2063
+ opts = opts || {};
2064
+ let postBody = null;
2065
+
2066
+ // verify the required parameter 'inboundPlanId' is set
2067
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2068
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentItems");
2069
+ }
2070
+
2071
+ // verify the required parameter 'shipmentId' is set
2072
+ if (shipmentId === undefined || shipmentId === null) {
2073
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentItems");
2074
+ }
2075
+
2076
+
2077
+ let pathParams = {
2078
+ 'inboundPlanId': inboundPlanId,
2079
+ 'shipmentId': shipmentId
2080
+ };
2081
+ let queryParams = {
2082
+ 'pageSize': opts['pageSize'],
2083
+ 'paginationToken': opts['paginationToken']
2084
+ };
2085
+ let headerParams = {
2086
+ };
2087
+ let formParams = {
2088
+ };
2089
+
2090
+ let contentTypes = [];
2091
+ let accepts = ['application/json'];
2092
+ let returnType = ListShipmentItemsResponse;
2093
+
2094
+ return this.apiClient.callApi(
2095
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/items', 'GET',
2096
+ pathParams, queryParams, headerParams, formParams, postBody,
2097
+ contentTypes, accepts, returnType
2098
+ );
2099
+ }
2100
+
2101
+ /**
2102
+ * Provides a paginated list of item packages in a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2103
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2104
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2105
+ * @param {Object} opts Optional parameters
2106
+ * @param {Number} opts.pageSize The number of items to return in the response matching the given query. (default to 10)
2107
+ * @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.
2108
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListShipmentItemsResponse}
2109
+ */
2110
+ listShipmentItems(inboundPlanId, shipmentId, opts) {
2111
+ return this.listShipmentItemsWithHttpInfo(inboundPlanId, shipmentId, opts)
2112
+ .then(function(response_and_data) {
2113
+ return response_and_data.data;
2114
+ });
2115
+ }
2116
+
2117
+
2118
+ /**
2119
+ * Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2120
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2121
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2122
+ * @param {Object} opts Optional parameters
2123
+ * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
2124
+ * @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.
2125
+ * @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
+ */
2127
+ listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts) {
2128
+ opts = opts || {};
2129
+ let postBody = null;
2130
+
2131
+ // verify the required parameter 'inboundPlanId' is set
2132
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2133
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listShipmentPallets");
2134
+ }
2135
+
2136
+ // verify the required parameter 'shipmentId' is set
2137
+ if (shipmentId === undefined || shipmentId === null) {
2138
+ throw new Error("Missing the required parameter 'shipmentId' when calling listShipmentPallets");
2139
+ }
2140
+
2141
+
2142
+ let pathParams = {
2143
+ 'inboundPlanId': inboundPlanId,
2144
+ 'shipmentId': shipmentId
2145
+ };
2146
+ let queryParams = {
2147
+ 'pageSize': opts['pageSize'],
2148
+ 'paginationToken': opts['paginationToken']
2149
+ };
2150
+ let headerParams = {
2151
+ };
2152
+ let formParams = {
2153
+ };
2154
+
2155
+ let contentTypes = [];
2156
+ let accepts = ['application/json'];
2157
+ let returnType = ListShipmentPalletsResponse;
2158
+
2159
+ return this.apiClient.callApi(
2160
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/pallets', 'GET',
2161
+ pathParams, queryParams, headerParams, formParams, postBody,
2162
+ contentTypes, accepts, returnType
2163
+ );
2164
+ }
2165
+
2166
+ /**
2167
+ * Provides a paginated list of pallet packages in a shipment. A palletized shipment will have pallets when the related details are provided after generating Less-Than-Truckload (LTL) carrier shipments. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2168
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2169
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2170
+ * @param {Object} opts Optional parameters
2171
+ * @param {Number} opts.pageSize The number of pallets to return in the response matching the given query. (default to 10)
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}
2174
+ */
2175
+ listShipmentPallets(inboundPlanId, shipmentId, opts) {
2176
+ return this.listShipmentPalletsWithHttpInfo(inboundPlanId, shipmentId, opts)
2177
+ .then(function(response_and_data) {
2178
+ return response_and_data.data;
2179
+ });
2180
+ }
2181
+
2182
+
2183
+ /**
2184
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2185
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2186
+ * @param {Object} opts Optional parameters
2187
+ * @param {Number} opts.pageSize The number of transportation options to return in the response matching the given query. (default to 10)
2188
+ * @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.
2189
+ * @param {String} opts.placementOptionId The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2190
+ * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2191
+ * @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
2192
+ */
2193
+ listTransportationOptionsWithHttpInfo(inboundPlanId, opts) {
2194
+ opts = opts || {};
2195
+ let postBody = null;
2196
+
2197
+ // verify the required parameter 'inboundPlanId' is set
2198
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2199
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling listTransportationOptions");
2200
+ }
2201
+
2202
+
2203
+ let pathParams = {
2204
+ 'inboundPlanId': inboundPlanId
2205
+ };
2206
+ let queryParams = {
2207
+ 'pageSize': opts['pageSize'],
2208
+ 'paginationToken': opts['paginationToken'],
2209
+ 'placementOptionId': opts['placementOptionId'],
2210
+ 'shipmentId': opts['shipmentId']
2211
+ };
2212
+ let headerParams = {
2213
+ };
2214
+ let formParams = {
2215
+ };
2216
+
2217
+ let contentTypes = [];
2218
+ let accepts = ['application/json'];
2219
+ let returnType = ListTransportationOptionsResponse;
2220
+
2221
+ return this.apiClient.callApi(
2222
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/transportationOptions', 'GET',
2223
+ pathParams, queryParams, headerParams, formParams, postBody,
2224
+ contentTypes, accepts, returnType
2225
+ );
2226
+ }
2227
+
2228
+ /**
2229
+ * Retrieves all transportation options for a shipment. Transportation options must first be generated by the &#x60;generateTransportationOptions&#x60; operation before becoming available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 6 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2230
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2231
+ * @param {Object} opts Optional parameters
2232
+ * @param {Number} opts.pageSize The number of transportation options to return in the response matching the given query. (default to 10)
2233
+ * @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.
2234
+ * @param {String} opts.placementOptionId The placement option to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2235
+ * @param {String} opts.shipmentId The shipment to get transportation options for. Either &#x60;placementOptionId&#x60; or &#x60;shipmentId&#x60; must be specified.
2236
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ListTransportationOptionsResponse}
2237
+ */
2238
+ listTransportationOptions(inboundPlanId, opts) {
2239
+ return this.listTransportationOptionsWithHttpInfo(inboundPlanId, opts)
2240
+ .then(function(response_and_data) {
2241
+ return response_and_data.data;
2242
+ });
2243
+ }
2244
+
2245
+
2246
+ /**
2247
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2248
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2249
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2250
+ * @param {String} slotId An identifier to a self-ship appointment slot.
2251
+ * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2252
+ * @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
2253
+ */
2254
+ scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body) {
2255
+ let postBody = body;
2256
+
2257
+ // verify the required parameter 'inboundPlanId' is set
2258
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2259
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling scheduleSelfShipAppointment");
2260
+ }
2261
+
2262
+ // verify the required parameter 'shipmentId' is set
2263
+ if (shipmentId === undefined || shipmentId === null) {
2264
+ throw new Error("Missing the required parameter 'shipmentId' when calling scheduleSelfShipAppointment");
2265
+ }
2266
+
2267
+ // verify the required parameter 'slotId' is set
2268
+ if (slotId === undefined || slotId === null) {
2269
+ throw new Error("Missing the required parameter 'slotId' when calling scheduleSelfShipAppointment");
2270
+ }
2271
+
2272
+ // verify the required parameter 'body' is set
2273
+ if (body === undefined || body === null) {
2274
+ throw new Error("Missing the required parameter 'body' when calling scheduleSelfShipAppointment");
2275
+ }
2276
+
2277
+
2278
+ let pathParams = {
2279
+ 'inboundPlanId': inboundPlanId,
2280
+ 'shipmentId': shipmentId,
2281
+ 'slotId': slotId
2282
+ };
2283
+ let queryParams = {
2284
+ };
2285
+ let headerParams = {
2286
+ };
2287
+ let formParams = {
2288
+ };
2289
+
2290
+ let contentTypes = ['application/json'];
2291
+ let accepts = ['application/json'];
2292
+ let returnType = ScheduleSelfShipAppointmentResponse;
2293
+
2294
+ return this.apiClient.callApi(
2295
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule', 'POST',
2296
+ pathParams, queryParams, headerParams, formParams, postBody,
2297
+ contentTypes, accepts, returnType
2298
+ );
2299
+ }
2300
+
2301
+ /**
2302
+ * Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following [marketplaces](https://developer-docs.amazon.com/sp-api/docs/marketplace-ids): MX, BR, EG, SA, AE, IN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 2 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2303
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2304
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2305
+ * @param {String} slotId An identifier to a self-ship appointment slot.
2306
+ * @param {module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentRequest} body The body of the request to &#x60;scheduleSelfShipAppointment&#x60;.
2307
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/ScheduleSelfShipAppointmentResponse}
2308
+ */
2309
+ scheduleSelfShipAppointment(inboundPlanId, shipmentId, slotId, body) {
2310
+ return this.scheduleSelfShipAppointmentWithHttpInfo(inboundPlanId, shipmentId, slotId, body)
2311
+ .then(function(response_and_data) {
2312
+ return response_and_data.data;
2313
+ });
2314
+ }
2315
+
2316
+
2317
+ /**
2318
+ * 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).
2319
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2320
+ * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2321
+ * @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
2322
+ */
2323
+ setPackingInformationWithHttpInfo(inboundPlanId, body) {
2324
+ let postBody = body;
2325
+
2326
+ // verify the required parameter 'inboundPlanId' is set
2327
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2328
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling setPackingInformation");
2329
+ }
2330
+
2331
+ // verify the required parameter 'body' is set
2332
+ if (body === undefined || body === null) {
2333
+ throw new Error("Missing the required parameter 'body' when calling setPackingInformation");
2334
+ }
2335
+
2336
+
2337
+ let pathParams = {
2338
+ 'inboundPlanId': inboundPlanId
2339
+ };
2340
+ let queryParams = {
2341
+ };
2342
+ let headerParams = {
2343
+ };
2344
+ let formParams = {
2345
+ };
2346
+
2347
+ let contentTypes = ['application/json'];
2348
+ let accepts = ['application/json'];
2349
+ let returnType = SetPackingInformationResponse;
2350
+
2351
+ return this.apiClient.callApi(
2352
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/packingInformation', 'POST',
2353
+ pathParams, queryParams, headerParams, formParams, postBody,
2354
+ contentTypes, accepts, returnType
2355
+ );
2356
+ }
2357
+
2358
+ /**
2359
+ * 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).
2360
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2361
+ * @param {module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationRequest} body The body of the request to &#x60;setPackingInformation&#x60;.
2362
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPackingInformationResponse}
2363
+ */
2364
+ setPackingInformation(inboundPlanId, body) {
2365
+ return this.setPackingInformationWithHttpInfo(inboundPlanId, body)
2366
+ .then(function(response_and_data) {
2367
+ return response_and_data.data;
2368
+ });
2369
+ }
2370
+
2371
+
2372
+ /**
2373
+ * 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).
2374
+ * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2375
+ * @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
2376
+ */
2377
+ setPrepDetailsWithHttpInfo(body) {
2378
+ let postBody = body;
2379
+
2380
+ // verify the required parameter 'body' is set
2381
+ if (body === undefined || body === null) {
2382
+ throw new Error("Missing the required parameter 'body' when calling setPrepDetails");
2383
+ }
2384
+
2385
+
2386
+ let pathParams = {
2387
+ };
2388
+ let queryParams = {
2389
+ };
2390
+ let headerParams = {
2391
+ };
2392
+ let formParams = {
2393
+ };
2394
+
2395
+ let contentTypes = ['application/json'];
2396
+ let accepts = ['application/json'];
2397
+ let returnType = SetPrepDetailsResponse;
2398
+
2399
+ return this.apiClient.callApi(
2400
+ '/inbound/fba/2024-03-20/items/prepDetails', 'POST',
2401
+ pathParams, queryParams, headerParams, formParams, postBody,
2402
+ contentTypes, accepts, returnType
2403
+ );
2404
+ }
2405
+
2406
+ /**
2407
+ * 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).
2408
+ * @param {module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsRequest} body The body of the request to &#x60;setPrepDetails&#x60;.
2409
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/SetPrepDetailsResponse}
2410
+ */
2411
+ setPrepDetails(body) {
2412
+ return this.setPrepDetailsWithHttpInfo(body)
2413
+ .then(function(response_and_data) {
2414
+ return response_and_data.data;
2415
+ });
2416
+ }
2417
+
2418
+
2419
+ /**
2420
+ * 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).
2421
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2422
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2423
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2424
+ */
2425
+ updateInboundPlanNameWithHttpInfo(inboundPlanId, body) {
2426
+ let postBody = body;
2427
+
2428
+ // verify the required parameter 'inboundPlanId' is set
2429
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2430
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateInboundPlanName");
2431
+ }
2432
+
2433
+ // verify the required parameter 'body' is set
2434
+ if (body === undefined || body === null) {
2435
+ throw new Error("Missing the required parameter 'body' when calling updateInboundPlanName");
2436
+ }
2437
+
2438
+
2439
+ let pathParams = {
2440
+ 'inboundPlanId': inboundPlanId
2441
+ };
2442
+ let queryParams = {
2443
+ };
2444
+ let headerParams = {
2445
+ };
2446
+ let formParams = {
2447
+ };
2448
+
2449
+ let contentTypes = ['application/json'];
2450
+ let accepts = ['application/json'];
2451
+ let returnType = null;
2452
+
2453
+ return this.apiClient.callApi(
2454
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/name', 'PUT',
2455
+ pathParams, queryParams, headerParams, formParams, postBody,
2456
+ contentTypes, accepts, returnType
2457
+ );
2458
+ }
2459
+
2460
+ /**
2461
+ * 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).
2462
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2463
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest} body The body of the request to &#x60;updateInboundPlanName&#x60;.
2464
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2465
+ */
2466
+ updateInboundPlanName(inboundPlanId, body) {
2467
+ return this.updateInboundPlanNameWithHttpInfo(inboundPlanId, body)
2468
+ .then(function(response_and_data) {
2469
+ return response_and_data.data;
2470
+ });
2471
+ }
2472
+
2473
+
2474
+ /**
2475
+ * 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).
2476
+ * @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).
2477
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2478
+ * @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
2479
+ */
2480
+ updateItemComplianceDetailsWithHttpInfo(marketplaceId, body) {
2481
+ let postBody = body;
2482
+
2483
+ // verify the required parameter 'marketplaceId' is set
2484
+ if (marketplaceId === undefined || marketplaceId === null) {
2485
+ throw new Error("Missing the required parameter 'marketplaceId' when calling updateItemComplianceDetails");
2486
+ }
2487
+
2488
+ // verify the required parameter 'body' is set
2489
+ if (body === undefined || body === null) {
2490
+ throw new Error("Missing the required parameter 'body' when calling updateItemComplianceDetails");
2491
+ }
2492
+
2493
+
2494
+ let pathParams = {
2495
+ };
2496
+ let queryParams = {
2497
+ 'marketplaceId': marketplaceId
2498
+ };
2499
+ let headerParams = {
2500
+ };
2501
+ let formParams = {
2502
+ };
2503
+
2504
+ let contentTypes = ['application/json'];
2505
+ let accepts = ['application/json'];
2506
+ let returnType = UpdateItemComplianceDetailsResponse;
2507
+
2508
+ return this.apiClient.callApi(
2509
+ '/inbound/fba/2024-03-20/items/compliance', 'PUT',
2510
+ pathParams, queryParams, headerParams, formParams, postBody,
2511
+ contentTypes, accepts, returnType
2512
+ );
2513
+ }
2514
+
2515
+ /**
2516
+ * 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).
2517
+ * @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).
2518
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsRequest} body The body of the request to &#x60;updateItemComplianceDetails&#x60;.
2519
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateItemComplianceDetailsResponse}
2520
+ */
2521
+ updateItemComplianceDetails(marketplaceId, body) {
2522
+ return this.updateItemComplianceDetailsWithHttpInfo(marketplaceId, body)
2523
+ .then(function(response_and_data) {
2524
+ return response_and_data.data;
2525
+ });
2526
+ }
2527
+
2528
+
2529
+ /**
2530
+ * 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).
2531
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2532
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2533
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2534
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
2535
+ */
2536
+ updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body) {
2537
+ let postBody = body;
2538
+
2539
+ // verify the required parameter 'inboundPlanId' is set
2540
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2541
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentName");
2542
+ }
2543
+
2544
+ // verify the required parameter 'shipmentId' is set
2545
+ if (shipmentId === undefined || shipmentId === null) {
2546
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentName");
2547
+ }
2548
+
2549
+ // verify the required parameter 'body' is set
2550
+ if (body === undefined || body === null) {
2551
+ throw new Error("Missing the required parameter 'body' when calling updateShipmentName");
2552
+ }
2553
+
2554
+
2555
+ let pathParams = {
2556
+ 'inboundPlanId': inboundPlanId,
2557
+ 'shipmentId': shipmentId
2558
+ };
2559
+ let queryParams = {
2560
+ };
2561
+ let headerParams = {
2562
+ };
2563
+ let formParams = {
2564
+ };
2565
+
2566
+ let contentTypes = ['application/json'];
2567
+ let accepts = ['application/json'];
2568
+ let returnType = null;
2569
+
2570
+ return this.apiClient.callApi(
2571
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name', 'PUT',
2572
+ pathParams, queryParams, headerParams, formParams, postBody,
2573
+ contentTypes, accepts, returnType
2574
+ );
2575
+ }
2576
+
2577
+ /**
2578
+ * 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).
2579
+ * @param {String} inboundPlanId Identifier of an inbound plan.
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/UpdateShipmentNameRequest} body The body of the request to &#x60;updateShipmentName&#x60;.
2582
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}
2583
+ */
2584
+ updateShipmentName(inboundPlanId, shipmentId, body) {
2585
+ return this.updateShipmentNameWithHttpInfo(inboundPlanId, shipmentId, body)
2586
+ .then(function(response_and_data) {
2587
+ return response_and_data.data;
2588
+ });
2589
+ }
2590
+
2591
+
2592
+ /**
2593
+ * 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).
2594
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2595
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2596
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2597
+ * @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
2598
+ */
2599
+ updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body) {
2600
+ let postBody = body;
2601
+
2602
+ // verify the required parameter 'inboundPlanId' is set
2603
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2604
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentSourceAddress");
2605
+ }
2606
+
2607
+ // verify the required parameter 'shipmentId' is set
2608
+ if (shipmentId === undefined || shipmentId === null) {
2609
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentSourceAddress");
2610
+ }
2611
+
2612
+ // verify the required parameter 'body' is set
2613
+ if (body === undefined || body === null) {
2614
+ throw new Error("Missing the required parameter 'body' when calling updateShipmentSourceAddress");
2615
+ }
2616
+
2617
+
2618
+ let pathParams = {
2619
+ 'inboundPlanId': inboundPlanId,
2620
+ 'shipmentId': shipmentId
2621
+ };
2622
+ let queryParams = {
2623
+ };
2624
+ let headerParams = {
2625
+ };
2626
+ let formParams = {
2627
+ };
2628
+
2629
+ let contentTypes = ['application/json'];
2630
+ let accepts = ['application/json'];
2631
+ let returnType = UpdateShipmentSourceAddressResponse;
2632
+
2633
+ return this.apiClient.callApi(
2634
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress', 'PUT',
2635
+ pathParams, queryParams, headerParams, formParams, postBody,
2636
+ contentTypes, accepts, returnType
2637
+ );
2638
+ }
2639
+
2640
+ /**
2641
+ * 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).
2642
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2643
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2644
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressRequest} body The body of the request to &#x60;updateShipmentSourceAddress&#x60;.
2645
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentSourceAddressResponse}
2646
+ */
2647
+ updateShipmentSourceAddress(inboundPlanId, shipmentId, body) {
2648
+ return this.updateShipmentSourceAddressWithHttpInfo(inboundPlanId, shipmentId, body)
2649
+ .then(function(response_and_data) {
2650
+ return response_and_data.data;
2651
+ });
2652
+ }
2653
+
2654
+
2655
+ /**
2656
+ * 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).
2657
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2658
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2659
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2660
+ * @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
2661
+ */
2662
+ updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body) {
2663
+ let postBody = body;
2664
+
2665
+ // verify the required parameter 'inboundPlanId' is set
2666
+ if (inboundPlanId === undefined || inboundPlanId === null) {
2667
+ throw new Error("Missing the required parameter 'inboundPlanId' when calling updateShipmentTrackingDetails");
2668
+ }
2669
+
2670
+ // verify the required parameter 'shipmentId' is set
2671
+ if (shipmentId === undefined || shipmentId === null) {
2672
+ throw new Error("Missing the required parameter 'shipmentId' when calling updateShipmentTrackingDetails");
2673
+ }
2674
+
2675
+ // verify the required parameter 'body' is set
2676
+ if (body === undefined || body === null) {
2677
+ throw new Error("Missing the required parameter 'body' when calling updateShipmentTrackingDetails");
2678
+ }
2679
+
2680
+
2681
+ let pathParams = {
2682
+ 'inboundPlanId': inboundPlanId,
2683
+ 'shipmentId': shipmentId
2684
+ };
2685
+ let queryParams = {
2686
+ };
2687
+ let headerParams = {
2688
+ };
2689
+ let formParams = {
2690
+ };
2691
+
2692
+ let contentTypes = ['application/json'];
2693
+ let accepts = ['application/json'];
2694
+ let returnType = UpdateShipmentTrackingDetailsResponse;
2695
+
2696
+ return this.apiClient.callApi(
2697
+ '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/trackingDetails', 'PUT',
2698
+ pathParams, queryParams, headerParams, formParams, postBody,
2699
+ contentTypes, accepts, returnType
2700
+ );
2701
+ }
2702
+
2703
+ /**
2704
+ * 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).
2705
+ * @param {String} inboundPlanId Identifier of an inbound plan.
2706
+ * @param {String} shipmentId Identifier of a shipment. A shipment contains the boxes and units being inbounded.
2707
+ * @param {module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsRequest} body The body of the request to &#x60;updateShipmentTrackingDetails&#x60;.
2708
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:fulfillmentinbound_v2024_03_20/model/UpdateShipmentTrackingDetailsResponse}
2709
+ */
2710
+ updateShipmentTrackingDetails(inboundPlanId, shipmentId, body) {
2711
+ return this.updateShipmentTrackingDetailsWithHttpInfo(inboundPlanId, shipmentId, body)
2712
+ .then(function(response_and_data) {
2713
+ return response_and_data.data;
2714
+ });
2715
+ }
2716
+
2717
+
2718
+ }