@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
@@ -64,8 +64,6 @@ import { SetPackingInformationResponse } from '../model/SetPackingInformationRes
64
64
  import { SetPrepDetailsRequest } from '../model/SetPrepDetailsRequest.js'
65
65
  import { SetPrepDetailsResponse } from '../model/SetPrepDetailsResponse.js'
66
66
  import { Shipment } from '../model/Shipment.js'
67
- import { UpdateBoxIdentifiersRequest } from '../model/UpdateBoxIdentifiersRequest.js'
68
- import { UpdateBoxIdentifiersResponse } from '../model/UpdateBoxIdentifiersResponse.js'
69
67
  import { UpdateInboundPlanNameRequest } from '../model/UpdateInboundPlanNameRequest.js'
70
68
  import { UpdateItemComplianceDetailsRequest } from '../model/UpdateItemComplianceDetailsRequest.js'
71
69
  import { UpdateItemComplianceDetailsResponse } from '../model/UpdateItemComplianceDetailsResponse.js'
@@ -145,7 +143,6 @@ export class FbaInboundApi {
145
143
  'FbaInboundApi-scheduleSelfShipAppointment',
146
144
  'FbaInboundApi-setPackingInformation',
147
145
  'FbaInboundApi-setPrepDetails',
148
- 'FbaInboundApi-updateBoxIdentifiers',
149
146
  'FbaInboundApi-updateInboundPlanName',
150
147
  'FbaInboundApi-updateItemComplianceDetails',
151
148
  'FbaInboundApi-updateShipmentName',
@@ -2410,67 +2407,6 @@ export class FbaInboundApi {
2410
2407
  })
2411
2408
  }
2412
2409
 
