@sp-api-sdk/orders-api-v0 3.4.0 → 3.6.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 (260) hide show
  1. package/dist/cjs/{src/api-model → api-model}/api/orders-v0-api.js +0 -59
  2. package/dist/cjs/{src/api-model → api-model}/models/index.js +1 -8
  3. package/dist/cjs/{src/client.js → client.js} +0 -7
  4. package/dist/cjs/index.js +3 -3
  5. package/dist/es/{src/api-model → api-model}/api/orders-v0-api.js +0 -59
  6. package/dist/es/{src/api-model → api-model}/models/index.js +1 -8
  7. package/dist/es/{src/client.js → client.js} +0 -7
  8. package/dist/es/index.js +3 -3
  9. package/dist/types/{src/api-model → api-model}/api/orders-v0-api.d.ts +0 -43
  10. package/dist/types/api-model/models/amazon-programs.d.ts +24 -0
  11. package/dist/types/{src/api-model → api-model}/models/index.d.ts +1 -8
  12. package/dist/types/{src/api-model → api-model}/models/order-item.d.ts +7 -0
  13. package/dist/types/index.d.ts +3 -3
  14. package/package.json +10 -3
  15. package/dist/cjs/src/api-model/models/fulfillment-location.js +0 -15
  16. package/dist/cjs/src/api-model/models/fulfillment-plan-constraint-type.js +0 -25
  17. package/dist/cjs/src/api-model/models/fulfillment-plan-item.js +0 -15
  18. package/dist/cjs/src/api-model/models/fulfillment-plan-shipping-constraints.js +0 -15
  19. package/dist/cjs/src/api-model/models/fulfillment-plan.js +0 -27
  20. package/dist/cjs/src/api-model/models/get-order-fulfillment-instructions-response.js +0 -15
  21. package/dist/cjs/src/api-model/models/shipping-instructions.js +0 -15
  22. package/dist/es/src/api-model/models/fulfillment-location.js +0 -14
  23. package/dist/es/src/api-model/models/fulfillment-plan-constraint-type.js +0 -22
  24. package/dist/es/src/api-model/models/fulfillment-plan-item.js +0 -14
  25. package/dist/es/src/api-model/models/fulfillment-plan-shipping-constraints.js +0 -14
  26. package/dist/es/src/api-model/models/fulfillment-plan.js +0 -24
  27. package/dist/es/src/api-model/models/get-order-fulfillment-instructions-response.js +0 -14
  28. package/dist/es/src/api-model/models/shipping-instructions.js +0 -14
  29. package/dist/types/src/api-model/models/fulfillment-instructions.d.ts +0 -31
  30. package/dist/types/src/api-model/models/fulfillment-location.d.ts +0 -24
  31. package/dist/types/src/api-model/models/fulfillment-plan-constraint-type.d.ts +0 -21
  32. package/dist/types/src/api-model/models/fulfillment-plan-item.d.ts +0 -31
  33. package/dist/types/src/api-model/models/fulfillment-plan-shipping-constraints.d.ts +0 -31
  34. package/dist/types/src/api-model/models/fulfillment-plan.d.ts +0 -82
  35. package/dist/types/src/api-model/models/get-order-fulfillment-instructions-response.d.ts +0 -31
  36. package/dist/types/src/api-model/models/shipping-instructions.d.ts +0 -37
  37. /package/dist/cjs/{src/api-model → api-model}/api.js +0 -0
  38. /package/dist/cjs/{src/api-model → api-model}/base.js +0 -0
  39. /package/dist/cjs/{src/api-model → api-model}/common.js +0 -0
  40. /package/dist/cjs/{src/api-model → api-model}/configuration.js +0 -0
  41. /package/dist/cjs/{src/api-model → api-model}/index.js +0 -0
  42. /package/dist/cjs/{src/api-model → api-model}/models/address-extended-fields.js +0 -0
  43. /package/dist/cjs/{src/api-model → api-model}/models/address.js +0 -0
  44. /package/dist/cjs/{src/api-model/models/associated-item.js → api-model/models/amazon-programs.js} +0 -0
  45. /package/dist/cjs/{src/api-model/models/automated-shipping-settings.js → api-model/models/associated-item.js} +0 -0
  46. /package/dist/cjs/{src/api-model → api-model}/models/association-type.js +0 -0
  47. /package/dist/cjs/{src/api-model/models/buyer-customized-info-detail.js → api-model/models/automated-shipping-settings.js} +0 -0
  48. /package/dist/cjs/{src/api-model → api-model}/models/business-hours.js +0 -0
  49. /package/dist/cjs/{src/api-model/models/buyer-info.js → api-model/models/buyer-customized-info-detail.js} +0 -0
  50. /package/dist/cjs/{src/api-model/models/buyer-requested-cancel.js → api-model/models/buyer-info.js} +0 -0
  51. /package/dist/cjs/{src/api-model/models/buyer-tax-info.js → api-model/models/buyer-requested-cancel.js} +0 -0
  52. /package/dist/cjs/{src/api-model/models/buyer-tax-information.js → api-model/models/buyer-tax-info.js} +0 -0
  53. /package/dist/cjs/{src/api-model/models/confirm-shipment-error-response.js → api-model/models/buyer-tax-information.js} +0 -0
  54. /package/dist/cjs/{src/api-model/models/confirm-shipment-order-item.js → api-model/models/confirm-shipment-error-response.js} +0 -0
  55. /package/dist/cjs/{src/api-model/models/delivery-preferences.js → api-model/models/confirm-shipment-order-item.js} +0 -0
  56. /package/dist/cjs/{src/api-model → api-model}/models/confirm-shipment-request.js +0 -0
  57. /package/dist/cjs/{src/api-model → api-model}/models/constraint-type.js +0 -0
  58. /package/dist/cjs/{src/api-model/models/exception-dates.js → api-model/models/delivery-preferences.js} +0 -0
  59. /package/dist/cjs/{src/api-model → api-model}/models/easy-ship-shipment-status.js +0 -0
  60. /package/dist/cjs/{src/api-model → api-model}/models/electronic-invoice-status.js +0 -0
  61. /package/dist/cjs/{src/api-model/models/fulfillment-instruction.js → api-model/models/exception-dates.js} +0 -0
  62. /package/dist/cjs/{src/api-model/models/fulfillment-instructions.js → api-model/models/fulfillment-instruction.js} +0 -0
  63. /package/dist/cjs/{src/api-model → api-model}/models/get-order-address-response.js +0 -0
  64. /package/dist/cjs/{src/api-model → api-model}/models/get-order-buyer-info-response.js +0 -0
  65. /package/dist/cjs/{src/api-model → api-model}/models/get-order-items-buyer-info-response.js +0 -0
  66. /package/dist/cjs/{src/api-model → api-model}/models/get-order-items-response.js +0 -0
  67. /package/dist/cjs/{src/api-model → api-model}/models/get-order-regulated-info-response.js +0 -0
  68. /package/dist/cjs/{src/api-model → api-model}/models/get-order-response.js +0 -0
  69. /package/dist/cjs/{src/api-model → api-model}/models/get-orders-response.js +0 -0
  70. /package/dist/cjs/{src/api-model → api-model}/models/item-buyer-info.js +0 -0
  71. /package/dist/cjs/{src/api-model → api-model}/models/marketplace-tax-info.js +0 -0
  72. /package/dist/cjs/{src/api-model → api-model}/models/measurement.js +0 -0
  73. /package/dist/cjs/{src/api-model → api-model}/models/model-error.js +0 -0
  74. /package/dist/cjs/{src/api-model → api-model}/models/money.js +0 -0
  75. /package/dist/cjs/{src/api-model → api-model}/models/open-interval.js +0 -0
  76. /package/dist/cjs/{src/api-model → api-model}/models/open-time-interval.js +0 -0
  77. /package/dist/cjs/{src/api-model → api-model}/models/order-address.js +0 -0
  78. /package/dist/cjs/{src/api-model → api-model}/models/order-buyer-info.js +0 -0
  79. /package/dist/cjs/{src/api-model → api-model}/models/order-item-buyer-info.js +0 -0
  80. /package/dist/cjs/{src/api-model → api-model}/models/order-item.js +0 -0
  81. /package/dist/cjs/{src/api-model → api-model}/models/order-items-buyer-info-list.js +0 -0
  82. /package/dist/cjs/{src/api-model → api-model}/models/order-items-inner.js +0 -0
  83. /package/dist/cjs/{src/api-model → api-model}/models/order-items-list.js +0 -0
  84. /package/dist/cjs/{src/api-model → api-model}/models/order-regulated-info.js +0 -0
  85. /package/dist/cjs/{src/api-model → api-model}/models/order.js +0 -0
  86. /package/dist/cjs/{src/api-model → api-model}/models/orders-list.js +0 -0
  87. /package/dist/cjs/{src/api-model → api-model}/models/other-delivery-attributes.js +0 -0
  88. /package/dist/cjs/{src/api-model → api-model}/models/package-detail.js +0 -0
  89. /package/dist/cjs/{src/api-model → api-model}/models/payment-execution-detail-item.js +0 -0
  90. /package/dist/cjs/{src/api-model → api-model}/models/points-granted-detail.js +0 -0
  91. /package/dist/cjs/{src/api-model → api-model}/models/preferred-delivery-time.js +0 -0
  92. /package/dist/cjs/{src/api-model → api-model}/models/prescription-detail.js +0 -0
  93. /package/dist/cjs/{src/api-model → api-model}/models/product-info-detail.js +0 -0
  94. /package/dist/cjs/{src/api-model → api-model}/models/regulated-information-field.js +0 -0
  95. /package/dist/cjs/{src/api-model → api-model}/models/regulated-information.js +0 -0
  96. /package/dist/cjs/{src/api-model → api-model}/models/regulated-order-verification-status.js +0 -0
  97. /package/dist/cjs/{src/api-model → api-model}/models/rejection-reason.js +0 -0
  98. /package/dist/cjs/{src/api-model → api-model}/models/shipment-status.js +0 -0
  99. /package/dist/cjs/{src/api-model → api-model}/models/shipping-constraints.js +0 -0
  100. /package/dist/cjs/{src/api-model → api-model}/models/substitution-option.js +0 -0
  101. /package/dist/cjs/{src/api-model → api-model}/models/substitution-preferences.js +0 -0
  102. /package/dist/cjs/{src/api-model → api-model}/models/tax-classification.js +0 -0
  103. /package/dist/cjs/{src/api-model → api-model}/models/tax-collection.js +0 -0
  104. /package/dist/cjs/{src/api-model → api-model}/models/update-shipment-status-error-response.js +0 -0
  105. /package/dist/cjs/{src/api-model → api-model}/models/update-shipment-status-request.js +0 -0
  106. /package/dist/cjs/{src/api-model → api-model}/models/update-verification-status-error-response.js +0 -0
  107. /package/dist/cjs/{src/api-model → api-model}/models/update-verification-status-request-body.js +0 -0
  108. /package/dist/cjs/{src/api-model → api-model}/models/update-verification-status-request.js +0 -0
  109. /package/dist/cjs/{src/api-model → api-model}/models/valid-verification-detail.js +0 -0
  110. /package/dist/cjs/{src/api-model → api-model}/models/verification-details.js +0 -0
  111. /package/dist/cjs/{src/api-model → api-model}/models/verification-status.js +0 -0
  112. /package/dist/es/{src/api-model → api-model}/api.js +0 -0
  113. /package/dist/es/{src/api-model → api-model}/base.js +0 -0
  114. /package/dist/es/{src/api-model → api-model}/common.js +0 -0
  115. /package/dist/es/{src/api-model → api-model}/configuration.js +0 -0
  116. /package/dist/es/{src/api-model → api-model}/index.js +0 -0
  117. /package/dist/es/{src/api-model → api-model}/models/address-extended-fields.js +0 -0
  118. /package/dist/es/{src/api-model → api-model}/models/address.js +0 -0
  119. /package/dist/es/{src/api-model/models/associated-item.js → api-model/models/amazon-programs.js} +0 -0
  120. /package/dist/es/{src/api-model/models/automated-shipping-settings.js → api-model/models/associated-item.js} +0 -0
  121. /package/dist/es/{src/api-model → api-model}/models/association-type.js +0 -0
  122. /package/dist/es/{src/api-model/models/buyer-customized-info-detail.js → api-model/models/automated-shipping-settings.js} +0 -0
  123. /package/dist/es/{src/api-model → api-model}/models/business-hours.js +0 -0
  124. /package/dist/es/{src/api-model/models/buyer-info.js → api-model/models/buyer-customized-info-detail.js} +0 -0
  125. /package/dist/es/{src/api-model/models/buyer-requested-cancel.js → api-model/models/buyer-info.js} +0 -0
  126. /package/dist/es/{src/api-model/models/buyer-tax-info.js → api-model/models/buyer-requested-cancel.js} +0 -0
  127. /package/dist/es/{src/api-model/models/buyer-tax-information.js → api-model/models/buyer-tax-info.js} +0 -0
  128. /package/dist/es/{src/api-model/models/confirm-shipment-error-response.js → api-model/models/buyer-tax-information.js} +0 -0
  129. /package/dist/es/{src/api-model/models/confirm-shipment-order-item.js → api-model/models/confirm-shipment-error-response.js} +0 -0
  130. /package/dist/es/{src/api-model/models/delivery-preferences.js → api-model/models/confirm-shipment-order-item.js} +0 -0
  131. /package/dist/es/{src/api-model → api-model}/models/confirm-shipment-request.js +0 -0
  132. /package/dist/es/{src/api-model → api-model}/models/constraint-type.js +0 -0
  133. /package/dist/es/{src/api-model/models/exception-dates.js → api-model/models/delivery-preferences.js} +0 -0
  134. /package/dist/es/{src/api-model → api-model}/models/easy-ship-shipment-status.js +0 -0
  135. /package/dist/es/{src/api-model → api-model}/models/electronic-invoice-status.js +0 -0
  136. /package/dist/es/{src/api-model/models/fulfillment-instruction.js → api-model/models/exception-dates.js} +0 -0
  137. /package/dist/es/{src/api-model/models/fulfillment-instructions.js → api-model/models/fulfillment-instruction.js} +0 -0
  138. /package/dist/es/{src/api-model → api-model}/models/get-order-address-response.js +0 -0
  139. /package/dist/es/{src/api-model → api-model}/models/get-order-buyer-info-response.js +0 -0
  140. /package/dist/es/{src/api-model → api-model}/models/get-order-items-buyer-info-response.js +0 -0
  141. /package/dist/es/{src/api-model → api-model}/models/get-order-items-response.js +0 -0
  142. /package/dist/es/{src/api-model → api-model}/models/get-order-regulated-info-response.js +0 -0
  143. /package/dist/es/{src/api-model → api-model}/models/get-order-response.js +0 -0
  144. /package/dist/es/{src/api-model → api-model}/models/get-orders-response.js +0 -0
  145. /package/dist/es/{src/api-model → api-model}/models/item-buyer-info.js +0 -0
  146. /package/dist/es/{src/api-model → api-model}/models/marketplace-tax-info.js +0 -0
  147. /package/dist/es/{src/api-model → api-model}/models/measurement.js +0 -0
  148. /package/dist/es/{src/api-model → api-model}/models/model-error.js +0 -0
  149. /package/dist/es/{src/api-model → api-model}/models/money.js +0 -0
  150. /package/dist/es/{src/api-model → api-model}/models/open-interval.js +0 -0
  151. /package/dist/es/{src/api-model → api-model}/models/open-time-interval.js +0 -0
  152. /package/dist/es/{src/api-model → api-model}/models/order-address.js +0 -0
  153. /package/dist/es/{src/api-model → api-model}/models/order-buyer-info.js +0 -0
  154. /package/dist/es/{src/api-model → api-model}/models/order-item-buyer-info.js +0 -0
  155. /package/dist/es/{src/api-model → api-model}/models/order-item.js +0 -0
  156. /package/dist/es/{src/api-model → api-model}/models/order-items-buyer-info-list.js +0 -0
  157. /package/dist/es/{src/api-model → api-model}/models/order-items-inner.js +0 -0
  158. /package/dist/es/{src/api-model → api-model}/models/order-items-list.js +0 -0
  159. /package/dist/es/{src/api-model → api-model}/models/order-regulated-info.js +0 -0
  160. /package/dist/es/{src/api-model → api-model}/models/order.js +0 -0
  161. /package/dist/es/{src/api-model → api-model}/models/orders-list.js +0 -0
  162. /package/dist/es/{src/api-model → api-model}/models/other-delivery-attributes.js +0 -0
  163. /package/dist/es/{src/api-model → api-model}/models/package-detail.js +0 -0
  164. /package/dist/es/{src/api-model → api-model}/models/payment-execution-detail-item.js +0 -0
  165. /package/dist/es/{src/api-model → api-model}/models/points-granted-detail.js +0 -0
  166. /package/dist/es/{src/api-model → api-model}/models/preferred-delivery-time.js +0 -0
  167. /package/dist/es/{src/api-model → api-model}/models/prescription-detail.js +0 -0
  168. /package/dist/es/{src/api-model → api-model}/models/product-info-detail.js +0 -0
  169. /package/dist/es/{src/api-model → api-model}/models/regulated-information-field.js +0 -0
  170. /package/dist/es/{src/api-model → api-model}/models/regulated-information.js +0 -0
  171. /package/dist/es/{src/api-model → api-model}/models/regulated-order-verification-status.js +0 -0
  172. /package/dist/es/{src/api-model → api-model}/models/rejection-reason.js +0 -0
  173. /package/dist/es/{src/api-model → api-model}/models/shipment-status.js +0 -0
  174. /package/dist/es/{src/api-model → api-model}/models/shipping-constraints.js +0 -0
  175. /package/dist/es/{src/api-model → api-model}/models/substitution-option.js +0 -0
  176. /package/dist/es/{src/api-model → api-model}/models/substitution-preferences.js +0 -0
  177. /package/dist/es/{src/api-model → api-model}/models/tax-classification.js +0 -0
  178. /package/dist/es/{src/api-model → api-model}/models/tax-collection.js +0 -0
  179. /package/dist/es/{src/api-model → api-model}/models/update-shipment-status-error-response.js +0 -0
  180. /package/dist/es/{src/api-model → api-model}/models/update-shipment-status-request.js +0 -0
  181. /package/dist/es/{src/api-model → api-model}/models/update-verification-status-error-response.js +0 -0
  182. /package/dist/es/{src/api-model → api-model}/models/update-verification-status-request-body.js +0 -0
  183. /package/dist/es/{src/api-model → api-model}/models/update-verification-status-request.js +0 -0
  184. /package/dist/es/{src/api-model → api-model}/models/valid-verification-detail.js +0 -0
  185. /package/dist/es/{src/api-model → api-model}/models/verification-details.js +0 -0
  186. /package/dist/es/{src/api-model → api-model}/models/verification-status.js +0 -0
  187. /package/dist/types/{src/api-model → api-model}/api.d.ts +0 -0
  188. /package/dist/types/{src/api-model → api-model}/base.d.ts +0 -0
  189. /package/dist/types/{src/api-model → api-model}/common.d.ts +0 -0
  190. /package/dist/types/{src/api-model → api-model}/configuration.d.ts +0 -0
  191. /package/dist/types/{src/api-model → api-model}/index.d.ts +0 -0
  192. /package/dist/types/{src/api-model → api-model}/models/address-extended-fields.d.ts +0 -0
  193. /package/dist/types/{src/api-model → api-model}/models/address.d.ts +0 -0
  194. /package/dist/types/{src/api-model → api-model}/models/associated-item.d.ts +0 -0
  195. /package/dist/types/{src/api-model → api-model}/models/association-type.d.ts +0 -0
  196. /package/dist/types/{src/api-model → api-model}/models/automated-shipping-settings.d.ts +0 -0
  197. /package/dist/types/{src/api-model → api-model}/models/business-hours.d.ts +0 -0
  198. /package/dist/types/{src/api-model → api-model}/models/buyer-customized-info-detail.d.ts +0 -0
  199. /package/dist/types/{src/api-model → api-model}/models/buyer-info.d.ts +0 -0
  200. /package/dist/types/{src/api-model → api-model}/models/buyer-requested-cancel.d.ts +0 -0
  201. /package/dist/types/{src/api-model → api-model}/models/buyer-tax-info.d.ts +0 -0
  202. /package/dist/types/{src/api-model → api-model}/models/buyer-tax-information.d.ts +0 -0
  203. /package/dist/types/{src/api-model → api-model}/models/confirm-shipment-error-response.d.ts +0 -0
  204. /package/dist/types/{src/api-model → api-model}/models/confirm-shipment-order-item.d.ts +0 -0
  205. /package/dist/types/{src/api-model → api-model}/models/confirm-shipment-request.d.ts +0 -0
  206. /package/dist/types/{src/api-model → api-model}/models/constraint-type.d.ts +0 -0
  207. /package/dist/types/{src/api-model → api-model}/models/delivery-preferences.d.ts +0 -0
  208. /package/dist/types/{src/api-model → api-model}/models/easy-ship-shipment-status.d.ts +0 -0
  209. /package/dist/types/{src/api-model → api-model}/models/electronic-invoice-status.d.ts +0 -0
  210. /package/dist/types/{src/api-model → api-model}/models/exception-dates.d.ts +0 -0
  211. /package/dist/types/{src/api-model → api-model}/models/fulfillment-instruction.d.ts +0 -0
  212. /package/dist/types/{src/api-model → api-model}/models/get-order-address-response.d.ts +0 -0
  213. /package/dist/types/{src/api-model → api-model}/models/get-order-buyer-info-response.d.ts +0 -0
  214. /package/dist/types/{src/api-model → api-model}/models/get-order-items-buyer-info-response.d.ts +0 -0
  215. /package/dist/types/{src/api-model → api-model}/models/get-order-items-response.d.ts +0 -0
  216. /package/dist/types/{src/api-model → api-model}/models/get-order-regulated-info-response.d.ts +0 -0
  217. /package/dist/types/{src/api-model → api-model}/models/get-order-response.d.ts +0 -0
  218. /package/dist/types/{src/api-model → api-model}/models/get-orders-response.d.ts +0 -0
  219. /package/dist/types/{src/api-model → api-model}/models/item-buyer-info.d.ts +0 -0
  220. /package/dist/types/{src/api-model → api-model}/models/marketplace-tax-info.d.ts +0 -0
  221. /package/dist/types/{src/api-model → api-model}/models/measurement.d.ts +0 -0
  222. /package/dist/types/{src/api-model → api-model}/models/model-error.d.ts +0 -0
  223. /package/dist/types/{src/api-model → api-model}/models/money.d.ts +0 -0
  224. /package/dist/types/{src/api-model → api-model}/models/open-interval.d.ts +0 -0
  225. /package/dist/types/{src/api-model → api-model}/models/open-time-interval.d.ts +0 -0
  226. /package/dist/types/{src/api-model → api-model}/models/order-address.d.ts +0 -0
  227. /package/dist/types/{src/api-model → api-model}/models/order-buyer-info.d.ts +0 -0
  228. /package/dist/types/{src/api-model → api-model}/models/order-item-buyer-info.d.ts +0 -0
  229. /package/dist/types/{src/api-model → api-model}/models/order-items-buyer-info-list.d.ts +0 -0
  230. /package/dist/types/{src/api-model → api-model}/models/order-items-inner.d.ts +0 -0
  231. /package/dist/types/{src/api-model → api-model}/models/order-items-list.d.ts +0 -0
  232. /package/dist/types/{src/api-model → api-model}/models/order-regulated-info.d.ts +0 -0
  233. /package/dist/types/{src/api-model → api-model}/models/order.d.ts +0 -0
  234. /package/dist/types/{src/api-model → api-model}/models/orders-list.d.ts +0 -0
  235. /package/dist/types/{src/api-model → api-model}/models/other-delivery-attributes.d.ts +0 -0
  236. /package/dist/types/{src/api-model → api-model}/models/package-detail.d.ts +0 -0
  237. /package/dist/types/{src/api-model → api-model}/models/payment-execution-detail-item.d.ts +0 -0
  238. /package/dist/types/{src/api-model → api-model}/models/points-granted-detail.d.ts +0 -0
  239. /package/dist/types/{src/api-model → api-model}/models/preferred-delivery-time.d.ts +0 -0
  240. /package/dist/types/{src/api-model → api-model}/models/prescription-detail.d.ts +0 -0
  241. /package/dist/types/{src/api-model → api-model}/models/product-info-detail.d.ts +0 -0
  242. /package/dist/types/{src/api-model → api-model}/models/regulated-information-field.d.ts +0 -0
  243. /package/dist/types/{src/api-model → api-model}/models/regulated-information.d.ts +0 -0
  244. /package/dist/types/{src/api-model → api-model}/models/regulated-order-verification-status.d.ts +0 -0
  245. /package/dist/types/{src/api-model → api-model}/models/rejection-reason.d.ts +0 -0
  246. /package/dist/types/{src/api-model → api-model}/models/shipment-status.d.ts +0 -0
  247. /package/dist/types/{src/api-model → api-model}/models/shipping-constraints.d.ts +0 -0
  248. /package/dist/types/{src/api-model → api-model}/models/substitution-option.d.ts +0 -0
  249. /package/dist/types/{src/api-model → api-model}/models/substitution-preferences.d.ts +0 -0
  250. /package/dist/types/{src/api-model → api-model}/models/tax-classification.d.ts +0 -0
  251. /package/dist/types/{src/api-model → api-model}/models/tax-collection.d.ts +0 -0
  252. /package/dist/types/{src/api-model → api-model}/models/update-shipment-status-error-response.d.ts +0 -0
  253. /package/dist/types/{src/api-model → api-model}/models/update-shipment-status-request.d.ts +0 -0
  254. /package/dist/types/{src/api-model → api-model}/models/update-verification-status-error-response.d.ts +0 -0
  255. /package/dist/types/{src/api-model → api-model}/models/update-verification-status-request-body.d.ts +0 -0
  256. /package/dist/types/{src/api-model → api-model}/models/update-verification-status-request.d.ts +0 -0
  257. /package/dist/types/{src/api-model → api-model}/models/valid-verification-detail.d.ts +0 -0
  258. /package/dist/types/{src/api-model → api-model}/models/verification-details.d.ts +0 -0
  259. /package/dist/types/{src/api-model → api-model}/models/verification-status.d.ts +0 -0
  260. /package/dist/types/{src/client.d.ts → client.d.ts} +0 -0
