@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
@@ -0,0 +1,63 @@
1
+ /**
2
+ * The Selling Partner API for Invoices.
3
+ * Use the Selling Partner API for Invoices to retrieve and manage invoice-related operations, which can help selling partners manage their bookkeeping processes.
4
+ *
5
+ * The version of the OpenAPI document: 2024-06-19
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 InvoiceDocument model module.
18
+ * @module invoices_v2024_06_19/model/InvoiceDocument
19
+ * @version 2024-06-19
20
+ */
21
+ export class InvoiceDocument {
22
+ /**
23
+ * Constructs a new <code>InvoiceDocument</code>.
24
+ * Object containing the documentId and a S3 pre-signed URL to download the specified document file.
25
+ * @alias module:invoices_v2024_06_19/model/InvoiceDocument
26
+ * @class
27
+ */
28
+ constructor () {
29
+ }
30
+
31
+ /**
32
+ * Constructs a <code>InvoiceDocument</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 {InvoiceDocument} obj Optional instance to populate.
36
+ * @return {InvoiceDocument} The populated <code>InvoiceDocument</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 InvoiceDocument()
52
+ if (data.hasOwnProperty('invoiceDocumentUrl')) { obj.invoiceDocumentUrl = ApiClient.convertToType(data.invoiceDocumentUrl, 'String') }
53
+ }
54
+ return obj
55
+ }
56
+ }
57
+
58
+ /**
59
+ * A pre-signed URL to download the invoice document in its original format. This URL expires after 30 seconds.
60
+ * @member {String} invoiceDocumentUrl
61
+ * @type {String}
62
+ */
63
+ InvoiceDocument.prototype.invoiceDocumentUrl = undefined
@@ -0,0 +1,28 @@
1
+ /**
2
+ * The InvoiceError model module.
3
+ * @module invoices_v2024_06_19/model/InvoiceError
4
+ * @version 2024-06-19
5
+ */
6
+ export class InvoiceError {
7
+ /**
8
+ * Constructs a <code>InvoiceError</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 {InvoiceError} obj Optional instance to populate.
12
+ * @return {InvoiceError} The populated <code>InvoiceError</code> instance.
13
+ */
14
+ static constructFromObject(data: any, obj: InvoiceError): InvoiceError;
15
+ /**
16
+ * A text description of the error.
17
+ * @member {String} description
18
+ * @type {String}
19
+ */
20
+ description: string;
21
+ /**
22
+ * The code of the error.
23
+ * @member {String} errorCode
24
+ * @type {String}
25
+ */
26
+ errorCode: string;
27
+ }
28
+ //# sourceMappingURL=InvoiceError.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoiceError.d.ts","sourceRoot":"","sources":["InvoiceError.js"],"names":[],"mappings":"AAeA;;;;GAIG;AACH;IAUE;;;;;;OAMG;IACH,2CAHW,YAAY,GACX,YAAY,CAoBvB;IAGH;;;;OAIG;IACH,oBAAkC;IAElC;;;;OAIG;IACH,kBAAgC;CAd/B"}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * The Selling Partner API for Invoices.
3
+ * Use the Selling Partner API for Invoices to retrieve and manage invoice-related operations, which can help selling partners manage their bookkeeping processes.
4
+ *
5
+ * The version of the OpenAPI document: 2024-06-19
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 InvoiceError model module.
18
+ * @module invoices_v2024_06_19/model/InvoiceError
19
+ * @version 2024-06-19
20
+ */
21
+ export class InvoiceError {
22
+ /**
23
+ * Constructs a new <code>InvoiceError</code>.
24
+ * An invoice creation error occurrence.
25
+ * @alias module:invoices_v2024_06_19/model/InvoiceError
26
+ * @class
27
+ */
28
+ constructor () {
29
+ }
30
+
31
+ /**
32
+ * Constructs a <code>InvoiceError</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 {InvoiceError} obj Optional instance to populate.
36
+ * @return {InvoiceError} The populated <code>InvoiceError</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 InvoiceError()
52
+ if (data.hasOwnProperty('description')) { obj.description = ApiClient.convertToType(data.description, 'String') }
53
+ if (data.hasOwnProperty('errorCode')) { obj.errorCode = ApiClient.convertToType(data.errorCode, 'String') }
54
+ }
55
+ return obj
56
+ }
57
+ }
58
+
59
+ /**
60
+ * A text description of the error.
61
+ * @member {String} description
62
+ * @type {String}
63
+ */
64
+ InvoiceError.prototype.description = undefined
65
+
66
+ /**
67
+ * The code of the error.
68
+ * @member {String} errorCode
69
+ * @type {String}
70
+ */
71
+ InvoiceError.prototype.errorCode = undefined
@@ -38,22 +38,6 @@ export class MessagingApi {
38
38
  * @return {Promise<CreateConfirmCustomizationDetailsResponse>}
39
39
  */
40
40
  confirmCustomizationDetails(amazonOrderId: string, marketplaceIds: [string], body: CreateConfirmCustomizationDetailsRequest): Promise<CreateConfirmCustomizationDetailsResponse>;
41
- /**
42
- * Sends a message to a buyer to provide details about an Amazon Motors order. This message can only be sent by Amazon Motors sellers. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
43
- * @param {String} amazonOrderId An Amazon order identifier. This identifies the order for which a message is sent.
44
- * @param {[String]} marketplaceIds A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.
45
- * @param {CreateAmazonMotorsRequest} body This contains the message body for a message.
46
- * @return {Promise<CreateAmazonMotorsResponse>}
47
- */
48
- createAmazonMotorsWithHttpInfo(amazonOrderId: string, marketplaceIds: [string], body: CreateAmazonMotorsRequest): Promise<CreateAmazonMotorsResponse>;
49
- /**
50
- * Sends a message to a buyer to provide details about an Amazon Motors order. This message can only be sent by Amazon Motors sellers. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
51
- * @param {String} amazonOrderId An Amazon order identifier. This identifies the order for which a message is sent.
52
- * @param {[String]} marketplaceIds A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.
53
- * @param {CreateAmazonMotorsRequest} body This contains the message body for a message.
54
- * @return {Promise<CreateAmazonMotorsResponse>}
55
- */
56
- createAmazonMotors(amazonOrderId: string, marketplaceIds: [string], body: CreateAmazonMotorsRequest): Promise<CreateAmazonMotorsResponse>;
57
41
  /**
58
42
  * Sends a message to a buyer to arrange a delivery or to confirm contact information for making a delivery. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
59
43
  * @param {String} amazonOrderId An Amazon order identifier. This identifies the order for which a message is sent.
@@ -214,8 +198,6 @@ export class MessagingApi {
214
198
  }
215
199
  import { CreateConfirmCustomizationDetailsRequest } from '../model/CreateConfirmCustomizationDetailsRequest.js';
216
200
  import { CreateConfirmCustomizationDetailsResponse } from '../model/CreateConfirmCustomizationDetailsResponse.js';
217
- import { CreateAmazonMotorsRequest } from '../model/CreateAmazonMotorsRequest.js';
218
- import { CreateAmazonMotorsResponse } from '../model/CreateAmazonMotorsResponse.js';
219
201
  import { CreateConfirmDeliveryDetailsRequest } from '../model/CreateConfirmDeliveryDetailsRequest.js';
220
202
  import { CreateConfirmDeliveryDetailsResponse } from '../model/CreateConfirmDeliveryDetailsResponse.js';
221
203
  import { CreateConfirmOrderDetailsRequest } from '../model/CreateConfirmOrderDetailsRequest.js';
@@ -1 +1 @@
1
- {"version":3,"file":"MessagingApi.d.ts","sourceRoot":"","sources":["MessagingApi.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MessagingApi.d.ts","sourceRoot":"","sources":["MessagingApi.js"],"names":[],"mappings":"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"}
@@ -12,8 +12,6 @@
12
12
  */
13
13
 
14
14
  import { ApiClient } from '../ApiClient.js'
15
- import { CreateAmazonMotorsRequest } from '../model/CreateAmazonMotorsRequest.js'
16
- import { CreateAmazonMotorsResponse } from '../model/CreateAmazonMotorsResponse.js'
17
15
  import { CreateConfirmCustomizationDetailsRequest } from '../model/CreateConfirmCustomizationDetailsRequest.js'
18
16
  import { CreateConfirmCustomizationDetailsResponse } from '../model/CreateConfirmCustomizationDetailsResponse.js'
19
17
  import { CreateConfirmDeliveryDetailsRequest } from '../model/CreateConfirmDeliveryDetailsRequest.js'
@@ -66,7 +64,6 @@ export class MessagingApi {
66
64
  const defaultRateLimitFetcher = new DefaultRateLimitFetcher()
67
65
  const operations = [
68
66
  'MessagingApi-confirmCustomizationDetails',
69
- 'MessagingApi-createAmazonMotors',
70
67
  'MessagingApi-createConfirmDeliveryDetails',
71
68
  'MessagingApi-createConfirmOrderDetails',
72
69
  'MessagingApi-createConfirmServiceDetails',
@@ -154,67 +151,6 @@ export class MessagingApi {
154
151
  })
155
152
  }
156
153
 
157
- /**
158
- * Sends a message to a buyer to provide details about an Amazon Motors order. This message can only be sent by Amazon Motors sellers. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
159
- * @param {String} amazonOrderId An Amazon order identifier. This identifies the order for which a message is sent.
160
- * @param {[String]} marketplaceIds A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.
161
- * @param {CreateAmazonMotorsRequest} body This contains the message body for a message.
162
- * @return {Promise<CreateAmazonMotorsResponse>}
163
- */
164
- createAmazonMotorsWithHttpInfo (amazonOrderId, marketplaceIds, body) {
165
- const postBody = body
166
-
167
- // verify the required parameter 'amazonOrderId' is set
168
- if (amazonOrderId === undefined || amazonOrderId === null) {
169
- throw new Error("Missing the required parameter 'amazonOrderId' when calling createAmazonMotors")
170
- }
171
-
172
- // verify the required parameter 'marketplaceIds' is set
173
- if (marketplaceIds === undefined || marketplaceIds === null) {
174
- throw new Error("Missing the required parameter 'marketplaceIds' when calling createAmazonMotors")
175
- }
176
-
177
- // verify the required parameter 'body' is set
178
- if (body === undefined || body === null) {
179
- throw new Error("Missing the required parameter 'body' when calling createAmazonMotors")
180
- }
181
-
182
- const pathParams = {
183
- amazonOrderId
184
- }
185
- const queryParams = {
186
- marketplaceIds: this.apiClient.buildCollectionParam(marketplaceIds, 'csv')
187
- }
188
- const headerParams = {
189
- }
190
- const formParams = {
191
- }
192
-
193
- const contentTypes = ['application/json']
194
- const accepts = ['application/hal+json']
195
- const returnType = CreateAmazonMotorsResponse
196
-
197
- return this.apiClient.callApi('MessagingApi-createAmazonMotors',
198
- '/messaging/v1/orders/{amazonOrderId}/messages/amazonMotors', 'POST',
199
- pathParams, queryParams, headerParams, formParams, postBody,
200
- contentTypes, accepts, returnType, this.getRateLimiter('MessagingApi-createAmazonMotors')
201
- )
202
- }
203
-
204
- /**
205
- * Sends a message to a buyer to provide details about an Amazon Motors order. This message can only be sent by Amazon Motors sellers. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
206
- * @param {String} amazonOrderId An Amazon order identifier. This identifies the order for which a message is sent.
207
- * @param {[String]} marketplaceIds A marketplace identifier. This identifies the marketplace in which the order was placed. You can only specify one marketplace.
208
- * @param {CreateAmazonMotorsRequest} body This contains the message body for a message.
209
- * @return {Promise<CreateAmazonMotorsResponse>}
210
- */
211
- createAmazonMotors (amazonOrderId, marketplaceIds, body) {
212
- return this.createAmazonMotorsWithHttpInfo(amazonOrderId, marketplaceIds, body)
213
- .then(function (response_and_data) {
214
- return response_and_data.data
215
- })
216
- }
217
-
218
154
  /**
219
155
  * Sends a message to a buyer to arrange a delivery or to confirm contact information for making a delivery. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
220
156
  * @param {String} amazonOrderId An Amazon order identifier. This identifies the order for which a message is sent.
@@ -1,7 +1,5 @@
1
1
  import { ApiClient } from './ApiClient.js';
2
2
  import { Attachment } from './model/Attachment.js';
3
- import { CreateAmazonMotorsRequest } from './model/CreateAmazonMotorsRequest.js';
4
- import { CreateAmazonMotorsResponse } from './model/CreateAmazonMotorsResponse.js';
5
3
  import { CreateConfirmCustomizationDetailsRequest } from './model/CreateConfirmCustomizationDetailsRequest.js';
6
4
  import { CreateConfirmCustomizationDetailsResponse } from './model/CreateConfirmCustomizationDetailsResponse.js';
7
5
  import { CreateConfirmDeliveryDetailsRequest } from './model/CreateConfirmDeliveryDetailsRequest.js';
@@ -34,5 +32,5 @@ import { InvoiceResponse } from './model/InvoiceResponse.js';
34
32
  import { LinkObject } from './model/LinkObject.js';
35
33
  import { MessagingAction } from './model/MessagingAction.js';
36
34
  import { MessagingApi } from './api/MessagingApi.js';
37
- export { ApiClient, Attachment, CreateAmazonMotorsRequest, CreateAmazonMotorsResponse, CreateConfirmCustomizationDetailsRequest, CreateConfirmCustomizationDetailsResponse, CreateConfirmDeliveryDetailsRequest, CreateConfirmDeliveryDetailsResponse, CreateConfirmOrderDetailsRequest, CreateConfirmOrderDetailsResponse, CreateConfirmServiceDetailsRequest, CreateConfirmServiceDetailsResponse, CreateDigitalAccessKeyRequest, CreateDigitalAccessKeyResponse, CreateLegalDisclosureRequest, CreateLegalDisclosureResponse, CreateUnexpectedProblemRequest, CreateUnexpectedProblemResponse, CreateWarrantyRequest, CreateWarrantyResponse, Error, GetAttributesResponse, GetAttributesResponseBuyer, GetMessagingActionResponse, GetMessagingActionResponseEmbedded, GetMessagingActionResponseLinks, GetMessagingActionsForOrderResponse, GetMessagingActionsForOrderResponseEmbedded, GetMessagingActionsForOrderResponseLinks, GetSchemaResponse, GetSchemaResponseLinks, InvoiceRequest, InvoiceResponse, LinkObject, MessagingAction, MessagingApi };
35
+ export { ApiClient, Attachment, CreateConfirmCustomizationDetailsRequest, CreateConfirmCustomizationDetailsResponse, CreateConfirmDeliveryDetailsRequest, CreateConfirmDeliveryDetailsResponse, CreateConfirmOrderDetailsRequest, CreateConfirmOrderDetailsResponse, CreateConfirmServiceDetailsRequest, CreateConfirmServiceDetailsResponse, CreateDigitalAccessKeyRequest, CreateDigitalAccessKeyResponse, CreateLegalDisclosureRequest, CreateLegalDisclosureResponse, CreateUnexpectedProblemRequest, CreateUnexpectedProblemResponse, CreateWarrantyRequest, CreateWarrantyResponse, Error, GetAttributesResponse, GetAttributesResponseBuyer, GetMessagingActionResponse, GetMessagingActionResponseEmbedded, GetMessagingActionResponseLinks, GetMessagingActionsForOrderResponse, GetMessagingActionsForOrderResponseEmbedded, GetMessagingActionsForOrderResponseLinks, GetSchemaResponse, GetSchemaResponseLinks, InvoiceRequest, InvoiceResponse, LinkObject, MessagingAction, MessagingApi };
38
36
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;2BACf,uBAAuB;0CACR,sCAAsC;2CACrC,uCAAuC;yDACzB,qDAAqD;0DACpD,sDAAsD;oDAC5D,gDAAgD;qDAC/C,iDAAiD;iDACrD,6CAA6C;kDAC5C,8CAA8C;mDAC7C,+CAA+C;oDAC9C,gDAAgD;8CACtD,0CAA0C;+CACzC,2CAA2C;6CAC7C,yCAAyC;8CACxC,0CAA0C;+CACzC,2CAA2C;gDAC1C,4CAA4C;sCACtD,kCAAkC;uCACjC,mCAAmC;sBACpD,kBAAkB;sCACF,kCAAkC;2CAC7B,uCAAuC;2CACvC,uCAAuC;mDAC/B,+CAA+C;gDAClD,4CAA4C;oDACxC,gDAAgD;4DACxC,wDAAwD;yDAC3D,qDAAqD;kCAC5E,8BAA8B;uCACzB,mCAAmC;+BAC3C,2BAA2B;gCAC1B,4BAA4B;2BACjC,uBAAuB;gCAClB,4BAA4B;6BAC/B,uBAAuB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"0BAa0B,gBAAgB;2BACf,uBAAuB;yDACO,qDAAqD;0DACpD,sDAAsD;oDAC5D,gDAAgD;qDAC/C,iDAAiD;iDACrD,6CAA6C;kDAC5C,8CAA8C;mDAC7C,+CAA+C;oDAC9C,gDAAgD;8CACtD,0CAA0C;+CACzC,2CAA2C;6CAC7C,yCAAyC;8CACxC,0CAA0C;+CACzC,2CAA2C;gDAC1C,4CAA4C;sCACtD,kCAAkC;uCACjC,mCAAmC;sBACpD,kBAAkB;sCACF,kCAAkC;2CAC7B,uCAAuC;2CACvC,uCAAuC;mDAC/B,+CAA+C;gDAClD,4CAA4C;oDACxC,gDAAgD;4DACxC,wDAAwD;yDAC3D,qDAAqD;kCAC5E,8BAA8B;uCACzB,mCAAmC;+BAC3C,2BAA2B;gCAC1B,4BAA4B;2BACjC,uBAAuB;gCAClB,4BAA4B;6BAC/B,uBAAuB"}
@@ -13,8 +13,6 @@
13
13
 
14
14
  import { ApiClient } from './ApiClient.js'
15
15
  import { Attachment } from './model/Attachment.js'
16
- import { CreateAmazonMotorsRequest } from './model/CreateAmazonMotorsRequest.js'
17
- import { CreateAmazonMotorsResponse } from './model/CreateAmazonMotorsResponse.js'
18
16
  import { CreateConfirmCustomizationDetailsRequest } from './model/CreateConfirmCustomizationDetailsRequest.js'
19
17
  import { CreateConfirmCustomizationDetailsResponse } from './model/CreateConfirmCustomizationDetailsResponse.js'
20
18
  import { CreateConfirmDeliveryDetailsRequest } from './model/CreateConfirmDeliveryDetailsRequest.js'
@@ -67,18 +65,6 @@ export {
67
65
  */
68
66
  Attachment,
69
67
 
70
- /**
71
- * The CreateAmazonMotorsRequest model constructor.
72
- * @property {module:messaging_v1/model/CreateAmazonMotorsRequest}
73
- */
74
- CreateAmazonMotorsRequest,
75
-
76
- /**
77
- * The CreateAmazonMotorsResponse model constructor.
78
- * @property {module:messaging_v1/model/CreateAmazonMotorsResponse}
79
- */
80
- CreateAmazonMotorsResponse,
81
-
82
68
  /**
83
69
  * The CreateConfirmCustomizationDetailsRequest model constructor.
84
70
  * @property {module:messaging_v1/model/CreateConfirmCustomizationDetailsRequest}
@@ -72,6 +72,18 @@ export class OrdersV0Api {
72
72
  * @return {Promise<GetOrderBuyerInfoResponse>}
73
73
  */
74
74
  getOrderBuyerInfo(orderId: string): Promise<GetOrderBuyerInfoResponse>;
75
+ /**
76
+ * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
77
+ * @param {String} orderId The Amazon order identifier in 3-7-7 format.
78
+ * @return {Promise<GetOrderFulfillmentInstructionsResponse>}
79
+ */
80
+ getOrderFulfillmentInstructionsWithHttpInfo(orderId: string): Promise<GetOrderFulfillmentInstructionsResponse>;
81
+ /**
82
+ * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
83
+ * @param {String} orderId The Amazon order identifier in 3-7-7 format.
84
+ * @return {Promise<GetOrderFulfillmentInstructionsResponse>}
85
+ */
86
+ getOrderFulfillmentInstructions(orderId: string): Promise<GetOrderFulfillmentInstructionsResponse>;
75
87
  /**
76
88
  * Returns detailed order item information for the order that you specify. If &#x60;NextToken&#x60; is provided, it&#39;s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
77
89
  * @param {String} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -135,8 +147,7 @@ export class OrdersV0Api {
135
147
  * @param {[String]} [opts.orderStatuses] A list of &#x60;OrderStatus&#x60; values used to filter the results. **Possible values:** - &#x60;PendingAvailability&#x60; (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - &#x60;Pending&#x60; (The order has been placed but payment has not been authorized.) - &#x60;Unshipped&#x60; (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - &#x60;PartiallyShipped&#x60; (One or more, but not all, items in the order have been shipped.) - &#x60;Shipped&#x60; (All items in the order have been shipped.) - &#x60;InvoiceUnconfirmed&#x60; (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - &#x60;Canceled&#x60; (The order has been canceled.) - &#x60;Unfulfillable&#x60; (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
136
148
  * @param {[String]} [opts.fulfillmentChannels] A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. **Possible values**: &#x60;AFN&#x60; (fulfilled by Amazon), &#x60;MFN&#x60; (fulfilled by seller).
137
149
  * @param {[String]} [opts.paymentMethods] A list of payment method values. Use this field to select orders that were paid with the specified payment methods. **Possible values**: &#x60;COD&#x60; (cash on delivery), &#x60;CVS&#x60; (convenience store), &#x60;Other&#x60; (Any payment method other than COD or CVS).
138
- * @param {String} [opts.buyerEmail] The email address of a buyer. Used to select orders that contain the specified email address.
139
- * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, LastUpdatedBefore, and &#x60;BuyerEmail&#x60; cannot be specified.
150
+ * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, and &#x60;LastUpdatedBefore&#x60; cannot be specified.
140
151
  * @param {Number} [opts.maxResultsPerPage] A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
141
152
  * @param {[String]} [opts.easyShipShipmentStatuses] A list of &#x60;EasyShipShipmentStatus&#x60; values. Used to select Easy Ship orders with statuses that match the specified values. If &#x60;EasyShipShipmentStatus&#x60; is specified, only Amazon Easy Ship orders are returned. **Possible values:** - &#x60;PendingSchedule&#x60; (The package is awaiting the schedule for pick-up.) - &#x60;PendingPickUp&#x60; (Amazon has not yet picked up the package from the seller.) - &#x60;PendingDropOff&#x60; (The seller will deliver the package to the carrier.) - &#x60;LabelCanceled&#x60; (The seller canceled the pickup.) - &#x60;PickedUp&#x60; (Amazon has picked up the package from the seller.) - &#x60;DroppedOff&#x60; (The package is delivered to the carrier by the seller.) - &#x60;AtOriginFC&#x60; (The packaged is at the origin fulfillment center.) - &#x60;AtDestinationFC&#x60; (The package is at the destination fulfillment center.) - &#x60;Delivered&#x60; (The package has been delivered.) - &#x60;RejectedByBuyer&#x60; (The package has been rejected by the buyer.) - &#x60;Undeliverable&#x60; (The package cannot be delivered.) - &#x60;ReturningToSeller&#x60; (The package was not delivered and is being returned to the seller.) - &#x60;ReturnedToSeller&#x60; (The package was not delivered and was returned to the seller.) - &#x60;Lost&#x60; (The package is lost.) - &#x60;OutForDelivery&#x60; (The package is out for delivery.) - &#x60;Damaged&#x60; (The package was damaged by the carrier.)
142
153
  * @param {[String]} [opts.electronicInvoiceStatuses] A list of &#x60;ElectronicInvoiceStatus&#x60; values. Used to select orders with electronic invoice statuses that match the specified values. **Possible values:** - &#x60;NotRequired&#x60; (Electronic invoice submission is not required for this order.) - &#x60;NotFound&#x60; (The electronic invoice was not submitted for this order.) - &#x60;Processing&#x60; (The electronic invoice is being processed for this order.) - &#x60;Errored&#x60; (The last submitted electronic invoice was rejected for this order.) - &#x60;Accepted&#x60; (The last submitted electronic invoice was submitted and accepted.)
@@ -145,8 +156,8 @@ export class OrdersV0Api {
145
156
  * @param {String} [opts.actualFulfillmentSupplySourceId] The &#x60;sourceId&#x60; of the location from where you want the order fulfilled.
146
157
  * @param {Boolean} [opts.isISPU] When true, this order is marked to be picked up from a store rather than delivered.
147
158
  * @param {String} [opts.storeChainStoreId] The store chain store identifier. Linked to a specific store in a store chain.
148
- * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with a earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
149
- * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with a earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
159
+ * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with an earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
160
+ * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with an earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
150
161
  * @param {String} [opts.latestDeliveryDateBefore] Use this date to select orders with a latest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
151
162
  * @param {String} [opts.latestDeliveryDateAfter] Use this date to select orders with a latest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
152
163
  * @return {Promise<GetOrdersResponse>}
@@ -159,7 +170,6 @@ export class OrdersV0Api {
159
170
  orderStatuses?: [string];
160
171
  fulfillmentChannels?: [string];
161
172
  paymentMethods?: [string];
162
- buyerEmail?: string;
163
173
  sellerOrderId?: string;
164
174
  maxResultsPerPage?: number;
165
175
  easyShipShipmentStatuses?: [string];
@@ -185,8 +195,7 @@ export class OrdersV0Api {
185
195
  * @param {[String]} [opts.orderStatuses] A list of &#x60;OrderStatus&#x60; values used to filter the results. **Possible values:** - &#x60;PendingAvailability&#x60; (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - &#x60;Pending&#x60; (The order has been placed but payment has not been authorized.) - &#x60;Unshipped&#x60; (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - &#x60;PartiallyShipped&#x60; (One or more, but not all, items in the order have been shipped.) - &#x60;Shipped&#x60; (All items in the order have been shipped.) - &#x60;InvoiceUnconfirmed&#x60; (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - &#x60;Canceled&#x60; (The order has been canceled.) - &#x60;Unfulfillable&#x60; (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
186
196
  * @param {[String]} [opts.fulfillmentChannels] A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. **Possible values**: &#x60;AFN&#x60; (fulfilled by Amazon), &#x60;MFN&#x60; (fulfilled by seller).
187
197
  * @param {[String]} [opts.paymentMethods] A list of payment method values. Use this field to select orders that were paid with the specified payment methods. **Possible values**: &#x60;COD&#x60; (cash on delivery), &#x60;CVS&#x60; (convenience store), &#x60;Other&#x60; (Any payment method other than COD or CVS).
188
- * @param {String} [opts.buyerEmail] The email address of a buyer. Used to select orders that contain the specified email address.
189
- * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, LastUpdatedBefore, and &#x60;BuyerEmail&#x60; cannot be specified.
198
+ * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, and &#x60;LastUpdatedBefore&#x60; cannot be specified.
190
199
  * @param {Number} [opts.maxResultsPerPage] A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
191
200
  * @param {[String]} [opts.easyShipShipmentStatuses] A list of &#x60;EasyShipShipmentStatus&#x60; values. Used to select Easy Ship orders with statuses that match the specified values. If &#x60;EasyShipShipmentStatus&#x60; is specified, only Amazon Easy Ship orders are returned. **Possible values:** - &#x60;PendingSchedule&#x60; (The package is awaiting the schedule for pick-up.) - &#x60;PendingPickUp&#x60; (Amazon has not yet picked up the package from the seller.) - &#x60;PendingDropOff&#x60; (The seller will deliver the package to the carrier.) - &#x60;LabelCanceled&#x60; (The seller canceled the pickup.) - &#x60;PickedUp&#x60; (Amazon has picked up the package from the seller.) - &#x60;DroppedOff&#x60; (The package is delivered to the carrier by the seller.) - &#x60;AtOriginFC&#x60; (The packaged is at the origin fulfillment center.) - &#x60;AtDestinationFC&#x60; (The package is at the destination fulfillment center.) - &#x60;Delivered&#x60; (The package has been delivered.) - &#x60;RejectedByBuyer&#x60; (The package has been rejected by the buyer.) - &#x60;Undeliverable&#x60; (The package cannot be delivered.) - &#x60;ReturningToSeller&#x60; (The package was not delivered and is being returned to the seller.) - &#x60;ReturnedToSeller&#x60; (The package was not delivered and was returned to the seller.) - &#x60;Lost&#x60; (The package is lost.) - &#x60;OutForDelivery&#x60; (The package is out for delivery.) - &#x60;Damaged&#x60; (The package was damaged by the carrier.)
192
201
  * @param {[String]} [opts.electronicInvoiceStatuses] A list of &#x60;ElectronicInvoiceStatus&#x60; values. Used to select orders with electronic invoice statuses that match the specified values. **Possible values:** - &#x60;NotRequired&#x60; (Electronic invoice submission is not required for this order.) - &#x60;NotFound&#x60; (The electronic invoice was not submitted for this order.) - &#x60;Processing&#x60; (The electronic invoice is being processed for this order.) - &#x60;Errored&#x60; (The last submitted electronic invoice was rejected for this order.) - &#x60;Accepted&#x60; (The last submitted electronic invoice was submitted and accepted.)
@@ -195,8 +204,8 @@ export class OrdersV0Api {
195
204
  * @param {String} [opts.actualFulfillmentSupplySourceId] The &#x60;sourceId&#x60; of the location from where you want the order fulfilled.
196
205
  * @param {Boolean} [opts.isISPU] When true, this order is marked to be picked up from a store rather than delivered.
197
206
  * @param {String} [opts.storeChainStoreId] The store chain store identifier. Linked to a specific store in a store chain.
198
- * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with a earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
199
- * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with a earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
207
+ * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with an earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
208
+ * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with an earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
200
209
  * @param {String} [opts.latestDeliveryDateBefore] Use this date to select orders with a latest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
201
210
  * @param {String} [opts.latestDeliveryDateAfter] Use this date to select orders with a latest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
202
211
  * @return {Promise<GetOrdersResponse>}
@@ -209,7 +218,6 @@ export class OrdersV0Api {
209
218
  orderStatuses?: [string];
210
219
  fulfillmentChannels?: [string];
211
220
  paymentMethods?: [string];
212
- buyerEmail?: string;
213
221
  sellerOrderId?: string;
214
222
  maxResultsPerPage?: number;
215
223
  easyShipShipmentStatuses?: [string];
@@ -244,6 +252,7 @@ import { ConfirmShipmentRequest } from '../model/ConfirmShipmentRequest.js';
244
252
  import { GetOrderResponse } from '../model/GetOrderResponse.js';
245
253
  import { GetOrderAddressResponse } from '../model/GetOrderAddressResponse.js';
246
254
  import { GetOrderBuyerInfoResponse } from '../model/GetOrderBuyerInfoResponse.js';
255
+ import { GetOrderFulfillmentInstructionsResponse } from '../model/GetOrderFulfillmentInstructionsResponse.js';
247
256
  import { GetOrderItemsResponse } from '../model/GetOrderItemsResponse.js';
248
257
  import { GetOrderItemsBuyerInfoResponse } from '../model/GetOrderItemsBuyerInfoResponse.js';
249
258
  import { GetOrderRegulatedInfoResponse } from '../model/GetOrderRegulatedInfoResponse.js';
@@ -1 +1 @@
1
- {"version":3,"file":"OrdersV0Api.d.ts","sourceRoot":"","sources":["OrdersV0Api.js"],"names":[],"mappings":"AA4BA;;;;EAIE;AACF;IAIE;;;;;;QAMI;IACJ,wBAHY,SAAS,EAMpB;IAFC,eAAgD;IAIlD;;SAEK;IACL,wCAmBC;IAED;;;SAGK;IACL,uCAEC;IAED;;;;;SAKK;IACL,sDAHa,sBAAsB,GACrB,OAAO,CAAC,IAAI,CAAC,CAkC1B;IAED;;;;;SAKK;IACL,0CAHa,sBAAsB,GACrB,OAAO,CAAC,IAAI,CAAC,CAO1B;IAED;;;;SAIK;IACL,uCAFc,OAAO,CAAC,gBAAgB,CAAC,CA6BtC;IAED;;;;SAIK;IACL,2BAFc,OAAO,CAAC,gBAAgB,CAAC,CAOtC;IAED;;;;SAIK;IACL,8CAFc,OAAO,CAAC,uBAAuB,CAAC,CA6B7C;IAED;;;;SAIK;IACL,kCAFc,OAAO,CAAC,uBAAuB,CAAC,CAO7C;IAED;;;;SAIK;IACL,gDAFc,OAAO,CAAC,yBAAyB,CAAC,CA6B/C;IAED;;;;SAIK;IACL,oCAFc,OAAO,CAAC,yBAAyB,CAAC,CAO/C;IAED;;;;;;SAMK;IACL,kDAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,qBAAqB,CAAC,CA+B3C;IAED;;;;;;SAMK;IACL,sCAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,qBAAqB,CAAC,CAO3C;IAED;;;;;;SAMK;IACL,2DAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,8BAA8B,CAAC,CA+BpD;IAED;;;;;;SAMK;IACL,+CAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,8BAA8B,CAAC,CAOpD;IAED;;;;SAIK;IACL,oDAFc,OAAO,CAAC,6BAA6B,CAAC,CA6BnD;IAED;;;;SAIK;IACL,wCAFc,OAAO,CAAC,6BAA6B,CAAC,CAOnD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;SA0BK;IACL,sCAzBa,QAAQ,SAEhB;QAAsB,YAAY;QACZ,aAAa;QACb,gBAAgB;QAChB,iBAAiB;QACf,aAAa,GAA7B,QAAQ;QACQ,mBAAmB,GAAnC,QAAQ;QACQ,cAAc,GAA9B,QAAQ;QACM,UAAU;QACV,aAAa;QACb,iBAAiB;QACf,wBAAwB,GAAxC,QAAQ;QACQ,yBAAyB,GAAzC,QAAQ;QACM,SAAS;QACP,cAAc,GAA9B,QAAQ;QACM,+BAA+B;QAC9B,MAAM;QACP,iBAAiB;QACjB,0BAA0B;QAC1B,yBAAyB;QACzB,wBAAwB;QACxB,uBAAuB;KAC7C,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAmDvC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;SA0BK;IACL,0BAzBa,QAAQ,SAEhB;QAAsB,YAAY;QACZ,aAAa;QACb,gBAAgB;QAChB,iBAAiB;QACf,aAAa,GAA7B,QAAQ;QACQ,mBAAmB,GAAnC,QAAQ;QACQ,cAAc,GAA9B,QAAQ;QACM,UAAU;QACV,aAAa;QACb,iBAAiB;QACf,wBAAwB,GAAxC,QAAQ;QACQ,yBAAyB,GAAzC,QAAQ;QACM,SAAS;QACP,cAAc,GAA9B,QAAQ;QACM,+BAA+B;QAC9B,MAAM;QACP,iBAAiB;QACjB,0BAA0B;QAC1B,yBAAyB;QACzB,wBAAwB;QACxB,uBAAuB;KAC7C,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAOvC;IAED;;;;;SAKK;IACL,+DAHa,+BAA+B,GAC9B,OAAO,CAAC,IAAI,CAAC,CAkC1B;IAED;;;;;SAKK;IACL,mDAHa,+BAA+B,GAC9B,OAAO,CAAC,IAAI,CAAC,CAO1B;;CACF;uCA3jBsC,oCAAoC;iCAM1C,8BAA8B;wCALvB,qCAAqC;0CACnC,uCAAuC;sCAE3C,mCAAmC;+CAD1B,4CAA4C;8CAE7C,2CAA2C;kCAEvD,+BAA+B;gDAEjB,6CAA6C;0BAXnE,iBAAiB"}
1
+ {"version":3,"file":"OrdersV0Api.d.ts","sourceRoot":"","sources":["OrdersV0Api.js"],"names":[],"mappings":"AA6BA;;;;EAIE;AACF;IAIE;;;;;;QAMI;IACJ,wBAHY,SAAS,EAMpB;IAFC,eAAgD;IAIlD;;SAEK;IACL,wCAoBC;IAED;;;SAGK;IACL,uCAEC;IAED;;;;;SAKK;IACL,sDAHa,sBAAsB,GACrB,OAAO,CAAC,IAAI,CAAC,CAkC1B;IAED;;;;;SAKK;IACL,0CAHa,sBAAsB,GACrB,OAAO,CAAC,IAAI,CAAC,CAO1B;IAED;;;;SAIK;IACL,uCAFc,OAAO,CAAC,gBAAgB,CAAC,CA6BtC;IAED;;;;SAIK;IACL,2BAFc,OAAO,CAAC,gBAAgB,CAAC,CAOtC;IAED;;;;SAIK;IACL,8CAFc,OAAO,CAAC,uBAAuB,CAAC,CA6B7C;IAED;;;;SAIK;IACL,kCAFc,OAAO,CAAC,uBAAuB,CAAC,CAO7C;IAED;;;;SAIK;IACL,gDAFc,OAAO,CAAC,yBAAyB,CAAC,CA6B/C;IAED;;;;SAIK;IACL,oCAFc,OAAO,CAAC,yBAAyB,CAAC,CAO/C;IAED;;;;SAIK;IACL,8DAFc,OAAO,CAAC,uCAAuC,CAAC,CA6B7D;IAED;;;;SAIK;IACL,kDAFc,OAAO,CAAC,uCAAuC,CAAC,CAO7D;IAED;;;;;;SAMK;IACL,kDAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,qBAAqB,CAAC,CA+B3C;IAED;;;;;;SAMK;IACL,sCAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,qBAAqB,CAAC,CAO3C;IAED;;;;;;SAMK;IACL,2DAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,8BAA8B,CAAC,CA+BpD;IAED;;;;;;SAMK;IACL,+CAHK;QAAsB,SAAS;KAC/B,GAAS,OAAO,CAAC,8BAA8B,CAAC,CAOpD;IAED;;;;SAIK;IACL,oDAFc,OAAO,CAAC,6BAA6B,CAAC,CA6BnD;IAED;;;;SAIK;IACL,wCAFc,OAAO,CAAC,6BAA6B,CAAC,CAOnD;IAED;;;;;;;;;;;;;;;;;;;;;;;;;SAyBK;IACL,sCAxBa,QAAQ,SAEhB;QAAsB,YAAY;QACZ,aAAa;QACb,gBAAgB;QAChB,iBAAiB;QACf,aAAa,GAA7B,QAAQ;QACQ,mBAAmB,GAAnC,QAAQ;QACQ,cAAc,GAA9B,QAAQ;QACM,aAAa;QACb,iBAAiB;QACf,wBAAwB,GAAxC,QAAQ;QACQ,yBAAyB,GAAzC,QAAQ;QACM,SAAS;QACP,cAAc,GAA9B,QAAQ;QACM,+BAA+B;QAC9B,MAAM;QACP,iBAAiB;QACjB,0BAA0B;QAC1B,yBAAyB;QACzB,wBAAwB;QACxB,uBAAuB;KAC7C,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAkDvC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;SAyBK;IACL,0BAxBa,QAAQ,SAEhB;QAAsB,YAAY;QACZ,aAAa;QACb,gBAAgB;QAChB,iBAAiB;QACf,aAAa,GAA7B,QAAQ;QACQ,mBAAmB,GAAnC,QAAQ;QACQ,cAAc,GAA9B,QAAQ;QACM,aAAa;QACb,iBAAiB;QACf,wBAAwB,GAAxC,QAAQ;QACQ,yBAAyB,GAAzC,QAAQ;QACM,SAAS;QACP,cAAc,GAA9B,QAAQ;QACM,+BAA+B;QAC9B,MAAM;QACP,iBAAiB;QACjB,0BAA0B;QAC1B,yBAAyB;QACzB,wBAAwB;QACxB,uBAAuB;KAC7C,GAAS,OAAO,CAAC,iBAAiB,CAAC,CAOvC;IAED;;;;;SAKK;IACL,+DAHa,+BAA+B,GAC9B,OAAO,CAAC,IAAI,CAAC,CAkC1B;IAED;;;;;SAKK;IACL,mDAHa,+BAA+B,GAC9B,OAAO,CAAC,IAAI,CAAC,CAO1B;;CACF;uCAxmBsC,oCAAoC;iCAO1C,8BAA8B;wCANvB,qCAAqC;0CACnC,uCAAuC;wDACzB,qDAAqD;sCAEvE,mCAAmC;+CAD1B,4CAA4C;8CAE7C,2CAA2C;kCAEvD,+BAA+B;gDAEjB,6CAA6C;0BAZnE,iBAAiB"}
@@ -16,6 +16,7 @@ import { ConfirmShipmentErrorResponse } from '../model/ConfirmShipmentErrorRespo
16
16
  import { ConfirmShipmentRequest } from '../model/ConfirmShipmentRequest.js'
17
17
  import { GetOrderAddressResponse } from '../model/GetOrderAddressResponse.js'
18
18
  import { GetOrderBuyerInfoResponse } from '../model/GetOrderBuyerInfoResponse.js'
19
+ import { GetOrderFulfillmentInstructionsResponse } from '../model/GetOrderFulfillmentInstructionsResponse.js'
19
20
  import { GetOrderItemsBuyerInfoResponse } from '../model/GetOrderItemsBuyerInfoResponse.js'
20
21
  import { GetOrderItemsResponse } from '../model/GetOrderItemsResponse.js'
21
22
  import { GetOrderRegulatedInfoResponse } from '../model/GetOrderRegulatedInfoResponse.js'
@@ -58,6 +59,7 @@ export class OrdersV0Api {
58
59
  'OrdersV0Api-getOrder',
59
60
  'OrdersV0Api-getOrderAddress',
60
61
  'OrdersV0Api-getOrderBuyerInfo',
62
+ 'OrdersV0Api-getOrderFulfillmentInstructions',
61
63
  'OrdersV0Api-getOrderItems',
62
64
  'OrdersV0Api-getOrderItemsBuyerInfo',
63
65
  'OrdersV0Api-getOrderRegulatedInfo',
@@ -270,6 +272,52 @@ export class OrdersV0Api {
270
272
  })
271
273
  }
272
274
 
275
+ /**
276
+ * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
277
+ * @param {String} orderId The Amazon order identifier in 3-7-7 format.
278
+ * @return {Promise<GetOrderFulfillmentInstructionsResponse>}
279
+ */
280
+ getOrderFulfillmentInstructionsWithHttpInfo (orderId) {
281
+ const postBody = null
282
+
283
+ // verify the required parameter 'orderId' is set
284
+ if (orderId === undefined || orderId === null) {
285
+ throw new Error("Missing the required parameter 'orderId' when calling getOrderFulfillmentInstructions")
286
+ }
287
+
288
+ const pathParams = {
289
+ orderId
290
+ }
291
+ const queryParams = {
292
+ }
293
+ const headerParams = {
294
+ }
295
+ const formParams = {
296
+ }
297
+
298
+ const contentTypes = []
299
+ const accepts = ['application/json']
300
+ const returnType = GetOrderFulfillmentInstructionsResponse
301
+
302
+ return this.apiClient.callApi('OrdersV0Api-getOrderFulfillmentInstructions',
303
+ '/orders/v0/orders/{orderId}/fulfillmentInstructions', 'GET',
304
+ pathParams, queryParams, headerParams, formParams, postBody,
305
+ contentTypes, accepts, returnType, this.getRateLimiter('OrdersV0Api-getOrderFulfillmentInstructions')
306
+ )
307
+ }
308
+
309
+ /**
310
+ * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
311
+ * @param {String} orderId The Amazon order identifier in 3-7-7 format.
312
+ * @return {Promise<GetOrderFulfillmentInstructionsResponse>}
313
+ */
314
+ getOrderFulfillmentInstructions (orderId) {
315
+ return this.getOrderFulfillmentInstructionsWithHttpInfo(orderId)
316
+ .then(function (response_and_data) {
317
+ return response_and_data.data
318
+ })
319
+ }
320
+
273
321
  /**
274
322
  * Returns detailed order item information for the order that you specify. If &#x60;NextToken&#x60; is provided, it&#39;s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The &#x60;x-amzn-RateLimit-Limit&#x60; response header contains the usage plan rate limits for the operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
275
323
  * @param {String} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -431,8 +479,7 @@ export class OrdersV0Api {
431
479
  * @param {[String]} [opts.orderStatuses] A list of &#x60;OrderStatus&#x60; values used to filter the results. **Possible values:** - &#x60;PendingAvailability&#x60; (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - &#x60;Pending&#x60; (The order has been placed but payment has not been authorized.) - &#x60;Unshipped&#x60; (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - &#x60;PartiallyShipped&#x60; (One or more, but not all, items in the order have been shipped.) - &#x60;Shipped&#x60; (All items in the order have been shipped.) - &#x60;InvoiceUnconfirmed&#x60; (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - &#x60;Canceled&#x60; (The order has been canceled.) - &#x60;Unfulfillable&#x60; (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
432
480
  * @param {[String]} [opts.fulfillmentChannels] A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. **Possible values**: &#x60;AFN&#x60; (fulfilled by Amazon), &#x60;MFN&#x60; (fulfilled by seller).
433
481
  * @param {[String]} [opts.paymentMethods] A list of payment method values. Use this field to select orders that were paid with the specified payment methods. **Possible values**: &#x60;COD&#x60; (cash on delivery), &#x60;CVS&#x60; (convenience store), &#x60;Other&#x60; (Any payment method other than COD or CVS).
434
- * @param {String} [opts.buyerEmail] The email address of a buyer. Used to select orders that contain the specified email address.
435
- * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, LastUpdatedBefore, and &#x60;BuyerEmail&#x60; cannot be specified.
482
+ * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, and &#x60;LastUpdatedBefore&#x60; cannot be specified.
436
483
  * @param {Number} [opts.maxResultsPerPage] A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
437
484
  * @param {[String]} [opts.easyShipShipmentStatuses] A list of &#x60;EasyShipShipmentStatus&#x60; values. Used to select Easy Ship orders with statuses that match the specified values. If &#x60;EasyShipShipmentStatus&#x60; is specified, only Amazon Easy Ship orders are returned. **Possible values:** - &#x60;PendingSchedule&#x60; (The package is awaiting the schedule for pick-up.) - &#x60;PendingPickUp&#x60; (Amazon has not yet picked up the package from the seller.) - &#x60;PendingDropOff&#x60; (The seller will deliver the package to the carrier.) - &#x60;LabelCanceled&#x60; (The seller canceled the pickup.) - &#x60;PickedUp&#x60; (Amazon has picked up the package from the seller.) - &#x60;DroppedOff&#x60; (The package is delivered to the carrier by the seller.) - &#x60;AtOriginFC&#x60; (The packaged is at the origin fulfillment center.) - &#x60;AtDestinationFC&#x60; (The package is at the destination fulfillment center.) - &#x60;Delivered&#x60; (The package has been delivered.) - &#x60;RejectedByBuyer&#x60; (The package has been rejected by the buyer.) - &#x60;Undeliverable&#x60; (The package cannot be delivered.) - &#x60;ReturningToSeller&#x60; (The package was not delivered and is being returned to the seller.) - &#x60;ReturnedToSeller&#x60; (The package was not delivered and was returned to the seller.) - &#x60;Lost&#x60; (The package is lost.) - &#x60;OutForDelivery&#x60; (The package is out for delivery.) - &#x60;Damaged&#x60; (The package was damaged by the carrier.)
438
485
  * @param {[String]} [opts.electronicInvoiceStatuses] A list of &#x60;ElectronicInvoiceStatus&#x60; values. Used to select orders with electronic invoice statuses that match the specified values. **Possible values:** - &#x60;NotRequired&#x60; (Electronic invoice submission is not required for this order.) - &#x60;NotFound&#x60; (The electronic invoice was not submitted for this order.) - &#x60;Processing&#x60; (The electronic invoice is being processed for this order.) - &#x60;Errored&#x60; (The last submitted electronic invoice was rejected for this order.) - &#x60;Accepted&#x60; (The last submitted electronic invoice was submitted and accepted.)
@@ -441,8 +488,8 @@ export class OrdersV0Api {
441
488
  * @param {String} [opts.actualFulfillmentSupplySourceId] The &#x60;sourceId&#x60; of the location from where you want the order fulfilled.
442
489
  * @param {Boolean} [opts.isISPU] When true, this order is marked to be picked up from a store rather than delivered.
443
490
  * @param {String} [opts.storeChainStoreId] The store chain store identifier. Linked to a specific store in a store chain.
444
- * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with a earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
445
- * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with a earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
491
+ * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with an earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
492
+ * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with an earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
446
493
  * @param {String} [opts.latestDeliveryDateBefore] Use this date to select orders with a latest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
447
494
  * @param {String} [opts.latestDeliveryDateAfter] Use this date to select orders with a latest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
448
495
  * @return {Promise<GetOrdersResponse>}
@@ -467,7 +514,6 @@ export class OrdersV0Api {
467
514
  MarketplaceIds: this.apiClient.buildCollectionParam(marketplaceIds, 'csv'),
468
515
  FulfillmentChannels: this.apiClient.buildCollectionParam(opts.fulfillmentChannels, 'csv'),
469
516
  PaymentMethods: this.apiClient.buildCollectionParam(opts.paymentMethods, 'csv'),
470
- BuyerEmail: opts.buyerEmail,
471
517
  SellerOrderId: opts.sellerOrderId,
472
518
  MaxResultsPerPage: opts.maxResultsPerPage,
473
519
  EasyShipShipmentStatuses: this.apiClient.buildCollectionParam(opts.easyShipShipmentStatuses, 'csv'),
@@ -509,8 +555,7 @@ export class OrdersV0Api {
509
555
  * @param {[String]} [opts.orderStatuses] A list of &#x60;OrderStatus&#x60; values used to filter the results. **Possible values:** - &#x60;PendingAvailability&#x60; (This status is available for pre-orders only. The order has been placed, payment has not been authorized, and the release date of the item is in the future.) - &#x60;Pending&#x60; (The order has been placed but payment has not been authorized.) - &#x60;Unshipped&#x60; (Payment has been authorized and the order is ready for shipment, but no items in the order have been shipped.) - &#x60;PartiallyShipped&#x60; (One or more, but not all, items in the order have been shipped.) - &#x60;Shipped&#x60; (All items in the order have been shipped.) - &#x60;InvoiceUnconfirmed&#x60; (All items in the order have been shipped. The seller has not yet given confirmation to Amazon that the invoice has been shipped to the buyer.) - &#x60;Canceled&#x60; (The order has been canceled.) - &#x60;Unfulfillable&#x60; (The order cannot be fulfilled. This state applies only to Multi-Channel Fulfillment orders.)
510
556
  * @param {[String]} [opts.fulfillmentChannels] A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. **Possible values**: &#x60;AFN&#x60; (fulfilled by Amazon), &#x60;MFN&#x60; (fulfilled by seller).
511
557
  * @param {[String]} [opts.paymentMethods] A list of payment method values. Use this field to select orders that were paid with the specified payment methods. **Possible values**: &#x60;COD&#x60; (cash on delivery), &#x60;CVS&#x60; (convenience store), &#x60;Other&#x60; (Any payment method other than COD or CVS).
512
- * @param {String} [opts.buyerEmail] The email address of a buyer. Used to select orders that contain the specified email address.
513
- * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, LastUpdatedBefore, and &#x60;BuyerEmail&#x60; cannot be specified.
558
+ * @param {String} [opts.sellerOrderId] An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If &#x60;SellerOrderId&#x60; is specified, then &#x60;FulfillmentChannels&#x60;, &#x60;OrderStatuses&#x60;, &#x60;PaymentMethod&#x60;, &#x60;LastUpdatedAfter&#x60;, and &#x60;LastUpdatedBefore&#x60; cannot be specified.
514
559
  * @param {Number} [opts.maxResultsPerPage] A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
515
560
  * @param {[String]} [opts.easyShipShipmentStatuses] A list of &#x60;EasyShipShipmentStatus&#x60; values. Used to select Easy Ship orders with statuses that match the specified values. If &#x60;EasyShipShipmentStatus&#x60; is specified, only Amazon Easy Ship orders are returned. **Possible values:** - &#x60;PendingSchedule&#x60; (The package is awaiting the schedule for pick-up.) - &#x60;PendingPickUp&#x60; (Amazon has not yet picked up the package from the seller.) - &#x60;PendingDropOff&#x60; (The seller will deliver the package to the carrier.) - &#x60;LabelCanceled&#x60; (The seller canceled the pickup.) - &#x60;PickedUp&#x60; (Amazon has picked up the package from the seller.) - &#x60;DroppedOff&#x60; (The package is delivered to the carrier by the seller.) - &#x60;AtOriginFC&#x60; (The packaged is at the origin fulfillment center.) - &#x60;AtDestinationFC&#x60; (The package is at the destination fulfillment center.) - &#x60;Delivered&#x60; (The package has been delivered.) - &#x60;RejectedByBuyer&#x60; (The package has been rejected by the buyer.) - &#x60;Undeliverable&#x60; (The package cannot be delivered.) - &#x60;ReturningToSeller&#x60; (The package was not delivered and is being returned to the seller.) - &#x60;ReturnedToSeller&#x60; (The package was not delivered and was returned to the seller.) - &#x60;Lost&#x60; (The package is lost.) - &#x60;OutForDelivery&#x60; (The package is out for delivery.) - &#x60;Damaged&#x60; (The package was damaged by the carrier.)
516
561
  * @param {[String]} [opts.electronicInvoiceStatuses] A list of &#x60;ElectronicInvoiceStatus&#x60; values. Used to select orders with electronic invoice statuses that match the specified values. **Possible values:** - &#x60;NotRequired&#x60; (Electronic invoice submission is not required for this order.) - &#x60;NotFound&#x60; (The electronic invoice was not submitted for this order.) - &#x60;Processing&#x60; (The electronic invoice is being processed for this order.) - &#x60;Errored&#x60; (The last submitted electronic invoice was rejected for this order.) - &#x60;Accepted&#x60; (The last submitted electronic invoice was submitted and accepted.)
@@ -519,8 +564,8 @@ export class OrdersV0Api {
519
564
  * @param {String} [opts.actualFulfillmentSupplySourceId] The &#x60;sourceId&#x60; of the location from where you want the order fulfilled.
520
565
  * @param {Boolean} [opts.isISPU] When true, this order is marked to be picked up from a store rather than delivered.
521
566
  * @param {String} [opts.storeChainStoreId] The store chain store identifier. Linked to a specific store in a store chain.
522
- * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with a earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
523
- * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with a earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
567
+ * @param {String} [opts.earliestDeliveryDateBefore] Use this date to select orders with an earliest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
568
+ * @param {String} [opts.earliestDeliveryDateAfter] Use this date to select orders with an earliest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
524
569
  * @param {String} [opts.latestDeliveryDateBefore] Use this date to select orders with a latest delivery date before (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
525
570
  * @param {String} [opts.latestDeliveryDateAfter] Use this date to select orders with a latest delivery date after (or at) a specified time. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
526
571
  * @return {Promise<GetOrdersResponse>}