2413
- /**
2414
- * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2415
- * @param {String} inboundPlanId Identifier to an inbound plan.
2416
- * @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
2417
- * @param {UpdateBoxIdentifiersRequest} body The body of the request to `updateBoxIdentifiers`.
2418
- * @return {Promise<UpdateBoxIdentifiersResponse>}
2419
- */
2420
- updateBoxIdentifiersWithHttpInfo (inboundPlanId, shipmentId, body) {
2421
- const postBody = body
2422
-
2423
- // verify the required parameter 'inboundPlanId' is set
2424
- if (inboundPlanId === undefined || inboundPlanId === null) {
2425
- throw new Error("Missing the required parameter 'inboundPlanId' when calling updateBoxIdentifiers")
2426
- }
2427
-
2428
- // verify the required parameter 'shipmentId' is set
2429
- if (shipmentId === undefined || shipmentId === null) {
2430
- throw new Error("Missing the required parameter 'shipmentId' when calling updateBoxIdentifiers")
2431
- }
2432
-
2433
- // verify the required parameter 'body' is set
2434
- if (body === undefined || body === null) {
2435
- throw new Error("Missing the required parameter 'body' when calling updateBoxIdentifiers")
2436
- }
2437
-
2438
- const pathParams = {
2439
- inboundPlanId,
2440
- shipmentId
2441
- }
2442
- const queryParams = {
2443
- }
2444
- const headerParams = {
2445
- }
2446
- const formParams = {
2447
- }
2448
-
2449
- const contentTypes = ['application/json']
2450
- const accepts = ['application/json']
2451
- const returnType = UpdateBoxIdentifiersResponse
2452
-
2453
- return this.apiClient.callApi('FbaInboundApi-updateBoxIdentifiers',
2454
- '/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/boxIdentifiers', 'PUT',
2455
- pathParams, queryParams, headerParams, formParams, postBody,
2456
- contentTypes, accepts, returnType, this.getRateLimiter('FbaInboundApi-updateBoxIdentifiers')
2457
- )
2458
- }
2459
-
2460
- /**
2461
- * Update/Add custom identifier to the boxes within a shipment. These custom identifiers are provided by the clients and reflected on the box labels to identify boxes. One example of this custom identifier is the SSCC (Serial Shipping Container Codes) barcodes, with the encoding of GS1-128, which is an industry standard to uniquely identify boxes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | n | n | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2462
- * @param {String} inboundPlanId Identifier to an inbound plan.
2463
- * @param {String} shipmentId Identifier to a shipment. A shipment contains the boxes and units being inbounded.
2464
- * @param {UpdateBoxIdentifiersRequest} body The body of the request to &#x60;updateBoxIdentifiers&#x60;.
2465
- * @return {Promise<UpdateBoxIdentifiersResponse>}
2466
- */
2467
- updateBoxIdentifiers (inboundPlanId, shipmentId, body) {
2468
- return this.updateBoxIdentifiersWithHttpInfo(inboundPlanId, shipmentId, body)
2469
- .then(function (response_and_data) {
2470
- return response_and_data.data
2471
- })
2472
- }
2473
-
2474
2410
  /**
2475
2411
  * Updates the name of an existing inbound plan. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
2476
2412
  * @param {String} inboundPlanId Identifier of an inbound plan.
@@ -6,8 +6,6 @@ import { AppointmentSlot } from './model/AppointmentSlot.js';
6
6
  import { AppointmentSlotTime } from './model/AppointmentSlotTime.js';
7
7
  import { Box } from './model/Box.js';
8
8
  import { BoxContentInformationSource } from './model/BoxContentInformationSource.js';
9
- import { BoxIdentifierInput } from './model/BoxIdentifierInput.js';
10
- import { BoxIdentifierType } from './model/BoxIdentifierType.js';
11
9
  import { BoxInput } from './model/BoxInput.js';
12
10
  import { BoxRequirements } from './model/BoxRequirements.js';
13
11
  import { BoxUpdateInput } from './model/BoxUpdateInput.js';
@@ -129,8 +127,6 @@ import { TransportationOption } from './model/TransportationOption.js';
129
127
  import { TransportationSelection } from './model/TransportationSelection.js';
130
128
  import { UnitOfMeasurement } from './model/UnitOfMeasurement.js';
131
129
  import { UnitOfWeight } from './model/UnitOfWeight.js';
132
- import { UpdateBoxIdentifiersRequest } from './model/UpdateBoxIdentifiersRequest.js';
133
- import { UpdateBoxIdentifiersResponse } from './model/UpdateBoxIdentifiersResponse.js';
134
130
  import { UpdateInboundPlanNameRequest } from './model/UpdateInboundPlanNameRequest.js';
135
131
  import { UpdateItemComplianceDetailsRequest } from './model/UpdateItemComplianceDetailsRequest.js';
136
132
  import { UpdateItemComplianceDetailsResponse } from './model/UpdateItemComplianceDetailsResponse.js';
@@ -144,5 +140,5 @@ import { WeightRange } from './model/WeightRange.js';
144
140
  import { Window } from './model/Window.js';
145
141
  import { WindowInput } from './model/WindowInput.js';
146
142
  import { FbaInboundApi } from './api/FbaInboundApi.js';
147
- export { ApiClient, Address, AddressInput, AllOwnersConstraint, AppointmentSlot, AppointmentSlotTime, Box, BoxContentInformationSource, BoxIdentifierInput, BoxIdentifierType, BoxInput, BoxRequirements, BoxUpdateInput, CancelInboundPlanResponse, CancelSelfShipAppointmentRequest, CancelSelfShipAppointmentResponse, Carrier, CarrierAppointment, ComplianceDetail, ConfirmDeliveryWindowOptionsResponse, ConfirmPackingOptionResponse, ConfirmPlacementOptionResponse, ConfirmShipmentContentUpdatePreviewResponse, ConfirmTransportationOptionsRequest, ConfirmTransportationOptionsResponse, ContactInformation, ContentUpdatePreview, CreateInboundPlanRequest, CreateInboundPlanResponse, CreateMarketplaceItemLabelsRequest, CreateMarketplaceItemLabelsResponse, Currency, CustomPlacementInput, Dates, DeliveryWindowOption, Dimensions, DocumentDownload, Error, ErrorList, FreightInformation, GenerateDeliveryWindowOptionsResponse, GeneratePackingOptionsResponse, GeneratePlacementOptionsRequest, GeneratePlacementOptionsResponse, GenerateSelfShipAppointmentSlotsRequest, GenerateSelfShipAppointmentSlotsResponse, GenerateShipmentContentUpdatePreviewsRequest, GenerateShipmentContentUpdatePreviewsResponse, GenerateTransportationOptionsRequest, GenerateTransportationOptionsResponse, GetDeliveryChallanDocumentResponse, GetSelfShipAppointmentSlotsResponse, InboundOperationStatus, InboundPlan, InboundPlanSummary, Incentive, Item, ItemInput, ItemLabelPageType, LabelOwner, LabelPrintType, ListDeliveryWindowOptionsResponse, ListInboundPlanBoxesResponse, ListInboundPlanItemsResponse, ListInboundPlanPalletsResponse, ListInboundPlansResponse, ListItemComplianceDetailsResponse, ListPackingGroupBoxesResponse, ListPackingGroupItemsResponse, ListPackingOptionsResponse, ListPlacementOptionsResponse, ListPrepDetailsResponse, ListShipmentBoxesResponse, ListShipmentContentUpdatePreviewsResponse, ListShipmentItemsResponse, ListShipmentPalletsResponse, ListTransportationOptionsResponse, LtlTrackingDetail, LtlTrackingDetailInput, MskuPrepDetail, MskuPrepDetailInput, MskuQuantity, OperationProblem, OperationStatus, OwnerConstraint, PackageGroupingInput, PackingConfiguration, PackingOption, PackingOptionSummary, Pagination, Pallet, PalletInput, PlacementOption, PlacementOptionSummary, PrepCategory, PrepInstruction, PrepOwner, PrepType, Quote, ReasonComment, Region, RequestedUpdates, ScheduleSelfShipAppointmentRequest, ScheduleSelfShipAppointmentResponse, SelectedDeliveryWindow, SelfShipAppointmentDetails, SelfShipAppointmentSlotsAvailability, SetPackingInformationRequest, SetPackingInformationResponse, SetPrepDetailsRequest, SetPrepDetailsResponse, Shipment, ShipmentDestination, ShipmentSource, ShipmentSummary, ShipmentTransportationConfiguration, ShippingConfiguration, ShippingRequirements, SpdTrackingDetail, SpdTrackingDetailInput, SpdTrackingItem, SpdTrackingItemInput, Stackability, TaxDetails, TaxRate, TrackingDetails, TrackingDetailsInput, TransportationOption, TransportationSelection, UnitOfMeasurement, UnitOfWeight, UpdateBoxIdentifiersRequest, UpdateBoxIdentifiersResponse, UpdateInboundPlanNameRequest, UpdateItemComplianceDetailsRequest, UpdateItemComplianceDetailsResponse, UpdateShipmentNameRequest, UpdateShipmentSourceAddressRequest, UpdateShipmentSourceAddressResponse, UpdateShipmentTrackingDetailsRequest, UpdateShipmentTrackingDetailsResponse, Weight, WeightRange, Window, WindowInput, FbaInboundApi };
143
+ export { ApiClient, Address, AddressInput, AllOwnersConstraint, AppointmentSlot, AppointmentSlotTime, Box, BoxContentInformationSource, BoxInput, BoxRequirements, BoxUpdateInput, CancelInboundPlanResponse, CancelSelfShipAppointmentRequest, CancelSelfShipAppointmentResponse, Carrier, CarrierAppointment, ComplianceDetail, ConfirmDeliveryWindowOptionsResponse, ConfirmPackingOptionResponse, ConfirmPlacementOptionResponse, ConfirmShipmentContentUpdatePreviewResponse, ConfirmTransportationOptionsRequest, ConfirmTransportationOptionsResponse, ContactInformation, ContentUpdatePreview, CreateInboundPlanRequest, CreateInboundPlanResponse, CreateMarketplaceItemLabelsRequest, CreateMarketplaceItemLabelsResponse, Currency, CustomPlacementInput, Dates, DeliveryWindowOption, Dimensions, DocumentDownload, Error, ErrorList, FreightInformation, GenerateDeliveryWindowOptionsResponse, GeneratePackingOptionsResponse, GeneratePlacementOptionsRequest, GeneratePlacementOptionsResponse, GenerateSelfShipAppointmentSlotsRequest, GenerateSelfShipAppointmentSlotsResponse, GenerateShipmentContentUpdatePreviewsRequest, GenerateShipmentContentUpdatePreviewsResponse, GenerateTransportationOptionsRequest, GenerateTransportationOptionsResponse, GetDeliveryChallanDocumentResponse, GetSelfShipAppointmentSlotsResponse, InboundOperationStatus, InboundPlan, InboundPlanSummary, Incentive, Item, ItemInput, ItemLabelPageType, LabelOwner, LabelPrintType, ListDeliveryWindowOptionsResponse, ListInboundPlanBoxesResponse, ListInboundPlanItemsResponse, ListInboundPlanPalletsResponse, ListInboundPlansResponse, ListItemComplianceDetailsResponse, ListPackingGroupBoxesResponse, ListPackingGroupItemsResponse, ListPackingOptionsResponse, ListPlacementOptionsResponse, ListPrepDetailsResponse, ListShipmentBoxesResponse, ListShipmentContentUpdatePreviewsResponse, ListShipmentItemsResponse, ListShipmentPalletsResponse, ListTransportationOptionsResponse, LtlTrackingDetail, LtlTrackingDetailInput, MskuPrepDetail, MskuPrepDetailInput, MskuQuantity, OperationProblem, OperationStatus, OwnerConstraint, PackageGroupingInput, PackingConfiguration, PackingOption, PackingOptionSummary, Pagination, Pallet, PalletInput, PlacementOption, PlacementOptionSummary, PrepCategory, PrepInstruction, PrepOwner, PrepType, Quote, ReasonComment, Region, RequestedUpdates, ScheduleSelfShipAppointmentRequest, ScheduleSelfShipAppointmentResponse, SelectedDeliveryWindow, SelfShipAppointmentDetails, SelfShipAppointmentSlotsAvailability, SetPackingInformationRequest, SetPackingInformationResponse, SetPrepDetailsRequest, SetPrepDetailsResponse, Shipment, ShipmentDestination, ShipmentSource, ShipmentSummary, ShipmentTransportationConfiguration, ShippingConfiguration, ShippingRequirements, SpdTrackingDetail, SpdTrackingDetailInput, SpdTrackingItem, SpdTrackingItemInput, Stackability, TaxDetails, TaxRate, TrackingDetails, TrackingDetailsInput, TransportationOption, TransportationSelection, UnitOfMeasurement, UnitOfWeight, UpdateInboundPlanNameRequest, UpdateItemComplianceDetailsRequest, UpdateItemComplianceDetailsResponse, UpdateShipmentNameRequest, UpdateShipmentSourceAddressRequest, UpdateShipmentSourceAddressResponse, UpdateShipmentTrackingDetailsRequest, UpdateShipmentTrackingDetailsResponse, Weight, WeightRange, Window, WindowInput, FbaInboundApi };
148
144
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;6BACf,yBAAyB;oCAClB,gCAAgC;gCACpC,4BAA4B;oCACxB,gCAAgC;oBAChD,gBAAgB;4CACQ,wCAAwC;mCACjD,+BAA+B;kCAChC,8BAA8B;yBACvC,qBAAqB;gCACd,4BAA4B;+BAC7B,2BAA2B;0CAChB,sCAAsC;iDAC/B,6CAA6C;kDAC5C,8CAA8C;wBACxE,oBAAoB;mCACT,+BAA+B;iCACjC,6BAA6B;qDACT,iDAAiD;6CACzD,yCAAyC;+CACvC,2CAA2C;4DAC9B,wDAAwD;oDAChE,gDAAgD;qDAC/C,iDAAiD;mCACnE,+BAA+B;qCAC7B,iCAAiC;yCAC7B,qCAAqC;0CACpC,sCAAsC;mDAC7B,+CAA+C;oDAC9C,gDAAgD;yBAC3E,qBAAqB;qCACT,iCAAiC;sBAChD,kBAAkB;qCACH,iCAAiC;2BAC3C,uBAAuB;iCACjB,6BAA6B;sBACxC,kBAAkB;0BACd,sBAAsB;mCACb,+BAA+B;sDACZ,kDAAkD;+CACzD,2CAA2C;gDAC1C,4CAA4C;iDAC3C,6CAA6C;wDACtC,oDAAoD;yDACnD,qDAAqD;6DACjD,yDAAyD;8DACxD,0DAA0D;qDACnE,iDAAiD;sDAChD,kDAAkD;mDACrD,+CAA+C;oDAC9C,gDAAgD;uCAC7D,mCAAmC;4BAC9C,wBAAwB;mCACjB,+BAA+B;0BACxC,sBAAsB;qBAC3B,iBAAiB;0BACZ,sBAAsB;kCACd,8BAA8B;2BACrC,uBAAuB;+BACnB,2BAA2B;kDACR,8CAA8C;6CACnD,yCAAyC;6CACzC,yCAAyC;+CACvC,2CAA2C;yCACjD,qCAAqC;kDAC5B,8CAA8C;8CAClD,0CAA0C;8CAC1C,0CAA0C;2CAC7C,uCAAuC;6CACrC,yCAAyC;wCAC9C,oCAAoC;0CAClC,sCAAsC;0DACtB,sDAAsD;0CACtE,sCAAsC;4CACpC,wCAAwC;kDAClC,8CAA8C;kCAC9D,8BAA8B;uCACzB,mCAAmC;+BAC3C,2BAA2B;oCACtB,gCAAgC;6BACvC,yBAAyB;iCACrB,6BAA6B;gCAC9B,4BAA4B;gCAC5B,4BAA4B;qCACvB,iCAAiC;qCACjC,iCAAiC;8BACxC,0BAA0B;qCACnB,iCAAiC;2BAC3C,uBAAuB;uBAC3B,mBAAmB;4BACd,wBAAwB;gCACpB,4BAA4B;uCACrB,mCAAmC;6BAC7C,yBAAyB;gCACtB,4BAA4B;0BAClC,sBAAsB;yBACvB,qBAAqB;sBACxB,kBAAkB;8BACV,0BAA0B;uBACjC,mBAAmB;iCACT,6BAA6B;mDACX,+CAA+C;oDAC9C,gDAAgD;uCAC7D,mCAAmC;2CAC/B,uCAAuC;qDAC7B,iDAAiD;6CACzD,yCAAyC;8CACxC,0CAA0C;sCAClD,kCAAkC;uCACjC,mCAAmC;yBACjD,qBAAqB;oCACV,gCAAgC;+BACrC,2BAA2B;gCAC1B,4BAA4B;oDACR,gDAAgD;sCAC9D,kCAAkC;qCACnC,iCAAiC;kCACpC,8BAA8B;uCACzB,mCAAmC;gCAC1C,4BAA4B;qCACvB,iCAAiC;6BACzC,yBAAyB;2BAC3B,uBAAuB;wBAC1B,oBAAoB;gCACZ,4BAA4B;qCACvB,iCAAiC;qCACjC,iCAAiC;wCAC9B,oCAAoC;kCAC1C,8BAA8B;6BACnC,yBAAyB;4CACV,wCAAwC;6CACvC,yCAAyC;6CACzC,yCAAyC;mDACnC,+CAA+C;oDAC9C,gDAAgD;0CAC1D,sCAAsC;mDAC7B,+CAA+C;oDAC9C,gDAAgD;qDAC/C,iDAAiD;sDAChD,kDAAkD;uBACjF,mBAAmB;4BACd,wBAAwB;uBAC7B,mBAAmB;4BACd,wBAAwB;8BACtB,wBAAwB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;6BACf,yBAAyB;oCAClB,gCAAgC;gCACpC,4BAA4B;oCACxB,gCAAgC;oBAChD,gBAAgB;4CACQ,wCAAwC;yBAC3D,qBAAqB;gCACd,4BAA4B;+BAC7B,2BAA2B;0CAChB,sCAAsC;iDAC/B,6CAA6C;kDAC5C,8CAA8C;wBACxE,oBAAoB;mCACT,+BAA+B;iCACjC,6BAA6B;qDACT,iDAAiD;6CACzD,yCAAyC;+CACvC,2CAA2C;4DAC9B,wDAAwD;oDAChE,gDAAgD;qDAC/C,iDAAiD;mCACnE,+BAA+B;qCAC7B,iCAAiC;yCAC7B,qCAAqC;0CACpC,sCAAsC;mDAC7B,+CAA+C;oDAC9C,gDAAgD;yBAC3E,qBAAqB;qCACT,iCAAiC;sBAChD,kBAAkB;qCACH,iCAAiC;2BAC3C,uBAAuB;iCACjB,6BAA6B;sBACxC,kBAAkB;0BACd,sBAAsB;mCACb,+BAA+B;sDACZ,kDAAkD;+CACzD,2CAA2C;gDAC1C,4CAA4C;iDAC3C,6CAA6C;wDACtC,oDAAoD;yDACnD,qDAAqD;6DACjD,yDAAyD;8DACxD,0DAA0D;qDACnE,iDAAiD;sDAChD,kDAAkD;mDACrD,+CAA+C;oDAC9C,gDAAgD;uCAC7D,mCAAmC;4BAC9C,wBAAwB;mCACjB,+BAA+B;0BACxC,sBAAsB;qBAC3B,iBAAiB;0BACZ,sBAAsB;kCACd,8BAA8B;2BACrC,uBAAuB;+BACnB,2BAA2B;kDACR,8CAA8C;6CACnD,yCAAyC;6CACzC,yCAAyC;+CACvC,2CAA2C;yCACjD,qCAAqC;kDAC5B,8CAA8C;8CAClD,0CAA0C;8CAC1C,0CAA0C;2CAC7C,uCAAuC;6CACrC,yCAAyC;wCAC9C,oCAAoC;0CAClC,sCAAsC;0DACtB,sDAAsD;0CACtE,sCAAsC;4CACpC,wCAAwC;kDAClC,8CAA8C;kCAC9D,8BAA8B;uCACzB,mCAAmC;+BAC3C,2BAA2B;oCACtB,gCAAgC;6BACvC,yBAAyB;iCACrB,6BAA6B;gCAC9B,4BAA4B;gCAC5B,4BAA4B;qCACvB,iCAAiC;qCACjC,iCAAiC;8BACxC,0BAA0B;qCACnB,iCAAiC;2BAC3C,uBAAuB;uBAC3B,mBAAmB;4BACd,wBAAwB;gCACpB,4BAA4B;uCACrB,mCAAmC;6BAC7C,yBAAyB;gCACtB,4BAA4B;0BAClC,sBAAsB;yBACvB,qBAAqB;sBACxB,kBAAkB;8BACV,0BAA0B;uBACjC,mBAAmB;iCACT,6BAA6B;mDACX,+CAA+C;oDAC9C,gDAAgD;uCAC7D,mCAAmC;2CAC/B,uCAAuC;qDAC7B,iDAAiD;6CACzD,yCAAyC;8CACxC,0CAA0C;sCAClD,kCAAkC;uCACjC,mCAAmC;yBACjD,qBAAqB;oCACV,gCAAgC;+BACrC,2BAA2B;gCAC1B,4BAA4B;oDACR,gDAAgD;sCAC9D,kCAAkC;qCACnC,iCAAiC;kCACpC,8BAA8B;uCACzB,mCAAmC;gCAC1C,4BAA4B;qCACvB,iCAAiC;6BACzC,yBAAyB;2BAC3B,uBAAuB;wBAC1B,oBAAoB;gCACZ,4BAA4B;qCACvB,iCAAiC;qCACjC,iCAAiC;wCAC9B,oCAAoC;kCAC1C,8BAA8B;6BACnC,yBAAyB;6CACT,yCAAyC;mDACnC,+CAA+C;oDAC9C,gDAAgD;0CAC1D,sCAAsC;mDAC7B,+CAA+C;oDAC9C,gDAAgD;qDAC/C,iDAAiD;sDAChD,kDAAkD;uBACjF,mBAAmB;4BACd,wBAAwB;uBAC7B,mBAAmB;4BACd,wBAAwB;8BACtB,wBAAwB"}
@@ -19,8 +19,6 @@ import { AppointmentSlot } from './model/AppointmentSlot.js'
19
19
  import { AppointmentSlotTime } from './model/AppointmentSlotTime.js'
20
20
  import { Box } from './model/Box.js'
21
21
  import { BoxContentInformationSource } from './model/BoxContentInformationSource.js'
22
- import { BoxIdentifierInput } from './model/BoxIdentifierInput.js'
23
- import { BoxIdentifierType } from './model/BoxIdentifierType.js'
24
22
  import { BoxInput } from './model/BoxInput.js'
25
23
  import { BoxRequirements } from './model/BoxRequirements.js'
26
24
  import { BoxUpdateInput } from './model/BoxUpdateInput.js'
@@ -142,8 +140,6 @@ import { TransportationOption } from './model/TransportationOption.js'
142
140
  import { TransportationSelection } from './model/TransportationSelection.js'
143
141
  import { UnitOfMeasurement } from './model/UnitOfMeasurement.js'
144
142
  import { UnitOfWeight } from './model/UnitOfWeight.js'
145
- import { UpdateBoxIdentifiersRequest } from './model/UpdateBoxIdentifiersRequest.js'
146
- import { UpdateBoxIdentifiersResponse } from './model/UpdateBoxIdentifiersResponse.js'
147
143
  import { UpdateInboundPlanNameRequest } from './model/UpdateInboundPlanNameRequest.js'
148
144
  import { UpdateItemComplianceDetailsRequest } from './model/UpdateItemComplianceDetailsRequest.js'
149
145
  import { UpdateItemComplianceDetailsResponse } from './model/UpdateItemComplianceDetailsResponse.js'
@@ -213,18 +209,6 @@ export {
213
209
  */