@@ -146,34 +146,6 @@ const OrdersV0ApiAxiosParamCreator = function (configuration) {
146
146
  options: localVarRequestOptions,
147
147
  };
148
148
  },
149
- /**
150
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
151
- * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
152
- * @param {*} [options] Override http request option.
153
- * @throws {RequiredError}
154
- */
155
- getOrderFulfillmentInstructions: async (orderId, options = {}) => {
156
- // verify required parameter 'orderId' is not null or undefined
157
- (0, common_1.assertParamExists)('getOrderFulfillmentInstructions', 'orderId', orderId);
158
- const localVarPath = `/orders/v0/orders/{orderId}/fulfillmentInstructions`
159
- .replace(`{${"orderId"}}`, encodeURIComponent(String(orderId)));
160
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
161
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
162
- let baseOptions;
163
- if (configuration) {
164
- baseOptions = configuration.baseOptions;
165
- }
166
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
167
- const localVarHeaderParameter = {};
168
- const localVarQueryParameter = {};
169
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
170
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
171
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
172
- return {
173
- url: (0, common_1.toPathString)(localVarUrlObj),
174
- options: localVarRequestOptions,
175
- };
176
- },
177
149
  /**
178
150
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
179
151
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -505,18 +477,6 @@ const OrdersV0ApiFp = function (configuration) {
505
477
  const localVarOperationServerBasePath = base_1.operationServerMap['OrdersV0Api.getOrderBuyerInfo']?.[localVarOperationServerIndex]?.url;
506
478
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
507
479
  },
508
- /**
509
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
510
- * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
511
- * @param {*} [options] Override http request option.
512
- * @throws {RequiredError}
513
- */
514
- async getOrderFulfillmentInstructions(orderId, options) {
515
- const localVarAxiosArgs = await localVarAxiosParamCreator.getOrderFulfillmentInstructions(orderId, options);
516
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
517
- const localVarOperationServerBasePath = base_1.operationServerMap['OrdersV0Api.getOrderFulfillmentInstructions']?.[localVarOperationServerIndex]?.url;
518
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
519
- },
520
480
  /**
521
481
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
522
482
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -660,15 +620,6 @@ const OrdersV0ApiFactory = function (configuration, basePath, axios) {
660
620
  getOrderBuyerInfo(requestParameters, options) {
661
621
  return localVarFp.getOrderBuyerInfo(requestParameters.orderId, options).then((request) => request(axios, basePath));
662
622
  },
663
- /**
664
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
665
- * @param {OrdersV0ApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
666
- * @param {*} [options] Override http request option.
667
- * @throws {RequiredError}
668
- */
669
- getOrderFulfillmentInstructions(requestParameters, options) {
670
- return localVarFp.getOrderFulfillmentInstructions(requestParameters.orderId, options).then((request) => request(axios, basePath));
671
- },
672
623
  /**
673
624
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
674
625
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
@@ -773,16 +724,6 @@ class OrdersV0Api extends base_1.BaseAPI {
773
724
  getOrderBuyerInfo(requestParameters, options) {
774
725
  return (0, exports.OrdersV0ApiFp)(this.configuration).getOrderBuyerInfo(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
775
726
  }
776
- /**
777
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
778
- * @param {OrdersV0ApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
779
- * @param {*} [options] Override http request option.
780
- * @throws {RequiredError}
781
- * @memberof OrdersV0Api
782
- */
783
- getOrderFulfillmentInstructions(requestParameters, options) {
784
- return (0, exports.OrdersV0ApiFp)(this.configuration).getOrderFulfillmentInstructions(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
785
- }
786
727
  /**
787
728
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
788
729
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./address"), exports);
18
18
  __exportStar(require("./address-extended-fields"), exports);
19
+ __exportStar(require("./amazon-programs"), exports);
19
20
  __exportStar(require("./associated-item"), exports);
20
21
  __exportStar(require("./association-type"), exports);
21
22
  __exportStar(require("./automated-shipping-settings"), exports);
@@ -34,15 +35,8 @@ __exportStar(require("./easy-ship-shipment-status"), exports);
34
35
  __exportStar(require("./electronic-invoice-status"), exports);
35
36
  __exportStar(require("./exception-dates"), exports);
36
37
  __exportStar(require("./fulfillment-instruction"), exports);
37
- __exportStar(require("./fulfillment-instructions"), exports);
38
- __exportStar(require("./fulfillment-location"), exports);
39
- __exportStar(require("./fulfillment-plan"), exports);
40
- __exportStar(require("./fulfillment-plan-constraint-type"), exports);
41
- __exportStar(require("./fulfillment-plan-item"), exports);
42
- __exportStar(require("./fulfillment-plan-shipping-constraints"), exports);
43
38
  __exportStar(require("./get-order-address-response"), exports);
44
39
  __exportStar(require("./get-order-buyer-info-response"), exports);
45
- __exportStar(require("./get-order-fulfillment-instructions-response"), exports);
46
40
  __exportStar(require("./get-order-items-buyer-info-response"), exports);
47
41
  __exportStar(require("./get-order-items-response"), exports);
48
42
  __exportStar(require("./get-order-regulated-info-response"), exports);
@@ -78,7 +72,6 @@ __exportStar(require("./regulated-order-verification-status"), exports);
78
72
  __exportStar(require("./rejection-reason"), exports);
79
73
  __exportStar(require("./shipment-status"), exports);
80
74
  __exportStar(require("./shipping-constraints"), exports);
81
- __exportStar(require("./shipping-instructions"), exports);
82
75
  __exportStar(require("./substitution-option"), exports);
83
76
  __exportStar(require("./substitution-preferences"), exports);
84
77
  __exportStar(require("./tax-classification"), exports);
@@ -32,13 +32,6 @@ exports.clientRateLimits = [
32
32
  rate: 0.5,
33
33
  burst: 30,
34
34
  },
35
- {
36
- method: 'get',
37
- // eslint-disable-next-line prefer-regex-literals
38
- urlRegex: new RegExp('^/orders/v0/orders/[^/]*/fulfillmentInstructions$'),
39
- rate: 0.5,
40
- burst: 30,
41
- },
42
35
  {
43
36
  method: 'get',
44
37
  // eslint-disable-next-line prefer-regex-literals
package/dist/cjs/index.js CHANGED
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./src/client"), exports);
18
- __exportStar(require("./src/api-model/api"), exports);
19
- __exportStar(require("./src/api-model/models"), exports);
17
+ __exportStar(require("./client"), exports);
18
+ __exportStar(require("./api-model/api"), exports);
19
+ __exportStar(require("./api-model/models"), exports);
@@ -140,34 +140,6 @@ export const OrdersV0ApiAxiosParamCreator = function (configuration) {
140
140
  options: localVarRequestOptions,
141
141
  };
142
142
  },
