@sp-api-sdk/orders-api-v0 3.3.0 → 3.4.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 (256) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/src/api-model/api/orders-v0-api.js +130 -71
  3. package/dist/cjs/src/api-model/api.js +1 -1
  4. package/dist/cjs/src/api-model/base.js +1 -1
  5. package/dist/cjs/src/api-model/common.js +1 -1
  6. package/dist/cjs/src/api-model/configuration.js +1 -1
  7. package/dist/cjs/src/api-model/index.js +1 -1
  8. package/dist/cjs/src/api-model/models/address-extended-fields.js +1 -1
  9. package/dist/cjs/src/api-model/models/address.js +1 -1
  10. package/dist/cjs/src/api-model/models/associated-item.js +1 -1
  11. package/dist/cjs/src/api-model/models/association-type.js +1 -1
  12. package/dist/cjs/src/api-model/models/automated-shipping-settings.js +1 -1
  13. package/dist/cjs/src/api-model/models/business-hours.js +1 -1
  14. package/dist/cjs/src/api-model/models/buyer-customized-info-detail.js +1 -1
  15. package/dist/cjs/src/api-model/models/buyer-info.js +1 -1
  16. package/dist/cjs/src/api-model/models/buyer-requested-cancel.js +1 -1
  17. package/dist/cjs/src/api-model/models/buyer-tax-info.js +1 -1
  18. package/dist/cjs/src/api-model/models/buyer-tax-information.js +1 -1
  19. package/dist/cjs/src/api-model/models/confirm-shipment-error-response.js +1 -1
  20. package/dist/cjs/src/api-model/models/confirm-shipment-order-item.js +1 -1
  21. package/dist/cjs/src/api-model/models/confirm-shipment-request.js +1 -1
  22. package/dist/cjs/src/api-model/models/constraint-type.js +1 -1
  23. package/dist/cjs/src/api-model/models/delivery-preferences.js +1 -1
  24. package/dist/cjs/src/api-model/models/easy-ship-shipment-status.js +2 -2
  25. package/dist/cjs/src/api-model/models/electronic-invoice-status.js +1 -1
  26. package/dist/cjs/src/api-model/models/exception-dates.js +1 -1
  27. package/dist/cjs/src/api-model/models/fulfillment-instruction.js +1 -1
  28. package/dist/cjs/src/api-model/models/fulfillment-instructions.js +15 -0
  29. package/dist/cjs/src/api-model/models/fulfillment-location.js +15 -0
  30. package/dist/cjs/src/api-model/models/fulfillment-plan-constraint-type.js +25 -0
  31. package/dist/cjs/src/api-model/models/fulfillment-plan-item.js +15 -0
  32. package/dist/cjs/src/api-model/models/fulfillment-plan-shipping-constraints.js +15 -0
  33. package/dist/cjs/src/api-model/models/fulfillment-plan.js +27 -0
  34. package/dist/cjs/src/api-model/models/get-order-address-response.js +1 -1
  35. package/dist/cjs/src/api-model/models/get-order-buyer-info-response.js +1 -1
  36. package/dist/cjs/src/api-model/models/get-order-fulfillment-instructions-response.js +15 -0
  37. package/dist/cjs/src/api-model/models/get-order-items-buyer-info-response.js +1 -1
  38. package/dist/cjs/src/api-model/models/get-order-items-response.js +1 -1
  39. package/dist/cjs/src/api-model/models/get-order-regulated-info-response.js +1 -1
  40. package/dist/cjs/src/api-model/models/get-order-response.js +1 -1
  41. package/dist/cjs/src/api-model/models/get-orders-response.js +1 -1
  42. package/dist/cjs/src/api-model/models/index.js +11 -0
  43. package/dist/cjs/src/api-model/models/item-buyer-info.js +1 -1
  44. package/dist/cjs/src/api-model/models/marketplace-tax-info.js +1 -1
  45. package/dist/cjs/src/api-model/models/measurement.js +1 -1
  46. package/dist/cjs/src/api-model/models/model-error.js +1 -1
  47. package/dist/cjs/src/api-model/models/money.js +1 -1
  48. package/dist/cjs/src/api-model/models/open-interval.js +1 -1
  49. package/dist/cjs/src/api-model/models/open-time-interval.js +1 -1
  50. package/dist/cjs/src/api-model/models/order-address.js +1 -1
  51. package/dist/cjs/src/api-model/models/order-buyer-info.js +1 -1
  52. package/dist/cjs/src/api-model/models/order-item-buyer-info.js +1 -1
  53. package/dist/cjs/src/api-model/models/order-item.js +1 -1
  54. package/dist/cjs/src/api-model/models/order-items-buyer-info-list.js +1 -1
  55. package/dist/cjs/src/api-model/models/order-items-inner.js +1 -1
  56. package/dist/cjs/src/api-model/models/order-items-list.js +1 -1
  57. package/dist/cjs/src/api-model/models/order-regulated-info.js +1 -1
  58. package/dist/cjs/src/api-model/models/order.js +1 -1
  59. package/dist/cjs/src/api-model/models/orders-list.js +1 -1
  60. package/dist/cjs/src/api-model/models/other-delivery-attributes.js +1 -1
  61. package/dist/cjs/src/api-model/models/package-detail.js +1 -1
  62. package/dist/cjs/src/api-model/models/payment-execution-detail-item.js +1 -1
  63. package/dist/cjs/src/api-model/models/points-granted-detail.js +1 -1
  64. package/dist/cjs/src/api-model/models/preferred-delivery-time.js +1 -1
  65. package/dist/cjs/src/api-model/models/prescription-detail.js +15 -0
  66. package/dist/cjs/src/api-model/models/product-info-detail.js +1 -1
  67. package/dist/cjs/src/api-model/models/regulated-information-field.js +1 -1
  68. package/dist/cjs/src/api-model/models/regulated-information.js +1 -1
  69. package/dist/cjs/src/api-model/models/regulated-order-verification-status.js +1 -1
  70. package/dist/cjs/src/api-model/models/rejection-reason.js +1 -1
  71. package/dist/cjs/src/api-model/models/shipment-status.js +1 -1
  72. package/dist/cjs/src/api-model/models/shipping-constraints.js +1 -1
  73. package/dist/cjs/src/api-model/models/shipping-instructions.js +15 -0
  74. package/dist/cjs/src/api-model/models/substitution-option.js +1 -1
  75. package/dist/cjs/src/api-model/models/substitution-preferences.js +1 -1
  76. package/dist/cjs/src/api-model/models/tax-classification.js +1 -1
  77. package/dist/cjs/src/api-model/models/tax-collection.js +1 -1
  78. package/dist/cjs/src/api-model/models/update-shipment-status-error-response.js +1 -1
  79. package/dist/cjs/src/api-model/models/update-shipment-status-request.js +1 -1
  80. package/dist/cjs/src/api-model/models/update-verification-status-error-response.js +1 -1
  81. package/dist/cjs/src/api-model/models/update-verification-status-request-body.js +1 -1
  82. package/dist/cjs/src/api-model/models/update-verification-status-request.js +1 -1
  83. package/dist/cjs/src/api-model/models/valid-verification-detail.js +15 -0
  84. package/dist/cjs/src/api-model/models/verification-details.js +15 -0
  85. package/dist/cjs/src/api-model/models/verification-status.js +1 -1
  86. package/dist/cjs/src/client.js +7 -0
  87. package/dist/es/src/api-model/api/orders-v0-api.js +130 -71
  88. package/dist/es/src/api-model/api.js +1 -1
  89. package/dist/es/src/api-model/base.js +1 -1
  90. package/dist/es/src/api-model/common.js +1 -1
  91. package/dist/es/src/api-model/configuration.js +1 -1
  92. package/dist/es/src/api-model/index.js +1 -1
  93. package/dist/es/src/api-model/models/address-extended-fields.js +1 -1
  94. package/dist/es/src/api-model/models/address.js +1 -1
  95. package/dist/es/src/api-model/models/associated-item.js +1 -1
  96. package/dist/es/src/api-model/models/association-type.js +1 -1
  97. package/dist/es/src/api-model/models/automated-shipping-settings.js +1 -1
  98. package/dist/es/src/api-model/models/business-hours.js +1 -1
  99. package/dist/es/src/api-model/models/buyer-customized-info-detail.js +1 -1
  100. package/dist/es/src/api-model/models/buyer-info.js +1 -1
  101. package/dist/es/src/api-model/models/buyer-requested-cancel.js +1 -1
  102. package/dist/es/src/api-model/models/buyer-tax-info.js +1 -1
  103. package/dist/es/src/api-model/models/buyer-tax-information.js +1 -1
  104. package/dist/es/src/api-model/models/confirm-shipment-error-response.js +1 -1
  105. package/dist/es/src/api-model/models/confirm-shipment-order-item.js +1 -1
  106. package/dist/es/src/api-model/models/confirm-shipment-request.js +1 -1
  107. package/dist/es/src/api-model/models/constraint-type.js +1 -1
  108. package/dist/es/src/api-model/models/delivery-preferences.js +1 -1
  109. package/dist/es/src/api-model/models/easy-ship-shipment-status.js +2 -2
  110. package/dist/es/src/api-model/models/electronic-invoice-status.js +1 -1
  111. package/dist/es/src/api-model/models/exception-dates.js +1 -1
  112. package/dist/es/src/api-model/models/fulfillment-instruction.js +1 -1
  113. package/dist/es/src/api-model/models/fulfillment-instructions.js +14 -0
  114. package/dist/es/src/api-model/models/fulfillment-location.js +14 -0
  115. package/dist/es/src/api-model/models/fulfillment-plan-constraint-type.js +22 -0
  116. package/dist/es/src/api-model/models/fulfillment-plan-item.js +14 -0
  117. package/dist/es/src/api-model/models/fulfillment-plan-shipping-constraints.js +14 -0
  118. package/dist/es/src/api-model/models/fulfillment-plan.js +24 -0
  119. package/dist/es/src/api-model/models/get-order-address-response.js +1 -1
  120. package/dist/es/src/api-model/models/get-order-buyer-info-response.js +1 -1
  121. package/dist/es/src/api-model/models/get-order-fulfillment-instructions-response.js +14 -0
  122. package/dist/es/src/api-model/models/get-order-items-buyer-info-response.js +1 -1
  123. package/dist/es/src/api-model/models/get-order-items-response.js +1 -1
  124. package/dist/es/src/api-model/models/get-order-regulated-info-response.js +1 -1
  125. package/dist/es/src/api-model/models/get-order-response.js +1 -1
  126. package/dist/es/src/api-model/models/get-orders-response.js +1 -1
  127. package/dist/es/src/api-model/models/index.js +11 -0
  128. package/dist/es/src/api-model/models/item-buyer-info.js +1 -1
  129. package/dist/es/src/api-model/models/marketplace-tax-info.js +1 -1
  130. package/dist/es/src/api-model/models/measurement.js +1 -1
  131. package/dist/es/src/api-model/models/model-error.js +1 -1
  132. package/dist/es/src/api-model/models/money.js +1 -1
  133. package/dist/es/src/api-model/models/open-interval.js +1 -1
  134. package/dist/es/src/api-model/models/open-time-interval.js +1 -1
  135. package/dist/es/src/api-model/models/order-address.js +1 -1
  136. package/dist/es/src/api-model/models/order-buyer-info.js +1 -1
  137. package/dist/es/src/api-model/models/order-item-buyer-info.js +1 -1
  138. package/dist/es/src/api-model/models/order-item.js +1 -1
  139. package/dist/es/src/api-model/models/order-items-buyer-info-list.js +1 -1
  140. package/dist/es/src/api-model/models/order-items-inner.js +1 -1
  141. package/dist/es/src/api-model/models/order-items-list.js +1 -1
  142. package/dist/es/src/api-model/models/order-regulated-info.js +1 -1
  143. package/dist/es/src/api-model/models/order.js +1 -1
  144. package/dist/es/src/api-model/models/orders-list.js +1 -1
  145. package/dist/es/src/api-model/models/other-delivery-attributes.js +1 -1
  146. package/dist/es/src/api-model/models/package-detail.js +1 -1
  147. package/dist/es/src/api-model/models/payment-execution-detail-item.js +1 -1
  148. package/dist/es/src/api-model/models/points-granted-detail.js +1 -1
  149. package/dist/es/src/api-model/models/preferred-delivery-time.js +1 -1
  150. package/dist/es/src/api-model/models/prescription-detail.js +14 -0
  151. package/dist/es/src/api-model/models/product-info-detail.js +1 -1
  152. package/dist/es/src/api-model/models/regulated-information-field.js +1 -1
  153. package/dist/es/src/api-model/models/regulated-information.js +1 -1
  154. package/dist/es/src/api-model/models/regulated-order-verification-status.js +1 -1
  155. package/dist/es/src/api-model/models/rejection-reason.js +1 -1
  156. package/dist/es/src/api-model/models/shipment-status.js +1 -1
  157. package/dist/es/src/api-model/models/shipping-constraints.js +1 -1
  158. package/dist/es/src/api-model/models/shipping-instructions.js +14 -0
  159. package/dist/es/src/api-model/models/substitution-option.js +1 -1
  160. package/dist/es/src/api-model/models/substitution-preferences.js +1 -1
  161. package/dist/es/src/api-model/models/tax-classification.js +1 -1
  162. package/dist/es/src/api-model/models/tax-collection.js +1 -1
  163. package/dist/es/src/api-model/models/update-shipment-status-error-response.js +1 -1
  164. package/dist/es/src/api-model/models/update-shipment-status-request.js +1 -1
  165. package/dist/es/src/api-model/models/update-verification-status-error-response.js +1 -1
  166. package/dist/es/src/api-model/models/update-verification-status-request-body.js +1 -1
  167. package/dist/es/src/api-model/models/update-verification-status-request.js +1 -1
  168. package/dist/es/src/api-model/models/valid-verification-detail.js +14 -0
  169. package/dist/es/src/api-model/models/verification-details.js +14 -0
  170. package/dist/es/src/api-model/models/verification-status.js +1 -1
  171. package/dist/es/src/client.js +7 -0
  172. package/dist/types/src/api-model/api/orders-v0-api.d.ts +129 -86
  173. package/dist/types/src/api-model/api.d.ts +1 -1
  174. package/dist/types/src/api-model/base.d.ts +1 -1
  175. package/dist/types/src/api-model/common.d.ts +1 -1
  176. package/dist/types/src/api-model/configuration.d.ts +1 -1
  177. package/dist/types/src/api-model/index.d.ts +1 -1
  178. package/dist/types/src/api-model/models/address-extended-fields.d.ts +4 -4
  179. package/dist/types/src/api-model/models/address.d.ts +2 -2
  180. package/dist/types/src/api-model/models/associated-item.d.ts +2 -2
  181. package/dist/types/src/api-model/models/association-type.d.ts +1 -1
  182. package/dist/types/src/api-model/models/automated-shipping-settings.d.ts +1 -1
  183. package/dist/types/src/api-model/models/business-hours.d.ts +1 -1
  184. package/dist/types/src/api-model/models/buyer-customized-info-detail.d.ts +2 -2
  185. package/dist/types/src/api-model/models/buyer-info.d.ts +2 -2
  186. package/dist/types/src/api-model/models/buyer-requested-cancel.d.ts +1 -1
  187. package/dist/types/src/api-model/models/buyer-tax-info.d.ts +1 -1
  188. package/dist/types/src/api-model/models/buyer-tax-information.d.ts +1 -1
  189. package/dist/types/src/api-model/models/confirm-shipment-error-response.d.ts +1 -1
  190. package/dist/types/src/api-model/models/confirm-shipment-order-item.d.ts +3 -3
  191. package/dist/types/src/api-model/models/confirm-shipment-request.d.ts +2 -2
  192. package/dist/types/src/api-model/models/constraint-type.d.ts +1 -1
  193. package/dist/types/src/api-model/models/delivery-preferences.d.ts +1 -1
  194. package/dist/types/src/api-model/models/easy-ship-shipment-status.d.ts +2 -2
  195. package/dist/types/src/api-model/models/electronic-invoice-status.d.ts +1 -1
  196. package/dist/types/src/api-model/models/exception-dates.d.ts +1 -1
  197. package/dist/types/src/api-model/models/fulfillment-instruction.d.ts +3 -3
  198. package/dist/types/src/api-model/models/fulfillment-instructions.d.ts +31 -0
  199. package/dist/types/src/api-model/models/fulfillment-location.d.ts +24 -0
  200. package/dist/types/src/api-model/models/fulfillment-plan-constraint-type.d.ts +21 -0
  201. package/dist/types/src/api-model/models/fulfillment-plan-item.d.ts +31 -0
  202. package/dist/types/src/api-model/models/fulfillment-plan-shipping-constraints.d.ts +31 -0
  203. package/dist/types/src/api-model/models/fulfillment-plan.d.ts +82 -0
  204. package/dist/types/src/api-model/models/get-order-address-response.d.ts +1 -1
  205. package/dist/types/src/api-model/models/get-order-buyer-info-response.d.ts +1 -1
  206. package/dist/types/src/api-model/models/get-order-fulfillment-instructions-response.d.ts +31 -0
  207. package/dist/types/src/api-model/models/get-order-items-buyer-info-response.d.ts +1 -1
  208. package/dist/types/src/api-model/models/get-order-items-response.d.ts +1 -1
  209. package/dist/types/src/api-model/models/get-order-regulated-info-response.d.ts +1 -1
  210. package/dist/types/src/api-model/models/get-order-response.d.ts +1 -1
  211. package/dist/types/src/api-model/models/get-orders-response.d.ts +1 -1
  212. package/dist/types/src/api-model/models/index.d.ts +11 -0
  213. package/dist/types/src/api-model/models/item-buyer-info.d.ts +2 -2
  214. package/dist/types/src/api-model/models/marketplace-tax-info.d.ts +1 -1
  215. package/dist/types/src/api-model/models/measurement.d.ts +3 -3
  216. package/dist/types/src/api-model/models/model-error.d.ts +1 -1
  217. package/dist/types/src/api-model/models/money.d.ts +1 -1
  218. package/dist/types/src/api-model/models/open-interval.d.ts +1 -1
  219. package/dist/types/src/api-model/models/open-time-interval.d.ts +1 -1
  220. package/dist/types/src/api-model/models/order-address.d.ts +2 -2
  221. package/dist/types/src/api-model/models/order-buyer-info.d.ts +2 -2
  222. package/dist/types/src/api-model/models/order-item-buyer-info.d.ts +2 -2
  223. package/dist/types/src/api-model/models/order-item.d.ts +14 -14
  224. package/dist/types/src/api-model/models/order-items-buyer-info-list.d.ts +1 -1
  225. package/dist/types/src/api-model/models/order-items-inner.d.ts +2 -2
  226. package/dist/types/src/api-model/models/order-items-list.d.ts +1 -1
  227. package/dist/types/src/api-model/models/order-regulated-info.d.ts +1 -1
  228. package/dist/types/src/api-model/models/order.d.ts +18 -18
  229. package/dist/types/src/api-model/models/orders-list.d.ts +3 -3
  230. package/dist/types/src/api-model/models/other-delivery-attributes.d.ts +1 -1
  231. package/dist/types/src/api-model/models/package-detail.d.ts +4 -4
  232. package/dist/types/src/api-model/models/payment-execution-detail-item.d.ts +2 -2
  233. package/dist/types/src/api-model/models/points-granted-detail.d.ts +1 -1
  234. package/dist/types/src/api-model/models/preferred-delivery-time.d.ts +2 -2
  235. package/dist/types/src/api-model/models/prescription-detail.d.ts +60 -0
  236. package/dist/types/src/api-model/models/product-info-detail.d.ts +1 -1
  237. package/dist/types/src/api-model/models/regulated-information-field.d.ts +4 -4
  238. package/dist/types/src/api-model/models/regulated-information.d.ts +1 -1
  239. package/dist/types/src/api-model/models/regulated-order-verification-status.d.ts +10 -3
  240. package/dist/types/src/api-model/models/rejection-reason.d.ts +2 -2
  241. package/dist/types/src/api-model/models/shipment-status.d.ts +1 -1
  242. package/dist/types/src/api-model/models/shipping-constraints.d.ts +19 -1
  243. package/dist/types/src/api-model/models/shipping-instructions.d.ts +37 -0
  244. package/dist/types/src/api-model/models/substitution-option.d.ts +4 -4
  245. package/dist/types/src/api-model/models/substitution-preferences.d.ts +1 -1
  246. package/dist/types/src/api-model/models/tax-classification.d.ts +2 -2
  247. package/dist/types/src/api-model/models/tax-collection.d.ts +1 -1
  248. package/dist/types/src/api-model/models/update-shipment-status-error-response.d.ts +1 -1
  249. package/dist/types/src/api-model/models/update-shipment-status-request.d.ts +1 -1
  250. package/dist/types/src/api-model/models/update-verification-status-error-response.d.ts +1 -1
  251. package/dist/types/src/api-model/models/update-verification-status-request-body.d.ts +11 -4
  252. package/dist/types/src/api-model/models/update-verification-status-request.d.ts +1 -1
  253. package/dist/types/src/api-model/models/valid-verification-detail.d.ts +31 -0
  254. package/dist/types/src/api-model/models/verification-details.d.ts +25 -0
  255. package/dist/types/src/api-model/models/verification-status.d.ts +1 -1
  256. package/package.json +5 -5
