@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,54 @@
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
+ * Enum class PackageSubStatus.
18
+ * @enum {String}
19
+ * @readonly
20
+ */
21
+ export class PackageSubStatus {
22
+ /**
23
+ * value: "OUT_FOR_DELIVERY"
24
+ * @const
25
+ */
26
+ 'OUT_FOR_DELIVERY' = 'OUT_FOR_DELIVERY'
27
+
28
+ /**
29
+ * value: "DELIVERED"
30
+ * @const
31
+ */
32
+ 'DELIVERED' = 'DELIVERED'
33
+
34
+ /**
35
+ * value: "NOT_DELIVERED"
36
+ * @const
37
+ */
38
+ 'NOT_DELIVERED' = 'NOT_DELIVERED'
39
+
40
+ /**
41
+ * value: "UNDELIVERABLE"
42
+ * @const
43
+ */
44
+ 'UNDELIVERABLE' = 'UNDELIVERABLE'
45
+
46
+ /**
47
+ * Returns a <code>PackageSubStatus</code> enum value from a Javascript object name.
48
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
49
+ * @return {PackageSubStatus} The enum <code>PackageSubStatus</code> value.
50
+ */
51
+ static constructFromObject (object) {
52
+ return object
53
+ }
54
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * The Packages model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/Packages
4
+ * @version 2024-09-11
5
+ */
6
+ export class Packages {
7
+ /**
8
+ * Constructs a <code>Packages</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 {Packages} obj Optional instance to populate.
12
+ * @return {Packages} The populated <code>Packages</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: Packages): Packages;
15
+ /**
16
+ * Constructs a new <code>Packages</code>.
17
+ * The request schema of the &#x60;createPackages&#x60; operation.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/Packages
19
+ * @class
20
+ * @param packages {[Package]} A list of packages.
21
+ */
22
+ constructor(packages: [Package]);
23
+ packages: [Package];
24
+ }
25
+ import { Package } from './Package.js';
26
+ //# sourceMappingURL=Packages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Packages.d.ts","sourceRoot":"","sources":["Packages.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,QAAQ,GACP,QAAQ,CAmBnB;IAnCD;;;;;;OAMG;IACH,sBAFoB,CAAC,OAAO,CAAC,EAI5B;IADC,oBAAwB;CA4B3B;wBA5CuB,cAAc"}
@@ -0,0 +1,66 @@
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 { Package } from './Package.js'
16
+
17
+ /**
18
+ * The Packages model module.
19
+ * @module externalfulfillmentshipments_v2024_09_11/model/Packages
20
+ * @version 2024-09-11
21
+ */
22
+ export class Packages {
23
+ /**
24
+ * Constructs a new <code>Packages</code>.
25
+ * The request schema of the &#x60;createPackages&#x60; operation.
26
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/Packages
27
+ * @class
28
+ * @param packages {[Package]} A list of packages.
29
+ */
30
+ constructor (packages) {
31
+ this.packages = packages
32
+ }
33
+
34
+ /**
35
+ * Constructs a <code>Packages</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 {Packages} obj Optional instance to populate.
39
+ * @return {Packages} The populated <code>Packages</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 Packages()
55
+ if (data.hasOwnProperty('packages')) { obj.packages = ApiClient.convertToType(data.packages, [Package]) }
56
+ }
57
+ return obj
58
+ }
59
+ }
60
+
61
+ /**
62
+ * A list of packages.
63
+ * @member {[Package]} packages
64
+ * @type {[Package]}
65
+ */
66
+ Packages.prototype.packages = undefined
@@ -0,0 +1,46 @@
1
+ /**
2
+ * The PackingSlipRequirement model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement
4
+ * @version 2024-09-11
5
+ */
6
+ export class PackingSlipRequirement {
7
+ /**
8
+ * Constructs a <code>PackingSlipRequirement</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 {PackingSlipRequirement} obj Optional instance to populate.
12
+ * @return {PackingSlipRequirement} The populated <code>PackingSlipRequirement</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: PackingSlipRequirement): PackingSlipRequirement;
15
+ /**
16
+ * Whether the packing slip 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 packing slip that is attached to the shipment.
23
+ * @member {String} status
24
+ * @type {String}
25
+ */
26
+ status: string;
27
+ }
28
+ export namespace PackingSlipRequirement {
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 GENERATED: string;
39
+ let NOT_GENERATED: string;
40
+ }
41
+ /**
42
+ * *
43
+ */
44
+ type StatusEnum = string;
45
+ }
46
+ //# sourceMappingURL=PackingSlipRequirement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PackingSlipRequirement.d.ts","sourceRoot":"","sources":["PackingSlipRequirement.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,sBAAsB,GACrB,sBAAsB,CAoBjC;IAuBH;;;;OAIG;IACH,oBAA4C;IAsB5C;;;;OAIG;IACH,eAAuC;CAtDtC"}
@@ -0,0 +1,111 @@
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 PackingSlipRequirement model module.
18
+ * @module externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement
19
+ * @version 2024-09-11
20
+ */
21
+ export class PackingSlipRequirement {
22
+ /**
23
+ * Constructs a new <code>PackingSlipRequirement</code>.
24
+ * Whether the packing slip is required to be attached to the shipment, and its corresponding status.
25
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/PackingSlipRequirement
26
+ * @class
27
+ */
28
+ constructor () {
29
+ }
30
+
31
+ /**
32
+ * Constructs a <code>PackingSlipRequirement</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 {PackingSlipRequirement} obj Optional instance to populate.
36
+ * @return {PackingSlipRequirement} The populated <code>PackingSlipRequirement</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 PackingSlipRequirement()
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
+ PackingSlipRequirement.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 packing slip is required to be attached to the shipment.
81
+ * @member {String} requirement
82
+ * @type {String}
83
+ */
84
+ PackingSlipRequirement.prototype.requirement = undefined
85
+
86
+ /**
87
+ * Allowed values for the <code>status</code> property.
88
+ * @enum {String}
89
+ * @readonly
90
+ */
91
+ PackingSlipRequirement.StatusEnum = {
92
+
93
+ /**
94
+ * value: "GENERATED"
95
+ * @const
96
+ */
97
+ GENERATED: 'GENERATED',
98
+
99
+ /**
100
+ * value: "NOT_GENERATED"
101
+ * @const
102
+ */
103
+ NOT_GENERATED: 'NOT_GENERATED'
104
+ }
105
+
106
+ /**
107
+ * The status of the packing slip that is attached to the shipment.
108
+ * @member {String} status
109
+ * @type {String}
110
+ */
111
+ PackingSlipRequirement.prototype.status = undefined
@@ -0,0 +1,22 @@
1
+ /**
2
+ * The Pagination model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/Pagination
4
+ * @version 2024-09-11
5
+ */
6
+ export class Pagination {
7
+ /**
8
+ * Constructs a <code>Pagination</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 {Pagination} obj Optional instance to populate.
12
+ * @return {Pagination} The populated <code>Pagination</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: Pagination): Pagination;
15
+ /**
16
+ * A token that you use to retrieve the next page of results. The response includes `nextToken` when there are multiple pages of results. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
17
+ * @member {String} nextToken
18
+ * @type {String}
19
+ */
20
+ nextToken: string;
21
+ }
22
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["Pagination.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,UAAU,GACT,UAAU,CAmBrB;IAGH;;;;OAIG;IACH,kBAA8B;CAP7B"}
@@ -0,0 +1,63 @@
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 Pagination model module.
18
+ * @module externalfulfillmentshipments_v2024_09_11/model/Pagination
19
+ * @version 2024-09-11
20
+ */
21
+ export class Pagination {
22
+ /**
23
+ * Constructs a new <code>Pagination</code>.
24
+ * An object representing data required for pagination of results.
25
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/Pagination
26
+ * @class
27
+ */
28
+ constructor () {
29
+ }
30
+
31
+ /**
32
+ * Constructs a <code>Pagination</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 {Pagination} obj Optional instance to populate.
36
+ * @return {Pagination} The populated <code>Pagination</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 Pagination()
52
+ if (data.hasOwnProperty('nextToken')) { obj.nextToken = ApiClient.convertToType(data.nextToken, 'String') }
53
+ }
54
+ return obj
55
+ }
56
+ }
57
+
58
+ /**
59
+ * A token that you use to retrieve the next page of results. The response includes `nextToken` when there are multiple pages of results. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `nextToken` is null. Note that this operation can return empty pages.
60
+ * @member {String} nextToken
61
+ * @type {String}
62
+ */
63
+ Pagination.prototype.nextToken = undefined
@@ -0,0 +1,51 @@
1
+ /**
2
+ * The PartyIdentificationInfo model module.
3
+ * @module externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
4
+ * @version 2024-09-11
5
+ */
6
+ export class PartyIdentificationInfo {
7
+ /**
8
+ * Constructs a <code>PartyIdentificationInfo</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 {PartyIdentificationInfo} obj Optional instance to populate.
12
+ * @return {PartyIdentificationInfo} The populated <code>PartyIdentificationInfo</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: PartyIdentificationInfo): PartyIdentificationInfo;
15
+ /**
16
+ * Constructs a new <code>PartyIdentificationInfo</code>.
17
+ * Party identification details for the shipment, applicable to direct fulfillment shipments.
18
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
19
+ * @class
20
+ * @param partyId {String} Assigned identification for the party. For example, a warehouse code or vendor code.
21
+ * @param partyType {String} Assigned identification for the party. For example, a warehouse code or vendor code.
22
+ */
23
+ constructor(partyId: string, partyType: string);
24
+ partyId: string;
25
+ partyType: string;
26
+ /**
27
+ * @member {Address} address
28
+ * @type {Address}
29
+ */
30
+ address: Address;
31
+ /**
32
+ * @member {TaxRegistrationInfo} taxInfo
33
+ * @type {TaxRegistrationInfo}
34
+ */
35
+ taxInfo: TaxRegistrationInfo;
36
+ }
37
+ export namespace PartyIdentificationInfo {
38
+ namespace PartyTypeEnum {
39
+ let BILL_TO_PARTY: string;
40
+ let SHIP_TO_PARTY: string;
41
+ let SHIP_FROM_PARTY: string;
42
+ let SELLING_PARTY: string;
43
+ }
44
+ /**
45
+ * *
46
+ */
47
+ type PartyTypeEnum = string;
48
+ }
49
+ import { Address } from './Address.js';
50
+ import { TaxRegistrationInfo } from './TaxRegistrationInfo.js';
51
+ //# sourceMappingURL=PartyIdentificationInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PartyIdentificationInfo.d.ts","sourceRoot":"","sources":["PartyIdentificationInfo.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH;IAcE;;;;;;OAMG;IACH,2CAHW,uBAAuB,GACtB,uBAAuB,CAsBlC;IAxCD;;;;;;;OAOG;IACH,gDAGC;IAFC,gBAAsB;IACtB,kBAA0B;IA+E9B;;;OAGG;IACH,SAFU,OAAO,CAEwB;IAEzC;;;OAGG;IACH,SAFU,mBAAmB,CAEY;CA1DxC;;;;;;;;;;;;;wBAlDuB,cAAc;oCACF,0BAA0B"}
@@ -0,0 +1,123 @@
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 { Address } from './Address.js'
16
+ import { TaxRegistrationInfo } from './TaxRegistrationInfo.js'
17
+
18
+ /**
19
+ * The PartyIdentificationInfo model module.
20
+ * @module externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
21
+ * @version 2024-09-11
22
+ */
23
+ export class PartyIdentificationInfo {
24
+ /**
25
+ * Constructs a new <code>PartyIdentificationInfo</code>.
26
+ * Party identification details for the shipment, applicable to direct fulfillment shipments.
27
+ * @alias module:externalfulfillmentshipments_v2024_09_11/model/PartyIdentificationInfo
28
+ * @class
29
+ * @param partyId {String} Assigned identification for the party. For example, a warehouse code or vendor code.
30
+ * @param partyType {String} Assigned identification for the party. For example, a warehouse code or vendor code.
31
+ */
32
+ constructor (partyId, partyType) {
33
+ this.partyId = partyId
34
+ this.partyType = partyType
35
+ }
36
+
37
+ /**
38
+ * Constructs a <code>PartyIdentificationInfo</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 {PartyIdentificationInfo} obj Optional instance to populate.
42
+ * @return {PartyIdentificationInfo} The populated <code>PartyIdentificationInfo</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 PartyIdentificationInfo()
58
+ if (data.hasOwnProperty('partyId')) { obj.partyId = ApiClient.convertToType(data.partyId, 'String') }
59
+ if (data.hasOwnProperty('partyType')) { obj.partyType = ApiClient.convertToType(data.partyType, 'String') }
60
+ if (data.hasOwnProperty('address')) { obj.address = Address.constructFromObject(data.address) }
61
+ if (data.hasOwnProperty('taxInfo')) { obj.taxInfo = TaxRegistrationInfo.constructFromObject(data.taxInfo) }
62
+ }
63
+ return obj
64
+ }
65
+ }
66
+
67
+ /**
68
+ * Assigned identification for the party. For example, a warehouse code or vendor code.
69
+ * @member {String} partyId
70
+ * @type {String}
71
+ */
72
+ PartyIdentificationInfo.prototype.partyId = undefined
73
+
74
+ /**
75
+ * Allowed values for the <code>partyType</code> property.
76
+ * @enum {String}
77
+ * @readonly
78
+ */
79
+ PartyIdentificationInfo.PartyTypeEnum = {
80
+
81
+ /**
82
+ * value: "BILL_TO_PARTY"
83
+ * @const
84
+ */
85
+ BILL_TO_PARTY: 'BILL_TO_PARTY',
86
+
87
+ /**
88
+ * value: "SHIP_TO_PARTY"
89
+ * @const
90
+ */
91
+ SHIP_TO_PARTY: 'SHIP_TO_PARTY',
92
+
93
+ /**
94
+ * value: "SHIP_FROM_PARTY"
95
+ * @const
96
+ */
97
+ SHIP_FROM_PARTY: 'SHIP_FROM_PARTY',
98
+
99
+ /**
100
+ * value: "SELLING_PARTY"
101
+ * @const
102
+ */
103
+ SELLING_PARTY: 'SELLING_PARTY'
104
+ }
105
+
106
+ /**
107
+ * Assigned identification for the party. For example, a warehouse code or vendor code.
108
+ * @member {String} partyType
109
+ * @type {String}
110
+ */
111
+ PartyIdentificationInfo.prototype.partyType = undefined
112
+
113
+ /**
114
+ * @member {Address} address
115
+ * @type {Address}
116
+ */
117
+ PartyIdentificationInfo.prototype.address = undefined
118
+
119
+ /**
120
+ * @member {TaxRegistrationInfo} taxInfo
121
+ * @type {TaxRegistrationInfo}
122
+ */
123
+ PartyIdentificationInfo.prototype.taxInfo = undefined
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Enum class PieceType.
3
+ * @enum {String}
4
+ * @readonly
5
+ */
6
+ export class PieceType {
7
+ /**
8
+ * Returns a <code>PieceType</code> enum value from a Javascript object name.
9
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
10
+ * @return {PieceType} The enum <code>PieceType</code> value.
11
+ */
12
+ static constructFromObject(object: any): PieceType;
13
+ /**
14
+ * value: "SINGLE"
15
+ * @const
16
+ */
17
+ SINGLE: string;
18
+ /**
19
+ * value: "MULTIPLE"
20
+ * @const
21
+ */
22
+ MULTIPLE: string;
23
+ }
24
+ //# sourceMappingURL=PieceType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PieceType.d.ts","sourceRoot":"","sources":["PieceType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAaE;;;;QAII;IACJ,yCAFa,SAAS,CAIrB;IAnBD;;;aAGS;IACT,eAAmB;IAEnB;;;aAGS;IACT,iBAAuB;CAUxB"}
@@ -0,0 +1,42 @@
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
+ * Enum class PieceType.
18
+ * @enum {String}
19
+ * @readonly
20
+ */
21
+ export class PieceType {
22
+ /**
23
+ * value: "SINGLE"
24
+ * @const
25
+ */
26
+ 'SINGLE' = 'SINGLE'
27
+
28
+ /**
29
+ * value: "MULTIPLE"
30
+ * @const
31
+ */
32
+ 'MULTIPLE' = 'MULTIPLE'
33
+
34
+ /**
35
+ * Returns a <code>PieceType</code> enum value from a Javascript object name.
36
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
37
+ * @return {PieceType} The enum <code>PieceType</code> value.
38
+ */
39
+ static constructFromObject (object) {
40
+ return object
41
+ }
42
+ }
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Enum class PresenceStatus.
3
+ * @enum {String}
4
+ * @readonly
5
+ */
6
+ export class PresenceStatus {
7
+ /**
8
+ * Returns a <code>PresenceStatus</code> enum value from a Javascript object name.
9
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
10
+ * @return {PresenceStatus} The enum <code>PresenceStatus</code> value.
11
+ */
12
+ static constructFromObject(object: any): PresenceStatus;
13
+ /**
14
+ * value: "ABSENT"
15
+ * @const
16
+ */
17
+ ABSENT: string;
18
+ /**
19
+ * value: "PRESENT"
20
+ * @const
21
+ */
22
+ PRESENT: string;
23
+ }
24
+ //# sourceMappingURL=PresenceStatus.d.ts.map