143
- /**
144
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
145
- * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
146
- * @param {*} [options] Override http request option.
147
- * @throws {RequiredError}
148
- */
149
- getOrderFulfillmentInstructions: async (orderId, options = {}) => {
150
- // verify required parameter 'orderId' is not null or undefined
151
- assertParamExists('getOrderFulfillmentInstructions', 'orderId', orderId);
152
- const localVarPath = `/orders/v0/orders/{orderId}/fulfillmentInstructions`
153
- .replace(`{${"orderId"}}`, encodeURIComponent(String(orderId)));
154
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
155
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
156
- let baseOptions;
157
- if (configuration) {
158
- baseOptions = configuration.baseOptions;
159
- }
160
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
161
- const localVarHeaderParameter = {};
162
- const localVarQueryParameter = {};
163
- setSearchParams(localVarUrlObj, localVarQueryParameter);
164
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
165
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
166
- return {
167
- url: toPathString(localVarUrlObj),
168
- options: localVarRequestOptions,
169
- };
170
- },
171
143
  /**
172
144
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
173
145
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -498,18 +470,6 @@ export const OrdersV0ApiFp = function (configuration) {
498
470
  const localVarOperationServerBasePath = operationServerMap['OrdersV0Api.getOrderBuyerInfo']?.[localVarOperationServerIndex]?.url;
499
471
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
500
472
  },
501
- /**
502
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
503
- * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
504
- * @param {*} [options] Override http request option.
505
- * @throws {RequiredError}
506
- */
507
- async getOrderFulfillmentInstructions(orderId, options) {
508
- const localVarAxiosArgs = await localVarAxiosParamCreator.getOrderFulfillmentInstructions(orderId, options);
509
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
510
- const localVarOperationServerBasePath = operationServerMap['OrdersV0Api.getOrderFulfillmentInstructions']?.[localVarOperationServerIndex]?.url;
511
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
512
- },
513
473
  /**
514
474
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
515
475
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -652,15 +612,6 @@ export const OrdersV0ApiFactory = function (configuration, basePath, axios) {
652
612
  getOrderBuyerInfo(requestParameters, options) {
653
613
  return localVarFp.getOrderBuyerInfo(requestParameters.orderId, options).then((request) => request(axios, basePath));
654
614
  },
655
- /**
656
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
657
- * @param {OrdersV0ApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
658
- * @param {*} [options] Override http request option.
659
- * @throws {RequiredError}
660
- */
661
- getOrderFulfillmentInstructions(requestParameters, options) {
662
- return localVarFp.getOrderFulfillmentInstructions(requestParameters.orderId, options).then((request) => request(axios, basePath));
663
- },
664
615
  /**
665
616
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
666
617
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
@@ -764,16 +715,6 @@ export class OrdersV0Api extends BaseAPI {
764
715
  getOrderBuyerInfo(requestParameters, options) {
765
716
  return OrdersV0ApiFp(this.configuration).getOrderBuyerInfo(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
766
717
  }
767
- /**
768
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
769
- * @param {OrdersV0ApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
770
- * @param {*} [options] Override http request option.
771
- * @throws {RequiredError}
772
- * @memberof OrdersV0Api
773
- */
774
- getOrderFulfillmentInstructions(requestParameters, options) {
775
- return OrdersV0ApiFp(this.configuration).getOrderFulfillmentInstructions(requestParameters.orderId, options).then((request) => request(this.axios, this.basePath));
776
- }
777
718
  /**
778
719
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
779
720
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
@@ -1,5 +1,6 @@
1
1
  export * from './address';
2
2
  export * from './address-extended-fields';
3
+ export * from './amazon-programs';
3
4
  export * from './associated-item';
4
5
  export * from './association-type';
5
6
  export * from './automated-shipping-settings';
@@ -18,15 +19,8 @@ export * from './easy-ship-shipment-status';
18
19
  export * from './electronic-invoice-status';
19
20
  export * from './exception-dates';
20
21
  export * from './fulfillment-instruction';
21
- export * from './fulfillment-instructions';
22
- export * from './fulfillment-location';
23
- export * from './fulfillment-plan';
24
- export * from './fulfillment-plan-constraint-type';
25
- export * from './fulfillment-plan-item';
26
- export * from './fulfillment-plan-shipping-constraints';
27
22
  export * from './get-order-address-response';
28
23
  export * from './get-order-buyer-info-response';
29
- export * from './get-order-fulfillment-instructions-response';
30
24
  export * from './get-order-items-buyer-info-response';
31
25
  export * from './get-order-items-response';
32
26
  export * from './get-order-regulated-info-response';
@@ -62,7 +56,6 @@ export * from './regulated-order-verification-status';
62
56
  export * from './rejection-reason';
63
57
  export * from './shipment-status';
64
58
  export * from './shipping-constraints';
65
- export * from './shipping-instructions';
66
59
  export * from './substitution-option';
67
60
  export * from './substitution-preferences';
68
61
  export * from './tax-classification';
@@ -29,13 +29,6 @@ export const clientRateLimits = [
29
29
  rate: 0.5,
30
30
  burst: 30,
31
31
  },
32
- {
33
- method: 'get',
34
- // eslint-disable-next-line prefer-regex-literals
35
- urlRegex: new RegExp('^/orders/v0/orders/[^/]*/fulfillmentInstructions$'),
36
- rate: 0.5,
37
- burst: 30,
38
- },
39
32
  {
40
33
  method: 'get',
41
34
  // eslint-disable-next-line prefer-regex-literals
package/dist/es/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from './src/client';
2
- export * from './src/api-model/api';
3
- export * from './src/api-model/models';
1
+ export * from './client';
2
+ export * from './api-model/api';
3
+ export * from './api-model/models';
@@ -16,7 +16,6 @@ import { type RequestArgs, BaseAPI } from '../base';
16
16
  import type { ConfirmShipmentRequest } from '../models';
17
17
  import type { GetOrderAddressResponse } from '../models';
18
18
  import type { GetOrderBuyerInfoResponse } from '../models';
19
- import type { GetOrderFulfillmentInstructionsResponse } from '../models';
20
19
  import type { GetOrderItemsBuyerInfoResponse } from '../models';
21
20
  import type { GetOrderItemsResponse } from '../models';
22
21
  import type { GetOrderRegulatedInfoResponse } from '../models';
@@ -58,13 +57,6 @@ export declare const OrdersV0ApiAxiosParamCreator: (configuration?: Configuratio
58
57
  * @throws {RequiredError}
59
58
  */
60
59
  getOrderBuyerInfo: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
61
- /**
62
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
63
- * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
64
- * @param {*} [options] Override http request option.
65
- * @throws {RequiredError}
66
- */
67
- getOrderFulfillmentInstructions: (orderId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68
60
  /**
69
61
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
70
62
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -167,13 +159,6 @@ export declare const OrdersV0ApiFp: (configuration?: Configuration) => {
167
159
  * @throws {RequiredError}
168
160
  */
169
161
  getOrderBuyerInfo(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderBuyerInfoResponse>>;
170
- /**
171
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
172
- * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
173
- * @param {*} [options] Override http request option.
174
- * @throws {RequiredError}
175
- */
176
- getOrderFulfillmentInstructions(orderId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetOrderFulfillmentInstructionsResponse>>;
177
162
  /**
178
163
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
179
164
  * @param {string} orderId An Amazon-defined order identifier, in 3-7-7 format.
@@ -275,13 +260,6 @@ export declare const OrdersV0ApiFactory: (configuration?: Configuration, basePat
275
260
  * @throws {RequiredError}
276
261
  */
277
262
  getOrderBuyerInfo(requestParameters: OrdersV0ApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderBuyerInfoResponse>;
278
- /**
279
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
280
- * @param {OrdersV0ApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
281
- * @param {*} [options] Override http request option.
282
- * @throws {RequiredError}
283
- */
284
- getOrderFulfillmentInstructions(requestParameters: OrdersV0ApiGetOrderFulfillmentInstructionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<GetOrderFulfillmentInstructionsResponse>;
285
263
  /**
286
264
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
287
265
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
@@ -383,19 +361,6 @@ export interface OrdersV0ApiGetOrderBuyerInfoRequest {
383
361
  */
384
362
  readonly orderId: string;
385
363
  }
386
- /**
387
- * Request parameters for getOrderFulfillmentInstructions operation in OrdersV0Api.
388
- * @export
389
- * @interface OrdersV0ApiGetOrderFulfillmentInstructionsRequest
390
- */
391
- export interface OrdersV0ApiGetOrderFulfillmentInstructionsRequest {
392
- /**
393
- * An Amazon-defined order identifier, in 3-7-7 format.
394
- * @type {string}
395
- * @memberof OrdersV0ApiGetOrderFulfillmentInstructions
396
- */
397
- readonly orderId: string;
398
- }
399
364
  /**
400
365
  * Request parameters for getOrderItems operation in OrdersV0Api.
401
366
  * @export
@@ -663,14 +628,6 @@ export declare class OrdersV0Api extends BaseAPI {
663
628
  * @memberof OrdersV0Api
664
629
  */
665
630
  getOrderBuyerInfo(requestParameters: OrdersV0ApiGetOrderBuyerInfoRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderBuyerInfoResponse, any>>;
666
- /**
667
- * Returns the fulfillment instructions for the order that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
668
- * @param {OrdersV0ApiGetOrderFulfillmentInstructionsRequest} requestParameters Request parameters.
669
- * @param {*} [options] Override http request option.
670
- * @throws {RequiredError}
671
- * @memberof OrdersV0Api
672
- */
673
- getOrderFulfillmentInstructions(requestParameters: OrdersV0ApiGetOrderFulfillmentInstructionsRequest, options?: RawAxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetOrderFulfillmentInstructionsResponse, any>>;
674
631
  /**
675
632
  * Returns detailed order item information for the order that you specify. If `NextToken` is provided, it\'s used to retrieve the next page of order items. __Note__: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may receive higher rate and burst values then those shown here. For more information, refer to [Usage Plans and Rate Limits](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
676
633
  * @param {OrdersV0ApiGetOrderItemsRequest} requestParameters Request parameters.
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Selling Partner API for Orders
3
+ * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Contains the list of programs that are associated with an item. Possible programs are: - **Subscribe and Save**: Offers recurring, scheduled deliveries to Amazon customers and Amazon Business customers for their frequently ordered products.
14
+ * @export
15
+ * @interface AmazonPrograms
16
+ */
17
+ export interface AmazonPrograms {
18
+ /**
19
+ * A list of the programs that are associated with the specified order item. **Possible values**: `SUBSCRIBE_AND_SAVE`
20
+ * @type {Array<string>}
21
+ * @memberof AmazonPrograms
22
+ */
23
+ 'Programs': Array<string>;
24
+ }
@@ -1,5 +1,6 @@
1
1
  export * from './address';
2
2
  export * from './address-extended-fields';
3
+ export * from './amazon-programs';
3
4
  export * from './associated-item';
4
5
  export * from './association-type';
5
6
  export * from './automated-shipping-settings';
@@ -18,15 +19,8 @@ export * from './easy-ship-shipment-status';
18
19
  export * from './electronic-invoice-status';
19
20
  export * from './exception-dates';
20
21
  export * from './fulfillment-instruction';
21
- export * from './fulfillment-instructions';
22
- export * from './fulfillment-location';
23
- export * from './fulfillment-plan';
24
- export * from './fulfillment-plan-constraint-type';
25
- export * from './fulfillment-plan-item';
26
- export * from './fulfillment-plan-shipping-constraints';
27
22
  export * from './get-order-address-response';
28
23
  export * from './get-order-buyer-info-response';
29
- export * from './get-order-fulfillment-instructions-response';
30
24
  export * from './get-order-items-buyer-info-response';
31
25
  export * from './get-order-items-response';
32
26
  export * from './get-order-regulated-info-response';
@@ -62,7 +56,6 @@ export * from './regulated-order-verification-status';
62
56
  export * from './rejection-reason';
63
57
  export * from './shipment-status';
64
58
  export * from './shipping-constraints';
65
- export * from './shipping-instructions';
66
59
  export * from './substitution-option';
67
60
  export * from './substitution-preferences';
68
61
  export * from './tax-classification';
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { AmazonPrograms } from './amazon-programs';
12
13
  import type { AssociatedItem } from './associated-item';
13
14
  import type { BuyerRequestedCancel } from './buyer-requested-cancel';
14
15
  import type { ItemBuyerInfo } from './item-buyer-info';
@@ -259,6 +260,12 @@ export interface OrderItem {
259
260
  * @memberof OrderItem
260
261
  */
261
262
  'ShippingConstraints'?: ShippingConstraints;
263
+ /**
264
+ *
265
+ * @type {AmazonPrograms}
266
+ * @memberof OrderItem
267
+ */
268
+ 'AmazonPrograms'?: AmazonPrograms;
262
269
  }
263
270
  export declare const OrderItemDeemedResellerCategoryEnum: {
264
271
  readonly Ioss: "IOSS";
@@ -1,3 +1,3 @@
1
- export * from './src/client';
2
- export * from './src/api-model/api';
3
- export * from './src/api-model/models';
1
+ export * from './client';
2
+ export * from './api-model/api';
3
+ export * from './api-model/models';
package/package.json CHANGED
@@ -2,10 +2,17 @@
2
2
  "name": "@sp-api-sdk/orders-api-v0",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. Note: For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don't show up in the response).",
5
- "version": "3.4.0",
5
+ "version": "3.6.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
9
+ "exports": {
10
+ "default": {
11
+ "import": "./dist/es/index.js",
12
+ "require": "./dist/cjs/index.js"
13
+ },
14
+ "types": "./dist/types/index.d.ts"
15
+ },
9
16
  "license": "MIT",
10
17
  "publishConfig": {
11
18
  "access": "public"
@@ -18,7 +25,7 @@
18
25
  "dist/**/*.d.ts"
19
26
  ],
20
27
  "dependencies": {
21
- "@sp-api-sdk/common": "2.0.14",
28
+ "@sp-api-sdk/common": "2.1.0",
22
29
  "axios": "^1.7.7"
23
30
  },
24
31
  "repository": {
@@ -40,5 +47,5 @@
40
47
  "sp sdk",
41
48
  "orders api"
42
49
  ],
43
- "gitHead": "a87ac140162ffc87d9feb2a2f9ed42a3d52b9157"
50
+ "gitHead": "67aab6f33415a61fdb45733aac04d6f3e34dd117"
44
51
  }
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.FulfillmentPlanConstraintType = void 0;
17
- /**
18
- * Details the importance of the constraint present on the item.
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.FulfillmentPlanConstraintType = {
23
- Mandatory: 'MANDATORY',
24
- Recommended: 'RECOMMENDED'
25
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Selling Partner API for Orders
6
- * Use the Orders Selling Partner API to programmatically retrieve order information. With this API, you can develop fast, flexible, and custom applications to manage order synchronization, perform order research, and create demand-based decision support tools. _Note:_ For the JP, AU, and SG marketplaces, the Orders API supports orders from 2016 onward. For all other marketplaces, the Orders API supports orders for the last two years (orders older than this don\'t show up in the response).
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });