@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,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 });
@@ -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,21 @@
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.ItemSubstitutionPreferenceSubstitutionTypeEnum = void 0;
17
+ exports.ItemSubstitutionPreferenceSubstitutionTypeEnum = {
18
+ CustomerPreference: 'CUSTOMER_PREFERENCE',
19
+ AmazonRecommended: 'AMAZON_RECOMMENDED',
20
+ DoNotSubstitute: 'DO_NOT_SUBSTITUTE'
21
+ };
@@ -0,0 +1,42 @@
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.MeasurementUnitEnum = void 0;
17
+ exports.MeasurementUnitEnum = {
18
+ Ounces: 'OUNCES',
19
+ Pounds: 'POUNDS',
20
+ Kilograms: 'KILOGRAMS',
21
+ Grams: 'GRAMS',
22
+ Milligrams: 'MILLIGRAMS',
23
+ Inches: 'INCHES',
24
+ Feet: 'FEET',
25
+ Meters: 'METERS',
26
+ Centimeters: 'CENTIMETERS',
27
+ Millimeters: 'MILLIMETERS',
28
+ SquareMeters: 'SQUARE_METERS',
29
+ SquareCentimeters: 'SQUARE_CENTIMETERS',
30
+ SquareFeet: 'SQUARE_FEET',
31
+ SquareInches: 'SQUARE_INCHES',
32
+ Gallons: 'GALLONS',
33
+ Pints: 'PINTS',
34
+ Quarts: 'QUARTS',
35
+ FluidOunces: 'FLUID_OUNCES',
36
+ Liters: 'LITERS',
37
+ CubicMeters: 'CUBIC_METERS',
38
+ CubicFeet: 'CUBIC_FEET',
39
+ CubicInches: 'CUBIC_INCHES',
40
+ CubicCentimeters: 'CUBIC_CENTIMETERS',
41
+ Count: 'COUNT'
42
+ };
@@ -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 });
@@ -0,0 +1,24 @@
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.PackageStatusStatusEnum = void 0;
17
+ exports.PackageStatusStatusEnum = {
18
+ Pending: 'PENDING',
19
+ InTransit: 'IN_TRANSIT',
20
+ Shipped: 'SHIPPED',
21
+ Delivered: 'DELIVERED',
22
+ Cancelled: 'CANCELLED',
23
+ Undeliverable: 'UNDELIVERABLE'
24
+ };
@@ -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,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OrdersApiClient = exports.clientRateLimits = void 0;
4
+ const common_1 = require("@sp-api-sdk/common");
5
+ const api_model_1 = require("./api-model");
6
+ exports.clientRateLimits = [];
7
+ class OrdersApiClient extends api_model_1.OrdersApi {
8
+ constructor(configuration) {
9
+ const { axios, endpoint } = (0, common_1.createAxiosInstance)(configuration, exports.clientRateLimits);
10
+ super(new api_model_1.Configuration(), endpoint, axios);
11
+ }
12
+ }
13
+ exports.OrdersApiClient = OrdersApiClient;
@@ -0,0 +1,19 @@
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("./client"), exports);
18
+ __exportStar(require("./api-model/api"), exports);
19
+ __exportStar(require("./api-model/models"), exports);