@sp-api-sdk/orders-api-v0 2.2.0 → 2.3.1

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 (242) hide show
  1. package/README.md +1 -5
  2. package/dist/cjs/index.js +16 -3
  3. package/dist/cjs/src/api-model/api/orders-v0-api.js +10 -153
  4. package/dist/cjs/src/api-model/api.js +16 -3
  5. package/dist/cjs/src/api-model/base.js +5 -3
  6. package/dist/cjs/src/api-model/common.js +1 -1
  7. package/dist/cjs/src/api-model/configuration.js +1 -1
  8. package/dist/cjs/src/api-model/index.js +18 -5
  9. package/dist/cjs/src/api-model/models/address.js +1 -1
  10. package/dist/cjs/src/api-model/models/automated-shipping-settings.js +1 -1
  11. package/dist/cjs/src/api-model/models/business-hours.js +1 -1
  12. package/dist/cjs/src/api-model/models/buyer-customized-info-detail.js +1 -1
  13. package/dist/cjs/src/api-model/models/buyer-info.js +1 -1
  14. package/dist/cjs/src/api-model/models/buyer-requested-cancel.js +1 -1
  15. package/dist/cjs/src/api-model/models/buyer-tax-info.js +1 -1
  16. package/dist/cjs/src/api-model/models/buyer-tax-information.js +1 -1
  17. package/dist/cjs/src/api-model/models/confirm-shipment-error-response.js +1 -1
  18. package/dist/cjs/src/api-model/models/confirm-shipment-order-item.js +1 -1
  19. package/dist/cjs/src/api-model/models/confirm-shipment-request.js +1 -1
  20. package/dist/cjs/src/api-model/models/delivery-preferences.js +1 -1
  21. package/dist/cjs/src/api-model/models/easy-ship-shipment-status.js +1 -1
  22. package/dist/cjs/src/api-model/models/electronic-invoice-status.js +1 -1
  23. package/dist/cjs/src/api-model/models/exception-dates.js +1 -1
  24. package/dist/cjs/src/api-model/models/fulfillment-instruction.js +1 -1
  25. package/dist/cjs/src/api-model/models/get-order-address-response.js +1 -1
  26. package/dist/cjs/src/api-model/models/get-order-buyer-info-response.js +1 -1
  27. package/dist/cjs/src/api-model/models/get-order-items-buyer-info-response.js +1 -1
  28. package/dist/cjs/src/api-model/models/get-order-items-response.js +1 -1
  29. package/dist/cjs/src/api-model/models/get-order-regulated-info-response.js +1 -1
  30. package/dist/cjs/src/api-model/models/get-order-response.js +1 -1
  31. package/dist/cjs/src/api-model/models/get-orders-response.js +1 -1
  32. package/dist/cjs/src/api-model/models/index.js +72 -73
  33. package/dist/cjs/src/api-model/models/item-buyer-info.js +1 -1
  34. package/dist/cjs/src/api-model/models/marketplace-tax-info.js +1 -1
  35. package/dist/cjs/src/api-model/models/model-error.js +1 -1
  36. package/dist/cjs/src/api-model/models/money.js +1 -1
  37. package/dist/cjs/src/api-model/models/open-interval.js +1 -1
  38. package/dist/cjs/src/api-model/models/open-time-interval.js +1 -1
  39. package/dist/cjs/src/api-model/models/order-address.js +1 -1
  40. package/dist/cjs/src/api-model/models/order-buyer-info.js +1 -1
  41. package/dist/cjs/src/api-model/models/order-item-buyer-info.js +1 -1
  42. package/dist/cjs/src/api-model/models/order-item.js +1 -1
  43. package/dist/cjs/src/api-model/models/order-items-buyer-info-list.js +1 -1
  44. package/dist/cjs/src/api-model/models/order-items-inner.js +1 -1
  45. package/dist/cjs/src/api-model/models/order-items-list.js +1 -1
  46. package/dist/cjs/src/api-model/models/order-regulated-info.js +1 -1
  47. package/dist/cjs/src/api-model/models/order.js +1 -1
  48. package/dist/cjs/src/api-model/models/orders-list.js +1 -1
  49. package/dist/cjs/src/api-model/models/other-delivery-attributes.js +1 -1
  50. package/dist/cjs/src/api-model/models/package-detail.js +1 -1
  51. package/dist/cjs/src/api-model/models/payment-execution-detail-item.js +1 -1
  52. package/dist/cjs/src/api-model/models/points-granted-detail.js +1 -1
  53. package/dist/cjs/src/api-model/models/preferred-delivery-time.js +1 -1
  54. package/dist/cjs/src/api-model/models/product-info-detail.js +1 -1
  55. package/dist/cjs/src/api-model/models/regulated-information-field.js +1 -1
  56. package/dist/cjs/src/api-model/models/regulated-information.js +1 -1
  57. package/dist/cjs/src/api-model/models/regulated-order-verification-status.js +1 -1
  58. package/dist/cjs/src/api-model/models/rejection-reason.js +1 -1
  59. package/dist/cjs/src/api-model/models/shipment-status.js +1 -1
  60. package/dist/cjs/src/api-model/models/tax-classification.js +1 -1
  61. package/dist/cjs/src/api-model/models/tax-collection.js +1 -1
  62. package/dist/cjs/src/api-model/models/update-shipment-status-error-response.js +1 -1
  63. package/dist/cjs/src/api-model/models/update-shipment-status-request.js +1 -1
  64. package/dist/cjs/src/api-model/models/update-verification-status-error-response.js +1 -1
  65. package/dist/cjs/src/api-model/models/update-verification-status-request-body.js +1 -1
  66. package/dist/cjs/src/api-model/models/update-verification-status-request.js +1 -1
  67. package/dist/cjs/src/api-model/models/verification-status.js +1 -1
  68. package/dist/cjs/src/client.js +0 -14
  69. package/dist/es/src/api-model/api/orders-v0-api.js +6 -151
  70. package/dist/es/src/api-model/api.js +1 -1
  71. package/dist/es/src/api-model/base.js +1 -1
  72. package/dist/es/src/api-model/common.js +1 -1
  73. package/dist/es/src/api-model/configuration.js +1 -1
  74. package/dist/es/src/api-model/index.js +1 -1
  75. package/dist/es/src/api-model/models/address.js +1 -1
  76. package/dist/es/src/api-model/models/automated-shipping-settings.js +1 -1
  77. package/dist/es/src/api-model/models/business-hours.js +1 -1
  78. package/dist/es/src/api-model/models/buyer-customized-info-detail.js +1 -1
  79. package/dist/es/src/api-model/models/buyer-info.js +1 -1
  80. package/dist/es/src/api-model/models/buyer-requested-cancel.js +1 -1
  81. package/dist/es/src/api-model/models/buyer-tax-info.js +1 -1
  82. package/dist/es/src/api-model/models/buyer-tax-information.js +1 -1
  83. package/dist/es/src/api-model/models/confirm-shipment-error-response.js +1 -1
  84. package/dist/es/src/api-model/models/confirm-shipment-order-item.js +1 -1
  85. package/dist/es/src/api-model/models/confirm-shipment-request.js +1 -1
  86. package/dist/es/src/api-model/models/delivery-preferences.js +1 -1
  87. package/dist/es/src/api-model/models/easy-ship-shipment-status.js +1 -1
  88. package/dist/es/src/api-model/models/electronic-invoice-status.js +1 -1
  89. package/dist/es/src/api-model/models/exception-dates.js +1 -1
  90. package/dist/es/src/api-model/models/fulfillment-instruction.js +1 -1
  91. package/dist/es/src/api-model/models/get-order-address-response.js +1 -1
  92. package/dist/es/src/api-model/models/get-order-buyer-info-response.js +1 -1
  93. package/dist/es/src/api-model/models/get-order-items-buyer-info-response.js +1 -1
  94. package/dist/es/src/api-model/models/get-order-items-response.js +1 -1
  95. package/dist/es/src/api-model/models/get-order-regulated-info-response.js +1 -1
  96. package/dist/es/src/api-model/models/get-order-response.js +1 -1
  97. package/dist/es/src/api-model/models/get-orders-response.js +1 -1
  98. package/dist/es/src/api-model/models/index.js +0 -14
  99. package/dist/es/src/api-model/models/item-buyer-info.js +1 -1
  100. package/dist/es/src/api-model/models/marketplace-tax-info.js +1 -1
  101. package/dist/es/src/api-model/models/model-error.js +1 -1
  102. package/dist/es/src/api-model/models/money.js +1 -1
  103. package/dist/es/src/api-model/models/open-interval.js +1 -1
  104. package/dist/es/src/api-model/models/open-time-interval.js +1 -1
  105. package/dist/es/src/api-model/models/order-address.js +1 -1
  106. package/dist/es/src/api-model/models/order-buyer-info.js +1 -1
  107. package/dist/es/src/api-model/models/order-item-buyer-info.js +1 -1
  108. package/dist/es/src/api-model/models/order-item.js +1 -1
  109. package/dist/es/src/api-model/models/order-items-buyer-info-list.js +1 -1
  110. package/dist/es/src/api-model/models/order-items-inner.js +1 -1
  111. package/dist/es/src/api-model/models/order-items-list.js +1 -1
  112. package/dist/es/src/api-model/models/order-regulated-info.js +1 -1
  113. package/dist/es/src/api-model/models/order.js +1 -1
  114. package/dist/es/src/api-model/models/orders-list.js +1 -1
  115. package/dist/es/src/api-model/models/other-delivery-attributes.js +1 -1
  116. package/dist/es/src/api-model/models/package-detail.js +1 -1
  117. package/dist/es/src/api-model/models/payment-execution-detail-item.js +1 -1
  118. package/dist/es/src/api-model/models/points-granted-detail.js +1 -1
  119. package/dist/es/src/api-model/models/preferred-delivery-time.js +1 -1
  120. package/dist/es/src/api-model/models/product-info-detail.js +1 -1
  121. package/dist/es/src/api-model/models/regulated-information-field.js +1 -1
  122. package/dist/es/src/api-model/models/regulated-information.js +1 -1
  123. package/dist/es/src/api-model/models/regulated-order-verification-status.js +1 -1
  124. package/dist/es/src/api-model/models/rejection-reason.js +1 -1
  125. package/dist/es/src/api-model/models/shipment-status.js +1 -1
  126. package/dist/es/src/api-model/models/tax-classification.js +1 -1
  127. package/dist/es/src/api-model/models/tax-collection.js +1 -1
  128. package/dist/es/src/api-model/models/update-shipment-status-error-response.js +1 -1
  129. package/dist/es/src/api-model/models/update-shipment-status-request.js +1 -1
  130. package/dist/es/src/api-model/models/update-verification-status-error-response.js +1 -1
  131. package/dist/es/src/api-model/models/update-verification-status-request-body.js +1 -1
  132. package/dist/es/src/api-model/models/update-verification-status-request.js +1 -1
  133. package/dist/es/src/api-model/models/verification-status.js +1 -1
  134. package/dist/es/src/client.js +0 -14
  135. package/dist/types/src/api-model/api/orders-v0-api.d.ts +3 -139
  136. package/dist/types/src/api-model/api.d.ts +1 -1
  137. package/dist/types/src/api-model/base.d.ts +1 -1
  138. package/dist/types/src/api-model/common.d.ts +1 -1
  139. package/dist/types/src/api-model/configuration.d.ts +1 -1
  140. package/dist/types/src/api-model/index.d.ts +1 -1
  141. package/dist/types/src/api-model/models/address.d.ts +1 -1
  142. package/dist/types/src/api-model/models/automated-shipping-settings.d.ts +1 -1
  143. package/dist/types/src/api-model/models/business-hours.d.ts +1 -1
  144. package/dist/types/src/api-model/models/buyer-customized-info-detail.d.ts +1 -1
  145. package/dist/types/src/api-model/models/buyer-info.d.ts +1 -1
  146. package/dist/types/src/api-model/models/buyer-requested-cancel.d.ts +1 -1
  147. package/dist/types/src/api-model/models/buyer-tax-info.d.ts +1 -1
  148. package/dist/types/src/api-model/models/buyer-tax-information.d.ts +1 -1
  149. package/dist/types/src/api-model/models/confirm-shipment-error-response.d.ts +1 -1
  150. package/dist/types/src/api-model/models/confirm-shipment-order-item.d.ts +1 -1
  151. package/dist/types/src/api-model/models/confirm-shipment-request.d.ts +1 -1
  152. package/dist/types/src/api-model/models/delivery-preferences.d.ts +1 -1
  153. package/dist/types/src/api-model/models/easy-ship-shipment-status.d.ts +1 -1
  154. package/dist/types/src/api-model/models/electronic-invoice-status.d.ts +1 -1
  155. package/dist/types/src/api-model/models/exception-dates.d.ts +1 -1
  156. package/dist/types/src/api-model/models/fulfillment-instruction.d.ts +1 -1
  157. package/dist/types/src/api-model/models/get-order-address-response.d.ts +1 -1
  158. package/dist/types/src/api-model/models/get-order-buyer-info-response.d.ts +1 -1
  159. package/dist/types/src/api-model/models/get-order-items-buyer-info-response.d.ts +1 -1
  160. package/dist/types/src/api-model/models/get-order-items-response.d.ts +1 -1
  161. package/dist/types/src/api-model/models/get-order-regulated-info-response.d.ts +1 -1
  162. package/dist/types/src/api-model/models/get-order-response.d.ts +1 -1
  163. package/dist/types/src/api-model/models/get-orders-response.d.ts +1 -1
  164. package/dist/types/src/api-model/models/index.d.ts +0 -14
  165. package/dist/types/src/api-model/models/item-buyer-info.d.ts +1 -1
  166. package/dist/types/src/api-model/models/marketplace-tax-info.d.ts +1 -1
  167. package/dist/types/src/api-model/models/model-error.d.ts +1 -1
  168. package/dist/types/src/api-model/models/money.d.ts +1 -1
  169. package/dist/types/src/api-model/models/open-interval.d.ts +1 -1
  170. package/dist/types/src/api-model/models/open-time-interval.d.ts +1 -1
  171. package/dist/types/src/api-model/models/order-address.d.ts +1 -1
  172. package/dist/types/src/api-model/models/order-buyer-info.d.ts +1 -1
  173. package/dist/types/src/api-model/models/order-item-buyer-info.d.ts +1 -1
  174. package/dist/types/src/api-model/models/order-item.d.ts +1 -8
  175. package/dist/types/src/api-model/models/order-items-buyer-info-list.d.ts +1 -1
  176. package/dist/types/src/api-model/models/order-items-inner.d.ts +1 -1
  177. package/dist/types/src/api-model/models/order-items-list.d.ts +1 -1
  178. package/dist/types/src/api-model/models/order-regulated-info.d.ts +1 -1
  179. package/dist/types/src/api-model/models/order.d.ts +1 -15
  180. package/dist/types/src/api-model/models/orders-list.d.ts +1 -1
  181. package/dist/types/src/api-model/models/other-delivery-attributes.d.ts +1 -1
  182. package/dist/types/src/api-model/models/package-detail.d.ts +1 -1
  183. package/dist/types/src/api-model/models/payment-execution-detail-item.d.ts +1 -1
  184. package/dist/types/src/api-model/models/points-granted-detail.d.ts +1 -1
  185. package/dist/types/src/api-model/models/preferred-delivery-time.d.ts +1 -1
  186. package/dist/types/src/api-model/models/product-info-detail.d.ts +1 -1
  187. package/dist/types/src/api-model/models/regulated-information-field.d.ts +1 -1
  188. package/dist/types/src/api-model/models/regulated-information.d.ts +1 -1
  189. package/dist/types/src/api-model/models/regulated-order-verification-status.d.ts +1 -1
  190. package/dist/types/src/api-model/models/rejection-reason.d.ts +1 -1
  191. package/dist/types/src/api-model/models/shipment-status.d.ts +1 -1
  192. package/dist/types/src/api-model/models/tax-classification.d.ts +1 -1
  193. package/dist/types/src/api-model/models/tax-collection.d.ts +1 -1
  194. package/dist/types/src/api-model/models/update-shipment-status-error-response.d.ts +1 -1
  195. package/dist/types/src/api-model/models/update-shipment-status-request.d.ts +1 -1
  196. package/dist/types/src/api-model/models/update-verification-status-error-response.d.ts +1 -1
  197. package/dist/types/src/api-model/models/update-verification-status-request-body.d.ts +1 -1
  198. package/dist/types/src/api-model/models/update-verification-status-request.d.ts +1 -1
  199. package/dist/types/src/api-model/models/verification-status.d.ts +1 -1
  200. package/package.json +4 -15
  201. package/dist/cjs/src/api-model/models/approval-support-data-element.js +0 -15
  202. package/dist/cjs/src/api-model/models/get-order-approvals-response.js +0 -15
  203. package/dist/cjs/src/api-model/models/item-approval-action-changes.js +0 -15
  204. package/dist/cjs/src/api-model/models/item-approval-action.js +0 -21
  205. package/dist/cjs/src/api-model/models/item-approval-context.js +0 -15
  206. package/dist/cjs/src/api-model/models/item-approval-status.js +0 -29
  207. package/dist/cjs/src/api-model/models/item-approval-type.js +0 -24
  208. package/dist/cjs/src/api-model/models/item-approval.js +0 -25
  209. package/dist/cjs/src/api-model/models/item-identifier.js +0 -21
  210. package/dist/cjs/src/api-model/models/order-approvals-response.js +0 -15
  211. package/dist/cjs/src/api-model/models/order-item-approval-request.js +0 -15
  212. package/dist/cjs/src/api-model/models/order-item-approvals.js +0 -15
  213. package/dist/cjs/src/api-model/models/update-items-approvals-error-response.js +0 -15
  214. package/dist/cjs/src/api-model/models/update-order-approvals-request.js +0 -15
  215. package/dist/es/src/api-model/models/approval-support-data-element.js +0 -14
  216. package/dist/es/src/api-model/models/get-order-approvals-response.js +0 -14
  217. package/dist/es/src/api-model/models/item-approval-action-changes.js +0 -14
  218. package/dist/es/src/api-model/models/item-approval-action.js +0 -18
  219. package/dist/es/src/api-model/models/item-approval-context.js +0 -14
  220. package/dist/es/src/api-model/models/item-approval-status.js +0 -26
  221. package/dist/es/src/api-model/models/item-approval-type.js +0 -21
  222. package/dist/es/src/api-model/models/item-approval.js +0 -22
  223. package/dist/es/src/api-model/models/item-identifier.js +0 -18
  224. package/dist/es/src/api-model/models/order-approvals-response.js +0 -14
  225. package/dist/es/src/api-model/models/order-item-approval-request.js +0 -14
  226. package/dist/es/src/api-model/models/order-item-approvals.js +0 -14
  227. package/dist/es/src/api-model/models/update-items-approvals-error-response.js +0 -14
  228. package/dist/es/src/api-model/models/update-order-approvals-request.js +0 -14
  229. package/dist/types/src/api-model/models/approval-support-data-element.d.ts +0 -30
  230. package/dist/types/src/api-model/models/get-order-approvals-response.d.ts +0 -31
  231. package/dist/types/src/api-model/models/item-approval-action-changes.d.ts +0 -38
  232. package/dist/types/src/api-model/models/item-approval-action.d.ts +0 -43
  233. package/dist/types/src/api-model/models/item-approval-context.d.ts +0 -39
  234. package/dist/types/src/api-model/models/item-approval-status.d.ts +0 -25
  235. package/dist/types/src/api-model/models/item-approval-type.d.ts +0 -20
  236. package/dist/types/src/api-model/models/item-approval.d.ts +0 -72
  237. package/dist/types/src/api-model/models/item-identifier.d.ts +0 -36
  238. package/dist/types/src/api-model/models/order-approvals-response.d.ts +0 -31
  239. package/dist/types/src/api-model/models/order-item-approval-request.d.ts +0 -31
  240. package/dist/types/src/api-model/models/order-item-approvals.d.ts +0 -45
  241. package/dist/types/src/api-model/models/update-items-approvals-error-response.d.ts +0 -24
  242. package/dist/types/src/api-model/models/update-order-approvals-request.d.ts +0 -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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API response.
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { BuyerRequestedCancel } from './buyer-requested-cancel';
13
- import { ItemApprovalContext } from './item-approval-context';
14
13
  import { ItemBuyerInfo } from './item-buyer-info';
