@sp-api-sdk/orders-api-2026-01-01 0.0.0 → 1.1.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 (192) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +105 -0
  3. package/dist/cjs/api-model/api/orders-api.js +266 -0
  4. package/dist/cjs/api-model/api.js +30 -0
  5. package/dist/cjs/api-model/base.js +52 -0
  6. package/dist/cjs/api-model/common.js +122 -0
  7. package/dist/cjs/api-model/configuration.js +98 -0
  8. package/dist/cjs/api-model/index.js +32 -0
  9. package/dist/cjs/api-model/models/address-extended-fields.js +15 -0
  10. package/dist/cjs/api-model/models/alias.js +15 -0
  11. package/dist/cjs/api-model/models/associated-order.js +15 -0
  12. package/dist/cjs/api-model/models/business-hour.js +25 -0
  13. package/dist/cjs/api-model/models/buyer.js +15 -0
  14. package/dist/cjs/api-model/models/constraint-type.js +22 -0
  15. package/dist/cjs/api-model/models/customer-address.js +15 -0
  16. package/dist/cjs/api-model/models/date-time-range.js +15 -0
  17. package/dist/cjs/api-model/models/delivery-preference.js +15 -0
  18. package/dist/cjs/api-model/models/error-list.js +15 -0
  19. package/dist/cjs/api-model/models/exception-date.js +20 -0
  20. package/dist/cjs/api-model/models/fulfillment-status.js +28 -0
  21. package/dist/cjs/api-model/models/get-order-response.js +15 -0
  22. package/dist/cjs/api-model/models/gift-option.js +15 -0
  23. package/dist/cjs/api-model/models/hour-minute.js +15 -0
  24. package/dist/cjs/api-model/models/index.js +70 -0
  25. package/dist/cjs/api-model/models/item-cancellation-request.js +15 -0
  26. package/dist/cjs/api-model/models/item-cancellation.js +15 -0
  27. package/dist/cjs/api-model/models/item-condition.js +15 -0
  28. package/dist/cjs/api-model/models/item-customization.js +15 -0
  29. package/dist/cjs/api-model/models/item-expense.js +15 -0
  30. package/dist/cjs/api-model/models/item-fulfillment.js +15 -0
  31. package/dist/cjs/api-model/models/item-international-shipping.js +15 -0
  32. package/dist/cjs/api-model/models/item-packing.js +15 -0
  33. package/dist/cjs/api-model/models/item-picking.js +15 -0
  34. package/dist/cjs/api-model/models/item-points-cost.js +15 -0
  35. package/dist/cjs/api-model/models/item-price.js +15 -0
  36. package/dist/cjs/api-model/models/item-proceeds-breakdown.js +15 -0
  37. package/dist/cjs/api-model/models/item-proceeds-detailed-breakdown.js +15 -0
  38. package/dist/cjs/api-model/models/item-proceeds.js +15 -0
  39. package/dist/cjs/api-model/models/item-product.js +15 -0
  40. package/dist/cjs/api-model/models/item-promotion-breakdown.js +15 -0
  41. package/dist/cjs/api-model/models/item-promotion.js +15 -0
  42. package/dist/cjs/api-model/models/item-shipping-constraints.js +15 -0
  43. package/dist/cjs/api-model/models/item-shipping.js +15 -0
  44. package/dist/cjs/api-model/models/item-substitution-option.js +15 -0
  45. package/dist/cjs/api-model/models/item-substitution-preference.js +21 -0
  46. package/dist/cjs/api-model/models/measurement.js +42 -0
  47. package/dist/cjs/api-model/models/merchant-address.js +15 -0
  48. package/dist/cjs/api-model/models/model-error.js +15 -0
  49. package/dist/cjs/api-model/models/money.js +15 -0
  50. package/dist/cjs/api-model/models/order-fulfillment.js +15 -0
  51. package/dist/cjs/api-model/models/order-item.js +15 -0
  52. package/dist/cjs/api-model/models/order-package.js +15 -0
  53. package/dist/cjs/api-model/models/order-proceeds.js +15 -0
  54. package/dist/cjs/api-model/models/order.js +15 -0
  55. package/dist/cjs/api-model/models/package-item.js +15 -0
  56. package/dist/cjs/api-model/models/package-status.js +24 -0
  57. package/dist/cjs/api-model/models/pagination.js +15 -0
  58. package/dist/cjs/api-model/models/points-granted.js +15 -0
  59. package/dist/cjs/api-model/models/preferred-delivery-time.js +15 -0
  60. package/dist/cjs/api-model/models/recipient.js +15 -0
  61. package/dist/cjs/api-model/models/sales-channel.js +15 -0
  62. package/dist/cjs/api-model/models/search-orders-response.js +15 -0
  63. package/dist/cjs/api-model/models/time-window.js +15 -0
  64. package/dist/cjs/client.js +13 -0
  65. package/dist/cjs/index.js +19 -0
  66. package/dist/es/api-model/api/orders-api.js +256 -0
  67. package/dist/es/api-model/api.js +14 -0
  68. package/dist/es/api-model/base.js +44 -0
  69. package/dist/es/api-model/common.js +109 -0
  70. package/dist/es/api-model/configuration.js +94 -0
  71. package/dist/es/api-model/index.js +16 -0
  72. package/dist/es/api-model/models/address-extended-fields.js +14 -0
  73. package/dist/es/api-model/models/alias.js +14 -0
  74. package/dist/es/api-model/models/associated-order.js +14 -0
  75. package/dist/es/api-model/models/business-hour.js +22 -0
  76. package/dist/es/api-model/models/buyer.js +14 -0
  77. package/dist/es/api-model/models/constraint-type.js +19 -0
  78. package/dist/es/api-model/models/customer-address.js +14 -0
  79. package/dist/es/api-model/models/date-time-range.js +14 -0
  80. package/dist/es/api-model/models/delivery-preference.js +14 -0
  81. package/dist/es/api-model/models/error-list.js +14 -0
  82. package/dist/es/api-model/models/exception-date.js +17 -0
  83. package/dist/es/api-model/models/fulfillment-status.js +25 -0
  84. package/dist/es/api-model/models/get-order-response.js +14 -0
  85. package/dist/es/api-model/models/gift-option.js +14 -0
  86. package/dist/es/api-model/models/hour-minute.js +14 -0
  87. package/dist/es/api-model/models/index.js +54 -0
  88. package/dist/es/api-model/models/item-cancellation-request.js +14 -0
  89. package/dist/es/api-model/models/item-cancellation.js +14 -0
  90. package/dist/es/api-model/models/item-condition.js +14 -0
  91. package/dist/es/api-model/models/item-customization.js +14 -0
  92. package/dist/es/api-model/models/item-expense.js +14 -0
  93. package/dist/es/api-model/models/item-fulfillment.js +14 -0
  94. package/dist/es/api-model/models/item-international-shipping.js +14 -0
  95. package/dist/es/api-model/models/item-packing.js +14 -0
  96. package/dist/es/api-model/models/item-picking.js +14 -0
  97. package/dist/es/api-model/models/item-points-cost.js +14 -0
  98. package/dist/es/api-model/models/item-price.js +14 -0
  99. package/dist/es/api-model/models/item-proceeds-breakdown.js +14 -0
  100. package/dist/es/api-model/models/item-proceeds-detailed-breakdown.js +14 -0
  101. package/dist/es/api-model/models/item-proceeds.js +14 -0
  102. package/dist/es/api-model/models/item-product.js +14 -0
  103. package/dist/es/api-model/models/item-promotion-breakdown.js +14 -0
  104. package/dist/es/api-model/models/item-promotion.js +14 -0
  105. package/dist/es/api-model/models/item-shipping-constraints.js +14 -0
  106. package/dist/es/api-model/models/item-shipping.js +14 -0
  107. package/dist/es/api-model/models/item-substitution-option.js +14 -0
  108. package/dist/es/api-model/models/item-substitution-preference.js +18 -0
  109. package/dist/es/api-model/models/measurement.js +39 -0
  110. package/dist/es/api-model/models/merchant-address.js +14 -0
  111. package/dist/es/api-model/models/model-error.js +14 -0
  112. package/dist/es/api-model/models/money.js +14 -0
  113. package/dist/es/api-model/models/order-fulfillment.js +14 -0
  114. package/dist/es/api-model/models/order-item.js +14 -0
  115. package/dist/es/api-model/models/order-package.js +14 -0
  116. package/dist/es/api-model/models/order-proceeds.js +14 -0
  117. package/dist/es/api-model/models/order.js +14 -0
  118. package/dist/es/api-model/models/package-item.js +14 -0
  119. package/dist/es/api-model/models/package-status.js +21 -0
  120. package/dist/es/api-model/models/pagination.js +14 -0
  121. package/dist/es/api-model/models/points-granted.js +14 -0
  122. package/dist/es/api-model/models/preferred-delivery-time.js +14 -0
  123. package/dist/es/api-model/models/recipient.js +14 -0
  124. package/dist/es/api-model/models/sales-channel.js +14 -0
  125. package/dist/es/api-model/models/search-orders-response.js +14 -0
  126. package/dist/es/api-model/models/time-window.js +14 -0
  127. package/dist/es/client.js +9 -0
  128. package/dist/es/index.js +3 -0
  129. package/dist/types/api-model/api/orders-api.d.ts +208 -0
  130. package/dist/types/api-model/api.d.ts +12 -0
  131. package/dist/types/api-model/base.d.ts +42 -0
  132. package/dist/types/api-model/common.d.ts +34 -0
  133. package/dist/types/api-model/configuration.d.ts +98 -0
  134. package/dist/types/api-model/index.d.ts +14 -0
  135. package/dist/types/api-model/models/address-extended-fields.d.ts +32 -0
  136. package/dist/types/api-model/models/alias.d.ts +24 -0
  137. package/dist/types/api-model/models/associated-order.d.ts +24 -0
  138. package/dist/types/api-model/models/business-hour.d.ts +35 -0
  139. package/dist/types/api-model/models/buyer.d.ts +32 -0
  140. package/dist/types/api-model/models/constraint-type.d.ts +18 -0
  141. package/dist/types/api-model/models/customer-address.d.ts +70 -0
  142. package/dist/types/api-model/models/date-time-range.d.ts +24 -0
  143. package/dist/types/api-model/models/delivery-preference.d.ts +30 -0
  144. package/dist/types/api-model/models/error-list.d.ts +20 -0
  145. package/dist/types/api-model/models/exception-date.d.ts +34 -0
  146. package/dist/types/api-model/models/fulfillment-status.d.ts +24 -0
  147. package/dist/types/api-model/models/get-order-response.d.ts +18 -0
  148. package/dist/types/api-model/models/gift-option.d.ts +24 -0
  149. package/dist/types/api-model/models/hour-minute.d.ts +24 -0
  150. package/dist/types/api-model/models/index.d.ts +54 -0
  151. package/dist/types/api-model/models/item-cancellation-request.d.ts +24 -0
  152. package/dist/types/api-model/models/item-cancellation.d.ts +18 -0
  153. package/dist/types/api-model/models/item-condition.d.ts +28 -0
  154. package/dist/types/api-model/models/item-customization.d.ts +20 -0
  155. package/dist/types/api-model/models/item-expense.d.ts +18 -0
  156. package/dist/types/api-model/models/item-fulfillment.d.ts +30 -0
  157. package/dist/types/api-model/models/item-international-shipping.d.ts +20 -0
  158. package/dist/types/api-model/models/item-packing.d.ts +18 -0
  159. package/dist/types/api-model/models/item-picking.d.ts +18 -0
  160. package/dist/types/api-model/models/item-points-cost.d.ts +18 -0
  161. package/dist/types/api-model/models/item-price.d.ts +22 -0
  162. package/dist/types/api-model/models/item-proceeds-breakdown.d.ts +27 -0
  163. package/dist/types/api-model/models/item-proceeds-detailed-breakdown.d.ts +22 -0
  164. package/dist/types/api-model/models/item-proceeds.d.ts +23 -0
  165. package/dist/types/api-model/models/item-product.d.ts +38 -0
  166. package/dist/types/api-model/models/item-promotion-breakdown.d.ts +20 -0
  167. package/dist/types/api-model/models/item-promotion.d.ts +21 -0
  168. package/dist/types/api-model/models/item-shipping-constraints.d.ts +22 -0
  169. package/dist/types/api-model/models/item-shipping.d.ts +22 -0
  170. package/dist/types/api-model/models/item-substitution-option.d.ts +34 -0
  171. package/dist/types/api-model/models/item-substitution-preference.d.ts +31 -0
  172. package/dist/types/api-model/models/measurement.d.ts +51 -0
  173. package/dist/types/api-model/models/merchant-address.d.ts +56 -0
  174. package/dist/types/api-model/models/model-error.d.ts +28 -0
  175. package/dist/types/api-model/models/money.d.ts +24 -0
  176. package/dist/types/api-model/models/order-fulfillment.d.ts +29 -0
  177. package/dist/types/api-model/models/order-item.d.ts +42 -0
  178. package/dist/types/api-model/models/order-package.d.ts +49 -0
  179. package/dist/types/api-model/models/order-proceeds.d.ts +18 -0
  180. package/dist/types/api-model/models/order.d.ts +62 -0
  181. package/dist/types/api-model/models/package-item.d.ts +28 -0
  182. package/dist/types/api-model/models/package-status.d.ts +33 -0
  183. package/dist/types/api-model/models/pagination.d.ts +20 -0
  184. package/dist/types/api-model/models/points-granted.d.ts +22 -0
  185. package/dist/types/api-model/models/preferred-delivery-time.d.ts +26 -0
  186. package/dist/types/api-model/models/recipient.d.ts +20 -0
  187. package/dist/types/api-model/models/sales-channel.d.ts +28 -0
  188. package/dist/types/api-model/models/search-orders-response.d.ts +31 -0
  189. package/dist/types/api-model/models/time-window.d.ts +19 -0
  190. package/dist/types/client.d.ts +6 -0
  191. package/dist/types/index.d.ts +3 -0
  192. package/package.json +32 -3
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,17 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const ExceptionDateExceptionDateTypeEnum = {
15
+ Closed: 'CLOSED',
16
+ Open: 'OPEN'
17
+ };
@@ -0,0 +1,25 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * The current fulfillment status of an order, indicating where the order is in the fulfillment process from placement to handover to carrier.
16
+ */
17
+ export const FulfillmentStatus = {
18
+ PendingAvailability: 'PENDING_AVAILABILITY',
19
+ Pending: 'PENDING',
20
+ Unshipped: 'UNSHIPPED',
21
+ PartiallyShipped: 'PARTIALLY_SHIPPED',
22
+ Shipped: 'SHIPPED',
23
+ Cancelled: 'CANCELLED',
24
+ Unfulfillable: 'UNFULFILLABLE'
25
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,54 @@
1
+ export * from './address-extended-fields';
2
+ export * from './alias';
3
+ export * from './associated-order';
4
+ export * from './business-hour';
5
+ export * from './buyer';
6
+ export * from './constraint-type';
7
+ export * from './customer-address';
8
+ export * from './date-time-range';
9
+ export * from './delivery-preference';
10
+ export * from './error-list';
11
+ export * from './exception-date';
12
+ export * from './fulfillment-status';
13
+ export * from './get-order-response';
14
+ export * from './gift-option';
15
+ export * from './hour-minute';
16
+ export * from './item-cancellation';
17
+ export * from './item-cancellation-request';
18
+ export * from './item-condition';
19
+ export * from './item-customization';
20
+ export * from './item-expense';
21
+ export * from './item-fulfillment';
22
+ export * from './item-international-shipping';
23
+ export * from './item-packing';
24
+ export * from './item-picking';
25
+ export * from './item-points-cost';
26
+ export * from './item-price';
27
+ export * from './item-proceeds';
28
+ export * from './item-proceeds-breakdown';
29
+ export * from './item-proceeds-detailed-breakdown';
30
+ export * from './item-product';
31
+ export * from './item-promotion';
32
+ export * from './item-promotion-breakdown';
33
+ export * from './item-shipping';
34
+ export * from './item-shipping-constraints';
35
+ export * from './item-substitution-option';
36
+ export * from './item-substitution-preference';
37
+ export * from './measurement';
38
+ export * from './merchant-address';
39
+ export * from './model-error';
40
+ export * from './money';
41
+ export * from './order';
42
+ export * from './order-fulfillment';
43
+ export * from './order-item';
44
+ export * from './order-package';
45
+ export * from './order-proceeds';
46
+ export * from './package-item';
47
+ export * from './package-status';
48
+ export * from './pagination';
49
+ export * from './points-granted';
50
+ export * from './preferred-delivery-time';
51
+ export * from './recipient';
52
+ export * from './sales-channel';
53
+ export * from './search-orders-response';
54
+ export * from './time-window';
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,18 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const ItemSubstitutionPreferenceSubstitutionTypeEnum = {
15
+ CustomerPreference: 'CUSTOMER_PREFERENCE',
16
+ AmazonRecommended: 'AMAZON_RECOMMENDED',
17
+ DoNotSubstitute: 'DO_NOT_SUBSTITUTE'
18
+ };
@@ -0,0 +1,39 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const MeasurementUnitEnum = {
15
+ Ounces: 'OUNCES',
16
+ Pounds: 'POUNDS',
17
+ Kilograms: 'KILOGRAMS',
18
+ Grams: 'GRAMS',
19
+ Milligrams: 'MILLIGRAMS',
20
+ Inches: 'INCHES',
21
+ Feet: 'FEET',
22
+ Meters: 'METERS',
23
+ Centimeters: 'CENTIMETERS',
24
+ Millimeters: 'MILLIMETERS',
25
+ SquareMeters: 'SQUARE_METERS',
26
+ SquareCentimeters: 'SQUARE_CENTIMETERS',
27
+ SquareFeet: 'SQUARE_FEET',
28
+ SquareInches: 'SQUARE_INCHES',
29
+ Gallons: 'GALLONS',
30
+ Pints: 'PINTS',
31
+ Quarts: 'QUARTS',
32
+ FluidOunces: 'FLUID_OUNCES',
33
+ Liters: 'LITERS',
34
+ CubicMeters: 'CUBIC_METERS',
35
+ CubicFeet: 'CUBIC_FEET',
36
+ CubicInches: 'CUBIC_INCHES',
37
+ CubicCentimeters: 'CUBIC_CENTIMETERS',
38
+ Count: 'COUNT'
39
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for Orders
5
+ * The Selling Partner API for Orders returns orders information. This API supports the following types of orders: - FBM (Fulfilled by Merchant) - FBA (Fulfilled by Amazon) - read only - Amazon Fresh This API does not display order data that is more than two years old, except in the JP, AU, and SG marketplaces, for which data from 2016 and after is available.
6
+ *
7
+ * The version of the OpenAPI document: 2026-01-01
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};