@amazon-sp-api-release/amazon-sp-api-sdk-js 1.6.1-alpha.0 → 1.7.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 (501) hide show
  1. package/helper/DefaultRateLimitMap.mjs +6 -0
  2. package/index.js +1 -0
  3. package/package.json +1 -1
  4. package/src/awd_v2024_05_09/api/AwdApi.d.ts +74 -0
  5. package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -1
  6. package/src/awd_v2024_05_09/api/AwdApi.js +201 -0
  7. package/src/awd_v2024_05_09/index.d.ts +12 -1
  8. package/src/awd_v2024_05_09/index.d.ts.map +1 -1
  9. package/src/awd_v2024_05_09/index.js +78 -1
  10. package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts +24 -0
  11. package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts.map +1 -0
  12. package/src/awd_v2024_05_09/model/ConfirmationMode.js +42 -0
  13. package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts +33 -0
  14. package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts.map +1 -0
  15. package/src/awd_v2024_05_09/model/DistributionIneligibleReason.js +83 -0
  16. package/src/awd_v2024_05_09/model/DistributionProduct.d.ts +34 -0
  17. package/src/awd_v2024_05_09/model/DistributionProduct.d.ts.map +1 -0
  18. package/src/awd_v2024_05_09/model/DistributionProduct.js +84 -0
  19. package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts +54 -0
  20. package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts.map +1 -0
  21. package/src/awd_v2024_05_09/model/OutboundShipmentStatus.js +78 -0
  22. package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts +42 -0
  23. package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts.map +1 -0
  24. package/src/awd_v2024_05_09/model/OutboundShipmentSummary.js +101 -0
  25. package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts +75 -0
  26. package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts.map +1 -0
  27. package/src/awd_v2024_05_09/model/ReplenishmentOrder.js +144 -0
  28. package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts +29 -0
  29. package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts.map +1 -0
  30. package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.js +72 -0
  31. package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts +29 -0
  32. package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts.map +1 -0
  33. package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.js +72 -0
  34. package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts +25 -0
  35. package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts.map +1 -0
  36. package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.js +65 -0
  37. package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts +59 -0
  38. package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts.map +1 -0
  39. package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.js +84 -0
  40. package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts +22 -0
  41. package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts.map +1 -0
  42. package/src/awd_v2024_05_09/model/ReplenishmentPreferences.js +63 -0
  43. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +6 -0
  44. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -1
  45. package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +8 -0
  46. package/src/finances_2024_06_19/ApiClient.js +1 -1
  47. package/src/finances_2024_06_19/api/DefaultApi.d.ts +18 -8
  48. package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -1
  49. package/src/finances_2024_06_19/api/DefaultApi.js +17 -16
  50. package/src/finances_2024_06_19/index.js +2 -2
  51. package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +2 -2
  52. package/src/finances_2024_06_19/model/AmazonPayContext.js +3 -3
  53. package/src/finances_2024_06_19/model/Breakdown.js +2 -2
  54. package/src/finances_2024_06_19/model/BusinessContext.js +1 -1
  55. package/src/finances_2024_06_19/model/Context.d.ts +12 -12
  56. package/src/finances_2024_06_19/model/Context.js +26 -26
  57. package/src/finances_2024_06_19/model/Currency.d.ts +1 -1
  58. package/src/finances_2024_06_19/model/Currency.js +2 -2
  59. package/src/finances_2024_06_19/model/DeferredContext.d.ts +1 -1
  60. package/src/finances_2024_06_19/model/DeferredContext.js +3 -3
  61. package/src/finances_2024_06_19/model/Error.d.ts +1 -1
  62. package/src/finances_2024_06_19/model/Error.js +2 -2
  63. package/src/finances_2024_06_19/model/ErrorList.d.ts +1 -1
  64. package/src/finances_2024_06_19/model/ErrorList.js +3 -3
  65. package/src/finances_2024_06_19/model/Item.d.ts +3 -3
  66. package/src/finances_2024_06_19/model/Item.js +5 -5
  67. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +1 -1
  68. package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +2 -2
  69. package/src/finances_2024_06_19/model/ListTransactionsResponse.js +1 -1
  70. package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +1 -1
  71. package/src/finances_2024_06_19/model/MarketplaceDetails.js +2 -2
  72. package/src/finances_2024_06_19/model/PaymentsContext.d.ts +4 -4
  73. package/src/finances_2024_06_19/model/PaymentsContext.js +6 -6
  74. package/src/finances_2024_06_19/model/ProductContext.d.ts +4 -4
  75. package/src/finances_2024_06_19/model/ProductContext.js +5 -5
  76. package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +2 -2
  77. package/src/finances_2024_06_19/model/RelatedIdentifier.js +3 -3
  78. package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +2 -2
  79. package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +4 -4
  80. package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +2 -2
  81. package/src/finances_2024_06_19/model/TimeRangeContext.js +4 -4
  82. package/src/finances_2024_06_19/model/Transaction.d.ts +6 -6
  83. package/src/finances_2024_06_19/model/Transaction.js +8 -8
  84. package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +2 -2
  85. package/src/finances_2024_06_19/model/TransactionsPayload.js +3 -3
  86. package/src/finances_v0/ApiClient.js +1 -1
  87. package/src/finances_v0/api/DefaultApi.d.ts +36 -36
  88. package/src/finances_v0/api/DefaultApi.js +37 -37
  89. package/src/finances_v0/index.d.ts +2 -1
  90. package/src/finances_v0/index.d.ts.map +1 -1
  91. package/src/finances_v0/index.js +9 -2
  92. package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +2 -2
  93. package/src/finances_v0/model/AdhocDisbursementEvent.js +3 -3
  94. package/src/finances_v0/model/AdjustmentEvent.d.ts +2 -2
  95. package/src/finances_v0/model/AdjustmentEvent.js +3 -3
  96. package/src/finances_v0/model/AdjustmentItem.d.ts +1 -1
  97. package/src/finances_v0/model/AdjustmentItem.js +2 -2
  98. package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +3 -3
  99. package/src/finances_v0/model/AffordabilityExpenseEvent.js +4 -4
  100. package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +2 -2
  101. package/src/finances_v0/model/CapacityReservationBillingEvent.js +3 -3
  102. package/src/finances_v0/model/ChargeComponent.js +2 -2
  103. package/src/finances_v0/model/ChargeInstrument.js +1 -1
  104. package/src/finances_v0/model/ChargeRefundEvent.d.ts +3 -3
  105. package/src/finances_v0/model/ChargeRefundEvent.js +4 -4
  106. package/src/finances_v0/model/ChargeRefundTransaction.js +1 -1
  107. package/src/finances_v0/model/CouponPaymentEvent.d.ts +1 -1
  108. package/src/finances_v0/model/CouponPaymentEvent.js +2 -2
  109. package/src/finances_v0/model/Currency.d.ts +1 -1
  110. package/src/finances_v0/model/Currency.js +2 -2
  111. package/src/finances_v0/model/DebtRecoveryEvent.d.ts +1 -1
  112. package/src/finances_v0/model/DebtRecoveryEvent.js +2 -2
  113. package/src/finances_v0/model/DebtRecoveryItem.d.ts +2 -2
  114. package/src/finances_v0/model/DebtRecoveryItem.js +3 -3
  115. package/src/finances_v0/model/DirectPayment.d.ts +1 -1
  116. package/src/finances_v0/model/DirectPayment.js +2 -2
  117. package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts +34 -0
  118. package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts.map +1 -0
  119. package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.js +79 -0
  120. package/src/finances_v0/model/Error.js +1 -1
  121. package/src/finances_v0/model/FBALiquidationEvent.d.ts +1 -1
  122. package/src/finances_v0/model/FBALiquidationEvent.js +2 -2
  123. package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +4 -4
  124. package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +5 -5
  125. package/src/finances_v0/model/FeeComponent.js +1 -1
  126. package/src/finances_v0/model/FinancialEventGroup.d.ts +4 -4
  127. package/src/finances_v0/model/FinancialEventGroup.js +5 -5
  128. package/src/finances_v0/model/FinancialEvents.d.ts +13 -6
  129. package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -1
  130. package/src/finances_v0/model/FinancialEvents.js +17 -8
  131. package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +1 -1
  132. package/src/finances_v0/model/ImagingServicesFeeEvent.js +2 -2
  133. package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +2 -2
  134. package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +2 -2
  135. package/src/finances_v0/model/ListFinancialEventsPayload.js +2 -2
  136. package/src/finances_v0/model/ListFinancialEventsResponse.js +2 -2
  137. package/src/finances_v0/model/LoanServicingEvent.d.ts +1 -1
  138. package/src/finances_v0/model/LoanServicingEvent.js +2 -2
  139. package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +2 -2
  140. package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +3 -3
  141. package/src/finances_v0/model/PayWithAmazonEvent.d.ts +4 -4
  142. package/src/finances_v0/model/PayWithAmazonEvent.js +5 -5
  143. package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +3 -3
  144. package/src/finances_v0/model/ProductAdsPaymentEvent.js +4 -4
  145. package/src/finances_v0/model/Promotion.js +1 -1
  146. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +3 -3
  147. package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +4 -4
  148. package/src/finances_v0/model/RemovalShipmentEvent.d.ts +4 -4
  149. package/src/finances_v0/model/RemovalShipmentEvent.js +5 -5
  150. package/src/finances_v0/model/RemovalShipmentItem.d.ts +1 -1
  151. package/src/finances_v0/model/RemovalShipmentItem.js +2 -2
  152. package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +2 -2
  153. package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +3 -3
  154. package/src/finances_v0/model/RentalTransactionEvent.d.ts +3 -3
  155. package/src/finances_v0/model/RentalTransactionEvent.js +4 -4
  156. package/src/finances_v0/model/RetrochargeEvent.d.ts +2 -2
  157. package/src/finances_v0/model/RetrochargeEvent.js +3 -3
  158. package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +2 -2
  159. package/src/finances_v0/model/SAFETReimbursementEvent.js +3 -3
  160. package/src/finances_v0/model/SAFETReimbursementItem.js +1 -1
  161. package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +3 -3
  162. package/src/finances_v0/model/SellerDealPaymentEvent.js +4 -4
  163. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +1 -1
  164. package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +2 -2
  165. package/src/finances_v0/model/ServiceFeeEvent.js +1 -1
  166. package/src/finances_v0/model/ShipmentEvent.d.ts +1 -1
  167. package/src/finances_v0/model/ShipmentEvent.js +2 -2
  168. package/src/finances_v0/model/ShipmentItem.js +1 -1
  169. package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +1 -1
  170. package/src/finances_v0/model/SolutionProviderCreditEvent.js +2 -2
  171. package/src/finances_v0/model/TDSReimbursementEvent.d.ts +1 -1
  172. package/src/finances_v0/model/TDSReimbursementEvent.js +2 -2
  173. package/src/finances_v0/model/TaxWithheldComponent.d.ts +1 -1
  174. package/src/finances_v0/model/TaxWithheldComponent.js +2 -2
  175. package/src/finances_v0/model/TaxWithholdingEvent.d.ts +1 -1
  176. package/src/finances_v0/model/TaxWithholdingEvent.js +3 -3
  177. package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +2 -2
  178. package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -4
  179. package/src/finances_v0/model/TrialShipmentEvent.d.ts +1 -1
  180. package/src/finances_v0/model/TrialShipmentEvent.js +2 -2
  181. package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +2 -2
  182. package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +3 -3
  183. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +90 -90
  184. package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +90 -90
  185. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +1 -1
  186. package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +2 -2
  187. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +1 -1
  188. package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +2 -2
  189. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +4 -14
  190. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -1
  191. package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +11 -12
  192. package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +71 -0
  193. package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -1
  194. package/src/invoices_v2024_06_19/api/InvoicesApi.js +206 -0
  195. package/src/invoices_v2024_06_19/index.d.ts +8 -1
  196. package/src/invoices_v2024_06_19/index.d.ts.map +1 -1
  197. package/src/invoices_v2024_06_19/index.js +49 -0
  198. package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts +64 -0
  199. package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts.map +1 -0
  200. package/src/invoices_v2024_06_19/model/CarrierDetailsContext.js +119 -0
  201. package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts +29 -0
  202. package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts.map +1 -0
  203. package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.js +48 -0
  204. package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts +44 -0
  205. package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts.map +1 -0
  206. package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.js +112 -0
  207. package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts +35 -0
  208. package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts.map +1 -0
  209. package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.js +80 -0
  210. package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts +22 -0
  211. package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts.map +1 -0
  212. package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.js +63 -0
  213. package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts +22 -0
  214. package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts.map +1 -0
  215. package/src/invoices_v2024_06_19/model/InvoiceDocument.js +63 -0
  216. package/src/invoices_v2024_06_19/model/InvoiceError.d.ts +28 -0
  217. package/src/invoices_v2024_06_19/model/InvoiceError.d.ts.map +1 -0
  218. package/src/invoices_v2024_06_19/model/InvoiceError.js +71 -0
  219. package/src/messaging_v1/api/MessagingApi.d.ts +0 -18
  220. package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -1
  221. package/src/messaging_v1/api/MessagingApi.js +0 -64
  222. package/src/messaging_v1/index.d.ts +1 -3
  223. package/src/messaging_v1/index.d.ts.map +1 -1
  224. package/src/messaging_v1/index.js +0 -14
  225. package/src/orders_v0/api/OrdersV0Api.d.ts +19 -10
  226. package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -1
  227. package/src/orders_v0/api/OrdersV0Api.js +54 -9
  228. package/src/orders_v0/index.d.ts +10 -1
  229. package/src/orders_v0/index.d.ts.map +1 -1
  230. package/src/orders_v0/index.js +63 -0
  231. package/src/orders_v0/model/BuyerInfo.d.ts +0 -6
  232. package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -1
  233. package/src/orders_v0/model/BuyerInfo.js +0 -8
  234. package/src/orders_v0/model/ExportInfo.d.ts +28 -0
  235. package/src/orders_v0/model/ExportInfo.d.ts.map +1 -0
  236. package/src/orders_v0/model/ExportInfo.js +71 -0
  237. package/src/orders_v0/model/FulfillmentInstructions.d.ts +32 -0
  238. package/src/orders_v0/model/FulfillmentInstructions.d.ts.map +1 -0
  239. package/src/orders_v0/model/FulfillmentInstructions.js +74 -0
  240. package/src/orders_v0/model/FulfillmentLocation.d.ts +22 -0
  241. package/src/orders_v0/model/FulfillmentLocation.d.ts.map +1 -0
  242. package/src/orders_v0/model/FulfillmentLocation.js +63 -0
  243. package/src/orders_v0/model/FulfillmentPlan.d.ts +69 -0
  244. package/src/orders_v0/model/FulfillmentPlan.d.ts.map +1 -0
  245. package/src/orders_v0/model/FulfillmentPlan.js +188 -0
  246. package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts +24 -0
  247. package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts.map +1 -0
  248. package/src/orders_v0/model/FulfillmentPlanConstraintType.js +42 -0
  249. package/src/orders_v0/model/FulfillmentPlanItem.d.ts +28 -0
  250. package/src/orders_v0/model/FulfillmentPlanItem.d.ts.map +1 -0
  251. package/src/orders_v0/model/FulfillmentPlanItem.js +75 -0
  252. package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts +27 -0
  253. package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts.map +1 -0
  254. package/src/orders_v0/model/FulfillmentPlanShippingConstraints.js +70 -0
  255. package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts +29 -0
  256. package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts.map +1 -0
  257. package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.js +72 -0
  258. package/src/orders_v0/model/OrderBuyerInfo.d.ts +0 -6
  259. package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -1
  260. package/src/orders_v0/model/OrderBuyerInfo.js +0 -8
  261. package/src/orders_v0/model/OrderItem.d.ts +6 -0
  262. package/src/orders_v0/model/OrderItem.d.ts.map +1 -1
  263. package/src/orders_v0/model/OrderItem.js +8 -0
  264. package/src/orders_v0/model/ShippingInstructions.d.ts +34 -0
  265. package/src/orders_v0/model/ShippingInstructions.d.ts.map +1 -0
  266. package/src/orders_v0/model/ShippingInstructions.js +79 -0
  267. package/src/orders_v2026_01_01/ApiClient.d.ts +260 -0
  268. package/src/orders_v2026_01_01/ApiClient.d.ts.map +1 -0
  269. package/src/orders_v2026_01_01/ApiClient.js +827 -0
  270. package/src/orders_v2026_01_01/api/GetOrderApi.d.ts +49 -0
  271. package/src/orders_v2026_01_01/api/GetOrderApi.d.ts.map +1 -0
  272. package/src/orders_v2026_01_01/api/GetOrderApi.js +116 -0
  273. package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts +83 -0
  274. package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts.map +1 -0
  275. package/src/orders_v2026_01_01/api/SearchOrdersApi.js +135 -0
  276. package/src/orders_v2026_01_01/index.d.ts +59 -0
  277. package/src/orders_v2026_01_01/index.d.ts.map +1 -0
  278. package/src/orders_v2026_01_01/index.js +420 -0
  279. package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts +40 -0
  280. package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts.map +1 -0
  281. package/src/orders_v2026_01_01/model/AddressExtendedFields.js +87 -0
  282. package/src/orders_v2026_01_01/model/Alias.d.ts +27 -0
  283. package/src/orders_v2026_01_01/model/Alias.d.ts.map +1 -0
  284. package/src/orders_v2026_01_01/model/Alias.js +75 -0
  285. package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts +28 -0
  286. package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts.map +1 -0
  287. package/src/orders_v2026_01_01/model/AssociatedOrder.js +71 -0
  288. package/src/orders_v2026_01_01/model/BusinessHour.d.ts +44 -0
  289. package/src/orders_v2026_01_01/model/BusinessHour.d.ts.map +1 -0
  290. package/src/orders_v2026_01_01/model/BusinessHour.js +121 -0
  291. package/src/orders_v2026_01_01/model/Buyer.d.ts +40 -0
  292. package/src/orders_v2026_01_01/model/Buyer.d.ts.map +1 -0
  293. package/src/orders_v2026_01_01/model/Buyer.js +87 -0
  294. package/src/orders_v2026_01_01/model/ConstraintType.d.ts +19 -0
  295. package/src/orders_v2026_01_01/model/ConstraintType.d.ts.map +1 -0
  296. package/src/orders_v2026_01_01/model/ConstraintType.js +36 -0
  297. package/src/orders_v2026_01_01/model/CustomerAddress.d.ts +100 -0
  298. package/src/orders_v2026_01_01/model/CustomerAddress.d.ts.map +1 -0
  299. package/src/orders_v2026_01_01/model/CustomerAddress.js +167 -0
  300. package/src/orders_v2026_01_01/model/DateTimeRange.d.ts +28 -0
  301. package/src/orders_v2026_01_01/model/DateTimeRange.d.ts.map +1 -0
  302. package/src/orders_v2026_01_01/model/DateTimeRange.js +71 -0
  303. package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts +40 -0
  304. package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts.map +1 -0
  305. package/src/orders_v2026_01_01/model/DeliveryPreference.js +87 -0
  306. package/src/orders_v2026_01_01/model/Error.d.ts +33 -0
  307. package/src/orders_v2026_01_01/model/Error.d.ts.map +1 -0
  308. package/src/orders_v2026_01_01/model/Error.js +83 -0
  309. package/src/orders_v2026_01_01/model/ErrorList.d.ts +26 -0
  310. package/src/orders_v2026_01_01/model/ErrorList.d.ts.map +1 -0
  311. package/src/orders_v2026_01_01/model/ErrorList.js +66 -0
  312. package/src/orders_v2026_01_01/model/ExceptionDate.d.ts +45 -0
  313. package/src/orders_v2026_01_01/model/ExceptionDate.d.ts.map +1 -0
  314. package/src/orders_v2026_01_01/model/ExceptionDate.js +99 -0
  315. package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts +49 -0
  316. package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts.map +1 -0
  317. package/src/orders_v2026_01_01/model/FulfillmentStatus.js +72 -0
  318. package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts +26 -0
  319. package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts.map +1 -0
  320. package/src/orders_v2026_01_01/model/GetOrderResponse.js +65 -0
  321. package/src/orders_v2026_01_01/model/GiftOption.d.ts +28 -0
  322. package/src/orders_v2026_01_01/model/GiftOption.d.ts.map +1 -0
  323. package/src/orders_v2026_01_01/model/GiftOption.js +71 -0
  324. package/src/orders_v2026_01_01/model/HourMinute.d.ts +28 -0
  325. package/src/orders_v2026_01_01/model/HourMinute.d.ts.map +1 -0
  326. package/src/orders_v2026_01_01/model/HourMinute.js +71 -0
  327. package/src/orders_v2026_01_01/model/ItemCancellation.d.ts +22 -0
  328. package/src/orders_v2026_01_01/model/ItemCancellation.d.ts.map +1 -0
  329. package/src/orders_v2026_01_01/model/ItemCancellation.js +63 -0
  330. package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts +28 -0
  331. package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts.map +1 -0
  332. package/src/orders_v2026_01_01/model/ItemCancellationRequest.js +71 -0
  333. package/src/orders_v2026_01_01/model/ItemCondition.d.ts +34 -0
  334. package/src/orders_v2026_01_01/model/ItemCondition.d.ts.map +1 -0
  335. package/src/orders_v2026_01_01/model/ItemCondition.js +79 -0
  336. package/src/orders_v2026_01_01/model/ItemCustomization.d.ts +22 -0
  337. package/src/orders_v2026_01_01/model/ItemCustomization.d.ts.map +1 -0
  338. package/src/orders_v2026_01_01/model/ItemCustomization.js +63 -0
  339. package/src/orders_v2026_01_01/model/ItemExpense.d.ts +22 -0
  340. package/src/orders_v2026_01_01/model/ItemExpense.d.ts.map +1 -0
  341. package/src/orders_v2026_01_01/model/ItemExpense.js +63 -0
  342. package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts +46 -0
  343. package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts.map +1 -0
  344. package/src/orders_v2026_01_01/model/ItemFulfillment.js +95 -0
  345. package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts +22 -0
  346. package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts.map +1 -0
  347. package/src/orders_v2026_01_01/model/ItemInternationalShipping.js +63 -0
  348. package/src/orders_v2026_01_01/model/ItemPacking.d.ts +22 -0
  349. package/src/orders_v2026_01_01/model/ItemPacking.d.ts.map +1 -0
  350. package/src/orders_v2026_01_01/model/ItemPacking.js +63 -0
  351. package/src/orders_v2026_01_01/model/ItemPicking.d.ts +22 -0
  352. package/src/orders_v2026_01_01/model/ItemPicking.d.ts.map +1 -0
  353. package/src/orders_v2026_01_01/model/ItemPicking.js +63 -0
  354. package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts +22 -0
  355. package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts.map +1 -0
  356. package/src/orders_v2026_01_01/model/ItemPointsCost.js +63 -0
  357. package/src/orders_v2026_01_01/model/ItemPrice.d.ts +28 -0
  358. package/src/orders_v2026_01_01/model/ItemPrice.d.ts.map +1 -0
  359. package/src/orders_v2026_01_01/model/ItemPrice.js +71 -0
  360. package/src/orders_v2026_01_01/model/ItemProceeds.d.ts +29 -0
  361. package/src/orders_v2026_01_01/model/ItemProceeds.d.ts.map +1 -0
  362. package/src/orders_v2026_01_01/model/ItemProceeds.js +72 -0
  363. package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts +35 -0
  364. package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts.map +1 -0
  365. package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.js +80 -0
  366. package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts +28 -0
  367. package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts.map +1 -0
  368. package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.js +71 -0
  369. package/src/orders_v2026_01_01/model/ItemProduct.d.ts +58 -0
  370. package/src/orders_v2026_01_01/model/ItemProduct.d.ts.map +1 -0
  371. package/src/orders_v2026_01_01/model/ItemProduct.js +111 -0
  372. package/src/orders_v2026_01_01/model/ItemPromotion.d.ts +23 -0
  373. package/src/orders_v2026_01_01/model/ItemPromotion.d.ts.map +1 -0
  374. package/src/orders_v2026_01_01/model/ItemPromotion.js +64 -0
  375. package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts +22 -0
  376. package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts.map +1 -0
  377. package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.js +63 -0
  378. package/src/orders_v2026_01_01/model/ItemShipping.d.ts +34 -0
  379. package/src/orders_v2026_01_01/model/ItemShipping.d.ts.map +1 -0
  380. package/src/orders_v2026_01_01/model/ItemShipping.js +79 -0
  381. package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts +42 -0
  382. package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts.map +1 -0
  383. package/src/orders_v2026_01_01/model/ItemShippingConstraints.js +91 -0
  384. package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts +46 -0
  385. package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts.map +1 -0
  386. package/src/orders_v2026_01_01/model/ItemSubstitutionOption.js +95 -0
  387. package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts +43 -0
  388. package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts.map +1 -0
  389. package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.js +99 -0
  390. package/src/orders_v2026_01_01/model/Measurement.d.ts +59 -0
  391. package/src/orders_v2026_01_01/model/Measurement.d.ts.map +1 -0
  392. package/src/orders_v2026_01_01/model/Measurement.js +226 -0
  393. package/src/orders_v2026_01_01/model/MerchantAddress.d.ts +76 -0
  394. package/src/orders_v2026_01_01/model/MerchantAddress.d.ts.map +1 -0
  395. package/src/orders_v2026_01_01/model/MerchantAddress.js +135 -0
  396. package/src/orders_v2026_01_01/model/Money.d.ts +27 -0
  397. package/src/orders_v2026_01_01/model/Money.d.ts.map +1 -0
  398. package/src/orders_v2026_01_01/model/Money.js +75 -0
  399. package/src/orders_v2026_01_01/model/Order.d.ts +86 -0
  400. package/src/orders_v2026_01_01/model/Order.d.ts.map +1 -0
  401. package/src/orders_v2026_01_01/model/Order.js +173 -0
  402. package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts +49 -0
  403. package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts.map +1 -0
  404. package/src/orders_v2026_01_01/model/OrderFulfillment.js +96 -0
  405. package/src/orders_v2026_01_01/model/OrderItem.d.ts +72 -0
  406. package/src/orders_v2026_01_01/model/OrderItem.d.ts.map +1 -0
  407. package/src/orders_v2026_01_01/model/OrderItem.js +141 -0
  408. package/src/orders_v2026_01_01/model/OrderPackage.d.ts +74 -0
  409. package/src/orders_v2026_01_01/model/OrderPackage.d.ts.map +1 -0
  410. package/src/orders_v2026_01_01/model/OrderPackage.js +130 -0
  411. package/src/orders_v2026_01_01/model/OrderProceeds.d.ts +22 -0
  412. package/src/orders_v2026_01_01/model/OrderProceeds.d.ts.map +1 -0
  413. package/src/orders_v2026_01_01/model/OrderProceeds.js +63 -0
  414. package/src/orders_v2026_01_01/model/PackageItem.d.ts +33 -0
  415. package/src/orders_v2026_01_01/model/PackageItem.d.ts.map +1 -0
  416. package/src/orders_v2026_01_01/model/PackageItem.js +83 -0
  417. package/src/orders_v2026_01_01/model/PackageStatus.d.ts +45 -0
  418. package/src/orders_v2026_01_01/model/PackageStatus.d.ts.map +1 -0
  419. package/src/orders_v2026_01_01/model/PackageStatus.js +116 -0
  420. package/src/orders_v2026_01_01/model/Pagination.d.ts +22 -0
  421. package/src/orders_v2026_01_01/model/Pagination.d.ts.map +1 -0
  422. package/src/orders_v2026_01_01/model/Pagination.js +63 -0
  423. package/src/orders_v2026_01_01/model/PointsGranted.d.ts +28 -0
  424. package/src/orders_v2026_01_01/model/PointsGranted.d.ts.map +1 -0
  425. package/src/orders_v2026_01_01/model/PointsGranted.js +71 -0
  426. package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts +30 -0
  427. package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts.map +1 -0
  428. package/src/orders_v2026_01_01/model/PreferredDeliveryTime.js +73 -0
  429. package/src/orders_v2026_01_01/model/Recipient.d.ts +28 -0
  430. package/src/orders_v2026_01_01/model/Recipient.d.ts.map +1 -0
  431. package/src/orders_v2026_01_01/model/Recipient.js +71 -0
  432. package/src/orders_v2026_01_01/model/SalesChannel.d.ts +37 -0
  433. package/src/orders_v2026_01_01/model/SalesChannel.d.ts.map +1 -0
  434. package/src/orders_v2026_01_01/model/SalesChannel.js +81 -0
  435. package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts +44 -0
  436. package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts.map +1 -0
  437. package/src/orders_v2026_01_01/model/SearchOrdersResponse.js +90 -0
  438. package/src/orders_v2026_01_01/model/TimeWindow.d.ts +27 -0
  439. package/src/orders_v2026_01_01/model/TimeWindow.d.ts.map +1 -0
  440. package/src/orders_v2026_01_01/model/TimeWindow.js +70 -0
  441. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +86 -20
  442. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -1
  443. package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +108 -20
  444. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +8 -8
  445. package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +8 -8
  446. package/src/replenishment_v2022_11_07/model/Metric.d.ts +10 -0
  447. package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -1
  448. package/src/replenishment_v2022_11_07/model/Metric.js +12 -0
  449. package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +4 -4
  450. package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +4 -4
  451. package/src/sellerWallet_2024_03_01/index.d.ts +3 -2
  452. package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -1
  453. package/src/sellerWallet_2024_03_01/index.js +14 -7
  454. package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +22 -12
  455. package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -1
  456. package/src/sellerWallet_2024_03_01/model/BankAccount.js +6 -12
  457. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +0 -5
  458. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -1
  459. package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +0 -6
  460. package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts +62 -0
  461. package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts.map +1 -0
  462. package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.js +179 -0
  463. package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts +29 -0
  464. package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts.map +1 -0
  465. package/src/sellerWallet_2024_03_01/model/PayeeEntityType.js +48 -0
  466. package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +8 -3
  467. package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -1
  468. package/src/sellerWallet_2024_03_01/model/Transaction.js +11 -3
  469. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +4 -4
  470. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -1
  471. package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +5 -5
  472. package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +18 -2
  473. package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -1
  474. package/src/vendorshipments_v1/api/VendorShippingApi.js +52 -2
  475. package/src/vendorshipments_v1/index.d.ts +5 -1
  476. package/src/vendorshipments_v1/index.d.ts.map +1 -1
  477. package/src/vendorshipments_v1/index.js +28 -0
  478. package/src/vendorshipments_v1/model/ItemDetails.d.ts +34 -0
  479. package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -1
  480. package/src/vendorshipments_v1/model/ItemDetails.js +63 -0
  481. package/src/vendorshipments_v1/model/RegulationReferences.d.ts +40 -0
  482. package/src/vendorshipments_v1/model/RegulationReferences.d.ts.map +1 -0
  483. package/src/vendorshipments_v1/model/RegulationReferences.js +87 -0
  484. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts +26 -0
  485. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts.map +1 -0
  486. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.js +65 -0
  487. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts +29 -0
  488. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts.map +1 -0
  489. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.js +72 -0
  490. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts +22 -0
  491. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts.map +1 -0
  492. package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.js +63 -0
  493. package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +0 -23
  494. package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +0 -1
  495. package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +0 -64
  496. package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +0 -23
  497. package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +0 -1
  498. package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +0 -64
  499. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +0 -45
  500. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +0 -1
  501. package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +0 -121