15
14
  import { Money } from './money';
16
15
  import { PointsGrantedDetail } from './points-granted-detail';
@@ -226,12 +225,6 @@ export interface OrderItem {
226
225
  * @memberof OrderItem
227
226
  */
228
227
  'BuyerRequestedCancel'?: BuyerRequestedCancel;
229
- /**
230
- *
231
- * @type {ItemApprovalContext}
232
- * @memberof OrderItem
233
- */
234
- 'ItemApprovalContext'?: ItemApprovalContext;
235
228
  /**
236
229
  * A list of serial numbers for electronic products that are shipped to customers. Returned for FBA orders only.
237
230
  * @type {Array<string>}
@@ -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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API response.
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
@@ -16,8 +16,6 @@ import { BuyerTaxInformation } from './buyer-tax-information';
16
16
  import { EasyShipShipmentStatus } from './easy-ship-shipment-status';
17
17
  import { ElectronicInvoiceStatus } from './electronic-invoice-status';
18
18
  import { FulfillmentInstruction } from './fulfillment-instruction';
19
- import { ItemApprovalStatus } from './item-approval-status';
20
- import { ItemApprovalType } from './item-approval-type';
21
19
  import { MarketplaceTaxInfo } from './marketplace-tax-info';
22
20
  import { Money } from './money';
23
21
  import { PaymentExecutionDetailItem } from './payment-execution-detail-item';
@@ -309,18 +307,6 @@ export interface Order {
309
307
  * @memberof Order
310
308
  */
311
309
  'ElectronicInvoiceStatus'?: ElectronicInvoiceStatus;
312
- /**
313
- * Set of approval types which applies to at least one order item in the order.
314
- * @type {Array<ItemApprovalType>}
315
- * @memberof Order
316
- */
317
- 'ItemApprovalTypes'?: Array<ItemApprovalType>;
318
- /**
319
- * Subset of all ItemApprovalStatus that are set in at least one of the order items subject to approvals.
320
- * @type {Array<ItemApprovalStatus>}
321
- * @memberof Order
322
- */
323
- 'ItemApprovalStatus'?: Array<ItemApprovalStatus>;
324
310
  }
