@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,91 @@
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 { Document } from './Document.js'
16
+ import { PresenceStatus } from './PresenceStatus.js'
17
+ import { RequirementLevel } from './RequirementLevel.js'
18
+
19
+ /**
20
+ * The GiftAttributes model module.
21
+ * @module externalfulfillmentshipments_v2024_09_11/model/GiftAttributes
22
+ * @version 2024-09-11
23
+ */
24
+ export class GiftAttributes {
25
+ /**
26
+ * Constructs a new <code>GiftAttributes</code>.
27
+ * Information about any gift wrapping that is needed for this line item.
28
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/GiftAttributes
29
+ * @class
30
+ * @param giftWrapRequirement {RequirementLevel}
31
+ * @param giftMessagePresence {PresenceStatus}
32
+ */
33
+ constructor (giftWrapRequirement, giftMessagePresence) {
34
+ this.giftWrapRequirement = giftWrapRequirement
35
+ this.giftMessagePresence = giftMessagePresence
36
+ }
37
+
38
+ /**
39
+ * Constructs a <code>GiftAttributes</code> from a plain JavaScript object, optionally creating a new instance.
40
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
41
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
42
+ * @param {GiftAttributes} obj Optional instance to populate.
43
+ * @return {GiftAttributes} The populated <code>GiftAttributes</code> instance.
44
+ */
45
+ static constructFromObject (data, obj) {
46
+ if (data) {
47
+ switch (typeof data) {
48
+ case 'string':
49
+ obj = String(data)
50
+ break
51
+ case 'number':
52
+ obj = Number(data)
53
+ break
54
+ case 'boolean':
55
+ obj = Boolean(data)
56
+ break
57
+ }
58
+ obj = obj || new GiftAttributes()
59
+ if (data.hasOwnProperty('giftWrapRequirement')) { obj.giftWrapRequirement = RequirementLevel.constructFromObject(data.giftWrapRequirement) }
60
+ if (data.hasOwnProperty('giftWrapLabel')) { obj.giftWrapLabel = ApiClient.convertToType(data.giftWrapLabel, 'String') }
61
+ if (data.hasOwnProperty('giftMessagePresence')) { obj.giftMessagePresence = PresenceStatus.constructFromObject(data.giftMessagePresence) }
62
+ if (data.hasOwnProperty('giftMessage')) { obj.giftMessage = Document.constructFromObject(data.giftMessage) }
63
+ }
64
+ return obj
65
+ }
66
+ }
67
+
68
+ /**
69
+ * @member {RequirementLevel} giftWrapRequirement
70
+ * @type {RequirementLevel}
71
+ */
72
+ GiftAttributes.prototype.giftWrapRequirement = undefined
73
+
74
+ /**
75
+ * The label to be printed on the wrapped gift.
76
+ * @member {String} giftWrapLabel
77
+ * @type {String}
78
+ */
79
+ GiftAttributes.prototype.giftWrapLabel = undefined
80
+
81
+ /**
82
+ * @member {PresenceStatus} giftMessagePresence
83
+ * @type {PresenceStatus}
84
+ */
85
+ GiftAttributes.prototype.giftMessagePresence = undefined
86
+
87
+ /**
88
+ * @member {Document} giftMessage
89
+ * @type {Document}
90
+ */
91
+ GiftAttributes.prototype.giftMessage = undefined
@@ -0,0 +1,27 @@
1
+ /**
2
+ * The InvoiceInfo model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo
4
+ * @version 2024-09-11
5
+ */
6
+ export class InvoiceInfo {
7
+ /**
8
+ * Constructs a <code>InvoiceInfo</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 {InvoiceInfo} obj Optional instance to populate.
12
+ * @return {InvoiceInfo} The populated <code>InvoiceInfo</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: InvoiceInfo): InvoiceInfo;
15
+ /**
16
+ * Constructs a new <code>InvoiceInfo</code>.
17
+ * Information about the shipment&#39;s invoice.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo
19
+ * @class
20
+ * @param invoiceId {String} The unique ID of the invoice that corresponds to the shipment.
21
+ * @param creationDateTime {String} A date and time in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
22
+ */
23
+ constructor(invoiceId: string, creationDateTime: string);
24
+ invoiceId: string;
25
+ creationDateTime: string;
26
+ }
27
+ //# sourceMappingURL=InvoiceInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoiceInfo.d.ts","sourceRoot":"","sources":["InvoiceInfo.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,CAoBtB;IAtCD;;;;;;;OAOG;IACH,yDAGC;IAFC,kBAA0B;IAC1B,yBAAwC;CA6B3C"}
@@ -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
+
16
+ /**
17
+ * The InvoiceInfo model module.
18
+ * @module externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo
19
+ * @version 2024-09-11
20
+ */
21
+ export class InvoiceInfo {
22
+ /**
23
+ * Constructs a new <code>InvoiceInfo</code>.
24
+ * Information about the shipment&#39;s invoice.
25
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/InvoiceInfo
26
+ * @class
27
+ * @param invoiceId {String} The unique ID of the invoice that corresponds to the shipment.
28
+ * @param creationDateTime {String} A date and time in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
29
+ */
30
+ constructor (invoiceId, creationDateTime) {
31
+ this.invoiceId = invoiceId
32
+ this.creationDateTime = creationDateTime
33
+ }
34
+
35
+ /**
36
+ * Constructs a <code>InvoiceInfo</code> from a plain JavaScript object, optionally creating a new instance.
37
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
38
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
39
+ * @param {InvoiceInfo} obj Optional instance to populate.
40
+ * @return {InvoiceInfo} The populated <code>InvoiceInfo</code> instance.
41
+ */
42
+ static constructFromObject (data, obj) {
43
+ if (data) {
44
+ switch (typeof data) {
45
+ case 'string':
46
+ obj = String(data)
47
+ break
48
+ case 'number':
49
+ obj = Number(data)
50
+ break
51
+ case 'boolean':
52
+ obj = Boolean(data)
53
+ break
54
+ }
55
+ obj = obj || new InvoiceInfo()
56
+ if (data.hasOwnProperty('invoiceId')) { obj.invoiceId = ApiClient.convertToType(data.invoiceId, 'String') }
57
+ if (data.hasOwnProperty('creationDateTime')) { obj.creationDateTime = ApiClient.convertToType(data.creationDateTime, 'String') }
58
+ }
59
+ return obj
60
+ }
61
+ }
62
+
63
+ /**
64
+ * The unique ID of the invoice that corresponds to the shipment.
65
+ * @member {String} invoiceId
66
+ * @type {String}
67
+ */
68
+ InvoiceInfo.prototype.invoiceId = undefined
69
+
70
+ /**
71
+ * A date and time in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
72
+ * @member {String} creationDateTime
73
+ * @type {String}
74
+ */
75
+ InvoiceInfo.prototype.creationDateTime = undefined
@@ -0,0 +1,47 @@
1
+ /**
2
+ * The InvoiceRequirement model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement
4
+ * @version 2024-09-11
5
+ */
6
+ export class InvoiceRequirement {
7
+ /**
8
+ * Constructs a <code>InvoiceRequirement</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 {InvoiceRequirement} obj Optional instance to populate.
12
+ * @return {InvoiceRequirement} The populated <code>InvoiceRequirement</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: InvoiceRequirement): InvoiceRequirement;
15
+ /**
16
+ * Whether the invoice document is required to be attached to the shipment.
17
+ * @member {String} requirement
18
+ * @type {String}
19
+ */
20
+ requirement: string;
21
+ /**
22
+ * The status of the of the invoice document that is attached to the shipment.
23
+ * @member {String} status
24
+ * @type {String}
25
+ */
26
+ status: string;
27
+ }
28
+ export namespace InvoiceRequirement {
29
+ namespace RequirementEnum {
30
+ let REQUIRED: string;
31
+ let NOT_REQUIRED: string;
32
+ }
33
+ /**
34
+ * *
35
+ */
36
+ type RequirementEnum = string;
37
+ namespace StatusEnum {
38
+ let PENDING: string;
39
+ let AVAILABLE: string;
40
+ let NOT_AVAILABLE: string;
41
+ }
42
+ /**
43
+ * *
44
+ */
45
+ type StatusEnum = string;
46
+ }
47
+ //# sourceMappingURL=InvoiceRequirement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoiceRequirement.d.ts","sourceRoot":"","sources":["InvoiceRequirement.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,kBAAkB,GACjB,kBAAkB,CAoB7B;IAuBH;;;;OAIG;IACH,oBAAwC;IA4BxC;;;;OAIG;IACH,eAAmC;CA5DlC"}
@@ -0,0 +1,117 @@
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
+
16
+ /**
17
+ * The InvoiceRequirement model module.
18
+ * @module externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement
19
+ * @version 2024-09-11
20
+ */
21
+ export class InvoiceRequirement {
22
+ /**
23
+ * Constructs a new <code>InvoiceRequirement</code>.
24
+ * Whether the invoice document is required to be attached to the shipment and its corresponding status.
25
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/InvoiceRequirement
26
+ * @class
27
+ */
28
+ constructor () {
29
+ }
30
+
31
+ /**
32
+ * Constructs a <code>InvoiceRequirement</code> from a plain JavaScript object, optionally creating a new instance.
33
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
34
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
35
+ * @param {InvoiceRequirement} obj Optional instance to populate.
36
+ * @return {InvoiceRequirement} The populated <code>InvoiceRequirement</code> instance.
37
+ */
38
+ static constructFromObject (data, obj) {
39
+ if (data) {
40
+ switch (typeof data) {
41
+ case 'string':
42
+ obj = String(data)
43
+ break
44
+ case 'number':
45
+ obj = Number(data)
46
+ break
47
+ case 'boolean':
48
+ obj = Boolean(data)
49
+ break
50
+ }
51
+ obj = obj || new InvoiceRequirement()
52
+ if (data.hasOwnProperty('requirement')) { obj.requirement = ApiClient.convertToType(data.requirement, 'String') }
53
+ if (data.hasOwnProperty('status')) { obj.status = ApiClient.convertToType(data.status, 'String') }
54
+ }
55
+ return obj
56
+ }
57
+ }
58
+
59
+ /**
60
+ * Allowed values for the <code>requirement</code> property.
61
+ * @enum {String}
62
+ * @readonly
63
+ */
64
+ InvoiceRequirement.RequirementEnum = {
65
+
66
+ /**
67
+ * value: "REQUIRED"
68
+ * @const
69
+ */
70
+ REQUIRED: 'REQUIRED',
71
+
72
+ /**
73
+ * value: "NOT_REQUIRED"
74
+ * @const
75
+ */
76
+ NOT_REQUIRED: 'NOT_REQUIRED'
77
+ }
78
+
79
+ /**
80
+ * Whether the invoice document is required to be attached to the shipment.
81
+ * @member {String} requirement
82
+ * @type {String}
83
+ */
84
+ InvoiceRequirement.prototype.requirement = undefined
85
+
86
+ /**
87
+ * Allowed values for the <code>status</code> property.
88
+ * @enum {String}
89
+ * @readonly
90
+ */
91
+ InvoiceRequirement.StatusEnum = {
92
+
93
+ /**
94
+ * value: "PENDING"
95
+ * @const
96
+ */
97
+ PENDING: 'PENDING',
98
+
99
+ /**
100
+ * value: "AVAILABLE"
101
+ * @const
102
+ */
103
+ AVAILABLE: 'AVAILABLE',
104
+
105
+ /**
106
+ * value: "NOT_AVAILABLE"
107
+ * @const
108
+ */
109
+ NOT_AVAILABLE: 'NOT_AVAILABLE'
110
+ }
111
+
112
+ /**
113
+ * The status of the of the invoice document that is attached to the shipment.
114
+ * @member {String} status
115
+ * @type {String}
116
+ */
117
+ InvoiceRequirement.prototype.status = undefined
@@ -0,0 +1,26 @@
1
+ /**
2
+ * The InvoiceResponse model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse
4
+ * @version 2024-09-11
5
+ */
6
+ export class InvoiceResponse {
7
+ /**
8
+ * Constructs a <code>InvoiceResponse</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 {InvoiceResponse} obj Optional instance to populate.
12
+ * @return {InvoiceResponse} The populated <code>InvoiceResponse</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: InvoiceResponse): InvoiceResponse;
15
+ /**
16
+ * Constructs a new <code>InvoiceResponse</code>.
17
+ * The response of the &#x60;generateInvoice&#x60; operation.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse
19
+ * @class
20
+ * @param document {Document}
21
+ */
22
+ constructor(document: Document);
23
+ document: Document;
24
+ }
25
+ import { Document } from './Document.js';
26
+ //# sourceMappingURL=InvoiceResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoiceResponse.d.ts","sourceRoot":"","sources":["InvoiceResponse.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,eAAe,GACd,eAAe,CAmB1B;IAnCD;;;;;;OAMG;IACH,sBAFoB,QAAQ,EAI3B;IADC,mBAAwB;CA4B3B;yBA5CwB,eAAe"}
@@ -0,0 +1,65 @@
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 { Document } from './Document.js'
16
+
17
+ /**
18
+ * The InvoiceResponse model module.
19
+ * @module externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse
20
+ * @version 2024-09-11
21
+ */
22
+ export class InvoiceResponse {
23
+ /**
24
+ * Constructs a new <code>InvoiceResponse</code>.
25
+ * The response of the &#x60;generateInvoice&#x60; operation.
26
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/InvoiceResponse
27
+ * @class
28
+ * @param document {Document}
29
+ */
30
+ constructor (document) {
31
+ this.document = document
32
+ }
33
+
34
+ /**
35
+ * Constructs a <code>InvoiceResponse</code> from a plain JavaScript object, optionally creating a new instance.
36
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
37
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
38
+ * @param {InvoiceResponse} obj Optional instance to populate.
39
+ * @return {InvoiceResponse} The populated <code>InvoiceResponse</code> instance.
40
+ */
41
+ static constructFromObject (data, obj) {
42
+ if (data) {
43
+ switch (typeof data) {
44
+ case 'string':
45
+ obj = String(data)
46
+ break
47
+ case 'number':
48
+ obj = Number(data)
49
+ break
50
+ case 'boolean':
51
+ obj = Boolean(data)
52
+ break
53
+ }
54
+ obj = obj || new InvoiceResponse()
55
+ if (data.hasOwnProperty('document')) { obj.document = Document.constructFromObject(data.document) }
56
+ }
57
+ return obj
58
+ }
59
+ }
60
+
61
+ /**
62
+ * @member {Document} document
63
+ * @type {Document}
64
+ */
65
+ InvoiceResponse.prototype.document = undefined
@@ -0,0 +1,31 @@
1
+ /**
2
+ * The LineItem model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/LineItem
4
+ * @version 2024-09-11
5
+ */
6
+ export class LineItem {
7
+ /**
8
+ * Constructs a <code>LineItem</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 {LineItem} obj Optional instance to populate.
12
+ * @return {LineItem} The populated <code>LineItem</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: LineItem): LineItem;
15
+ /**
16
+ * Constructs a new <code>LineItem</code>.
17
+ * Information about the line item being confirmed or rejected.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/LineItem
19
+ * @class
20
+ * @param id {String} The identifier of the line item from the shipment that is being confirmed or rejected by the seller.
21
+ */
22
+ constructor(id: string);
23
+ id: string;
24
+ /**
25
+ * The quantity of the line item.
26
+ * @member {Number} quantity
27
+ * @type {Number}
28
+ */
29
+ quantity: number;
30
+ }
31
+ //# sourceMappingURL=LineItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineItem.d.ts","sourceRoot":"","sources":["LineItem.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,QAAQ,GACP,QAAQ,CAoBnB;IApCD;;;;;;OAMG;IACH,wBAEC;IADC,WAAY;IAsChB;;;;OAIG;IACH,iBAA2B;CAd1B"}
@@ -0,0 +1,73 @@
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
+
16
+ /**
17
+ * The LineItem model module.
18
+ * @module externalfulfillmentshipments_v2024_09_11/model/LineItem
19
+ * @version 2024-09-11
20
+ */
21
+ export class LineItem {
22
+ /**
23
+ * Constructs a new <code>LineItem</code>.
24
+ * Information about the line item being confirmed or rejected.
25
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/LineItem
26
+ * @class
27
+ * @param id {String} The identifier of the line item from the shipment that is being confirmed or rejected by the seller.
28
+ */
29
+ constructor (id) {
30
+ this.id = id
31
+ }
32
+
33
+ /**
34
+ * Constructs a <code>LineItem</code> from a plain JavaScript object, optionally creating a new instance.
35
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
36
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
37
+ * @param {LineItem} obj Optional instance to populate.
38
+ * @return {LineItem} The populated <code>LineItem</code> instance.
39
+ */
40
+ static constructFromObject (data, obj) {
41
+ if (data) {
42
+ switch (typeof data) {
43
+ case 'string':
44
+ obj = String(data)
45
+ break
46
+ case 'number':
47
+ obj = Number(data)
48
+ break
49
+ case 'boolean':
50
+ obj = Boolean(data)
51
+ break
52
+ }
53
+ obj = obj || new LineItem()
54
+ if (data.hasOwnProperty('id')) { obj.id = ApiClient.convertToType(data.id, 'String') }
55
+ if (data.hasOwnProperty('quantity')) { obj.quantity = ApiClient.convertToType(data.quantity, 'Number') }
56
+ }
57
+ return obj
58
+ }
59
+ }
60
+
61
+ /**
62
+ * The identifier of the line item from the shipment that is being confirmed or rejected by the seller.
63
+ * @member {String} id
64
+ * @type {String}
65
+ */
66
+ LineItem.prototype.id = undefined
67
+
68
+ /**
69
+ * The quantity of the line item.
70
+ * @member {Number} quantity
71
+ * @type {Number}
72
+ */
73
+ LineItem.prototype.quantity = undefined
@@ -0,0 +1,42 @@
1
+ /**
2
+ * The LineItemWithReason model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason
4
+ * @version 2024-09-11
5
+ */
6
+ export class LineItemWithReason {
7
+ /**
8
+ * Constructs a <code>LineItemWithReason</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 {LineItemWithReason} obj Optional instance to populate.
12
+ * @return {LineItemWithReason} The populated <code>LineItemWithReason</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: LineItemWithReason): LineItemWithReason;
15
+ /**
16
+ * Constructs a new <code>LineItemWithReason</code>.
17
+ * Information about the line item being confirmed or rejected and the reason for the rejection.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/LineItemWithReason
19
+ * @class
20
+ * @param lineItem {LineItem}
21
+ */
22
+ constructor(lineItem: LineItem);
23
+ lineItem: LineItem;
24
+ /**
25
+ * The reason for the rejection of the line item.
26
+ * @member {String} reason
27
+ * @type {String}
28
+ */
29
+ reason: string;
30
+ }
31
+ export namespace LineItemWithReason {
32
+ namespace ReasonEnum {
33
+ let OUT_OF_STOCK: string;
34
+ let CUSTOMER_REQUESTED: string;
35
+ }
36
+ /**
37
+ * *
38
+ */
39
+ type ReasonEnum = string;
40
+ }
41
+ import { LineItem } from './LineItem.js';
42
+ //# sourceMappingURL=LineItemWithReason.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineItemWithReason.d.ts","sourceRoot":"","sources":["LineItemWithReason.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,kBAAkB,GACjB,kBAAkB,CAoB7B;IApCD;;;;;;OAMG;IACH,sBAFoB,QAAQ,EAI3B;IADC,mBAAwB;IAyD5B;;;;OAIG;IACH,eAAmC;CAjClC;;;;;;;;;;;yBA7CwB,eAAe"}