@@ -1 +1 @@
1
- {"version":3,"file":"VendorShippingApi.d.ts","sourceRoot":"","sources":["VendorShippingApi.js"],"names":[],"mappings":"AAsBA;;;;EAIE;AACF;IAIE;;;;;;QAMI;IACJ,wBAHY,SAAS,EAMpB;IAFC,eAAgD;IAIlD;;SAEK;IACL,wCAcC;IAED;;;SAGK;IACL,uCAEC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA6BK;IACL,sCA1BK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,yBAAyB,GAArC,IAAI;QACQ,wBAAwB,GAApC,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,YAAY,GAAxB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACU,qBAAqB;QACrB,wBAAwB;QACxB,oBAAoB;QACpB,kBAAkB;QAClB,mBAAmB;KACzC,GAAS,OAAO,CAAC,0BAA0B,CAAC,CAgDhD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA6BK;IACL,0BA1BK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,yBAAyB,GAArC,IAAI;QACQ,wBAAwB,GAApC,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,YAAY,GAAxB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACU,qBAAqB;QACrB,wBAAwB;QACxB,oBAAoB;QACpB,kBAAkB;QAClB,mBAAmB;KACzC,GAAS,OAAO,CAAC,0BAA0B,CAAC,CAOhD;IAED;;;;;;;;;;;;SAYK;IACL,qCAVK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,iBAAiB,GAA7B,IAAI;QACQ,kBAAkB,GAA9B,IAAI;QACU,oBAAoB;QACpB,wBAAwB;QACxB,mBAAmB;KACzC,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAgCvC;IAED;;;;;;;;;;;;SAYK;IACL,yBAVK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,iBAAiB,GAA7B,IAAI;QACQ,kBAAkB,GAA9B,IAAI;QACU,oBAAoB;QACpB,wBAAwB;QACxB,mBAAmB;KACzC,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAOvC;IAED;;;;;SAKK;IACL,8CAHa,kCAAkC,GACjC,OAAO,CAAC,mCAAmC,CAAC,CA4BzD;IAED;;;;;SAKK;IACL,kCAHa,kCAAkC,GACjC,OAAO,CAAC,mCAAmC,CAAC,CAOzD;IAED;;;;;SAKK;IACL,kCAHa,eAAe,GACd,OAAO,CAAC,mCAAmC,CAAC,CA4BzD;IAED;;;;;SAKK;IACL,sBAHa,eAAe,GACd,OAAO,CAAC,mCAAmC,CAAC,CAOzD;;CACF;2CAzU0C,wCAAwC;kCACjD,+BAA+B;mDACd,gDAAgD;oDAC/C,iDAAiD;gCACrE,6BAA6B;0BALnC,iBAAiB"}
1
+ {"version":3,"file":"VendorShippingApi.d.ts","sourceRoot":"","sources":["VendorShippingApi.js"],"names":[],"mappings":"AAwBA;;;;EAIE;AACF;IAIE;;;;;;QAMI;IACJ,wBAHY,SAAS,EAMpB;IAFC,eAAgD;IAIlD;;SAEK;IACL,wCAeC;IAED;;;SAGK;IACL,uCAEC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA6BK;IACL,sCA1BK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,yBAAyB,GAArC,IAAI;QACQ,wBAAwB,GAApC,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,YAAY,GAAxB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACU,qBAAqB;QACrB,wBAAwB;QACxB,oBAAoB;QACpB,kBAAkB;QAClB,mBAAmB;KACzC,GAAS,OAAO,CAAC,0BAA0B,CAAC,CAgDhD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA6BK;IACL,0BA1BK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,YAAY,GAAxB,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,yBAAyB,GAArC,IAAI;QACQ,wBAAwB,GAApC,IAAI;QACQ,aAAa,GAAzB,IAAI;QACQ,YAAY,GAAxB,IAAI;QACQ,uBAAuB,GAAnC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,sBAAsB,GAAlC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACQ,qBAAqB,GAAjC,IAAI;QACQ,oBAAoB,GAAhC,IAAI;QACU,qBAAqB;QACrB,wBAAwB;QACxB,oBAAoB;QACpB,kBAAkB;QAClB,mBAAmB;KACzC,GAAS,OAAO,CAAC,0BAA0B,CAAC,CAOhD;IAED;;;;;;;;;;;;SAYK;IACL,qCAVK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,iBAAiB,GAA7B,IAAI;QACQ,kBAAkB,GAA9B,IAAI;QACU,oBAAoB;QACpB,wBAAwB;QACxB,mBAAmB;KACzC,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAgCvC;IAED;;;;;;;;;;;;SAYK;IACL,yBAVK;QAAsB,KAAK;QACL,SAAS;QACT,SAAS;QACX,iBAAiB,GAA7B,IAAI;QACQ,kBAAkB,GAA9B,IAAI;QACU,oBAAoB;QACpB,wBAAwB;QACxB,mBAAmB;KACzC,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAOvC;IAED;;;;;SAKK;IACL,6CAHa,iCAAiC,GAChC,OAAO,CAAC,kCAAkC,CAAC,CA4BxD;IAED;;;;;SAKK;IACL,iCAHa,iCAAiC,GAChC,OAAO,CAAC,kCAAkC,CAAC,CAOxD;IAED;;;;;SAKK;IACL,8CAHa,kCAAkC,GACjC,OAAO,CAAC,mCAAmC,CAAC,CA4BzD;IAED;;;;;SAKK;IACL,kCAHa,kCAAkC,GACjC,OAAO,CAAC,mCAAmC,CAAC,CAOzD;IAED;;;;;SAKK;IACL,kCAHa,eAAe,GACd,OAAO,CAAC,mCAAmC,CAAC,CA4BzD;IAED;;;;;SAKK;IACL,sBAHa,eAAe,GACd,OAAO,CAAC,mCAAmC,CAAC,CAOzD;;CACF;2CA3X0C,wCAAwC;kCACjD,+BAA+B;kDACf,+CAA+C;mDAC9C,gDAAgD;mDAChD,gDAAgD;oDAC/C,iDAAiD;gCACrE,6BAA6B;0BAPnC,iBAAiB"}
@@ -14,6 +14,8 @@
14
14
  import { ApiClient } from '../ApiClient.js'
