@sp-api-sdk/orders-api-2026-01-01 0.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,98 @@
1
+ "use strict";
2
+ /* tslint: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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.Configuration = void 0;
16
+ class Configuration {
17
+ /**
18
+ * parameter for apiKey security
19
+ * @param name security name
20
+ */
21
+ apiKey;
22
+ /**
23
+ * parameter for basic security
24
+ */
25
+ username;
26
+ /**
27
+ * parameter for basic security
28
+ */
29
+ password;
30
+ /**
31
+ * parameter for oauth2 security
32
+ * @param name security name
33
+ * @param scopes oauth2 scope
34
+ */
35
+ accessToken;
36
+ /**
37
+ * parameter for aws4 signature security
38
+ * @param {Object} AWS4Signature - AWS4 Signature security
39
+ * @param {string} options.region - aws region
40
+ * @param {string} options.service - name of the service.
41
+ * @param {string} credentials.accessKeyId - aws access key id
42
+ * @param {string} credentials.secretAccessKey - aws access key
43
+ * @param {string} credentials.sessionToken - aws session token
44
+ * @memberof Configuration
45
+ */
46
+ awsv4;
47
+ /**
48
+ * override base path
49
+ */
50
+ basePath;
51
+ /**
52
+ * override server index
53
+ */
54
+ serverIndex;
55
+ /**
56
+ * base options for axios calls
57
+ */
58
+ baseOptions;
59
+ /**
60
+ * The FormData constructor that will be used to create multipart form data
61
+ * requests. You can inject this here so that execution environments that
62
+ * do not support the FormData class can still run the generated client.
63
+ *
64
+ * @type {new () => FormData}
65
+ */
66
+ formDataCtor;
67
+ constructor(param = {}) {
68
+ this.apiKey = param.apiKey;
69
+ this.username = param.username;
70
+ this.password = param.password;
71
+ this.accessToken = param.accessToken;
72
+ this.awsv4 = param.awsv4;
73
+ this.basePath = param.basePath;
74
+ this.serverIndex = param.serverIndex;
75
+ this.baseOptions = {
76
+ ...param.baseOptions,
77
+ headers: {
78
+ ...param.baseOptions?.headers,
79
+ },
80
+ };
81
+ this.formDataCtor = param.formDataCtor;
82
+ }
83
+ /**
84
+ * Check if the given MIME is a JSON MIME.
85
+ * JSON MIME examples:
86
+ * application/json
87
+ * application/json; charset=UTF8
88
+ * APPLICATION/JSON
89
+ * application/vnd.company+json
90
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
91
+ * @return True if the given MIME is JSON, false otherwise.
92
+ */
93
+ isJsonMime(mime) {
94
+ const jsonMime = new RegExp('^(application\/json|[^;/ \t]+\/[^;/ \t]+[+]json)[ \t]*(;.*)?$', 'i');
95
+ return mime !== null && (jsonMime.test(mime) || mime.toLowerCase() === 'application/json-patch+json');
96
+ }
97
+ }
98
+ exports.Configuration = Configuration;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = { enumerable: true, get: function() { return m[k]; } };
20
+ }
21
+ Object.defineProperty(o, k2, desc);
22
+ }) : (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ o[k2] = m[k];
25
+ }));
26
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
27
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
28
+ };
29
+ Object.defineProperty(exports, "__esModule", { value: true });
30
+ __exportStar(require("./api"), exports);
31
+ __exportStar(require("./configuration"), exports);
32
+ __exportStar(require("./models"), exports);
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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.BusinessHourDayOfWeekEnum = void 0;
17
+ exports.BusinessHourDayOfWeekEnum = {
18
+ Sun: 'SUN',
19
+ Mon: 'MON',
20
+ Tue: 'TUE',
21
+ Wed: 'WED',
22
+ Thu: 'THU',
23
+ Fri: 'FRI',
24
+ Sat: 'SAT'
25
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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.ConstraintType = void 0;
17
+ /**
18
+ * Classification of the enforcement level required for shipping and delivery constraints.
19
+ */
20
+ exports.ConstraintType = {
21
+ Mandatory: 'MANDATORY'
22
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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.ExceptionDateExceptionDateTypeEnum = void 0;
17
+ exports.ExceptionDateExceptionDateTypeEnum = {
18
+ Closed: 'CLOSED',
19
+ Open: 'OPEN'
20
+ };
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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.FulfillmentStatus = void 0;
17
+ /**
18
+ * The current fulfillment status of an order, indicating where the order is in the fulfillment process from placement to handover to carrier.
19
+ */
20
+ exports.FulfillmentStatus = {
21
+ PendingAvailability: 'PENDING_AVAILABILITY',
22
+ Pending: 'PENDING',
23
+ Unshipped: 'UNSHIPPED',
24
+ PartiallyShipped: 'PARTIALLY_SHIPPED',
25
+ Shipped: 'SHIPPED',
26
+ Cancelled: 'CANCELLED',
27
+ Unfulfillable: 'UNFULFILLABLE'
28
+ };
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./address-extended-fields"), exports);
18
+ __exportStar(require("./alias"), exports);
19
+ __exportStar(require("./associated-order"), exports);
20
+ __exportStar(require("./business-hour"), exports);
21
+ __exportStar(require("./buyer"), exports);
22
+ __exportStar(require("./constraint-type"), exports);
23
+ __exportStar(require("./customer-address"), exports);
24
+ __exportStar(require("./date-time-range"), exports);
25
+ __exportStar(require("./delivery-preference"), exports);
26
+ __exportStar(require("./error-list"), exports);
27
+ __exportStar(require("./exception-date"), exports);
28
+ __exportStar(require("./fulfillment-status"), exports);
29
+ __exportStar(require("./get-order-response"), exports);
30
+ __exportStar(require("./gift-option"), exports);
31
+ __exportStar(require("./hour-minute"), exports);
32
+ __exportStar(require("./item-cancellation"), exports);
33
+ __exportStar(require("./item-cancellation-request"), exports);
34
+ __exportStar(require("./item-condition"), exports);
35
+ __exportStar(require("./item-customization"), exports);
36
+ __exportStar(require("./item-expense"), exports);
37
+ __exportStar(require("./item-fulfillment"), exports);
38
+ __exportStar(require("./item-international-shipping"), exports);
39
+ __exportStar(require("./item-packing"), exports);
40
+ __exportStar(require("./item-picking"), exports);
41
+ __exportStar(require("./item-points-cost"), exports);
42
+ __exportStar(require("./item-price"), exports);
43
+ __exportStar(require("./item-proceeds"), exports);
44
+ __exportStar(require("./item-proceeds-breakdown"), exports);
45
+ __exportStar(require("./item-proceeds-detailed-breakdown"), exports);
46
+ __exportStar(require("./item-product"), exports);
47
+ __exportStar(require("./item-promotion"), exports);
48
+ __exportStar(require("./item-promotion-breakdown"), exports);
49
+ __exportStar(require("./item-shipping"), exports);
50
+ __exportStar(require("./item-shipping-constraints"), exports);
51
+ __exportStar(require("./item-substitution-option"), exports);
52
+ __exportStar(require("./item-substitution-preference"), exports);
53
+ __exportStar(require("./measurement"), exports);
54
+ __exportStar(require("./merchant-address"), exports);
55
+ __exportStar(require("./model-error"), exports);
56
+ __exportStar(require("./money"), exports);
57
+ __exportStar(require("./order"), exports);
58
+ __exportStar(require("./order-fulfillment"), exports);
59
+ __exportStar(require("./order-item"), exports);
60
+ __exportStar(require("./order-package"), exports);
61
+ __exportStar(require("./order-proceeds"), exports);
62
+ __exportStar(require("./package-item"), exports);
63
+ __exportStar(require("./package-status"), exports);
64
+ __exportStar(require("./pagination"), exports);
65
+ __exportStar(require("./points-granted"), exports);
66
+ __exportStar(require("./preferred-delivery-time"), exports);
67
+ __exportStar(require("./recipient"), exports);
68
+ __exportStar(require("./sales-channel"), exports);
69
+ __exportStar(require("./search-orders-response"), exports);
70
+ __exportStar(require("./time-window"), exports);
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * The Selling Partner API for Orders
6
+ * 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.
7
+ *
8
+ * The version of the OpenAPI document: 2026-01-01
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 });