325
311
  export declare const OrderOrderStatusEnum: {
326
312
  readonly Pending: "Pending";
@@ -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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API 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.
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 only supports orders that are less than two years old. Orders more than two years old will not show in the API response.
4
4
  *
5
5
  * The version of the OpenAPI document: v0
6
6
  *
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@sp-api-sdk/orders-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
- "description": "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.",
5
- "version": "2.2.0",
4
+ "description": "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 only supports orders that are less than two years old. Orders more than two years old will not show in the API response.",
5
+ "version": "2.3.1",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -17,16 +17,8 @@
17
17
  "dist/**/*.js",
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
- "scripts": {
21
- "check:ts": "yarn tsc --noEmit",
22
- "build:cjs": "tsc -p tsconfig.json",
23
- "build:es": "tsc -p tsconfig.es.json",
24
- "build": "yarn build:cjs && yarn build:es",
25
- "clean": "rimraf dist",
26
- "test": "jest"
27
- },
28
20
  "dependencies": {
29
- "@sp-api-sdk/common": "^1.11.0",
21
+ "@sp-api-sdk/common": "1.11.3",
30
22
  "axios": "^1.4.0"
31
23
  },
32
24
  "repository": {
@@ -48,8 +40,5 @@
48
40
  "sp sdk",
49
41
  "orders api"
50
42
  ],
51
- "typedoc": {
52
- "entryPoint": "./index.ts"
53
- },
54
- "gitHead": "107d3711376fa9561a8c02add732f7508c9c02ec"
43
+ "gitHead": "37246595dfc41a7b7d79eab072309752caf5049c"
55
44
  }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,21 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ItemApprovalActionActionTypeEnum = void 0;