214
210
  BoxContentInformationSource,
215
211
 
216
- /**
217
- * The BoxIdentifierInput model constructor.
218
- * @property {module:fulfillmentinbound_v2024_03_20/model/BoxIdentifierInput}
219
- */
220
- BoxIdentifierInput,
221
-
222
- /**
223
- * The BoxIdentifierType model constructor.
224
- * @property {module:fulfillmentinbound_v2024_03_20/model/BoxIdentifierType}
225
- */
226
- BoxIdentifierType,
227
-
228
212
  /**
229
213
  * The BoxInput model constructor.
230
214
  * @property {module:fulfillmentinbound_v2024_03_20/model/BoxInput}
@@ -951,18 +935,6 @@ export {
951
935
  */
952
936
  UnitOfWeight,
953
937
 
954
- /**
955
- * The UpdateBoxIdentifiersRequest model constructor.
956
- * @property {module:fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersRequest}
957
- */
958
- UpdateBoxIdentifiersRequest,
959
-
960
- /**
961
- * The UpdateBoxIdentifiersResponse model constructor.
962
- * @property {module:fulfillmentinbound_v2024_03_20/model/UpdateBoxIdentifiersResponse}
963
- */
964
- UpdateBoxIdentifiersResponse,
965
-
966
938
  /**
967
939
  * The UpdateInboundPlanNameRequest model constructor.
968
940
  * @property {module:fulfillmentinbound_v2024_03_20/model/UpdateInboundPlanNameRequest}
@@ -19,14 +19,12 @@ export class Address {
19
19
  * @class
20
20
  * @param name {String} The name of the person, business or institution at the address.
21
21
  * @param addressLine1 {String} The first line of the address.
22
- * @param stateOrRegion {String} The state or region where the person, business or institution is located.
23
22
  * @param postalCode {String} The postal code of the address.
24
23
  * @param countryCode {String} The two digit country code. In ISO 3166-1 alpha-2 format.
25
24
  */