@@ -0,0 +1,82 @@
1
+ /**
2
+ * Selling Partner API for Orders
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FulfillmentLocation } from './fulfillment-location';
13
+ import type { FulfillmentPlanItem } from './fulfillment-plan-item';
14
+ import type { ShippingInstructions } from './shipping-instructions';
15
+ /**
16
+ * A collection of order items that are to be fulfilled from the same location with the same shipping, pickup, and service instructions.
17
+ * @export
18
+ * @interface FulfillmentPlan
19
+ */
20
+ export interface FulfillmentPlan {
21
+ /**
22
+ * Unique identifier for a fulfillment plan.
23
+ * @type {string}
24
+ * @memberof FulfillmentPlan
25
+ */
26
+ 'FulfillmentPlanId': string;
27
+ /**
28
+ * Time when the fulfillment plan was created in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
29
+ * @type {string}
30
+ * @memberof FulfillmentPlan
31
+ */
32
+ 'CreationDate': string;
33
+ /**
34
+ * Type of fulfillment
35
+ * @type {string}
36
+ * @memberof FulfillmentPlan
37
+ */
38
+ 'FulfillmentType': FulfillmentPlanFulfillmentTypeEnum;
39
+ /**
40
+ * The fulfillment plan status.
41
+ * @type {string}
42
+ * @memberof FulfillmentPlan
43
+ */
44
+ 'FulfillmentPlanStatus': FulfillmentPlanFulfillmentPlanStatusEnum;
45
+ /**
46
+ * The time when the fulfillment plan\'s status was last updated in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
47
+ * @type {string}
48
+ * @memberof FulfillmentPlan
49
+ */
50
+ 'LastStatusUpdateDate': string;
51
+ /**
52
+ *
53
+ * @type {FulfillmentLocation}
54
+ * @memberof FulfillmentPlan
55
+ */
56
+ 'FulfillmentLocation'?: FulfillmentLocation;
57
+ /**
58
+ *
59
+ * @type {ShippingInstructions}
60
+ * @memberof FulfillmentPlan
61
+ */
62
+ 'ShippingInstructions'?: ShippingInstructions;
63
+ /**
64
+ * The details of the order items that are included in the fulfillment plan.
65
+ * @type {Array<FulfillmentPlanItem>}
66
+ * @memberof FulfillmentPlan
67
+ */
68
+ 'FulfillmentPlanItems': Array<FulfillmentPlanItem>;
69
+ }
70
+ export declare const FulfillmentPlanFulfillmentTypeEnum: {
71
+ readonly InstorePickup: "INSTORE_PICKUP";
72
+ readonly Service: "SERVICE";
73
+ readonly Ship: "SHIP";
74
+ };
75
+ export type FulfillmentPlanFulfillmentTypeEnum = typeof FulfillmentPlanFulfillmentTypeEnum[keyof typeof FulfillmentPlanFulfillmentTypeEnum];
76
+ export declare const FulfillmentPlanFulfillmentPlanStatusEnum: {
77
+ readonly Active: "ACTIVE";
78
+ readonly Aborted: "ABORTED";
79
+ readonly Completed: "COMPLETED";
80
+ readonly PartiallyFulfilled: "PARTIALLY_FULFILLED";
81
+ };
82
+ export type FulfillmentPlanFulfillmentPlanStatusEnum = typeof FulfillmentPlanFulfillmentPlanStatusEnum[keyof typeof FulfillmentPlanFulfillmentPlanStatusEnum];
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Selling Partner API for Orders
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FulfillmentInstructions } from './fulfillment-instructions';
13
+ /**
14
+ * The response schema for the `getOrderFulfillmentInstructions` operation.
15
+ * @export
16
+ * @interface GetOrderFulfillmentInstructionsResponse
17
+ */
18
+ export interface GetOrderFulfillmentInstructionsResponse {
19
+ /**
20
+ *
21
+ * @type {FulfillmentInstructions}
22
+ * @memberof GetOrderFulfillmentInstructionsResponse
23
+ */
24
+ 'payload'?: FulfillmentInstructions;
25
+ /**
26
+ * A list of error responses returned when a request is unsuccessful.
27
+ * @type {Array<Error>}
28
+ * @memberof GetOrderFulfillmentInstructionsResponse
29
+ */
30
+ 'errors'?: Array<Error>;
31
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -18,8 +18,15 @@ export * from './easy-ship-shipment-status';
18
18
  export * from './electronic-invoice-status';
19
19
  export * from './exception-dates';
20
20
  export * from './fulfillment-instruction';
21
+ export * from './fulfillment-instructions';
22
+ export * from './fulfillment-location';
23
+ export * from './fulfillment-plan';
24
+ export * from './fulfillment-plan-constraint-type';
25
+ export * from './fulfillment-plan-item';
26
+ export * from './fulfillment-plan-shipping-constraints';
21
27
  export * from './get-order-address-response';
22
28
  export * from './get-order-buyer-info-response';
29
+ export * from './get-order-fulfillment-instructions-response';
23
30
  export * from './get-order-items-buyer-info-response';
24
31
  export * from './get-order-items-response';
25
32
  export * from './get-order-regulated-info-response';
@@ -47,6 +54,7 @@ export * from './package-detail';
47
54
  export * from './payment-execution-detail-item';
48
55
  export * from './points-granted-detail';
49
56
  export * from './preferred-delivery-time';
57
+ export * from './prescription-detail';
50
58
  export * from './product-info-detail';
51
59
  export * from './regulated-information';
52
60
  export * from './regulated-information-field';
@@ -54,6 +62,7 @@ export * from './regulated-order-verification-status';
54
62
  export * from './rejection-reason';
55
63
  export * from './shipment-status';
56
64
  export * from './shipping-constraints';
65
+ export * from './shipping-instructions';
57
66
  export * from './substitution-option';
58
67
  export * from './substitution-preferences';
59
68
  export * from './tax-classification';
@@ -63,4 +72,6 @@ export * from './update-shipment-status-request';
63
72
  export * from './update-verification-status-error-response';
64
73
  export * from './update-verification-status-request';
65
74
  export * from './update-verification-status-request-body';
75
+ export * from './valid-verification-detail';
76
+ export * from './verification-details';
66
77
  export * from './verification-status';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -36,7 +36,7 @@ export interface ItemBuyerInfo {
36
36
  */
37
37
  'GiftWrapTax'?: Money;
38
38
  /**
39
- * A gift message provided by the buyer. **Note**: This attribute is only available for MFN (Fulfilled by the seller) orders.
39
+ * A gift message provided by the buyer. **Note**: This attribute is only available for MFN (fulfilled by seller) orders.
40
40
  * @type {string}
41
41
  * @memberof ItemBuyerInfo
42
42
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface Measurement {
18
18
  /**
19
- * The unit of measure for this measurement.
19
+ * The unit of measure.
20
20
  * @type {string}
21
21
  * @memberof Measurement
22
22
  */
23
23
  'Unit': MeasurementUnitEnum;
24
24
  /**
25
- * The value of the measurement.
25
+ * The measurement value.
26
26
  * @type {number}
27
27
  * @memberof Measurement
28
28
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -24,7 +24,7 @@ export interface OrderAddress {
24
24
  */
25
25
  'AmazonOrderId': string;
26
26
  /**
27
- * The company name of the contact buyer. For Invoice By Amazon (IBA) orders, the buyer company should be Amazon entities.
27
+ * The company name of the contact buyer. For IBA orders, the buyer company must be Amazon entities.
28
28
  * @type {string}
29
29
  * @memberof OrderAddress
30
30
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -47,7 +47,7 @@ export interface OrderBuyerInfo {
47
47
  */
48
48
  'BuyerTaxInfo'?: BuyerTaxInfo;
49
49
  /**
50
- * The purchase order (PO) number entered by the buyer at checkout. Returned only for orders where the buyer entered a PO number at checkout.
50
+ * The purchase order (PO) number entered by the buyer at checkout. Only returned for orders where the buyer entered a PO number at checkout.
51
51
  * @type {string}
52
52
  * @memberof OrderBuyerInfo
53
53
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -42,7 +42,7 @@ export interface OrderItemBuyerInfo {
42
42
  */
43
43
  'GiftWrapTax'?: Money;
44
44
  /**
45
- * A gift message provided by the buyer. **Note**: This attribute is only available for MFN (Fulfilled by the seller) orders.
45
+ * A gift message provided by the buyer. **Note**: This attribute is only available for MFN (fulfilled by seller) orders.
46
46
  * @type {string}
47
47
  * @memberof OrderItemBuyerInfo
48
48
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -26,13 +26,13 @@ import type { TaxCollection } from './tax-collection';
26
26
  */
27
27
  export interface OrderItem {
28
28
  /**
29
- * The Amazon Standard Identification Number (ASIN) of the item.
29
+ * The item\'s Amazon Standard Identification Number (ASIN).
30
30
  * @type {string}
31
31
  * @memberof OrderItem
32
32
  */
33
33
  'ASIN': string;
34
34
  /**
35
- * The seller stock keeping unit (SKU) of the item.
35
+ * The item\'s seller stock keeping unit (SKU).
36
36
  * @type {string}
37
37
  * @memberof OrderItem
38
38
  */
@@ -50,7 +50,7 @@ export interface OrderItem {
50
50
  */
51
51
  'AssociatedItems'?: Array<AssociatedItem>;
52
52
  /**
53
- * The name of the item.
53
+ * The item\'s name.
54
54
  * @type {string}
55
55
  * @memberof OrderItem
56
56
  */
@@ -146,43 +146,43 @@ export interface OrderItem {
146
146
  */
147
147
  'CODFeeDiscount'?: Money;
148
148
  /**
149
- * Indicates whether the item is a gift. **Possible values**: `true`, `false`.
149
+ * Indicates whether the item is a gift. **Possible values**: `true` and `false`.
150
150
  * @type {string}
151
151
  * @memberof OrderItem
152
152
  */
153
153
  'IsGift'?: string;
154
154
  /**
155
- * The condition of the item as described by the seller.
155
+ * The condition of the item, as described by the seller.
156
156
  * @type {string}
157
157
  * @memberof OrderItem
158
158
  */
159
159
  'ConditionNote'?: string;
160
160
  /**
161
- * The condition of the item. **Possible values**: `New`, `Used`, `Collectible`, `Refurbished`, `Preorder`, `Club`.
161
+ * The condition of the item. **Possible values**: `New`, `Used`, `Collectible`, `Refurbished`, `Preorder`, and `Club`.
162
162
  * @type {string}
163
163
  * @memberof OrderItem
164
164
  */
165
165
  'ConditionId'?: string;
166
166
  /**
167
- * The subcondition of the item. **Possible values**: `New`, `Mint`, `Very Good`, `Good`, `Acceptable`, `Poor`, `Club`, `OEM`, `Warranty`, `Refurbished Warranty`, `Refurbished`, `Open Box`, `Any`, `Other`.
167
+ * The subcondition of the item. **Possible values**: `New`, `Mint`, `Very Good`, `Good`, `Acceptable`, `Poor`, `Club`, `OEM`, `Warranty`, `Refurbished Warranty`, `Refurbished`, `Open Box`, `Any`, and `Other`.
168
168
  * @type {string}
169
169
  * @memberof OrderItem
170
170
  */
171
171
  'ConditionSubtypeId'?: string;
172
172
  /**
173
- * The start date of the scheduled delivery window in the time zone of the order destination. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format.
173
+ * The start date of the scheduled delivery window in the time zone for the order destination. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.
174
174
  * @type {string}
175
175
  * @memberof OrderItem
176
176
  */
177
177
  'ScheduledDeliveryStartDate'?: string;
178
178
  /**
179
- * The end date of the scheduled delivery window in the time zone of the order destination. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format.
179
+ * The end date of the scheduled delivery window in the time zone for the order destination. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.
180
180
  * @type {string}
181
181
  * @memberof OrderItem
182
182
  */
183
183
  'ScheduledDeliveryEndDate'?: string;
184
184
  /**
185
- * Indicates that the selling price is a special price that is available only for Amazon Business orders. For more information about the Amazon Business Seller Program, refer to [Amazon Business](https://business.amazon.com). **Possible values**: `BusinessPrice` - A special price that is available only for Amazon Business orders.
185
+ * Indicates that the selling price is a special price that is only available for Amazon Business orders. For more information about the Amazon Business Seller Program, refer to the [Amazon Business website](https://www.amazon.com/b2b/info/amazon-business). **Possible values**: `BusinessPrice`
186
186
  * @type {string}
187
187
  * @memberof OrderItem
188
188
  */
@@ -194,19 +194,19 @@ export interface OrderItem {
194
194
  */
195
195
  'TaxCollection'?: TaxCollection;
196
196
  /**
197
- * When true, the product type for this item has a serial number. Returned only for Amazon Easy Ship orders.
197
+ * When true, the product type for this item has a serial number. Only returned for Amazon Easy Ship orders.
198
198
  * @type {boolean}
199
199
  * @memberof OrderItem
200
200
  */
201
201
  'SerialNumberRequired'?: boolean;
202
202
  /**
203
- * When true, the ASIN is enrolled in Transparency and the Transparency serial number that needs to be submitted can be determined by the following: **1D or 2D Barcode:** This has a **T** logo. Submit either the 29-character alpha-numeric identifier beginning with **AZ** or **ZA**, or the 38-character Serialized Global Trade Item Number (SGTIN). **2D Barcode SN:** Submit the 7- to 20-character serial number barcode, which likely has the prefix **SN**. The serial number will be applied to the same side of the packaging as the GTIN (UPC/EAN/ISBN) barcode. **QR code SN:** Submit the URL that the QR code generates.
203
+ * When true, the ASIN is enrolled in Transparency. The Transparency serial number that you must submit is determined by: **1D or 2D Barcode:** This has a **T** logo. Submit either the 29-character alpha-numeric identifier beginning with **AZ** or **ZA**, or the 38-character Serialized Global Trade Item Number (SGTIN). **2D Barcode SN:** Submit the 7- to 20-character serial number barcode, which likely has the prefix **SN**. The serial number is applied to the same side of the packaging as the GTIN (UPC/EAN/ISBN) barcode. **QR code SN:** Submit the URL that the QR code generates.
204
204
  * @type {boolean}
205
205
  * @memberof OrderItem
206
206
  */
207
207
  'IsTransparency'?: boolean;
208
208
  /**
209
- * The IOSS number for the marketplace. Sellers shipping to the European Union (EU) from outside of the EU must provide this IOSS number to their carrier when Amazon has collected the VAT on the sale.
209
+ * The IOSS number of the marketplace. Sellers shipping to the EU from outside the EU must provide this IOSS number to their carrier when Amazon has collected the VAT on the sale.
210
210
  * @type {string}
211
211
  * @memberof OrderItem
212
212
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface OrderItemsInner {
18
18
  /**
19
- * The unique identifier of the order item.
19
+ * The order item\'s unique identifier.
20
20
  * @type {string}
21
21
  * @memberof OrderItemsInner
22
22
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Selling Partner API for Orders
3
- * The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. The Orders API supports orders that are two years old or less. Orders more than two years old will not show in the API response. **Note:** The Orders API supports orders from 2016 and after for the JP, AU, and SG marketplaces.
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *