@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
@@ -1,27 +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.FulfillmentPlanFulfillmentPlanStatusEnum = exports.FulfillmentPlanFulfillmentTypeEnum = void 0;
17
- exports.FulfillmentPlanFulfillmentTypeEnum = {
18
- InstorePickup: 'INSTORE_PICKUP',
19
- Service: 'SERVICE',
20
- Ship: 'SHIP'
21
- };
22
- exports.FulfillmentPlanFulfillmentPlanStatusEnum = {
23
- Active: 'ACTIVE',
24
- Aborted: 'ABORTED',
25
- Completed: 'COMPLETED',
26
- PartiallyFulfilled: 'PARTIALLY_FULFILLED'
27
- };
@@ -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 });
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,22 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Details the importance of the constraint present on the item.
16
- * @export
17
- * @enum {string}
18
- */
19
- export const FulfillmentPlanConstraintType = {
20
- Mandatory: 'MANDATORY',
21
- Recommended: 'RECOMMENDED'
22
- };
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,24 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export const FulfillmentPlanFulfillmentTypeEnum = {
15
- InstorePickup: 'INSTORE_PICKUP',
16
- Service: 'SERVICE',
17
- Ship: 'SHIP'
18
- };
19
- export const FulfillmentPlanFulfillmentPlanStatusEnum = {
20
- Active: 'ACTIVE',
21
- Aborted: 'ABORTED',
22
- Completed: 'COMPLETED',
23
- PartiallyFulfilled: 'PARTIALLY_FULFILLED'
24
- };
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,14 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Selling Partner API for Orders
5
- * 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).
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- export {};
@@ -1,31 +0,0 @@
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
- import type { FulfillmentPlan } from './fulfillment-plan';
13
- /**
14
- * Contains all fulfillment plans for the order
15
- * @export
16
- * @interface FulfillmentInstructions
17
- */
18
- export interface FulfillmentInstructions {
19
- /**
20
- * List of all fulfillment plans for the given order id
21
- * @type {Array<FulfillmentPlan>}
22
- * @memberof FulfillmentInstructions
23
- */
24
- 'FulfillmentPlans'?: Array<FulfillmentPlan>;
25
- /**
26
- * An Amazon-defined order identifier, in 3-7-7 format.
27
- * @type {string}
28
- * @memberof FulfillmentInstructions
29
- */
30
- 'AmazonOrderId': string;
31
- }
@@ -1,24 +0,0 @@
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
- * Represents a location from which the plan is to be fulfilled.
14
- * @export
15
- * @interface FulfillmentLocation
16
- */
17
- export interface FulfillmentLocation {
18
- /**
19
- * The fulfillment location identifier.
20
- * @type {string}
21
- * @memberof FulfillmentLocation
22
- */
23
- 'SupplySourceId'?: string;
24
- }
@@ -1,21 +0,0 @@
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
- * Details the importance of the constraint present on the item.
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const FulfillmentPlanConstraintType: {
18
- readonly Mandatory: "MANDATORY";
19
- readonly Recommended: "RECOMMENDED";
20
- };
21
- export type FulfillmentPlanConstraintType = typeof FulfillmentPlanConstraintType[keyof typeof FulfillmentPlanConstraintType];
@@ -1,31 +0,0 @@
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
- import type { Measurement } from './measurement';
13
- /**
14
- * The order items associated with this fulfillment plan.
15
- * @export
16
- * @interface FulfillmentPlanItem
17
- */
18
- export interface FulfillmentPlanItem {
19
- /**
20
- * An Amazon-defined associated order item\'s order item identifier.
21
- * @type {string}
22
- * @memberof FulfillmentPlanItem
23
- */
24
- 'OrderItemId': string;
25
- /**
26
- *
27
- * @type {Measurement}
28
- * @memberof FulfillmentPlanItem
29
- */
30
- 'Measurement': Measurement;
31
- }
@@ -1,31 +0,0 @@
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
- import type { FulfillmentPlanConstraintType } from './fulfillment-plan-constraint-type';
13
- /**
14
- * Delivery constraints applicable to this order.
15
- * @export
16
- * @interface FulfillmentPlanShippingConstraints
17
- */
18
- export interface FulfillmentPlanShippingConstraints {
19
- /**
20
- *
21
- * @type {FulfillmentPlanConstraintType}
22
- * @memberof FulfillmentPlanShippingConstraints
23
- */
24
- 'PalletDelivery'?: FulfillmentPlanConstraintType;
25
- /**
26
- *
27
- * @type {FulfillmentPlanConstraintType}
28
- * @memberof FulfillmentPlanShippingConstraints
29
- */
30
- 'SignatureConfirmation'?: FulfillmentPlanConstraintType;
31
- }
@@ -1,82 +0,0 @@
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
- import type { FulfillmentLocation } from './fulfillment-location';
13
- import type { FulfillmentPlanItem } from './fulfillment-plan-item';
14
- import type { ShippingInstructions } from './shipping-instructions';
15
- /**
16
- * A collection of order items that are to be fulfilled from the same location with the same shipping, pickup, and service instructions.
17
- * @export
18
- * @interface FulfillmentPlan
19
- */
20
- export interface FulfillmentPlan {
21
- /**
22
- * Unique identifier for a fulfillment plan.
23
- * @type {string}
24
- * @memberof FulfillmentPlan
25
- */
26
- 'FulfillmentPlanId': string;
27
- /**
28
- * Time when the fulfillment plan was created in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
29
- * @type {string}
30
- * @memberof FulfillmentPlan
31
- */
32
- 'CreationDate': string;
33
- /**
34
- * Type of fulfillment
35
- * @type {string}
36
- * @memberof FulfillmentPlan
37
- */
38
- 'FulfillmentType': FulfillmentPlanFulfillmentTypeEnum;
39
- /**
40
- * The fulfillment plan status.
41
- * @type {string}
42
- * @memberof FulfillmentPlan
43
- */
44
- 'FulfillmentPlanStatus': FulfillmentPlanFulfillmentPlanStatusEnum;
45
- /**
46
- * The time when the fulfillment plan\'s status was last updated in [ISO 8601](https://developer-docs.amazon.com/sp-api/docs/iso-8601) format.
47
- * @type {string}
48
- * @memberof FulfillmentPlan
49
- */
50
- 'LastStatusUpdateDate': string;
51
- /**
52
- *
53
- * @type {FulfillmentLocation}
54
- * @memberof FulfillmentPlan
55
- */
56
- 'FulfillmentLocation'?: FulfillmentLocation;
57
- /**
58
- *
59
- * @type {ShippingInstructions}
60
- * @memberof FulfillmentPlan
61
- */
62
- 'ShippingInstructions'?: ShippingInstructions;
63
- /**
64
- * The details of the order items that are included in the fulfillment plan.
65
- * @type {Array<FulfillmentPlanItem>}
66
- * @memberof FulfillmentPlan
67
- */
68
- 'FulfillmentPlanItems': Array<FulfillmentPlanItem>;
69
- }
70
- export declare const FulfillmentPlanFulfillmentTypeEnum: {
71
- readonly InstorePickup: "INSTORE_PICKUP";
72
- readonly Service: "SERVICE";
73
- readonly Ship: "SHIP";
74
- };
75
- export type FulfillmentPlanFulfillmentTypeEnum = typeof FulfillmentPlanFulfillmentTypeEnum[keyof typeof FulfillmentPlanFulfillmentTypeEnum];
76
- export declare const FulfillmentPlanFulfillmentPlanStatusEnum: {
77
- readonly Active: "ACTIVE";
78
- readonly Aborted: "ABORTED";
79
- readonly Completed: "COMPLETED";
80
- readonly PartiallyFulfilled: "PARTIALLY_FULFILLED";
81
- };
82
- export type FulfillmentPlanFulfillmentPlanStatusEnum = typeof FulfillmentPlanFulfillmentPlanStatusEnum[keyof typeof FulfillmentPlanFulfillmentPlanStatusEnum];
@@ -1,31 +0,0 @@
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
- import type { FulfillmentInstructions } from './fulfillment-instructions';
13
- /**
14
- * The response schema for the `getOrderFulfillmentInstructions` operation.
15
- * @export
16
- * @interface GetOrderFulfillmentInstructionsResponse
17
- */
18
- export interface GetOrderFulfillmentInstructionsResponse {
19
- /**
20
- *
21
- * @type {FulfillmentInstructions}
22
- * @memberof GetOrderFulfillmentInstructionsResponse
23
- */
24
- 'payload'?: FulfillmentInstructions;
25
- /**
26
- * A list of error responses returned when a request is unsuccessful.
27
- * @type {Array<Error>}
28
- * @memberof GetOrderFulfillmentInstructionsResponse
29
- */
30
- 'errors'?: Array<Error>;
31
- }
@@ -1,37 +0,0 @@
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
- import type { FulfillmentPlanShippingConstraints } from './fulfillment-plan-shipping-constraints';
13
- /**
14
- * The shipping-related information of a delivery.
15
- * @export
16
- * @interface ShippingInstructions
17
- */
18
- export interface ShippingInstructions {
19
- /**
20
- * The name of the carrier that delivers the package.
21
- * @type {string}
22
- * @memberof ShippingInstructions
23
- */
24
- 'CarrierCode'?: string;
25
- /**
26
- * The ship method that is used for the order.
27
- * @type {string}
28
- * @memberof ShippingInstructions
29
- */
30
- 'ShippingMethod'?: string;
31
- /**
32
- *
33
- * @type {FulfillmentPlanShippingConstraints}
34
- * @memberof ShippingInstructions
35
- */
36
- 'ShippingConstraints'?: FulfillmentPlanShippingConstraints;
37
- }
File without changes
File without changes
File without changes
File without changes