26
- constructor(name: string, addressLine1: string, stateOrRegion: string, postalCode: string, countryCode: string);
25
+ constructor(name: string, addressLine1: string, postalCode: string, countryCode: string);
27
26
  name: string;
28
27
  addressLine1: string;
29
- stateOrRegion: string;
30
28
  postalCode: string;
31
29
  countryCode: string;
32
30
  /**
@@ -53,6 +51,12 @@ export class Address {
53
51
  * @type {String}
54
52
  */
55
53
  districtOrCounty: string;
54
+ /**
55
+ * The state or region where the person, business or institution is located.
56
+ * @member {String} stateOrRegion
57
+ * @type {String}
58
+ */
59
+ stateOrRegion: string;
56
60
  /**
57
61
  * The phone number of the person, business, or institution located at the address.
58
62
  * @member {String} phone
@@ -1 +1 @@
1
- {"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["Address.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAoBE;;;;;;OAMG;IACH,2CAHW,OAAO,GACN,OAAO,CA4BlB;IApDD;;;;;;;;;;OAUG;IACH,gHAMC;IALC,aAAgB;IAChB,qBAAgC;IAChC,sBAAkC;IAClC,mBAA4B;IAC5B,oBAA8B;IAqDlC;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,aAAsB;IAEtB;;;;OAIG;IACH,yBAAkC;IAuBlC;;;;OAIG;IACH,cAAuB;CAtEtB"}
1
+ {"version":3,"file":"Address.d.ts","sourceRoot":"","sources":["Address.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAkBE;;;;;;OAMG;IACH,2CAHW,OAAO,GACN,OAAO,CA4BlB;IAlDD;;;;;;;;;OASG;IACH,yFAKC;IAJC,aAAgB;IAChB,qBAAgC;IAChC,mBAA4B;IAC5B,oBAA8B;IAqDlC;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,qBAA8B;IAE9B;;;;OAIG;IACH,aAAsB;IAEtB;;;;OAIG;IACH,yBAAkC;IAElC;;;;OAIG;IACH,sBAA+B;IAgB/B;;;;OAIG;IACH,cAAuB;CAtEtB"}
@@ -26,14 +26,12 @@ export class Address {
26
26
  * @class
27
27
  * @param name {String} The name of the person, business or institution at the address.
28
28
  * @param addressLine1 {String} The first line of the address.
29
- * @param stateOrRegion {String} The state or region where the person, business or institution is located.
30
29
  * @param postalCode {String} The postal code of the address.
31
30
  * @param countryCode {String} The two digit country code. In ISO 3166-1 alpha-2 format.
32
31
  */