17
- exports.ItemApprovalActionActionTypeEnum = {
18
- Approve: 'APPROVE',
19
- Decline: 'DECLINE',
20
- ApproveWithChanges: 'APPROVE_WITH_CHANGES'
21
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,29 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ItemApprovalStatus = void 0;
17
- /**
18
- * Defines the possible status of an order item approval.
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ItemApprovalStatus = {
23
- PendingSellingPartnerApproval: 'PENDING_SELLING_PARTNER_APPROVAL',
24
- ProcessingSellingPartnerApproval: 'PROCESSING_SELLING_PARTNER_APPROVAL',
25
- PendingAmazonApproval: 'PENDING_AMAZON_APPROVAL',
26
- Approved: 'APPROVED',
27
- ApprovedWithChanges: 'APPROVED_WITH_CHANGES',
28
- Declined: 'DECLINED'
29
- };
@@ -1,24 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ItemApprovalType = void 0;
17
- /**
18
- * Defines the approval process types available for order items.
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.ItemApprovalType = {
23
- LeonardiApproval: 'LEONARDI_APPROVAL'
24
- };
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ItemApprovalApprovalActionProcessStatusEnum = exports.ItemApprovalActorEnum = void 0;
17
- exports.ItemApprovalActorEnum = {
18
- SellingPartner: 'SELLING_PARTNER',
19
- Amazon: 'AMAZON'
20
- };
21
- exports.ItemApprovalApprovalActionProcessStatusEnum = {
22
- Processing: 'PROCESSING',
23
- Success: 'SUCCESS',
24
- Error: 'ERROR'
25
- };
@@ -1,21 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.ItemIdentifierIdentifierTypeEnum = void 0;
17
- exports.ItemIdentifierIdentifierTypeEnum = {
18
- Asin: 'ASIN',
19
- SellerSku: 'SELLER_SKU',
20
- ExternalId: 'EXTERNAL_ID'
21
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * 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.
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });