@amazon-sp-api-release/amazon-sp-api-sdk-js 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/helper/DefaultRateLimitMap.mjs +14 -1
  2. package/index.js +3 -0
  3. package/package.json +1 -1
  4. package/src/catalogitems_v2022_04_01/model/ErrorList.d.ts +1 -1
  5. package/src/catalogitems_v2022_04_01/model/ErrorList.js +2 -1
  6. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts +11 -5
  7. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.d.ts.map +1 -1
  8. package/src/catalogitems_v2022_04_01/model/ItemSearchResults.js +1 -5
  9. package/src/easyship_v2022_03_23/api/EasyShipApi.d.ts +2 -2
  10. package/src/easyship_v2022_03_23/api/EasyShipApi.js +2 -2
  11. package/src/easyship_v2022_03_23/model/HandoverMethod.d.ts +4 -4
  12. package/src/easyship_v2022_03_23/model/HandoverMethod.js +4 -4
  13. package/src/easyship_v2022_03_23/model/UnitOfLength.d.ts +2 -2
  14. package/src/easyship_v2022_03_23/model/UnitOfLength.js +2 -2
  15. package/src/easyship_v2022_03_23/model/UnitOfWeight.d.ts +4 -4
  16. package/src/easyship_v2022_03_23/model/UnitOfWeight.js +4 -4
  17. package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.d.ts +260 -0
  18. package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.d.ts.map +1 -0
  19. package/src/externalfulfillmentinventory_v2024_09_11/ApiClient.js +827 -0
  20. package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.d.ts +42 -0
  21. package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.d.ts.map +1 -0
  22. package/src/externalfulfillmentinventory_v2024_09_11/api/BatchInventoryApi.js +110 -0
  23. package/src/externalfulfillmentinventory_v2024_09_11/index.d.ts +16 -0
  24. package/src/externalfulfillmentinventory_v2024_09_11/index.d.ts.map +1 -0
  25. package/src/externalfulfillmentinventory_v2024_09_11/index.js +119 -0
  26. package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.d.ts +28 -0
  27. package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.d.ts.map +1 -0
  28. package/src/externalfulfillmentinventory_v2024_09_11/model/ActionableError.js +71 -0
  29. package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.d.ts +23 -0
  30. package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.d.ts.map +1 -0
  31. package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryRequest.js +64 -0
  32. package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.d.ts +23 -0
  33. package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.d.ts.map +1 -0
  34. package/src/externalfulfillmentinventory_v2024_09_11/model/BatchInventoryResponse.js +64 -0
  35. package/src/externalfulfillmentinventory_v2024_09_11/model/Error.d.ts +33 -0
  36. package/src/externalfulfillmentinventory_v2024_09_11/model/Error.d.ts.map +1 -0
  37. package/src/externalfulfillmentinventory_v2024_09_11/model/Error.js +83 -0
  38. package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.d.ts +26 -0
  39. package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.d.ts.map +1 -0
  40. package/src/externalfulfillmentinventory_v2024_09_11/model/ErrorList.js +66 -0
  41. package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.d.ts +24 -0
  42. package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.d.ts.map +1 -0
  43. package/src/externalfulfillmentinventory_v2024_09_11/model/HttpMethod.js +42 -0
  44. package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.d.ts +28 -0
  45. package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.d.ts.map +1 -0
  46. package/src/externalfulfillmentinventory_v2024_09_11/model/HttpStatusLine.js +71 -0
  47. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.d.ts +34 -0
  48. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.d.ts.map +1 -0
  49. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequest.js +83 -0
  50. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.d.ts +34 -0
  51. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.d.ts.map +1 -0
  52. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryRequestParams.js +79 -0
  53. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.d.ts +29 -0
  54. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.d.ts.map +1 -0
  55. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponse.js +75 -0
  56. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.d.ts +59 -0
  57. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.d.ts.map +1 -0
  58. package/src/externalfulfillmentinventory_v2024_09_11/model/InventoryResponseBody.js +112 -0
  59. package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.d.ts +39 -0
  60. package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.d.ts.map +1 -0
  61. package/src/externalfulfillmentinventory_v2024_09_11/model/MarketplaceAttributes.js +97 -0
  62. package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.d.ts +260 -0
  63. package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.d.ts.map +1 -0
  64. package/src/externalfulfillmentreturns_v2024_09_11/ApiClient.js +827 -0
  65. package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.d.ts +104 -0
  66. package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.d.ts.map +1 -0
  67. package/src/externalfulfillmentreturns_v2024_09_11/api/ReturnRetrievalApi.js +189 -0
  68. package/src/externalfulfillmentreturns_v2024_09_11/index.d.ts +16 -0
  69. package/src/externalfulfillmentreturns_v2024_09_11/index.d.ts.map +1 -0
  70. package/src/externalfulfillmentreturns_v2024_09_11/index.js +119 -0
  71. package/src/externalfulfillmentreturns_v2024_09_11/model/Error.d.ts +33 -0
  72. package/src/externalfulfillmentreturns_v2024_09_11/model/Error.d.ts.map +1 -0
  73. package/src/externalfulfillmentreturns_v2024_09_11/model/Error.js +83 -0
  74. package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.d.ts +26 -0
  75. package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.d.ts.map +1 -0
  76. package/src/externalfulfillmentreturns_v2024_09_11/model/ErrorList.js +66 -0
  77. package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.d.ts +25 -0
  78. package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.d.ts.map +1 -0
  79. package/src/externalfulfillmentreturns_v2024_09_11/model/InvoiceInformation.js +65 -0
  80. package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.d.ts +28 -0
  81. package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.d.ts.map +1 -0
  82. package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannel.js +71 -0
  83. package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.d.ts +58 -0
  84. package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.d.ts.map +1 -0
  85. package/src/externalfulfillmentreturns_v2024_09_11/model/MarketplaceChannelDetails.js +111 -0
  86. package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.d.ts +27 -0
  87. package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.d.ts.map +1 -0
  88. package/src/externalfulfillmentreturns_v2024_09_11/model/OtpDetails.js +75 -0
  89. package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.d.ts +23 -0
  90. package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.d.ts.map +1 -0
  91. package/src/externalfulfillmentreturns_v2024_09_11/model/ReplanningDetails.js +64 -0
  92. package/src/externalfulfillmentreturns_v2024_09_11/model/Return.d.ts +138 -0
  93. package/src/externalfulfillmentreturns_v2024_09_11/model/Return.d.ts.map +1 -0
  94. package/src/externalfulfillmentreturns_v2024_09_11/model/Return.js +363 -0
  95. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.d.ts +43 -0
  96. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.d.ts.map +1 -0
  97. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnMetadata.js +89 -0
  98. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.d.ts +39 -0
  99. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.d.ts.map +1 -0
  100. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnShippingInfo.js +86 -0
  101. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.d.ts +29 -0
  102. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.d.ts.map +1 -0
  103. package/src/externalfulfillmentreturns_v2024_09_11/model/ReturnsResponse.js +72 -0
  104. package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.d.ts +27 -0
  105. package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.d.ts.map +1 -0
  106. package/src/externalfulfillmentreturns_v2024_09_11/model/TrackingInfo.js +75 -0
  107. package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.d.ts +260 -0
  108. package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.d.ts.map +1 -0
  109. package/src/externalfulfillmentshipments_v2024_09_11/ApiClient.js +827 -0
  110. package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.d.ts +178 -0
  111. package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.d.ts.map +1 -0
  112. package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentProcessingApi.js +521 -0
  113. package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.d.ts +86 -0
  114. package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.d.ts.map +1 -0
  115. package/src/externalfulfillmentshipments_v2024_09_11/api/ShipmentRetrievalApi.js +182 -0
  116. package/src/externalfulfillmentshipments_v2024_09_11/index.d.ts +62 -0
  117. package/src/externalfulfillmentshipments_v2024_09_11/index.d.ts.map +1 -0
  118. package/src/externalfulfillmentshipments_v2024_09_11/index.js +441 -0
  119. package/src/externalfulfillmentshipments_v2024_09_11/model/Address.d.ts +103 -0
  120. package/src/externalfulfillmentshipments_v2024_09_11/model/Address.d.ts.map +1 -0
  121. package/src/externalfulfillmentshipments_v2024_09_11/model/Address.js +169 -0
  122. package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.d.ts +27 -0
  123. package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.d.ts.map +1 -0
  124. package/src/externalfulfillmentshipments_v2024_09_11/model/Amount.js +75 -0
  125. package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.d.ts +46 -0
  126. package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.d.ts.map +1 -0
  127. package/src/externalfulfillmentshipments_v2024_09_11/model/Cancellation.js +119 -0
  128. package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.d.ts +52 -0
  129. package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.d.ts.map +1 -0
  130. package/src/externalfulfillmentshipments_v2024_09_11/model/Charge.js +140 -0
  131. package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.d.ts +30 -0
  132. package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.d.ts.map +1 -0
  133. package/src/externalfulfillmentshipments_v2024_09_11/model/ChargeBreakup.js +83 -0
  134. package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.d.ts +32 -0
  135. package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.d.ts.map +1 -0
  136. package/src/externalfulfillmentshipments_v2024_09_11/model/ComplianceAttributes.js +92 -0
  137. package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.d.ts +27 -0
  138. package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.d.ts.map +1 -0
  139. package/src/externalfulfillmentshipments_v2024_09_11/model/CourierSupportedAttributes.js +75 -0
  140. package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.d.ts +34 -0
  141. package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.d.ts.map +1 -0
  142. package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttribute.js +79 -0
  143. package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.d.ts +39 -0
  144. package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.d.ts.map +1 -0
  145. package/src/externalfulfillmentshipments_v2024_09_11/model/CustomAttributeType.js +60 -0
  146. package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.d.ts +37 -0
  147. package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.d.ts.map +1 -0
  148. package/src/externalfulfillmentshipments_v2024_09_11/model/Dimension.js +95 -0
  149. package/src/externalfulfillmentshipments_v2024_09_11/model/Document.d.ts +40 -0
  150. package/src/externalfulfillmentshipments_v2024_09_11/model/Document.d.ts.map +1 -0
  151. package/src/externalfulfillmentshipments_v2024_09_11/model/Document.js +103 -0
  152. package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.d.ts +25 -0
  153. package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.d.ts.map +1 -0
  154. package/src/externalfulfillmentshipments_v2024_09_11/model/DocumentV2.js +65 -0
  155. package/src/externalfulfillmentshipments_v2024_09_11/model/Error.d.ts +33 -0
  156. package/src/externalfulfillmentshipments_v2024_09_11/model/Error.d.ts.map +1 -0
  157. package/src/externalfulfillmentshipments_v2024_09_11/model/Error.js +83 -0
  158. package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.d.ts +26 -0
  159. package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.d.ts.map +1 -0
  160. package/src/externalfulfillmentshipments_v2024_09_11/model/ErrorList.js +66 -0
  161. package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.d.ts +41 -0
  162. package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.d.ts.map +1 -0
  163. package/src/externalfulfillmentshipments_v2024_09_11/model/GiftAttributes.js +91 -0
  164. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.d.ts +27 -0
  165. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.d.ts.map +1 -0
  166. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo.js +75 -0
  167. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.d.ts +47 -0
  168. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.d.ts.map +1 -0
  169. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement.js +117 -0
  170. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.d.ts +26 -0
  171. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.d.ts.map +1 -0
  172. package/src/externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse.js +65 -0
  173. package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.d.ts +31 -0
  174. package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.d.ts.map +1 -0
  175. package/src/externalfulfillmentshipments_v2024_09_11/model/LineItem.js +73 -0
  176. package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.d.ts +42 -0
  177. package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.d.ts.map +1 -0
  178. package/src/externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason.js +93 -0
  179. package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.d.ts +49 -0
  180. package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.d.ts.map +1 -0
  181. package/src/externalfulfillmentshipments_v2024_09_11/model/MarketplaceAttributes.js +111 -0
  182. package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.d.ts +30 -0
  183. package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.d.ts.map +1 -0
  184. package/src/externalfulfillmentshipments_v2024_09_11/model/OriginalLineItem.js +86 -0
  185. package/src/externalfulfillmentshipments_v2024_09_11/model/Package.d.ts +75 -0
  186. package/src/externalfulfillmentshipments_v2024_09_11/model/Package.d.ts.map +1 -0
  187. package/src/externalfulfillmentshipments_v2024_09_11/model/Package.js +190 -0
  188. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.d.ts +34 -0
  189. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.d.ts.map +1 -0
  190. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDeliveryStatus.js +79 -0
  191. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.d.ts +30 -0
  192. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.d.ts.map +1 -0
  193. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageDimensions.js +83 -0
  194. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.d.ts +51 -0
  195. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.d.ts.map +1 -0
  196. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageLineItem.js +107 -0
  197. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.d.ts +46 -0
  198. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.d.ts.map +1 -0
  199. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageShipLabel.js +95 -0
  200. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.d.ts +44 -0
  201. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.d.ts.map +1 -0
  202. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageStatus.js +66 -0
  203. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.d.ts +34 -0
  204. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.d.ts.map +1 -0
  205. package/src/externalfulfillmentshipments_v2024_09_11/model/PackageSubStatus.js +54 -0
  206. package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.d.ts +26 -0
  207. package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.d.ts.map +1 -0
  208. package/src/externalfulfillmentshipments_v2024_09_11/model/Packages.js +66 -0
  209. package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.d.ts +46 -0
  210. package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.d.ts.map +1 -0
  211. package/src/externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement.js +111 -0
  212. package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.d.ts +22 -0
  213. package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.d.ts.map +1 -0
  214. package/src/externalfulfillmentshipments_v2024_09_11/model/Pagination.js +63 -0
  215. package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.d.ts +51 -0
  216. package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.d.ts.map +1 -0
  217. package/src/externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo.js +123 -0
  218. package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.d.ts +24 -0
  219. package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.d.ts.map +1 -0
  220. package/src/externalfulfillmentshipments_v2024_09_11/model/PieceType.js +42 -0
  221. package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.d.ts +24 -0
  222. package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.d.ts.map +1 -0
  223. package/src/externalfulfillmentshipments_v2024_09_11/model/PresenceStatus.js +42 -0
  224. package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.d.ts +24 -0
  225. package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.d.ts.map +1 -0
  226. package/src/externalfulfillmentshipments_v2024_09_11/model/Priority.js +42 -0
  227. package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.d.ts +32 -0
  228. package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.d.ts.map +1 -0
  229. package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackage.js +86 -0
  230. package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.d.ts +25 -0
  231. package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.d.ts.map +1 -0
  232. package/src/externalfulfillmentshipments_v2024_09_11/model/RecommendedPackageLineItem.js +65 -0
  233. package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.d.ts +37 -0
  234. package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.d.ts.map +1 -0
  235. package/src/externalfulfillmentshipments_v2024_09_11/model/ReplacedShipmentInfo.js +94 -0
  236. package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.d.ts +24 -0
  237. package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.d.ts.map +1 -0
  238. package/src/externalfulfillmentshipments_v2024_09_11/model/RequirementLevel.js +42 -0
  239. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.d.ts +44 -0
  240. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.d.ts.map +1 -0
  241. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelMetadata.js +98 -0
  242. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.d.ts +31 -0
  243. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.d.ts.map +1 -0
  244. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsInput.js +73 -0
  245. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.d.ts +26 -0
  246. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.d.ts.map +1 -0
  247. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipLabelsResponse.js +66 -0
  248. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +122 -0
  249. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -0
  250. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +369 -0
  251. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.d.ts +32 -0
  252. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.d.ts.map +1 -0
  253. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentAcknowledgementRequest.js +74 -0
  254. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.d.ts +75 -0
  255. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.d.ts.map +1 -0
  256. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo.js +173 -0
  257. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.d.ts +103 -0
  258. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.d.ts.map +1 -0
  259. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem.js +196 -0
  260. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.d.ts +29 -0
  261. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.d.ts.map +1 -0
  262. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements.js +75 -0
  263. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.d.ts +29 -0
  264. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.d.ts.map +1 -0
  265. package/src/externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse.js +72 -0
  266. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.d.ts +60 -0
  267. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.d.ts.map +1 -0
  268. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingInfo.js +118 -0
  269. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.d.ts +56 -0
  270. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.d.ts.map +1 -0
  271. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptions.js +130 -0
  272. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.d.ts +28 -0
  273. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.d.ts.map +1 -0
  274. package/src/externalfulfillmentshipments_v2024_09_11/model/ShippingOptionsResponse.js +71 -0
  275. package/src/externalfulfillmentshipments_v2024_09_11/model/Status.d.ts +24 -0
  276. package/src/externalfulfillmentshipments_v2024_09_11/model/Status.d.ts.map +1 -0
  277. package/src/externalfulfillmentshipments_v2024_09_11/model/Status.js +42 -0
  278. package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.d.ts +55 -0
  279. package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.d.ts.map +1 -0
  280. package/src/externalfulfillmentshipments_v2024_09_11/model/Tax.js +143 -0
  281. package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.d.ts +50 -0
  282. package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.d.ts.map +1 -0
  283. package/src/externalfulfillmentshipments_v2024_09_11/model/TaxRegistrationInfo.js +107 -0
  284. package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.d.ts +43 -0
  285. package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.d.ts.map +1 -0
  286. package/src/externalfulfillmentshipments_v2024_09_11/model/TimeWindow.js +103 -0
  287. package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.d.ts +37 -0
  288. package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.d.ts.map +1 -0
  289. package/src/externalfulfillmentshipments_v2024_09_11/model/Weight.js +95 -0
  290. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +0 -18
  291. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts.map +1 -1
  292. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +0 -64
  293. package/src/fulfillmentinbound_v2024_03_20/index.d.ts +1 -5
  294. package/src/fulfillmentinbound_v2024_03_20/index.d.ts.map +1 -1
  295. package/src/fulfillmentinbound_v2024_03_20/index.js +0 -28
  296. package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts +7 -3
  297. package/src/fulfillmentoutbound_v2020_07_01/model/Address.d.ts.map +1 -1
  298. package/src/fulfillmentoutbound_v2020_07_01/model/Address.js +1 -3
  299. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.d.ts +1 -1
  300. package/src/fulfillmentoutbound_v2020_07_01/model/DeliveryDocument.js +2 -2
  301. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.d.ts +1 -1
  302. package/src/fulfillmentoutbound_v2020_07_01/model/FeatureSettings.js +2 -2
  303. package/src/merchantfulfillment_v0/index.d.ts +4 -1
  304. package/src/merchantfulfillment_v0/index.d.ts.map +1 -1
  305. package/src/merchantfulfillment_v0/index.js +21 -0
  306. package/src/merchantfulfillment_v0/model/RateItem.d.ts +44 -0
  307. package/src/merchantfulfillment_v0/model/RateItem.d.ts.map +1 -0
  308. package/src/merchantfulfillment_v0/model/RateItem.js +89 -0
  309. package/src/merchantfulfillment_v0/model/RateItemID.d.ts +19 -0
  310. package/src/merchantfulfillment_v0/model/RateItemID.d.ts.map +1 -0
  311. package/src/merchantfulfillment_v0/model/RateItemID.js +36 -0
  312. package/src/merchantfulfillment_v0/model/RateItemType.d.ts +19 -0
  313. package/src/merchantfulfillment_v0/model/RateItemType.d.ts.map +1 -0
  314. package/src/merchantfulfillment_v0/model/RateItemType.js +36 -0
  315. package/src/merchantfulfillment_v0/model/ShippingService.d.ts +10 -1
  316. package/src/merchantfulfillment_v0/model/ShippingService.d.ts.map +1 -1
  317. package/src/merchantfulfillment_v0/model/ShippingService.js +19 -1
  318. package/src/orders_v0/model/Address.d.ts +3 -6
  319. package/src/orders_v0/model/Address.d.ts.map +1 -1
  320. package/src/orders_v0/model/Address.js +1 -3
  321. package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts +6 -0
  322. package/src/vendordforders_v2021_12_28/model/OrderDetails.d.ts.map +1 -1
  323. package/src/vendordforders_v2021_12_28/model/OrderDetails.js +8 -0
  324. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts +0 -34
  325. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.d.ts.map +0 -1
  326. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput.js +0 -83
  327. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts +0 -24
  328. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.d.ts.map +0 -1
  329. package/src/fulfillmentinbound_v2024_03_20/model/BoxIdentifierType.js +0 -42
  330. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts +0 -26
  331. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.d.ts.map +0 -1
  332. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest.js +0 -66
  333. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts +0 -25
  334. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.d.ts.map +0 -1
  335. package/src/fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse.js +0 -65