33
- constructor (name, addressLine1, stateOrRegion, postalCode, countryCode) {
32
+ constructor (name, addressLine1, postalCode, countryCode) {
34
33
  this.name = name
35
34
  this.addressLine1 = addressLine1
36
- this.stateOrRegion = stateOrRegion
37
35
  this.postalCode = postalCode
38
36
  this.countryCode = countryCode
39
37
  }
@@ -17,7 +17,7 @@ export class DeliveryDocument {
17
17
  * A delivery document for a package.
18
18
  * @alias module:fulfillmentoutbound_v2020_07_01/model/DeliveryDocument
19
19
  * @class
20
- * @param documentType {String} The delivery document type. Values are `SIGNATURE` and `DELIVERY_IMAGE`.
20
+ * @param documentType {String} The delivery document type. The only possible value is `DELIVERY_IMAGE`.
21
21
  */
22
22
  constructor(documentType: string);
23
23
  documentType: string;
@@ -24,7 +24,7 @@ export class DeliveryDocument {
24
24
  * A delivery document for a package.
25
25
  * @alias module:fulfillmentoutbound_v2020_07_01/model/DeliveryDocument
26
26
  * @class
27
- * @param documentType {String} The delivery document type. Values are `SIGNATURE` and `DELIVERY_IMAGE`.
27
+ * @param documentType {String} The delivery document type. The only possible value is `DELIVERY_IMAGE`.
28
28
  */
29
29
  constructor (documentType) {
30
30
  this.documentType = documentType
@@ -59,7 +59,7 @@ export class DeliveryDocument {
59
59
  }
60
60
 
61
61
  /**
62
- * The delivery document type. Values are `SIGNATURE` and `DELIVERY_IMAGE`.
62
+ * The delivery document type. The only possible value is `DELIVERY_IMAGE`.
63
63
  * @member {String} documentType
64
64
  * @type {String}
65
65
  */
@@ -13,7 +13,7 @@ export class FeatureSettings {
13
13
  */
14
14
  static constructFromObject(data: any, obj: FeatureSettings): FeatureSettings;
15
15
  /**
16
- * The name of the feature.
16
+ * The name of the feature. Valid feature names are: - `BLOCK_AMZL`: Blocks orders from being shipped using Amazon Logistics (AMZL). - Note: Using this feature will incur additional fee surcharges on MCF orders and may increase the risk of unfulfilled or delayed deliveries if alternative carriers are unavailable. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. - `BLANK_BOX`: Ships orders in non-Amazon branded packaging (blank boxes). - `SIGNATURE_CONFIRMATION`: Requires a signature from the recipient upon delivery. - Note: Using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace.
17
17
  * @member {String} featureName
18
18
  * @type {String}
19
19
  */
@@ -21,7 +21,7 @@ import { ApiClient } from '../ApiClient.js'
21
21
  export class FeatureSettings {
22
22
  /**
23
23
  * Constructs a new <code>FeatureSettings</code>.
24
- * Feature settings allows you to apply fulfillment features to an order. To block an order from being shipped using Amazon Logistics (AMZL) and an AMZL tracking number, set &#x60;featureName&#x60; to &#x60;BLOCK_AMZL&#x60; and &#x60;featureFulfillmentPolicy&#x60; to &#x60;Required&#x60;. Blocking AMZL will incur an additional fee surcharge on your MCF orders and increase the risk of some of your orders being unfulfilled or delivered late if there are no alternative carriers available. Using &#x60;BLOCK_AMZL&#x60; in an order request will take precedence over your Seller Central account setting. To ship in non-Amazon branded packaging (blank boxes), set &#x60;featureName&#x60; to &#x60;BLANK_BOX&#x60;.
24
+ * Feature settings allows you to apply fulfillment features to an order. To block an order from being shipped using Amazon Logistics (AMZL) and an AMZL tracking number, set &#x60;featureName&#x60; to &#x60;BLOCK_AMZL&#x60; and &#x60;featureFulfillmentPolicy&#x60; to &#x60;Required&#x60;. Blocking AMZL will incur an additional fee surcharge on your MCF orders and increase the risk of some of your orders being unfulfilled or delivered late if there are no alternative carriers available. Using &#x60;BLOCK_AMZL&#x60; in an order request will take precedence over your Seller Central account setting. To ship in non-Amazon branded packaging (blank boxes), set &#x60;featureName&#x60; to &#x60;BLANK_BOX&#x60;. To require a signature from the recipient upon delivery, set &#x60;featureName&#x60; to &#x60;SIGNATURE_CONFIRMATION&#x60;. Note that using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace. To ensure all items in an order are delivered together, set &#x60;featureName&#x60; to &#x60;DELIVER_TOGETHER&#x60;.
25
25
  * @alias module:fulfillmentoutbound_v2020_07_01/model/FeatureSettings
26
26
  * @class
27
27
  */
@@ -57,7 +57,7 @@ export class FeatureSettings {
57
57
  }
58
58
 
59
59
  /**
60
- * The name of the feature.
60
+ * The name of the feature. Valid feature names are: - `BLOCK_AMZL`: Blocks orders from being shipped using Amazon Logistics (AMZL). - Note: Using this feature will incur additional fee surcharges on MCF orders and may increase the risk of unfulfilled or delayed deliveries if alternative carriers are unavailable. Using `BLOCK_AMZL` in an order request will take precedence over your Seller Central account setting. - `BLANK_BOX`: Ships orders in non-Amazon branded packaging (blank boxes). - `SIGNATURE_CONFIRMATION`: Requires a signature from the recipient upon delivery. - Note: Using signature confirmation features will incur additional fees on MCF orders and are currently supported only in the US marketplace.
61
61
  * @member {String} featureName
62
62
  * @type {String}
63
63
  */
@@ -41,6 +41,9 @@ import { Length } from './model/Length.js';
41
41
  import { LiquidVolume } from './model/LiquidVolume.js';
42
42
  import { PackageDimensions } from './model/PackageDimensions.js';
43
43
  import { PredefinedPackageDimensions } from './model/PredefinedPackageDimensions.js';
44
+ import { RateItem } from './model/RateItem.js';
45
+ import { RateItemID } from './model/RateItemID.js';
46
+ import { RateItemType } from './model/RateItemType.js';
44
47
  import { RejectedShippingService } from './model/RejectedShippingService.js';
45
48
  import { SellerInputDefinition } from './model/SellerInputDefinition.js';
46
49
  import { Shipment } from './model/Shipment.js';
@@ -56,5 +59,5 @@ import { UnitOfLength } from './model/UnitOfLength.js';
56
59
  import { UnitOfWeight } from './model/UnitOfWeight.js';
57
60
  import { Weight } from './model/Weight.js';
58
61
  import { MerchantFulfillmentApi } from './api/MerchantFulfillmentApi.js';
59
- export { ApiClient, AdditionalInputs, AdditionalSellerInput, AdditionalSellerInputs, Address, AvailableCarrierWillPickUpOption, AvailableDeliveryExperienceOption, AvailableShippingServiceOptions, Benefits, CancelShipmentResponse, CarrierWillPickUpOption, Constraint, CreateShipmentRequest, CreateShipmentResponse, CurrencyAmount, DangerousGoodsDetails, DeliveryExperienceOption, DeliveryExperienceType, Error, ExcludedBenefit, FileContents, FileType, GetAdditionalSellerInputsRequest, GetAdditionalSellerInputsResponse, GetAdditionalSellerInputsResult, GetEligibleShipmentServicesRequest, GetEligibleShipmentServicesResponse, GetEligibleShipmentServicesResult, GetShipmentResponse, HazmatType, InputTargetType, Item, ItemLevelFields, Label, LabelCustomization, LabelDimensions, LabelFormat, LabelFormatOption, LabelFormatOptionRequest, Length, LiquidVolume, PackageDimensions, PredefinedPackageDimensions, RejectedShippingService, SellerInputDefinition, Shipment, ShipmentRequestDetails, ShipmentStatus, ShippingOfferingFilter, ShippingService, ShippingServiceOptions, StandardIdForLabel, TemporarilyUnavailableCarrier, TermsAndConditionsNotAcceptedCarrier, UnitOfLength, UnitOfWeight, Weight, MerchantFulfillmentApi };
62
+ export { ApiClient, AdditionalInputs, AdditionalSellerInput, AdditionalSellerInputs, Address, AvailableCarrierWillPickUpOption, AvailableDeliveryExperienceOption, AvailableShippingServiceOptions, Benefits, CancelShipmentResponse, CarrierWillPickUpOption, Constraint, CreateShipmentRequest, CreateShipmentResponse, CurrencyAmount, DangerousGoodsDetails, DeliveryExperienceOption, DeliveryExperienceType, Error, ExcludedBenefit, FileContents, FileType, GetAdditionalSellerInputsRequest, GetAdditionalSellerInputsResponse, GetAdditionalSellerInputsResult, GetEligibleShipmentServicesRequest, GetEligibleShipmentServicesResponse, GetEligibleShipmentServicesResult, GetShipmentResponse, HazmatType, InputTargetType, Item, ItemLevelFields, Label, LabelCustomization, LabelDimensions, LabelFormat, LabelFormatOption, LabelFormatOptionRequest, Length, LiquidVolume, PackageDimensions, PredefinedPackageDimensions, RateItem, RateItemID, RateItemType, RejectedShippingService, SellerInputDefinition, Shipment, ShipmentRequestDetails, ShipmentStatus, ShippingOfferingFilter, ShippingService, ShippingServiceOptions, StandardIdForLabel, TemporarilyUnavailableCarrier, TermsAndConditionsNotAcceptedCarrier, UnitOfLength, UnitOfWeight, Weight, MerchantFulfillmentApi };
60
63
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;iCACT,6BAA6B;sCACxB,kCAAkC;uCACjC,mCAAmC;wBAClD,oBAAoB;iDACK,6CAA6C;kDAC5C,8CAA8C;gDAChD,4CAA4C;yBACnE,qBAAqB;uCACP,mCAAmC;wCAClC,oCAAoC;2BACjD,uBAAuB;sCACZ,kCAAkC;uCACjC,mCAAmC;+BAC3C,2BAA2B;sCACpB,kCAAkC;yCAC/B,qCAAqC;uCACvC,mCAAmC;sBACpD,kBAAkB;gCACR,4BAA4B;6BAC/B,yBAAyB;yBAC7B,qBAAqB;iDACG,6CAA6C;kDAC5C,8CAA8C;gDAChD,4CAA4C;mDACzC,+CAA+C;oDAC9C,gDAAgD;kDAClD,8CAA8C;oCAC5D,gCAAgC;2BACzC,uBAAuB;gCAClB,4BAA4B;qBACvC,iBAAiB;gCACN,4BAA4B;sBACtC,kBAAkB;mCACL,+BAA+B;gCAClC,4BAA4B;4BAChC,wBAAwB;kCAClB,8BAA8B;yCACvB,qCAAqC;uBACvD,mBAAmB;6BACb,yBAAyB;kCACpB,8BAA8B;4CACpB,wCAAwC;wCAC5C,oCAAoC;sCACtC,kCAAkC;yBAC/C,qBAAqB;uCACP,mCAAmC;+BAC3C,2BAA2B;uCACnB,mCAAmC;gCAC1C,4BAA4B;uCACrB,mCAAmC;mCACvC,+BAA+B;8CACpB,0CAA0C;qDACnC,iDAAiD;6BACzE,yBAAyB;6BACzB,yBAAyB;uBAC/B,mBAAmB;uCACH,iCAAiC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;iCACT,6BAA6B;sCACxB,kCAAkC;uCACjC,mCAAmC;wBAClD,oBAAoB;iDACK,6CAA6C;kDAC5C,8CAA8C;gDAChD,4CAA4C;yBACnE,qBAAqB;uCACP,mCAAmC;wCAClC,oCAAoC;2BACjD,uBAAuB;sCACZ,kCAAkC;uCACjC,mCAAmC;+BAC3C,2BAA2B;sCACpB,kCAAkC;yCAC/B,qCAAqC;uCACvC,mCAAmC;sBACpD,kBAAkB;gCACR,4BAA4B;6BAC/B,yBAAyB;yBAC7B,qBAAqB;iDACG,6CAA6C;kDAC5C,8CAA8C;gDAChD,4CAA4C;mDACzC,+CAA+C;oDAC9C,gDAAgD;kDAClD,8CAA8C;oCAC5D,gCAAgC;2BACzC,uBAAuB;gCAClB,4BAA4B;qBACvC,iBAAiB;gCACN,4BAA4B;sBACtC,kBAAkB;mCACL,+BAA+B;gCAClC,4BAA4B;4BAChC,wBAAwB;kCAClB,8BAA8B;yCACvB,qCAAqC;uBACvD,mBAAmB;6BACb,yBAAyB;kCACpB,8BAA8B;4CACpB,wCAAwC;yBAC3D,qBAAqB;2BACnB,uBAAuB;6BACrB,yBAAyB;wCACd,oCAAoC;sCACtC,kCAAkC;yBAC/C,qBAAqB;uCACP,mCAAmC;+BAC3C,2BAA2B;uCACnB,mCAAmC;gCAC1C,4BAA4B;uCACrB,mCAAmC;mCACvC,+BAA+B;8CACpB,0CAA0C;qDACnC,iDAAiD;6BACzE,yBAAyB;6BACzB,yBAAyB;uBAC/B,mBAAmB;uCACH,iCAAiC"}
@@ -54,6 +54,9 @@ import { Length } from './model/Length.js'
54
54
  import { LiquidVolume } from './model/LiquidVolume.js'
55
55
  import { PackageDimensions } from './model/PackageDimensions.js'
56
56
  import { PredefinedPackageDimensions } from './model/PredefinedPackageDimensions.js'
57
+ import { RateItem } from './model/RateItem.js'
58
+ import { RateItemID } from './model/RateItemID.js'
59
+ import { RateItemType } from './model/RateItemType.js'
57
60
  import { RejectedShippingService } from './model/RejectedShippingService.js'
58
61
  import { SellerInputDefinition } from './model/SellerInputDefinition.js'
59
62
  import { Shipment } from './model/Shipment.js'
@@ -335,6 +338,24 @@ export {
335
338
  */
336
339
  PredefinedPackageDimensions,
337
340
 
341
+ /**
342
+ * The RateItem model constructor.
343
+ * @property {module:merchantfulfillment_v0/model/RateItem}
344
+ */
345
+ RateItem,
346
+
347
+ /**
348
+ * The RateItemID model constructor.
349
+ * @property {module:merchantfulfillment_v0/model/RateItemID}
350
+ */
351
+ RateItemID,
352
+
353
+ /**
354
+ * The RateItemType model constructor.
355
+ * @property {module:merchantfulfillment_v0/model/RateItemType}
356
+ */
357
+ RateItemType,
358
+
338
359
  /**
339
360
  * The RejectedShippingService model constructor.
340
361
  * @property {module:merchantfulfillment_v0/model/RejectedShippingService}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * The RateItem model module.
3
+ * @module merchantfulfillment_v0/model/RateItem
4
+ * @version v0
5
+ */
6
+ export class RateItem {
7
+ /**
8
+ * Constructs a <code>RateItem</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 {RateItem} obj Optional instance to populate.
12
+ * @return {RateItem} The populated <code>RateItem</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: RateItem): RateItem;
15
+ /**
16
+ * Constructs a new <code>RateItem</code>.
17
+ * Rate item for shipping costs and adjustments.
18
+ * @alias module:merchantfulfillment_v0/model/RateItem
19
+ * @class
20
+ * @param rateItemID {RateItemID}
21
+ */
22
+ constructor(rateItemID: RateItemID);
23
+ rateItemID: RateItemID;
24
+ /**
25
+ * @member {RateItemType} rateItemType
26
+ * @type {RateItemType}
27
+ */
28
+ rateItemType: RateItemType;
29
+ /**
30
+ * @member {CurrencyAmount} rateItemCharge
31
+ * @type {CurrencyAmount}
32
+ */
33
+ rateItemCharge: CurrencyAmount;
34
+ /**
35
+ * Localized name for the RateItem.
36
+ * @member {String} rateItemNameLocalization
37
+ * @type {String}
38
+ */
39
+ rateItemNameLocalization: string;
40
+ }
41
+ import { RateItemID } from './RateItemID.js';
42
+ import { RateItemType } from './RateItemType.js';
43
+ import { CurrencyAmount } from './CurrencyAmount.js';
44
+ //# sourceMappingURL=RateItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RateItem.d.ts","sourceRoot":"","sources":["RateItem.js"],"names":[],"mappings":"AAkBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,QAAQ,GACP,QAAQ,CAsBnB;IAtCD;;;;;;OAMG;IACH,wBAFsB,UAAU,EAI/B;IADC,uBAA4B;IAuChC;;;OAGG;IACH,cAFU,YAAY,CAES;IAE/B;;;OAGG;IACH,gBAFU,cAAc,CAES;IAEjC;;;;OAIG;IACH,iCAA2C;CAzB1C;2BAhD0B,iBAAiB;6BACf,mBAAmB;+BAFjB,qBAAqB"}
@@ -0,0 +1,89 @@
1
+ /**
2
+ * Selling Partner API for Merchant Fulfillment
3
+ * With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon's Buy Shipping Services.
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ *
12
+ */
13
+
14
+ import { ApiClient } from '../ApiClient.js'
15
+ import { CurrencyAmount } from './CurrencyAmount.js'
16
+ import { RateItemID } from './RateItemID.js'
17
+ import { RateItemType } from './RateItemType.js'
18
+
19
+ /**
20
+ * The RateItem model module.
21
+ * @module merchantfulfillment_v0/model/RateItem
22
+ * @version v0
23
+ */
24
+ export class RateItem {
25
+ /**
26
+ * Constructs a new <code>RateItem</code>.
27
+ * Rate item for shipping costs and adjustments.
28
+ * @alias module:merchantfulfillment_v0/model/RateItem
29
+ * @class
30
+ * @param rateItemID {RateItemID}
31
+ */
32
+ constructor (rateItemID) {
33
+ this.rateItemID = rateItemID
34
+ }
35
+
36
+ /**
37
+ * Constructs a <code>RateItem</code> from a plain JavaScript object, optionally creating a new instance.
38
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
39
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
40
+ * @param {RateItem} obj Optional instance to populate.
41
+ * @return {RateItem} The populated <code>RateItem</code> instance.
42
+ */
43
+ static constructFromObject (data, obj) {
44
+ if (data) {
45
+ switch (typeof data) {
46
+ case 'string':
47
+ obj = String(data)
48
+ break
49
+ case 'number':
50
+ obj = Number(data)
51
+ break
52
+ case 'boolean':
53
+ obj = Boolean(data)
54
+ break
55
+ }
56
+ obj = obj || new RateItem()
57
+ if (data.hasOwnProperty('RateItemID')) { obj.rateItemID = RateItemID.constructFromObject(data.RateItemID) }
58
+ if (data.hasOwnProperty('RateItemType')) { obj.rateItemType = RateItemType.constructFromObject(data.RateItemType) }
59
+ if (data.hasOwnProperty('RateItemCharge')) { obj.rateItemCharge = CurrencyAmount.constructFromObject(data.RateItemCharge) }
60
+ if (data.hasOwnProperty('RateItemNameLocalization')) { obj.rateItemNameLocalization = ApiClient.convertToType(data.RateItemNameLocalization, 'String') }
61
+ }
62
+ return obj
63
+ }
64
+ }
65
+
66
+ /**
67
+ * @member {RateItemID} rateItemID
68
+ * @type {RateItemID}
69
+ */
70
+ RateItem.prototype.rateItemID = undefined
71
+
72
+ /**
73
+ * @member {RateItemType} rateItemType
74
+ * @type {RateItemType}
75
+ */
76
+ RateItem.prototype.rateItemType = undefined
77
+
78
+ /**
79
+ * @member {CurrencyAmount} rateItemCharge
80
+ * @type {CurrencyAmount}
81
+ */
82
+ RateItem.prototype.rateItemCharge = undefined
83
+
84
+ /**
85
+ * Localized name for the RateItem.
86
+ * @member {String} rateItemNameLocalization
87
+ * @type {String}
88
+ */
89
+ RateItem.prototype.rateItemNameLocalization = undefined
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Enum class RateItemID.
3
+ * @enum {String}
4
+ * @readonly
5
+ */
6
+ export class RateItemID {
7
+ /**
8
+ * Returns a <code>RateItemID</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 {RateItemID} The enum <code>RateItemID</code> value.
11
+ */
12
+ static constructFromObject(object: any): RateItemID;
13
+ /**
14
+ * value: "FBM_SHIP_PLUS_CREDIT"
15
+ * @const
16
+ */
17
+ FBM_SHIP_PLUS_CREDIT: string;
18
+ }
19
+ //# sourceMappingURL=RateItemID.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RateItemID.d.ts","sourceRoot":"","sources":["RateItemID.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAOE;;;;QAII;IACJ,yCAFa,UAAU,CAItB;IAbD;;;aAGS;IACT,6BAA+C;CAUhD"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Selling Partner API for Merchant Fulfillment
3
+ * With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon's Buy Shipping Services.
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ *
12
+ */
13
+
14
+ import { ApiClient } from '../ApiClient.js'
15
+
16
+ /**
17
+ * Enum class RateItemID.
18
+ * @enum {String}
19
+ * @readonly
20
+ */
21
+ export class RateItemID {
22
+ /**
23
+ * value: "FBM_SHIP_PLUS_CREDIT"
24
+ * @const
25
+ */
26
+ 'FBM_SHIP_PLUS_CREDIT' = 'FBM_SHIP_PLUS_CREDIT'
27
+
28
+ /**
29
+ * Returns a <code>RateItemID</code> enum value from a Javascript object name.
30
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
31
+ * @return {RateItemID} The enum <code>RateItemID</code> value.
32
+ */
33
+ static constructFromObject (object) {
34
+ return object
35
+ }
36
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Enum class RateItemType.
3
+ * @enum {String}
4
+ * @readonly
5
+ */
6
+ export class RateItemType {
7
+ /**
8
+ * Returns a <code>RateItemType</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 {RateItemType} The enum <code>RateItemType</code> value.
11
+ */
12
+ static constructFromObject(object: any): RateItemType;
13
+ /**
14
+ * value: "INCLUDED"
15
+ * @const
16
+ */
17
+ INCLUDED: string;
18
+ }
19
+ //# sourceMappingURL=RateItemType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RateItemType.d.ts","sourceRoot":"","sources":["RateItemType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAOE;;;;QAII;IACJ,yCAFa,YAAY,CAIxB;IAbD;;;aAGS;IACT,iBAAuB;CAUxB"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Selling Partner API for Merchant Fulfillment
3
+ * With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon's Buy Shipping Services.
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ *
12
+ */
13
+
14
+ import { ApiClient } from '../ApiClient.js'
15
+
16
+ /**
17
+ * Enum class RateItemType.
18
+ * @enum {String}
19
+ * @readonly
20
+ */
21
+ export class RateItemType {
22
+ /**
23
+ * value: "INCLUDED"
24
+ * @const
25
+ */
26
+ 'INCLUDED' = 'INCLUDED'
27
+
28
+ /**
29
+ * Returns a <code>RateItemType</code> enum value from a Javascript object name.
30
+ * @param {Object} data The plain JavaScript object containing the name of the enum value.
31
+ * @return {RateItemType} The enum <code>RateItemType</code> value.
32
+ */
33
+ static constructFromObject (object) {
34
+ return object
35
+ }
36
+ }