@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
@@ -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
  *
@@ -44,7 +44,7 @@ export interface Order {
44
44
  */
45
45
  'PurchaseDate': string;
46
46
  /**
47
- * The date when the order was last updated. **Note**: `LastUpdateDate` is returned with an incorrect date for orders that were last updated before 2009-04-01.
47
+ * The date when the order was last updated. __Note__: `LastUpdateDate` is returned with an incorrect date for orders that were last updated before 2009-04-01.
48
48
  * @type {string}
49
49
  * @memberof Order
50
50
  */
@@ -56,25 +56,25 @@ export interface Order {
56
56
  */
57
57
  'OrderStatus': OrderOrderStatusEnum;
58
58
  /**
59
- * Whether the order was fulfilled by Amazon (AFN) or by the seller (MFN).
59
+ * Whether the order was fulfilled by Amazon (`AFN`) or by the seller (`MFN`).
60
60
  * @type {string}
61
61
  * @memberof Order
62
62
  */
63
63
  'FulfillmentChannel'?: OrderFulfillmentChannelEnum;
64
64
  /**
65
- * The sales channel of the first item in the order.
65
+ * The sales channel for the first item in the order.
66
66
  * @type {string}
67
67
  * @memberof Order
68
68
  */
69
69
  'SalesChannel'?: string;
70
70
  /**
71
- * The order channel of the first item in the order.
71
+ * The order channel for the first item in the order.
72
72
  * @type {string}
73
73
  * @memberof Order
74
74
  */
75
75
  'OrderChannel'?: string;
76
76
  /**
77
- * The shipment service level of the order.
77
+ * The order\'s shipment service level.
78
78
  * @type {string}
79
79
  * @memberof Order
80
80
  */
@@ -104,7 +104,7 @@ export interface Order {
104
104
  */
105
105
  'PaymentExecutionDetail'?: Array<PaymentExecutionDetailItem>;
106
106
  /**
107
- * The payment method for the order. This property is limited to Cash On Delivery (COD) and Convenience Store (CVS) payment methods. Unless you need the specific COD payment information provided by the `PaymentExecutionDetailItem` object, we recommend using the `PaymentMethodDetails` property to get payment method information.
107
+ * The payment method for the order. This property is limited to COD and CVS payment methods. Unless you need the specific COD payment information provided by the `PaymentExecutionDetailItem` object, we recommend using the `PaymentMethodDetails` property to get payment method information.
108
108
  * @type {string}
109
109
  * @memberof Order
110
110
  */
@@ -122,7 +122,7 @@ export interface Order {
122
122
  */
123
123
  'MarketplaceId'?: string;
124
124
  /**
125
- * The shipment service level category of the order. **Possible values**: `Expedited`, `FreeEconomy`, `NextDay`, `Priority`, `SameDay`, `SecondDay`, `Scheduled`, `Standard`.
125
+ * The shipment service level category for the order. **Possible values**: `Expedited`, `FreeEconomy`, `NextDay`, `Priority`, `SameDay`, `SecondDay`, `Scheduled`, and `Standard`.
126
126
  * @type {string}
127
127
  * @memberof Order
128
128
  */
@@ -140,31 +140,31 @@ export interface Order {
140
140
  */
141
141
  'CbaDisplayableShippingLabel'?: string;
142
142
  /**
143
- * The type of the order.
143
+ * The order\'s type.
144
144
  * @type {string}
145
145
  * @memberof Order
146
146
  */
147
147
  'OrderType'?: OrderOrderTypeEnum;
148
148
  /**
149
- * The start of the time period within which you have committed to ship the order. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format. Returned only for seller-fulfilled orders. **Note**: `EarliestShipDate` might not be returned for orders placed before February 1, 2013.
149
+ * The start of the time period within which you have committed to ship the order. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. Only returned for seller-fulfilled orders. __Note__: `EarliestShipDate` might not be returned for orders placed before February 1, 2013.
150
150
  * @type {string}
151
151
  * @memberof Order
152
152
  */
153
153
  'EarliestShipDate'?: string;
154
154
  /**
155
- * The end of the time period within which you have committed to ship the order. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format. Returned only for seller-fulfilled orders. **Note**: `LatestShipDate` might not be returned for orders placed before February 1, 2013.
155
+ * The end of the time period within which you have committed to ship the order. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. Only returned for seller-fulfilled orders. __Note__: `LatestShipDate` might not be returned for orders placed before February 1, 2013.
156
156
  * @type {string}
157
157
  * @memberof Order
158
158
  */
159
159
  'LatestShipDate'?: string;
160
160
  /**
161
- * The start of the time period within which you have committed to fulfill the order. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format. Returned only for seller-fulfilled orders.
161
+ * The start of the time period within which you have committed to fulfill the order. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. Only returned for seller-fulfilled orders.
162
162
  * @type {string}
163
163
  * @memberof Order
164
164
  */
165
165
  'EarliestDeliveryDate'?: string;
166
166
  /**
167
- * The end of the time period within which you have committed to fulfill the order. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format. Returned only for seller-fulfilled orders that do not have a `PendingAvailability`, Pending, or Canceled status.
167
+ * The end of the time period within which you have committed to fulfill the order. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format. Only returned for seller-fulfilled orders that do not have a `PendingAvailability`, `Pending`, or `Canceled` status.
168
168
  * @type {string}
169
169
  * @memberof Order
170
170
  */
@@ -182,19 +182,19 @@ export interface Order {
182
182
  */
183
183
  'IsPrime'?: boolean;
184
184
  /**
185
- * When true, the order has a Premium Shipping Service Level Agreement. For more information about Premium Shipping orders, see \"Premium Shipping Options\" in the Seller Central Help for your marketplace.
185
+ * When true, the order has a Premium Shipping Service Level Agreement. For more information about Premium Shipping orders, refer to \"Premium Shipping Options\" in the Seller Central Help for your marketplace.
186
186
  * @type {boolean}
187
187
  * @memberof Order
188
188
  */
189
189
  'IsPremiumOrder'?: boolean;
190
190
  /**
191
- * When true, the order is a GlobalExpress order.
191
+ * When true, the order is a `GlobalExpress` order.
192
192
  * @type {boolean}
193
193
  * @memberof Order
194
194
  */
195
195
  'IsGlobalExpressEnabled'?: boolean;
196
196
  /**
197
- * The order ID value for the order that is being replaced. Returned only if `IsReplacementOrder` = true.
197
+ * The order ID value for the order that is being replaced. Returned only if IsReplacementOrder = true.
198
198
  * @type {string}
199
199
  * @memberof Order
200
200
  */
@@ -206,13 +206,13 @@ export interface Order {
206
206
  */
207
207
  'IsReplacementOrder'?: boolean;
208
208
  /**
209
- * Indicates the date by which the seller must respond to the buyer with an estimated ship date. Returned only for Sourcing on Demand orders.
209
+ * Indicates the date by which the seller must respond to the buyer with an estimated ship date. Only returned for Sourcing on Demand orders.
210
210
  * @type {string}
211
211
  * @memberof Order
212
212
  */
213
213
  'PromiseResponseDueDate'?: string;
214
214
  /**
215
- * When true, the estimated ship date is specified for the order. Returned only for Sourcing on Demand orders.
215
+ * When true, the estimated ship date is set for the order. Only returned for Sourcing on Demand orders.
216
216
  * @type {boolean}
217
217
  * @memberof Order
218
218
  */
@@ -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
  *
@@ -29,13 +29,13 @@ export interface OrdersList {
29
29
  */
30
30
  'NextToken'?: string;
31
31
  /**
32
- * A date used for selecting orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. All dates must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
32
+ * Use this date to select orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. All dates must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
33
33
  * @type {string}
34
34
  * @memberof OrdersList
35
35
  */
36
36
  'LastUpdatedBefore'?: string;
37
37
  /**
38
- * A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> format.
38
+ * Use this date to select orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
39
39
  * @type {string}
40
40
  * @memberof OrdersList
41
41
  */
@@ -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
  *
@@ -23,13 +23,13 @@ export interface PackageDetail {
23
23
  */
24
24
  'packageReferenceId': string;
25
25
  /**
26
- * Identifies the carrier that will deliver the package. This field is required for all marketplaces. For the acceptable `CarrierCode` value, refer to the list of <a href=\'https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/xsd/release_1_9/amzn-base._TTH_.xsd\'>CarrierCode</a>.
26
+ * Identifies the carrier that will deliver the package. This field is required for all marketplaces. For more information, refer to the [`CarrierCode` announcement](https://developer-docs.amazon.com/sp-api/changelog/carriercode-value-required-in-shipment-confirmations-for-br-mx-ca-sg-au-in-jp-marketplaces).
27
27
  * @type {string}
28
28
  * @memberof PackageDetail
29
29
  */
30
30
  'carrierCode': string;
31
31
  /**
32
- * Carrier Name that will deliver the package. Required when carrierCode is \"Others\"
32
+ * Carrier Name that will deliver the package. Required when `carrierCode` is \"Others\"
33
33
  * @type {string}
34
34
  * @memberof PackageDetail
35
35
  */
@@ -53,7 +53,7 @@ export interface PackageDetail {
53
53
  */
54
54
  'shipDate': string;
55
55
  /**
56
- * The unique identifier of the supply source.
56
+ * The unique identifier for the supply source.
57
57
  * @type {string}
58
58
  * @memberof PackageDetail
59
59
  */
@@ -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
  *
@@ -23,7 +23,7 @@ export interface PaymentExecutionDetailItem {
23
23
  */
24
24
  'Payment': Money;
25
25
  /**
26
- * A sub-payment method for a COD order. **Possible values**: * `COD`: Cash On Delivery. * `GC`: Gift Card. * `PointsAccount`: Amazon Points. * `Invoice`: Invoice.
26
+ * A sub-payment method for a COD order. **Possible values**: * `COD`: Cash on delivery * `GC`: Gift card * `PointsAccount`: Amazon Points * `Invoice`: Invoice
27
27
  * @type {string}
28
28
  * @memberof PaymentExecutionDetailItem
29
29
  */
@@ -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 PreferredDeliveryTime {
24
24
  */
25
25
  'BusinessHours'?: Array<BusinessHours>;
26
26
  /**
27
- * Dates when the business is closed in the next 30 days.
27
+ * Dates when the business is closed during the next 30 days.
28
28
  * @type {Array<ExceptionDates>}
29
29
  * @memberof PreferredDeliveryTime
30
30
  */
@@ -0,0 +1,60 @@
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
+ /**
13
+ * Information about the prescription that is used to verify a regulated product. This must be provided once per order and reflect the seller’s own records. Only approved orders can have prescriptions.
14
+ * @export
15
+ * @interface PrescriptionDetail
16
+ */
17
+ export interface PrescriptionDetail {
18
+ /**
19
+ * The identifier for the prescription used to verify the regulated product.
20
+ * @type {string}
21
+ * @memberof PrescriptionDetail
22
+ */
23
+ 'prescriptionId': string;
24
+ /**
25
+ * The expiration date of the prescription used to verify the regulated product, in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.
26
+ * @type {string}
27
+ * @memberof PrescriptionDetail
28
+ */
29
+ 'expirationDate': string;
30
+ /**
31
+ * The number of units in each fill as provided in the prescription.
32
+ * @type {number}
33
+ * @memberof PrescriptionDetail
34
+ */
35
+ 'writtenQuantity': number;
36
+ /**
37
+ * The total number of refills written in the original prescription used to verify the regulated product. If a prescription originally had no refills, this value must be 0.
38
+ * @type {number}
39
+ * @memberof PrescriptionDetail
40
+ */
41
+ 'totalRefillsAuthorized': number;
42
+ /**
43
+ * The number of refills remaining for the prescription used to verify the regulated product. If a prescription originally had 10 total refills, this value must be `10` for the first order, `9` for the second order, and `0` for the eleventh order. If a prescription originally had no refills, this value must be 0.
44
+ * @type {number}
45
+ * @memberof PrescriptionDetail
46
+ */
47
+ 'refillsRemaining': number;
48
+ /**
49
+ * The identifier for the clinic which provided the prescription used to verify the regulated product.
50
+ * @type {string}
51
+ * @memberof PrescriptionDetail
52
+ */
53
+ 'clinicId': string;
54
+ /**
55
+ * The instructions for the prescription as provided by the approver of the regulated product.
56
+ * @type {string}
57
+ * @memberof PrescriptionDetail
58
+ */
59
+ 'usageInstructions': string;
60
+ }
@@ -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 RegulatedInformationField {
18
18
  /**
19
- * The unique identifier for the field.
19
+ * The unique identifier of the field.
20
20
  * @type {string}
21
21
  * @memberof RegulatedInformationField
22
22
  */
23
23
  'FieldId': string;
24
24
  /**
25
- * The name for the field.
25
+ * The name of the field.
26
26
  * @type {string}
27
27
  * @memberof RegulatedInformationField
28
28
  */
@@ -34,7 +34,7 @@ export interface RegulatedInformationField {
34
34
  */
35
35
  'FieldType': RegulatedInformationFieldFieldTypeEnum;
36
36
  /**
37
- * The content of the field as collected in regulatory form. Note that `FileAttachment` type fields will contain a URL to download the attachment here.
37
+ * The content of the field as collected in regulatory form. Note that `FileAttachment` type fields contain a URL where you can download the attachment.
38
38
  * @type {string}
39
39
  * @memberof RegulatedInformationField
40
40
  */
@@ -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
  *
@@ -10,9 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { RejectionReason } from './rejection-reason';
13
+ import type { ValidVerificationDetail } from './valid-verification-detail';
13
14
  import type { VerificationStatus } from './verification-status';
14
15
  /**
15
- * The verification status of the order along with associated approval or rejection metadata.
16
+ * The verification status of the order, along with associated approval or rejection metadata.
16
17
  * @export
17
18
  * @interface RegulatedOrderVerificationStatus
18
19
  */
@@ -42,7 +43,7 @@ export interface RegulatedOrderVerificationStatus {
42
43
  */
43
44
  'RejectionReason'?: RejectionReason;
44
45
  /**
45
- * The date the order was reviewed. In <a href=\'https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601</a> date time format.
46
+ * The date the order was reviewed. In [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) date time format.
46
47
  * @type {string}
47
48
  * @memberof RegulatedOrderVerificationStatus
48
49
  */
@@ -53,4 +54,10 @@ export interface RegulatedOrderVerificationStatus {
53
54
  * @memberof RegulatedOrderVerificationStatus
54
55
  */
55
56
  'ExternalReviewerId'?: string;
57
+ /**
58
+ * A list of valid verification details that may be provided and the criteria required for when the verification detail can be provided.
59
+ * @type {Array<ValidVerificationDetail>}
60
+ * @memberof RegulatedOrderVerificationStatus
61
+ */
62
+ 'ValidVerificationDetails'?: Array<ValidVerificationDetail>;
56
63
  }
@@ -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
  *
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * The reason for rejecting the order\'s regulated information. Not present if the order isn\'t rejected.
13
+ * The reason for rejecting the order\'s regulated information. This is only present if the order is rejected.
14
14
  * @export
15
15
  * @interface RejectionReason
16
16
  */
@@ -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
  *
@@ -22,4 +22,22 @@ export interface ShippingConstraints {
22
22
  * @memberof ShippingConstraints
23
23
  */
24
24
  'PalletDelivery'?: ConstraintType;
25
+ /**
26
+ *
27
+ * @type {ConstraintType}
28
+ * @memberof ShippingConstraints
29
+ */
30
+ 'SignatureConfirmation'?: ConstraintType;
31
+ /**
32
+ *
33
+ * @type {ConstraintType}
34
+ * @memberof ShippingConstraints
35
+ */
36
+ 'RecipientIdentityVerification'?: ConstraintType;
37
+ /**
38
+ *
39
+ * @type {ConstraintType}
40
+ * @memberof ShippingConstraints
41
+ */
42
+ 'RecipientAgeVerification'?: ConstraintType;
25
43
  }
@@ -0,0 +1,37 @@
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 { FulfillmentPlanShippingConstraints } from './fulfillment-plan-shipping-constraints';
13
+ /**
14
+ * The shipping-related information of a delivery.
15
+ * @export
16
+ * @interface ShippingInstructions
17
+ */
18
+ export interface ShippingInstructions {
19
+ /**
20
+ * The name of the carrier that delivers the package.
21
+ * @type {string}
22
+ * @memberof ShippingInstructions
23
+ */
24
+ 'CarrierCode'?: string;
25
+ /**
26
+ * The ship method that is used for the order.
27
+ * @type {string}
28
+ * @memberof ShippingInstructions
29
+ */
30
+ 'ShippingMethod'?: string;
31
+ /**
32
+ *
33
+ * @type {FulfillmentPlanShippingConstraints}
34
+ * @memberof ShippingInstructions
35
+ */
36
+ 'ShippingConstraints'?: FulfillmentPlanShippingConstraints;
37
+ }
@@ -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
  *
@@ -17,7 +17,7 @@ import type { Measurement } from './measurement';
17
17
  */
18
18
  export interface SubstitutionOption {
19
19
  /**
20
- * The Amazon Standard Identification Number (ASIN) of the item.
20
+ * The item\'s Amazon Standard Identification Number (ASIN).
21
21
  * @type {string}
22
22
  * @memberof SubstitutionOption
23
23
  */
@@ -29,13 +29,13 @@ export interface SubstitutionOption {
29
29
  */
30
30
  'QuantityOrdered'?: number;
31
31
  /**
32
- * The seller stock keeping unit (SKU) of the item.
32
+ * The item\'s seller stock keeping unit (SKU).
33
33
  * @type {string}
34
34
  * @memberof SubstitutionOption
35
35
  */
36
36
  'SellerSKU'?: string;
37
37
  /**
38
- * The title of the item.
38
+ * The item\'s title.
39
39
  * @type {string}
40
40
  * @memberof SubstitutionOption
41
41
  */
@@ -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
  *
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * The tax classification for the order.
13
+ * The tax classification of the order.
14
14
  * @export
15
15
  * @interface TaxClassification
16
16
  */