@@ -0,0 +1,173 @@
1
+ /**
2
+ * The Selling Partner API for Amazon External Fulfillment Shipments Processing
3
+ * You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
4
+ *
5
+ * The version of the OpenAPI document: 2024-09-11
6
+ * Contact: marketplaceapitest@amazon.com
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 { Priority } from './Priority.js'
16
+ import { ReplacedShipmentInfo } from './ReplacedShipmentInfo.js'
17
+
18
+ /**
19
+ * The ShipmentInfo model module.
20
+ * @module externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo
21
+ * @version 2024-09-11
22
+ */
23
+ export class ShipmentInfo {
24
+ /**
25
+ * Constructs a new <code>ShipmentInfo</code>.
26
+ * High-level details of the shipment.
27
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/ShipmentInfo
28
+ * @class
29
+ * @param shipmentType {String} The type of shipment.
30
+ * @param numberOfUnits {Number} Total number of units in the shipment.
31
+ * @param priority {Priority}
32
+ * @param buyerOrderId {String} The buyer's order ID.
33
+ */
34
+ constructor (shipmentType, numberOfUnits, priority, buyerOrderId) {
35
+ this.shipmentType = shipmentType
36
+ this.numberOfUnits = numberOfUnits
37
+ this.priority = priority
38
+ this.buyerOrderId = buyerOrderId
39
+ }
40
+
41
+ /**
42
+ * Constructs a <code>ShipmentInfo</code> from a plain JavaScript object, optionally creating a new instance.
43
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
44
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
45
+ * @param {ShipmentInfo} obj Optional instance to populate.
46
+ * @return {ShipmentInfo} The populated <code>ShipmentInfo</code> instance.
47
+ */
48
+ static constructFromObject (data, obj) {
49
+ if (data) {
50
+ switch (typeof data) {
51
+ case 'string':
52
+ obj = String(data)
53
+ break
54
+ case 'number':
55
+ obj = Number(data)
56
+ break
57
+ case 'boolean':
58
+ obj = Boolean(data)
59
+ break
60
+ }
61
+ obj = obj || new ShipmentInfo()
62
+ if (data.hasOwnProperty('shipmentType')) { obj.shipmentType = ApiClient.convertToType(data.shipmentType, 'String') }
63
+ if (data.hasOwnProperty('originalShipmentInfo')) { obj.originalShipmentInfo = ReplacedShipmentInfo.constructFromObject(data.originalShipmentInfo) }
64
+ if (data.hasOwnProperty('numberOfUnits')) { obj.numberOfUnits = ApiClient.convertToType(data.numberOfUnits, 'Number') }
65
+ if (data.hasOwnProperty('priority')) { obj.priority = Priority.constructFromObject(data.priority) }
66
+ if (data.hasOwnProperty('buyerOrderId')) { obj.buyerOrderId = ApiClient.convertToType(data.buyerOrderId, 'String') }
67
+ if (data.hasOwnProperty('orderStatesEligibleForRejection')) { obj.orderStatesEligibleForRejection = ApiClient.convertToType(data.orderStatesEligibleForRejection, ['String']) }
68
+ if (data.hasOwnProperty('orderPlacedTimestamp')) { obj.orderPlacedTimestamp = ApiClient.convertToType(data.orderPlacedTimestamp, 'String') }
69
+ if (data.hasOwnProperty('processingSource')) { obj.processingSource = ApiClient.convertToType(data.processingSource, 'String') }
70
+ }
71
+ return obj
72
+ }
73
+ }
74
+
75
+ /**
76
+ * Allowed values for the <code>shipmentType</code> property.
77
+ * @enum {String}
78
+ * @readonly
79
+ */
80
+ ShipmentInfo.ShipmentTypeEnum = {
81
+
82
+ /**
83
+ * value: "NEW"
84
+ * @const
85
+ */
86
+ NEW: 'NEW',
87
+
88
+ /**
89
+ * value: "EXCHANGE"
90
+ * @const
91
+ */
92
+ EXCHANGE: 'EXCHANGE',
93
+
94
+ /**
95
+ * value: "REPLACEMENT"
96
+ * @const
97
+ */
98
+ REPLACEMENT: 'REPLACEMENT'
99
+ }
100
+
101
+ /**
102
+ * The type of shipment.
103
+ * @member {String} shipmentType
104
+ * @type {String}
105
+ */
106
+ ShipmentInfo.prototype.shipmentType = undefined
107
+
108
+ /**
109
+ * @member {ReplacedShipmentInfo} originalShipmentInfo
110
+ * @type {ReplacedShipmentInfo}
111
+ */
112
+ ShipmentInfo.prototype.originalShipmentInfo = undefined
113
+
114
+ /**
115
+ * Total number of units in the shipment.
116
+ * @member {Number} numberOfUnits
117
+ * @type {Number}
118
+ */
119
+ ShipmentInfo.prototype.numberOfUnits = undefined
120
+
121
+ /**
122
+ * @member {Priority} priority
123
+ * @type {Priority}
124
+ */
125
+ ShipmentInfo.prototype.priority = undefined
126
+
127
+ /**
128
+ * The buyer's order ID.
129
+ * @member {String} buyerOrderId
130
+ * @type {String}
131
+ */
132
+ ShipmentInfo.prototype.buyerOrderId = undefined
133
+
134
+ /**
135
+ * A list of order statuses for which the marketplace allows order rejection (seller cancellation). If the order has a status that does not belong to this list, then seller cancellation is not possible.
136
+ * @member {[String]} orderStatesEligibleForRejection
137
+ * @type {[String]}
138
+ */
139
+ ShipmentInfo.prototype.orderStatesEligibleForRejection = undefined
140
+
141
+ /**
142
+ * The timestamp of when the order was placed, in UTC
143
+ * @member {String} orderPlacedTimestamp
144
+ * @type {String}
145
+ */
146
+ ShipmentInfo.prototype.orderPlacedTimestamp = undefined
147
+
148
+ /**
149
+ * Allowed values for the <code>processingSource</code> property.
150
+ * @enum {String}
151
+ * @readonly
152
+ */
153
+ ShipmentInfo.ProcessingSourceEnum = {
154
+
155
+ /**
156
+ * value: "EXTERNAL_PLATFORM"
157
+ * @const
158
+ */
159
+ EXTERNAL_PLATFORM: 'EXTERNAL_PLATFORM',
160
+
161
+ /**
162
+ * value: "INTERNAL_PLATFORM"
163
+ * @const
164
+ */
165
+ INTERNAL_PLATFORM: 'INTERNAL_PLATFORM'
166
+ }
167
+
168
+ /**
169
+ * The source of the order operation.
170
+ * @member {String} processingSource
171
+ * @type {String}
172
+ */
173
+ ShipmentInfo.prototype.processingSource = undefined
@@ -0,0 +1,103 @@
1
+ /**
2
+ * The ShipmentLineItem model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem
4
+ * @version 2024-09-11
5
+ */
6
+ export class ShipmentLineItem {
7
+ /**
8
+ * Constructs a <code>ShipmentLineItem</code> from a plain JavaScript object, optionally creating a new instance.
9
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
10
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
11
+ * @param {ShipmentLineItem} obj Optional instance to populate.
12
+ * @return {ShipmentLineItem} The populated <code>ShipmentLineItem</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: ShipmentLineItem): ShipmentLineItem;
15
+ /**
16
+ * Constructs a new <code>ShipmentLineItem</code>.
17
+ * Information about a line item in a shipment.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem
19
+ * @class
20
+ * @param shipmentLineItemId {String} An identifier for a shipment's line item. This identifier is guaranteed to be unique within the scope of its containing shipment.
21
+ * @param merchantSku {String} The seller SKU of a product (catalog item). A unique number assigned by the seller when listing an item.
22
+ * @param numberOfUnits {Number} The number of items of the SKU in this line item.
23
+ * @param charges {[Charge]} The charges associated with the shipment.
24
+ * @param complianceAttributes {ComplianceAttributes}
25
+ */
26
+ constructor(shipmentLineItemId: string, merchantSku: string, numberOfUnits: number, charges: [Charge], complianceAttributes: ComplianceAttributes);
27
+ shipmentLineItemId: string;
28
+ merchantSku: string;
29
+ numberOfUnits: number;
30
+ charges: [Charge];
31
+ complianceAttributes: ComplianceAttributes;
32
+ /**
33
+ * The serial numbers for each item in this line item.
34
+ * @member {[String]} serialNumbers
35
+ * @type {[String]}
36
+ */
37
+ serialNumbers: [string];
38
+ /**
39
+ * @member {PieceType} pieceType
40
+ * @type {PieceType}
41
+ */
42
+ pieceType: PieceType;
43
+ /**
44
+ * A list of HAZMAT label identifiers that must be applied to the packages for this line item.
45
+ * @member {[String]} hazmatLabels
46
+ * @type {[String]}
47
+ */
48
+ hazmatLabels: [string];
49
+ /**
50
+ * @member {GiftAttributes} giftAttributes
51
+ * @type {GiftAttributes}
52
+ */
53
+ giftAttributes: GiftAttributes;
54
+ /**
55
+ * A list of cancellations for the given line item. **Note:** Currently, SmartConnect does not support partial cancellation of a shipment or its line items. This list will contain a single value with all the cancellation details.
56
+ * @member {[Cancellation]} cancellations
57
+ * @type {[Cancellation]}
58
+ */
59
+ cancellations: [Cancellation];
60
+ /**
61
+ * The HSN code of SKU in this line item.
62
+ * @member {String} hsnCode
63
+ * @type {String}
64
+ */
65
+ hsnCode: string;
66
+ /**
67
+ * A two-letter country code, as defined by the ISO-3166 alpha-2 standard.
68
+ * @member {String} recommendedCountryOfOrigin
69
+ * @type {String}
70
+ */
71
+ recommendedCountryOfOrigin: string;
72
+ /**
73
+ * A two-letter country code, as defined by the ISO-3166 alpha-2 standard.
74
+ * @member {String} countryOfOrigin
75
+ * @type {String}
76
+ */
77
+ countryOfOrigin: string;
78
+ /**
79
+ * The three digit currency code of the currency recommended by the marketplace, in ISO 4217 format.
80
+ * @member {String} recommendedCurrencyCode
81
+ * @type {String}
82
+ */
83
+ recommendedCurrencyCode: string;
84
+ /**
85
+ * @member {Amount} itemValue
86
+ * @type {Amount}
87
+ */
88
+ itemValue: Amount;
89
+ /**
90
+ * A list of custom passthrough attributes. For details on these attributes, reach out to your respective program teams at Amazon.
91
+ * @member {[CustomAttribute]} customAttributes
92
+ * @type {[CustomAttribute]}
93
+ */
94
+ customAttributes: [CustomAttribute];
95
+ }
96
+ import { Charge } from './Charge.js';
97
+ import { ComplianceAttributes } from './ComplianceAttributes.js';
98
+ import { PieceType } from './PieceType.js';
99
+ import { GiftAttributes } from './GiftAttributes.js';
100
+ import { Cancellation } from './Cancellation.js';
101
+ import { Amount } from './Amount.js';
102
+ import { CustomAttribute } from './CustomAttribute.js';
103
+ //# sourceMappingURL=ShipmentLineItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShipmentLineItem.d.ts","sourceRoot":"","sources":["ShipmentLineItem.js"],"names":[],"mappings":"AAsBA;;;;GAIG;AACH;IAoBE;;;;;;OAMG;IACH,2CAHW,gBAAgB,GACf,gBAAgB,CAkC3B;IA1DD;;;;;;;;;;OAUG;IACH,6FAHmB,CAAC,MAAM,CAAC,wBACK,oBAAoB,EAQnD;IALC,2BAA4C;IAC5C,oBAA8B;IAC9B,sBAAkC;IAClC,kBAAsB;IACtB,2CAAgD;IAkEpD;;;;OAIG;IACH,eAFU,QAAQ,CAEsB;IAExC;;;OAGG;IACH,WAFU,SAAS,CAEiB;IAEpC;;;;OAIG;IACH,cAFU,QAAQ,CAEqB;IAEvC;;;OAGG;IACH,gBAFU,cAAc,CAEiB;IASzC;;;;OAIG;IACH,eAFU,CAAC,YAAY,CAAC,CAEgB;IAExC;;;;OAIG;IACH,gBAAkC;IAElC;;;;OAIG;IACH,mCAAqD;IAErD;;;;OAIG;IACH,wBAA0C;IAE1C;;;;OAIG;IACH,gCAAkD;IAElD;;;OAGG;IACH,WAFU,MAAM,CAEoB;IAQpC;;;;OAIG;IACH,kBAFU,CAAC,eAAe,CAAC,CAEgB;CA5G1C;uBAvEsB,aAAa;qCACC,2BAA2B;0BAGtC,gBAAgB;+BADX,qBAAqB;6BAJvB,mBAAmB;uBADzB,aAAa;gCAIJ,sBAAsB"}
@@ -0,0 +1,196 @@
1
+ /**
2
+ * The Selling Partner API for Amazon External Fulfillment Shipments Processing
3
+ * You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
4
+ *
5
+ * The version of the OpenAPI document: 2024-09-11
6
+ * Contact: marketplaceapitest@amazon.com
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 { Amount } from './Amount.js'
16
+ import { Cancellation } from './Cancellation.js'
17
+ import { Charge } from './Charge.js'
18
+ import { ComplianceAttributes } from './ComplianceAttributes.js'
19
+ import { CustomAttribute } from './CustomAttribute.js'
20
+ import { GiftAttributes } from './GiftAttributes.js'
21
+ import { PieceType } from './PieceType.js'
22
+
23
+ /**
24
+ * The ShipmentLineItem model module.
25
+ * @module externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem
26
+ * @version 2024-09-11
27
+ */
28
+ export class ShipmentLineItem {
29
+ /**
30
+ * Constructs a new <code>ShipmentLineItem</code>.
31
+ * Information about a line item in a shipment.
32
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/ShipmentLineItem
33
+ * @class
34
+ * @param shipmentLineItemId {String} An identifier for a shipment's line item. This identifier is guaranteed to be unique within the scope of its containing shipment.
35
+ * @param merchantSku {String} The seller SKU of a product (catalog item). A unique number assigned by the seller when listing an item.
36
+ * @param numberOfUnits {Number} The number of items of the SKU in this line item.
37
+ * @param charges {[Charge]} The charges associated with the shipment.
38
+ * @param complianceAttributes {ComplianceAttributes}
39
+ */
40
+ constructor (shipmentLineItemId, merchantSku, numberOfUnits, charges, complianceAttributes) {
41
+ this.shipmentLineItemId = shipmentLineItemId
42
+ this.merchantSku = merchantSku
43
+ this.numberOfUnits = numberOfUnits
44
+ this.charges = charges
45
+ this.complianceAttributes = complianceAttributes
46
+ }
47
+
48
+ /**
49
+ * Constructs a <code>ShipmentLineItem</code> from a plain JavaScript object, optionally creating a new instance.
50
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
51
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
52
+ * @param {ShipmentLineItem} obj Optional instance to populate.
53
+ * @return {ShipmentLineItem} The populated <code>ShipmentLineItem</code> instance.
54
+ */
55
+ static constructFromObject (data, obj) {
56
+ if (data) {
57
+ switch (typeof data) {
58
+ case 'string':
59
+ obj = String(data)
60
+ break
61
+ case 'number':
62
+ obj = Number(data)
63
+ break
64
+ case 'boolean':
65
+ obj = Boolean(data)
66
+ break
67
+ }
68
+ obj = obj || new ShipmentLineItem()
69
+ if (data.hasOwnProperty('shipmentLineItemId')) { obj.shipmentLineItemId = ApiClient.convertToType(data.shipmentLineItemId, 'String') }
70
+ if (data.hasOwnProperty('merchantSku')) { obj.merchantSku = ApiClient.convertToType(data.merchantSku, 'String') }
71
+ if (data.hasOwnProperty('numberOfUnits')) { obj.numberOfUnits = ApiClient.convertToType(data.numberOfUnits, 'Number') }
72
+ if (data.hasOwnProperty('serialNumbers')) { obj.serialNumbers = ApiClient.convertToType(data.serialNumbers, ['String']) }
73
+ if (data.hasOwnProperty('pieceType')) { obj.pieceType = PieceType.constructFromObject(data.pieceType) }
74
+ if (data.hasOwnProperty('hazmatLabels')) { obj.hazmatLabels = ApiClient.convertToType(data.hazmatLabels, ['String']) }
75
+ if (data.hasOwnProperty('giftAttributes')) { obj.giftAttributes = GiftAttributes.constructFromObject(data.giftAttributes) }
76
+ if (data.hasOwnProperty('charges')) { obj.charges = ApiClient.convertToType(data.charges, [Charge]) }
77
+ if (data.hasOwnProperty('cancellations')) { obj.cancellations = ApiClient.convertToType(data.cancellations, [Cancellation]) }
78
+ if (data.hasOwnProperty('hsnCode')) { obj.hsnCode = ApiClient.convertToType(data.hsnCode, 'String') }
79
+ if (data.hasOwnProperty('recommendedCountryOfOrigin')) { obj.recommendedCountryOfOrigin = ApiClient.convertToType(data.recommendedCountryOfOrigin, 'String') }
80
+ if (data.hasOwnProperty('countryOfOrigin')) { obj.countryOfOrigin = ApiClient.convertToType(data.countryOfOrigin, 'String') }
81
+ if (data.hasOwnProperty('recommendedCurrencyCode')) { obj.recommendedCurrencyCode = ApiClient.convertToType(data.recommendedCurrencyCode, 'String') }
82
+ if (data.hasOwnProperty('itemValue')) { obj.itemValue = Amount.constructFromObject(data.itemValue) }
83
+ if (data.hasOwnProperty('complianceAttributes')) { obj.complianceAttributes = ComplianceAttributes.constructFromObject(data.complianceAttributes) }
84
+ if (data.hasOwnProperty('customAttributes')) { obj.customAttributes = ApiClient.convertToType(data.customAttributes, [CustomAttribute]) }
85
+ }
86
+ return obj
87
+ }
88
+ }
89
+
90
+ /**
91
+ * An identifier for a shipment's line item. This identifier is guaranteed to be unique within the scope of its containing shipment.
92
+ * @member {String} shipmentLineItemId
93
+ * @type {String}
94
+ */
95
+ ShipmentLineItem.prototype.shipmentLineItemId = undefined
96
+
97
+ /**
98
+ * The seller SKU of a product (catalog item). A unique number assigned by the seller when listing an item.
99
+ * @member {String} merchantSku
100
+ * @type {String}
101
+ */
102
+ ShipmentLineItem.prototype.merchantSku = undefined
103
+
104
+ /**
105
+ * The number of items of the SKU in this line item.
106
+ * @member {Number} numberOfUnits
107
+ * @type {Number}
108
+ */
109
+ ShipmentLineItem.prototype.numberOfUnits = undefined
110
+
111
+ /**
112
+ * The serial numbers for each item in this line item.
113
+ * @member {[String]} serialNumbers
114
+ * @type {[String]}
115
+ */
116
+ ShipmentLineItem.prototype.serialNumbers = undefined
117
+
118
+ /**
119
+ * @member {PieceType} pieceType
120
+ * @type {PieceType}
121
+ */
122
+ ShipmentLineItem.prototype.pieceType = undefined
123
+
124
+ /**
125
+ * A list of HAZMAT label identifiers that must be applied to the packages for this line item.
126
+ * @member {[String]} hazmatLabels
127
+ * @type {[String]}
128
+ */
129
+ ShipmentLineItem.prototype.hazmatLabels = undefined
130
+
131
+ /**
132
+ * @member {GiftAttributes} giftAttributes
133
+ * @type {GiftAttributes}
134
+ */
135
+ ShipmentLineItem.prototype.giftAttributes = undefined
136
+
137
+ /**
138
+ * The charges associated with the shipment.
139
+ * @member {[Charge]} charges
140
+ * @type {[Charge]}
141
+ */
142
+ ShipmentLineItem.prototype.charges = undefined
143
+
144
+ /**
145
+ * A list of cancellations for the given line item. **Note:** Currently, SmartConnect does not support partial cancellation of a shipment or its line items. This list will contain a single value with all the cancellation details.
146
+ * @member {[Cancellation]} cancellations
147
+ * @type {[Cancellation]}
148
+ */
149
+ ShipmentLineItem.prototype.cancellations = undefined
150
+
151
+ /**
152
+ * The HSN code of SKU in this line item.
153
+ * @member {String} hsnCode
154
+ * @type {String}
155
+ */
156
+ ShipmentLineItem.prototype.hsnCode = undefined
157
+
158
+ /**
159
+ * A two-letter country code, as defined by the ISO-3166 alpha-2 standard.
160
+ * @member {String} recommendedCountryOfOrigin
161
+ * @type {String}
162
+ */
163
+ ShipmentLineItem.prototype.recommendedCountryOfOrigin = undefined
164
+
165
+ /**
166
+ * A two-letter country code, as defined by the ISO-3166 alpha-2 standard.
167
+ * @member {String} countryOfOrigin
168
+ * @type {String}
169
+ */
170
+ ShipmentLineItem.prototype.countryOfOrigin = undefined
171
+
172
+ /**
173
+ * The three digit currency code of the currency recommended by the marketplace, in ISO 4217 format.
174
+ * @member {String} recommendedCurrencyCode
175
+ * @type {String}
176
+ */
177
+ ShipmentLineItem.prototype.recommendedCurrencyCode = undefined
178
+
179
+ /**
180
+ * @member {Amount} itemValue
181
+ * @type {Amount}
182
+ */
183
+ ShipmentLineItem.prototype.itemValue = undefined
184
+
185
+ /**
186
+ * @member {ComplianceAttributes} complianceAttributes
187
+ * @type {ComplianceAttributes}
188
+ */
189
+ ShipmentLineItem.prototype.complianceAttributes = undefined
190
+
191
+ /**
192
+ * A list of custom passthrough attributes. For details on these attributes, reach out to your respective program teams at Amazon.
193
+ * @member {[CustomAttribute]} customAttributes
194
+ * @type {[CustomAttribute]}
195
+ */
196
+ ShipmentLineItem.prototype.customAttributes = undefined
@@ -0,0 +1,29 @@
1
+ /**
2
+ * The ShipmentRequirements model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements
4
+ * @version 2024-09-11
5
+ */
6
+ export class ShipmentRequirements {
7
+ /**
8
+ * Constructs a <code>ShipmentRequirements</code> from a plain JavaScript object, optionally creating a new instance.
9
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
10
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
11
+ * @param {ShipmentRequirements} obj Optional instance to populate.
12
+ * @return {ShipmentRequirements} The populated <code>ShipmentRequirements</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: ShipmentRequirements): ShipmentRequirements;
15
+ /**
16
+ * Constructs a new <code>ShipmentRequirements</code>.
17
+ * Whether specific capabilities are enabled or required for the shipment.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements
19
+ * @class
20
+ * @param pSlip {PackingSlipRequirement}
21
+ * @param invoice {InvoiceRequirement}
22
+ */
23
+ constructor(pSlip: PackingSlipRequirement, invoice: InvoiceRequirement);
24
+ pSlip: PackingSlipRequirement;
25
+ invoice: InvoiceRequirement;
26
+ }
27
+ import { PackingSlipRequirement } from './PackingSlipRequirement.js';
28
+ import { InvoiceRequirement } from './InvoiceRequirement.js';
29
+ //# sourceMappingURL=ShipmentRequirements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShipmentRequirements.d.ts","sourceRoot":"","sources":["ShipmentRequirements.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,oBAAoB,GACnB,oBAAoB,CAoB/B;IAtCD;;;;;;;OAOG;IACH,mBAHiB,sBAAsB,WACpB,kBAAkB,EAKpC;IAFC,8BAAkB;IAClB,4BAAsB;CA6BzB;uCA/CsC,6BAA6B;mCADjC,yBAAyB"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * The Selling Partner API for Amazon External Fulfillment Shipments Processing
3
+ * You can use the External Fulfillment Shipments API to retrieve, manage, and track shipments processed through Amazon's external fulfillment network. Use this API to get shipment details, monitor status changes, and access fulfillment requirements.
4
+ *
5
+ * The version of the OpenAPI document: 2024-09-11
6
+ * Contact: marketplaceapitest@amazon.com
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 { InvoiceRequirement } from './InvoiceRequirement.js'
16
+ import { PackingSlipRequirement } from './PackingSlipRequirement.js'
17
+
18
+ /**
19
+ * The ShipmentRequirements model module.
20
+ * @module externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements
21
+ * @version 2024-09-11
22
+ */
23
+ export class ShipmentRequirements {
24
+ /**
25
+ * Constructs a new <code>ShipmentRequirements</code>.
26
+ * Whether specific capabilities are enabled or required for the shipment.
27
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/ShipmentRequirements
28
+ * @class
29
+ * @param pSlip {PackingSlipRequirement}
30
+ * @param invoice {InvoiceRequirement}
31
+ */
32
+ constructor (pSlip, invoice) {
33
+ this.pSlip = pSlip
34
+ this.invoice = invoice
35
+ }
36
+
37
+ /**
38
+ * Constructs a <code>ShipmentRequirements</code> from a plain JavaScript object, optionally creating a new instance.
39
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
40
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
41
+ * @param {ShipmentRequirements} obj Optional instance to populate.
42
+ * @return {ShipmentRequirements} The populated <code>ShipmentRequirements</code> instance.
43
+ */
44
+ static constructFromObject (data, obj) {
45
+ if (data) {
46
+ switch (typeof data) {
47
+ case 'string':
48
+ obj = String(data)
49
+ break
50
+ case 'number':
51
+ obj = Number(data)
52
+ break
53
+ case 'boolean':
54
+ obj = Boolean(data)
55
+ break
56
+ }
57
+ obj = obj || new ShipmentRequirements()
58
+ if (data.hasOwnProperty('pSlip')) { obj.pSlip = PackingSlipRequirement.constructFromObject(data.pSlip) }
59
+ if (data.hasOwnProperty('invoice')) { obj.invoice = InvoiceRequirement.constructFromObject(data.invoice) }
60
+ }
61
+ return obj
62
+ }
63
+ }
64
+
65
+ /**
66
+ * @member {PackingSlipRequirement} pSlip
67
+ * @type {PackingSlipRequirement}
68
+ */
69
+ ShipmentRequirements.prototype.pSlip = undefined
70
+
71
+ /**
72
+ * @member {InvoiceRequirement} invoice
73
+ * @type {InvoiceRequirement}
74
+ */
75
+ ShipmentRequirements.prototype.invoice = undefined
@@ -0,0 +1,29 @@
1
+ /**
2
+ * The ShipmentsResponse model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/ShipmentsResponse
4
+ * @version 2024-09-11
5
+ */
6
+ export class ShipmentsResponse {
7
+ /**
8
+ * Constructs a <code>ShipmentsResponse</code> from a plain JavaScript object, optionally creating a new instance.
9
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
10
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
11
+ * @param {ShipmentsResponse} obj Optional instance to populate.
12
+ * @return {ShipmentsResponse} The populated <code>ShipmentsResponse</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: ShipmentsResponse): ShipmentsResponse;
15
+ /**
16
+ * A list of shipments.
17
+ * @member {[Shipment]} shipments
18
+ * @type {[Shipment]}
19
+ */
20
+ shipments: [Shipment];
21
+ /**
22
+ * @member {Pagination} pagination
23
+ * @type {Pagination}
24
+ */
25
+ pagination: Pagination;
26
+ }
27
+ import { Shipment } from './Shipment.js';
28
+ import { Pagination } from './Pagination.js';
29
+ //# sourceMappingURL=ShipmentsResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShipmentsResponse.d.ts","sourceRoot":"","sources":["ShipmentsResponse.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,iBAAiB,GAChB,iBAAiB,CAoB5B;IAGH;;;;OAIG;IACH,WAFU,CAAC,QAAQ,CAAC,CAEiB;IAErC;;;OAGG;IACH,YAFU,UAAU,CAEkB;CAbrC;yBA3CwB,eAAe;2BADb,iBAAiB"}