15
15
  import { GetShipmentDetailsResponse } from '../model/GetShipmentDetailsResponse.js'
16
16
  import { GetShipmentLabels } from '../model/GetShipmentLabels.js'
17
+ import { SubmitShipmentConfirmationRequest } from '../model/SubmitShipmentConfirmationRequest.js'
18
+ import { SubmitShipmentConfirmationResponse } from '../model/SubmitShipmentConfirmationResponse.js'
17
19
  import { SubmitShipmentConfirmationsRequest } from '../model/SubmitShipmentConfirmationsRequest.js'
18
20
  import { SubmitShipmentConfirmationsResponse } from '../model/SubmitShipmentConfirmationsResponse.js'
19
21
  import { SubmitShipments } from '../model/SubmitShipments.js'
@@ -50,6 +52,7 @@ export class VendorShippingApi {
50
52
  const operations = [
51
53
  'VendorShippingApi-getShipmentDetails',
52
54
  'VendorShippingApi-getShipmentLabels',
55
+ 'VendorShippingApi-submitShipmentConfirmation',
53
56
  'VendorShippingApi-submitShipmentConfirmations',
54
57
  'VendorShippingApi-submitShipments'
55
58
  ]
@@ -84,7 +87,7 @@ export class VendorShippingApi {
84
87
  * @param {Date} [opts.shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
85
88
  * @param {Date} [opts.shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
86
89
  * @param {Date} [opts.estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
87
- * @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
90
+ * @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
88
91
  * @param {Date} [opts.shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
89
92
  * @param {Date} [opts.shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
90
93
  * @param {Date} [opts.requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
@@ -162,7 +165,7 @@ export class VendorShippingApi {
162
165
  * @param {Date} [opts.shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
163
166
  * @param {Date} [opts.shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
164
167
  * @param {Date} [opts.estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
165
- * @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
168
+ * @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
166
169
  * @param {Date} [opts.shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
167
170
  * @param {Date} [opts.shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
168
171
  * @param {Date} [opts.requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
@@ -248,6 +251,53 @@ export class VendorShippingApi {
248
251
  })
249
252
  }
250
253
 
254
+ /**
255
+ * SubmitShipmentConfirmation
256
+ * Submits one shipment confirmation for vendor orders and get response immediately. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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, see [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).
257
+ * @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
258
+ * @return {Promise<SubmitShipmentConfirmationResponse>}
259
+ */
260
+ submitShipmentConfirmationWithHttpInfo (body) {
261
+ const postBody = body
262
+
263
+ // verify the required parameter 'body' is set
264
+ if (body === undefined || body === null) {
265
+ throw new Error("Missing the required parameter 'body' when calling submitShipmentConfirmation")
266
+ }
267
+
268
+ const pathParams = {
269
+ }
270
+ const queryParams = {
271
+ }
272
+ const headerParams = {
273
+ }
274
+ const formParams = {
275
+ }
276
+
277
+ const contentTypes = ['application/json']
278
+ const accepts = ['application/json']
279
+ const returnType = SubmitShipmentConfirmationResponse
280
+
281
+ return this.apiClient.callApi('VendorShippingApi-submitShipmentConfirmation',
282
+ '/vendor/shipping/v1/shipmentConfirmation', 'POST',
283
+ pathParams, queryParams, headerParams, formParams, postBody,
284
+ contentTypes, accepts, returnType, this.getRateLimiter('VendorShippingApi-submitShipmentConfirmation')
285
+ )
286
+ }
287
+
288
+ /**
289
+ * SubmitShipmentConfirmation
290
+ * Submits one shipment confirmation for vendor orders and get response immediately. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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, see [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).
291
+ * @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
292
+ * @return {Promise<SubmitShipmentConfirmationResponse>}
293
+ */
294
+ submitShipmentConfirmation (body) {
295
+ return this.submitShipmentConfirmationWithHttpInfo(body)
296
+ .then(function (response_and_data) {
297
+ return response_and_data.data
298
+ })
299
+ }
300
+
251
301
  /**
252
302
  * SubmitShipmentConfirmations
253
303
  * Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | 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, see [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).
@@ -31,6 +31,7 @@ import { PartyIdentification } from './model/PartyIdentification.js';
31
31
  import { PurchaseOrderItemDetails } from './model/PurchaseOrderItemDetails.js';
32
32
  import { PurchaseOrderItems } from './model/PurchaseOrderItems.js';
33
33
  import { PurchaseOrders } from './model/PurchaseOrders.js';
34
+ import { RegulationReferences } from './model/RegulationReferences.js';
34
35
  import { Route } from './model/Route.js';
35
36
  import { Shipment } from './model/Shipment.js';
36
37
  import { ShipmentConfirmation } from './model/ShipmentConfirmation.js';
@@ -39,6 +40,9 @@ import { ShipmentInformation } from './model/ShipmentInformation.js';
39
40
  import { ShipmentMeasurements } from './model/ShipmentMeasurements.js';
40
41
  import { ShipmentStatusDetails } from './model/ShipmentStatusDetails.js';
41
42
  import { Stop } from './model/Stop.js';
43
+ import { SubmitShipmentConfirmationRequest } from './model/SubmitShipmentConfirmationRequest.js';
44
+ import { SubmitShipmentConfirmationResponse } from './model/SubmitShipmentConfirmationResponse.js';
45
+ import { SubmitShipmentConfirmationResult } from './model/SubmitShipmentConfirmationResult.js';
42
46
  import { SubmitShipmentConfirmationsRequest } from './model/SubmitShipmentConfirmationsRequest.js';
43
47
  import { SubmitShipmentConfirmationsResponse } from './model/SubmitShipmentConfirmationsResponse.js';
44
48
  import { SubmitShipments } from './model/SubmitShipments.js';
@@ -54,5 +58,5 @@ import { VendorDetails } from './model/VendorDetails.js';
54
58
  import { Volume } from './model/Volume.js';
55
59
  import { Weight } from './model/Weight.js';
56
60
  import { VendorShippingApi } from './api/VendorShippingApi.js';
57
- export { ApiClient, Address, CarrierDetails, Carton, CartonReferenceDetails, CollectFreightPickupDetails, ContainerIdentification, ContainerItem, ContainerSequenceNumbers, Containers, Dimensions, Duration, Error, Expiry, GetShipmentDetailsResponse, GetShipmentLabels, ImportDetails, InnerContainersDetails, Item, ItemDetails, ItemQuantity, LabelData, Location, Money, PackageItemDetails, PackedItems, PackedQuantity, Pagination, Pallet, PartyIdentification, PurchaseOrderItemDetails, PurchaseOrderItems, PurchaseOrders, Route, Shipment, ShipmentConfirmation, ShipmentDetails, ShipmentInformation, ShipmentMeasurements, ShipmentStatusDetails, Stop, SubmitShipmentConfirmationsRequest, SubmitShipmentConfirmationsResponse, SubmitShipments, TaxRegistrationDetails, TotalWeight, TransactionReference, TransportLabel, TransportShipmentMeasurements, TransportationDetails, TransportationDetailsForShipmentConfirmation, TransportationLabels, VendorDetails, Volume, Weight, VendorShippingApi };
61
+ export { ApiClient, Address, CarrierDetails, Carton, CartonReferenceDetails, CollectFreightPickupDetails, ContainerIdentification, ContainerItem, ContainerSequenceNumbers, Containers, Dimensions, Duration, Error, Expiry, GetShipmentDetailsResponse, GetShipmentLabels, ImportDetails, InnerContainersDetails, Item, ItemDetails, ItemQuantity, LabelData, Location, Money, PackageItemDetails, PackedItems, PackedQuantity, Pagination, Pallet, PartyIdentification, PurchaseOrderItemDetails, PurchaseOrderItems, PurchaseOrders, RegulationReferences, Route, Shipment, ShipmentConfirmation, ShipmentDetails, ShipmentInformation, ShipmentMeasurements, ShipmentStatusDetails, Stop, SubmitShipmentConfirmationRequest, SubmitShipmentConfirmationResponse, SubmitShipmentConfirmationResult, SubmitShipmentConfirmationsRequest, SubmitShipmentConfirmationsResponse, SubmitShipments, TaxRegistrationDetails, TotalWeight, TransactionReference, TransportLabel, TransportShipmentMeasurements, TransportationDetails, TransportationDetailsForShipmentConfirmation, TransportationLabels, VendorDetails, Volume, Weight, VendorShippingApi };
58
62
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;+BACb,2BAA2B;uBACnC,mBAAmB;uCACH,mCAAmC;4CAC9B,wCAAwC;wCAC5C,oCAAoC;8BAC9C,0BAA0B;yCACf,qCAAqC;2BACnD,uBAAuB;2BACvB,uBAAuB;yBACzB,qBAAqB;sBACxB,kBAAkB;uBACjB,mBAAmB;2CACC,uCAAuC;kCAChD,8BAA8B;8BAClC,0BAA0B;uCACjB,mCAAmC;qBACrD,iBAAiB;4BACV,wBAAwB;6BACvB,yBAAyB;0BAC5B,sBAAsB;yBACvB,qBAAqB;sBACxB,kBAAkB;mCACL,+BAA+B;4BACtC,wBAAwB;+BACrB,2BAA2B;2BAC/B,uBAAuB;uBAC3B,mBAAmB;oCACN,gCAAgC;yCAC3B,qCAAqC;mCAC3C,+BAA+B;+BACnC,2BAA2B;sBACpC,kBAAkB;yBACf,qBAAqB;qCACT,iCAAiC;gCACtC,4BAA4B;oCACxB,gCAAgC;qCAC/B,iCAAiC;sCAChC,kCAAkC;qBACnD,iBAAiB;mDACa,+CAA+C;oDAC9C,gDAAgD;gCACpE,4BAA4B;uCACrB,mCAAmC;4BAC9C,wBAAwB;qCACf,iCAAiC;+BACvC,2BAA2B;8CACZ,0CAA0C;sCAClD,kCAAkC;6DACX,yDAAyD;qCACjF,iCAAiC;8BACxC,0BAA0B;uBACjC,mBAAmB;uBACnB,mBAAmB;kCACR,4BAA4B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;wBAClB,oBAAoB;+BACb,2BAA2B;uBACnC,mBAAmB;uCACH,mCAAmC;4CAC9B,wCAAwC;wCAC5C,oCAAoC;8BAC9C,0BAA0B;yCACf,qCAAqC;2BACnD,uBAAuB;2BACvB,uBAAuB;yBACzB,qBAAqB;sBACxB,kBAAkB;uBACjB,mBAAmB;2CACC,uCAAuC;kCAChD,8BAA8B;8BAClC,0BAA0B;uCACjB,mCAAmC;qBACrD,iBAAiB;4BACV,wBAAwB;6BACvB,yBAAyB;0BAC5B,sBAAsB;yBACvB,qBAAqB;sBACxB,kBAAkB;mCACL,+BAA+B;4BACtC,wBAAwB;+BACrB,2BAA2B;2BAC/B,uBAAuB;uBAC3B,mBAAmB;oCACN,gCAAgC;yCAC3B,qCAAqC;mCAC3C,+BAA+B;+BACnC,2BAA2B;qCACrB,iCAAiC;sBAChD,kBAAkB;yBACf,qBAAqB;qCACT,iCAAiC;gCACtC,4BAA4B;oCACxB,gCAAgC;qCAC/B,iCAAiC;sCAChC,kCAAkC;qBACnD,iBAAiB;kDACY,8CAA8C;mDAC7C,+CAA+C;iDACjD,6CAA6C;mDAC3C,+CAA+C;oDAC9C,gDAAgD;gCACpE,4BAA4B;uCACrB,mCAAmC;4BAC9C,wBAAwB;qCACf,iCAAiC;+BACvC,2BAA2B;8CACZ,0CAA0C;sCAClD,kCAAkC;6DACX,yDAAyD;qCACjF,iCAAiC;8BACxC,0BAA0B;uBACjC,mBAAmB;uBACnB,mBAAmB;kCACR,4BAA4B"}
@@ -44,6 +44,7 @@ import { PartyIdentification } from './model/PartyIdentification.js'
44
44
  import { PurchaseOrderItemDetails } from './model/PurchaseOrderItemDetails.js'
45
45
  import { PurchaseOrderItems } from './model/PurchaseOrderItems.js'
46
46
  import { PurchaseOrders } from './model/PurchaseOrders.js'
47
+ import { RegulationReferences } from './model/RegulationReferences.js'
47
48
  import { Route } from './model/Route.js'
48
49
  import { Shipment } from './model/Shipment.js'
49
50
  import { ShipmentConfirmation } from './model/ShipmentConfirmation.js'
@@ -52,6 +53,9 @@ import { ShipmentInformation } from './model/ShipmentInformation.js'
52
53
  import { ShipmentMeasurements } from './model/ShipmentMeasurements.js'
53
54
  import { ShipmentStatusDetails } from './model/ShipmentStatusDetails.js'
54
55
  import { Stop } from './model/Stop.js'
56
+ import { SubmitShipmentConfirmationRequest } from './model/SubmitShipmentConfirmationRequest.js'
57
+ import { SubmitShipmentConfirmationResponse } from './model/SubmitShipmentConfirmationResponse.js'
58
+ import { SubmitShipmentConfirmationResult } from './model/SubmitShipmentConfirmationResult.js'
55
59
  import { SubmitShipmentConfirmationsRequest } from './model/SubmitShipmentConfirmationsRequest.js'
56
60
  import { SubmitShipmentConfirmationsResponse } from './model/SubmitShipmentConfirmationsResponse.js'
57
61
  import { SubmitShipments } from './model/SubmitShipments.js'
@@ -273,6 +277,12 @@ export {
273
277
  */
274
278
  PurchaseOrders,
275
279
 
280
+ /**
281
+ * The RegulationReferences model constructor.
282
+ * @property {module:vendorshipments_v1/model/RegulationReferences}
283
+ */
284
+ RegulationReferences,
285
+
276
286
  /**
277
287
  * The Route model constructor.
278
288
  * @property {module:vendorshipments_v1/model/Route}
@@ -321,6 +331,24 @@ export {
321
331
  */
322
332
  Stop,
323
333
 
334
+ /**
335
+ * The SubmitShipmentConfirmationRequest model constructor.
336
+ * @property {module:vendorshipments_v1/model/SubmitShipmentConfirmationRequest}
337
+ */
338
+ SubmitShipmentConfirmationRequest,
339
+
340
+ /**
341
+ * The SubmitShipmentConfirmationResponse model constructor.
342
+ * @property {module:vendorshipments_v1/model/SubmitShipmentConfirmationResponse}
343
+ */
344
+ SubmitShipmentConfirmationResponse,
345
+
346
+ /**
347
+ * The SubmitShipmentConfirmationResult model constructor.
348
+ * @property {module:vendorshipments_v1/model/SubmitShipmentConfirmationResult}
349
+ */
350
+ SubmitShipmentConfirmationResult,
351
+
324
352
  /**
325
353
  * The SubmitShipmentConfirmationsRequest model constructor.
326
354
  * @property {module:vendorshipments_v1/model/SubmitShipmentConfirmationsRequest}
@@ -24,6 +24,29 @@ export class ItemDetails {
24
24
  * @type {String}
25
25
  */
26
26
  lotNumber: string;
27
+ /**
28
+ * The location identifier where the product receives a traceability lot number. Provide this field for products subject to the FDA Food Safety Modernization Act (FSMA) Section 204. When you provide `lotNumberSourceReference`, you must also specify the corresponding `lotNumberSourceType` field.
29
+ * @member {String} lotNumberSourceReference
30
+ * @type {String}
31
+ */
32
+ lotNumberSourceReference: string;
33
+ /**
34
+ * The identifier type used for the lot number source. Provide this field when you specify `lotNumberSourceReference`.
35
+ * @member {String} lotNumberSourceType
36
+ * @type {String}
37
+ */
38
+ lotNumberSourceType: string;
39
+ /**
40
+ * The two-character country code for the country where the product was manufactured or originates. Use ISO 3166-1 alpha-2 format.
41
+ * @member {String} countryOfOrigin
42
+ * @type {String}
43
+ */
44
+ countryOfOrigin: string;
45
+ /**
46
+ * @member {RegulationReferences} regulationReferences
47
+ * @type {RegulationReferences}
48
+ */
49
+ regulationReferences: RegulationReferences;
27
50
  /**
28
51
  * @member {Expiry} expiry
29
52
  * @type {Expiry}
@@ -42,6 +65,16 @@ export class ItemDetails {
42
65
  handlingCode: string;
43
66
  }
44
67
  export namespace ItemDetails {
68
+ namespace LotNumberSourceTypeEnum {
69
+ let GLN: string;
70
+ let FFRN: string;
71
+ let USDA_E: string;
72
+ let URL: string;
73
+ }
74
+ /**
75
+ * *
76
+ */
77
+ type LotNumberSourceTypeEnum = string;
45
78
  namespace HandlingCodeEnum {
46
79
  let Oversized: string;
47
80
  let Fragile: string;
@@ -53,6 +86,7 @@ export namespace ItemDetails {
53
86
  */
54
87
  type HandlingCodeEnum = string;
55
88
  }
89
+ import { RegulationReferences } from './RegulationReferences.js';
56
90
  import { Expiry } from './Expiry.js';
57
91
  import { Money } from './Money.js';
58
92
  //# sourceMappingURL=ItemDetails.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemDetails.d.ts","sourceRoot":"","sources":["ItemDetails.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,CAuBtB;IAGH;;;;OAIG;IACH,4BAAyC;IAEzC;;;;OAIG;IACH,kBAA+B;IAE/B;;;OAGG;IACH,QAFU,MAAM,CAEY;IAE5B;;;OAGG;IACH,oBAFU,KAAK,CAEyB;IAiCxC;;;;OAIG;IACH,qBAAkC;CAhEjC;;;;;;;;;;;;;uBA/CsB,aAAa;sBACd,YAAY"}
1
+ {"version":3,"file":"ItemDetails.d.ts","sourceRoot":"","sources":["ItemDetails.js"],"names":[],"mappings":"AAkBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,CA2BtB;IAGH;;;;OAIG;IACH,4BAAyC;IAEzC;;;;OAIG;IACH,kBAA+B;IAE/B;;;;OAIG;IACH,iCAA8C;IAiC9C;;;;OAIG;IACH,4BAAyC;IAEzC;;;;OAIG;IACH,wBAAqC;IAErC;;;OAGG;IACH,sBAFU,oBAAoB,CAEY;IAE1C;;;OAGG;IACH,QAFU,MAAM,CAEY;IAE5B;;;OAGG;IACH,oBAFU,KAAK,CAEyB;IAiCxC;;;;OAIG;IACH,qBAAkC;CA1HjC;;;;;;;;;;;;;;;;;;;;;;;qCAlDoC,2BAA2B;uBAFzC,aAAa;sBACd,YAAY"}
@@ -14,6 +14,7 @@
14
14
  import { ApiClient } from '../ApiClient.js'
15
15
  import { Expiry } from './Expiry.js'
16
16
  import { Money } from './Money.js'
17
+ import { RegulationReferences } from './RegulationReferences.js'
17
18
 
18
19
  /**
19
20
  * The ItemDetails model module.
@@ -53,6 +54,10 @@ export class ItemDetails {
53
54
  obj = obj || new ItemDetails()
54
55
  if (data.hasOwnProperty('purchaseOrderNumber')) { obj.purchaseOrderNumber = ApiClient.convertToType(data.purchaseOrderNumber, 'String') }
55
56
  if (data.hasOwnProperty('lotNumber')) { obj.lotNumber = ApiClient.convertToType(data.lotNumber, 'String') }
57
+ if (data.hasOwnProperty('lotNumberSourceReference')) { obj.lotNumberSourceReference = ApiClient.convertToType(data.lotNumberSourceReference, 'String') }
58
+ if (data.hasOwnProperty('lotNumberSourceType')) { obj.lotNumberSourceType = ApiClient.convertToType(data.lotNumberSourceType, 'String') }
59
+ if (data.hasOwnProperty('countryOfOrigin')) { obj.countryOfOrigin = ApiClient.convertToType(data.countryOfOrigin, 'String') }
60
+ if (data.hasOwnProperty('regulationReferences')) { obj.regulationReferences = RegulationReferences.constructFromObject(data.regulationReferences) }
56
61
  if (data.hasOwnProperty('expiry')) { obj.expiry = Expiry.constructFromObject(data.expiry) }
57
62
  if (data.hasOwnProperty('maximumRetailPrice')) { obj.maximumRetailPrice = Money.constructFromObject(data.maximumRetailPrice) }
58
63
  if (data.hasOwnProperty('handlingCode')) { obj.handlingCode = ApiClient.convertToType(data.handlingCode, 'String') }
@@ -75,6 +80,64 @@ ItemDetails.prototype.purchaseOrderNumber = undefined
75
80
  */
76
81
  ItemDetails.prototype.lotNumber = undefined
77
82
 
83
+ /**
84
+ * The location identifier where the product receives a traceability lot number. Provide this field for products subject to the FDA Food Safety Modernization Act (FSMA) Section 204. When you provide `lotNumberSourceReference`, you must also specify the corresponding `lotNumberSourceType` field.
85
+ * @member {String} lotNumberSourceReference
86
+ * @type {String}
87
+ */
88
+ ItemDetails.prototype.lotNumberSourceReference = undefined
89
+
90
+ /**
91
+ * Allowed values for the <code>lotNumberSourceType</code> property.
92
+ * @enum {String}
93
+ * @readonly
94
+ */
95
+ ItemDetails.LotNumberSourceTypeEnum = {
96
+
97
+ /**
98
+ * value: "GLN"
99
+ * @const
100
+ */
101
+ GLN: 'GLN',
102
+
103
+ /**
104
+ * value: "FFRN"
105
+ * @const
106
+ */
107
+ FFRN: 'FFRN',
108
+
109
+ /**
110
+ * value: "USDA_E"
111
+ * @const
112
+ */
113
+ USDA_E: 'USDA_E',
114
+
115
+ /**
116
+ * value: "URL"
117
+ * @const
118
+ */
119
+ URL: 'URL'
120
+ }
121
+ /**
122
+ * The identifier type used for the lot number source. Provide this field when you specify `lotNumberSourceReference`.
123
+ * @member {String} lotNumberSourceType
124
+ * @type {String}
125
+ */
126
+ ItemDetails.prototype.lotNumberSourceType = undefined
127
+
128
+ /**
129
+ * The two-character country code for the country where the product was manufactured or originates. Use ISO 3166-1 alpha-2 format.
130
+ * @member {String} countryOfOrigin
131
+ * @type {String}
132
+ */
133
+ ItemDetails.prototype.countryOfOrigin = undefined
134
+
135
+ /**
136
+ * @member {RegulationReferences} regulationReferences
137
+ * @type {RegulationReferences}
138
+ */
139
+ ItemDetails.prototype.regulationReferences = undefined
140
+
78
141
  /**
79
142
  * @member {Expiry} expiry
80
143
  * @type {Expiry}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * The RegulationReferences model module.
3
+ * @module vendorshipments_v1/model/RegulationReferences
4
+ * @version v1
5
+ */
6
+ export class RegulationReferences {
7
+ /**
8
+ * Constructs a <code>RegulationReferences</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 {RegulationReferences} obj Optional instance to populate.
12
+ * @return {RegulationReferences} The populated <code>RegulationReferences</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: RegulationReferences): RegulationReferences;
15
+ /**
16
+ * The reference number from the vendor's EUDR Due Diligence Statement (DDS) submitted to the EU Commission portal or provided to Amazon through ONIX feed.
17
+ * @member {String} dueDiligenceReference
18
+ * @type {String}
19
+ */
20
+ dueDiligenceReference: string;
21
+ /**
22
+ * The EUDR Due Diligence verification number provided by the EU Commission for the submitted DDS.
23
+ * @member {String} dueDiligenceVerification
24
+ * @type {String}
25
+ */
26
+ dueDiligenceVerification: string;
27
+ /**
28
+ * The EUDR Due Diligence information pre-loaded in Vendor Central.
29
+ * @member {String} dueDiligenceInformation
30
+ * @type {String}
31
+ */
32
+ dueDiligenceInformation: string;
33
+ /**
34
+ * The exemption code for EUDR products exempt from due diligence requirements.
35
+ * @member {String} dueDiligenceExemptionCode
36
+ * @type {String}
37
+ */
38
+ dueDiligenceExemptionCode: string;
39
+ }
40
+ //# sourceMappingURL=RegulationReferences.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RegulationReferences.d.ts","sourceRoot":"","sources":["RegulationReferences.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,oBAAoB,GACnB,oBAAoB,CAsB/B;IAGH;;;;OAIG;IACH,8BAAoD;IAEpD;;;;OAIG;IACH,iCAAuD;IAEvD;;;;OAIG;IACH,gCAAsD;IAEtD;;;;OAIG;IACH,kCAAwD;CA5BvD"}
@@ -0,0 +1,87 @@
1
+ /**
2
+ * Selling Partner API for Retail Procurement Shipments
3
+ * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
+ *
5
+ * The version of the OpenAPI document: v1
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
+ * The RegulationReferences model module.
18
+ * @module vendorshipments_v1/model/RegulationReferences
19
+ * @version v1
20
+ */
21
+ export class RegulationReferences {
22
+ /**
23
+ * Constructs a new <code>RegulationReferences</code>.
24
+ * Regulatory requirements and compliance information for the item, including reference numbers, verification codes, and exemption codes. Use this field to specify applicable regulations such as EU Deforestation Regulation (EUDR).
25
+ * @alias module:vendorshipments_v1/model/RegulationReferences
26
+ * @class
27
+ */
28
+ constructor () {
29
+ }
30
+
31
+ /**
32
+ * Constructs a <code>RegulationReferences</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 {RegulationReferences} obj Optional instance to populate.
36
+ * @return {RegulationReferences} The populated <code>RegulationReferences</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 RegulationReferences()
52
+ if (data.hasOwnProperty('dueDiligenceReference')) { obj.dueDiligenceReference = ApiClient.convertToType(data.dueDiligenceReference, 'String') }
53
+ if (data.hasOwnProperty('dueDiligenceVerification')) { obj.dueDiligenceVerification = ApiClient.convertToType(data.dueDiligenceVerification, 'String') }
54
+ if (data.hasOwnProperty('dueDiligenceInformation')) { obj.dueDiligenceInformation = ApiClient.convertToType(data.dueDiligenceInformation, 'String') }
55
+ if (data.hasOwnProperty('dueDiligenceExemptionCode')) { obj.dueDiligenceExemptionCode = ApiClient.convertToType(data.dueDiligenceExemptionCode, 'String') }
56
+ }
57
+ return obj
58
+ }
59
+ }
60
+
61
+ /**
62
+ * The reference number from the vendor's EUDR Due Diligence Statement (DDS) submitted to the EU Commission portal or provided to Amazon through ONIX feed.
63
+ * @member {String} dueDiligenceReference
64
+ * @type {String}
65
+ */
66
+ RegulationReferences.prototype.dueDiligenceReference = undefined
67
+
68
+ /**
69
+ * The EUDR Due Diligence verification number provided by the EU Commission for the submitted DDS.
70
+ * @member {String} dueDiligenceVerification
71
+ * @type {String}
72
+ */
73
+ RegulationReferences.prototype.dueDiligenceVerification = undefined
74
+
75
+ /**
76
+ * The EUDR Due Diligence information pre-loaded in Vendor Central.
77
+ * @member {String} dueDiligenceInformation
78
+ * @type {String}
79
+ */
80
+ RegulationReferences.prototype.dueDiligenceInformation = undefined
81
+
82
+ /**
83
+ * The exemption code for EUDR products exempt from due diligence requirements.
84
+ * @member {String} dueDiligenceExemptionCode
85
+ * @type {String}
86
+ */
87
+ RegulationReferences.prototype.dueDiligenceExemptionCode = undefined
@@ -0,0 +1,26 @@
1
+ /**
2
+ * The SubmitShipmentConfirmationRequest model module.
3
+ * @module vendorshipments_v1/model/SubmitShipmentConfirmationRequest
4
+ * @version v1
5
+ */
6
+ export class SubmitShipmentConfirmationRequest {
7
+ /**
8
+ * Constructs a <code>SubmitShipmentConfirmationRequest</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 {SubmitShipmentConfirmationRequest} obj Optional instance to populate.
12
+ * @return {SubmitShipmentConfirmationRequest} The populated <code>SubmitShipmentConfirmationRequest</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: SubmitShipmentConfirmationRequest): SubmitShipmentConfirmationRequest;
15
+ /**
16
+ * Constructs a new <code>SubmitShipmentConfirmationRequest</code>.
17
+ * The request schema for the SubmitShipmentConfirmation operation.
18
+ * @alias module:vendorshipments_v1/model/SubmitShipmentConfirmationRequest
19
+ * @class
20
+ * @param shipmentConfirmation {ShipmentConfirmation}
21
+ */
22
+ constructor(shipmentConfirmation: ShipmentConfirmation);
23
+ shipmentConfirmation: ShipmentConfirmation;
24
+ }
25
+ import { ShipmentConfirmation } from './ShipmentConfirmation.js';
26
+ //# sourceMappingURL=SubmitShipmentConfirmationRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmitShipmentConfirmationRequest.d.ts","sourceRoot":"","sources":["SubmitShipmentConfirmationRequest.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IAYE;;;;;;OAMG;IACH,2CAHW,iCAAiC,GAChC,iCAAiC,CAmB5C;IAnCD;;;;;;OAMG;IACH,kCAFgC,oBAAoB,EAInD;IADC,2CAAgD;CA4BnD;qCA5CoC,2BAA2B"}
@@ -0,0 +1,65 @@
1
+ /**
2
+ * Selling Partner API for Retail Procurement Shipments
3
+ * The Selling Partner API for Retail Procurement Shipments provides programmatic access to retail shipping data for vendors.
4
+ *
5
+ * The version of the OpenAPI document: v1
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 { ShipmentConfirmation } from './ShipmentConfirmation.js'
16
+
17
+ /**
18
+ * The SubmitShipmentConfirmationRequest model module.
19
+ * @module vendorshipments_v1/model/SubmitShipmentConfirmationRequest
20
+ * @version v1
21
+ */
22
+ export class SubmitShipmentConfirmationRequest {
23
+ /**
24
+ * Constructs a new <code>SubmitShipmentConfirmationRequest</code>.
25
+ * The request schema for the SubmitShipmentConfirmation operation.
26
+ * @alias module:vendorshipments_v1/model/SubmitShipmentConfirmationRequest
27
+ * @class
28
+ * @param shipmentConfirmation {ShipmentConfirmation}
29
+ */
30
+ constructor (shipmentConfirmation) {
31
+ this.shipmentConfirmation = shipmentConfirmation
32
+ }
33
+
34
+ /**
35
+ * Constructs a <code>SubmitShipmentConfirmationRequest</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 {SubmitShipmentConfirmationRequest} obj Optional instance to populate.
39
+ * @return {SubmitShipmentConfirmationRequest} The populated <code>SubmitShipmentConfirmationRequest</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 SubmitShipmentConfirmationRequest()
55
+ if (data.hasOwnProperty('shipmentConfirmation')) { obj.shipmentConfirmation = ShipmentConfirmation.constructFromObject(data.shipmentConfirmation) }
56
+ }
57
+ return obj
58
+ }
59
+ }
60
+
61
+ /**
62
+ * @member {ShipmentConfirmation} shipmentConfirmation
63
+ * @type {ShipmentConfirmation}
64
+ */
65
+ SubmitShipmentConfirmationRequest.prototype.shipmentConfirmation = undefined
@@ -0,0 +1,29 @@
1
+ /**
2
+ * The SubmitShipmentConfirmationResponse model module.
3
+ * @module vendorshipments_v1/model/SubmitShipmentConfirmationResponse
4
+ * @version v1
5
+ */
6
+ export class SubmitShipmentConfirmationResponse {
7
+ /**
8
+ * Constructs a <code>SubmitShipmentConfirmationResponse</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 {SubmitShipmentConfirmationResponse} obj Optional instance to populate.
12
+ * @return {SubmitShipmentConfirmationResponse} The populated <code>SubmitShipmentConfirmationResponse</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: SubmitShipmentConfirmationResponse): SubmitShipmentConfirmationResponse;
15
+ /**
16
+ * @member {SubmitShipmentConfirmationResult} payload
17
+ * @type {SubmitShipmentConfirmationResult}
18
+ */
19
+ payload: SubmitShipmentConfirmationResult;
20
+ /**
21
+ * A list of error responses returned when a request is unsuccessful.
22
+ * @member {[Error]} errors
23
+ * @type {[Error]}
24
+ */
25
+ errors: [Error];
26
+ }
27
+ import { SubmitShipmentConfirmationResult } from './SubmitShipmentConfirmationResult.js';
28
+ import { Error } from './Error.js';
29
+ //# sourceMappingURL=SubmitShipmentConfirmationResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmitShipmentConfirmationResponse.d.ts","sourceRoot":"","sources":["SubmitShipmentConfirmationResponse.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,kCAAkC,GACjC,kCAAkC,CAoB7C;IAGH;;;OAGG;IACH,SAFU,gCAAgC,CAEU;IAEpD;;;;OAIG;IACH,QAFU,CAAC,KAAK,CAAC,CAEkC;CAblD;iDA3CgD,uCAAuC;sBADlE,YAAY"}