@sp-api-sdk/fulfillment-inbound-api-2024-03-20 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (339) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +97 -0
  3. package/dist/cjs/index.js +18 -0
  4. package/dist/cjs/src/api-model/api/fba-inbound-api.js +1968 -0
  5. package/dist/cjs/src/api-model/api.js +30 -0
  6. package/dist/cjs/src/api-model/base.js +66 -0
  7. package/dist/cjs/src/api-model/common.js +145 -0
  8. package/dist/cjs/src/api-model/configuration.js +91 -0
  9. package/dist/cjs/src/api-model/index.js +32 -0
  10. package/dist/cjs/src/api-model/models/address.js +15 -0
  11. package/dist/cjs/src/api-model/models/appointment-slot-time.js +15 -0
  12. package/dist/cjs/src/api-model/models/appointment-slot.js +15 -0
  13. package/dist/cjs/src/api-model/models/box-content-information-source.js +26 -0
  14. package/dist/cjs/src/api-model/models/box-content.js +15 -0
  15. package/dist/cjs/src/api-model/models/box-input.js +15 -0
  16. package/dist/cjs/src/api-model/models/box.js +15 -0
  17. package/dist/cjs/src/api-model/models/cancel-inbound-plan-response.js +15 -0
  18. package/dist/cjs/src/api-model/models/cancel-self-ship-appointment-request.js +15 -0
  19. package/dist/cjs/src/api-model/models/cancel-self-ship-appointment-response.js +15 -0
  20. package/dist/cjs/src/api-model/models/carrier.js +15 -0
  21. package/dist/cjs/src/api-model/models/compliance-detail.js +15 -0
  22. package/dist/cjs/src/api-model/models/confirm-packing-option-response.js +15 -0
  23. package/dist/cjs/src/api-model/models/confirm-placement-option-response.js +15 -0
  24. package/dist/cjs/src/api-model/models/confirm-transportation-options-request.js +15 -0
  25. package/dist/cjs/src/api-model/models/confirm-transportation-options-response.js +15 -0
  26. package/dist/cjs/src/api-model/models/contact-information.js +15 -0
  27. package/dist/cjs/src/api-model/models/create-inbound-plan-request.js +15 -0
  28. package/dist/cjs/src/api-model/models/create-inbound-plan-response.js +15 -0
  29. package/dist/cjs/src/api-model/models/currency.js +15 -0
  30. package/dist/cjs/src/api-model/models/custom-placement-input.js +15 -0
  31. package/dist/cjs/src/api-model/models/dates.js +15 -0
  32. package/dist/cjs/src/api-model/models/dimensions.js +15 -0
  33. package/dist/cjs/src/api-model/models/document-download.js +15 -0
  34. package/dist/cjs/src/api-model/models/error-list.js +15 -0
  35. package/dist/cjs/src/api-model/models/generate-packing-options-response.js +15 -0
  36. package/dist/cjs/src/api-model/models/generate-placement-options-request.js +15 -0
  37. package/dist/cjs/src/api-model/models/generate-placement-options-response.js +15 -0
  38. package/dist/cjs/src/api-model/models/generate-self-ship-appointment-slots-request.js +15 -0
  39. package/dist/cjs/src/api-model/models/generate-self-ship-appointment-slots-response.js +15 -0
  40. package/dist/cjs/src/api-model/models/generate-transportation-options-request.js +15 -0
  41. package/dist/cjs/src/api-model/models/generate-transportation-options-response.js +15 -0
  42. package/dist/cjs/src/api-model/models/get-delivery-challan-document-response.js +15 -0
  43. package/dist/cjs/src/api-model/models/get-self-ship-appointment-slots-response.js +15 -0
  44. package/dist/cjs/src/api-model/models/inbound-operation-status.js +15 -0
  45. package/dist/cjs/src/api-model/models/inbound-plan-summary.js +15 -0
  46. package/dist/cjs/src/api-model/models/inbound-plan.js +15 -0
  47. package/dist/cjs/src/api-model/models/incentive.js +15 -0
  48. package/dist/cjs/src/api-model/models/index.js +119 -0
  49. package/dist/cjs/src/api-model/models/item-input.js +15 -0
  50. package/dist/cjs/src/api-model/models/item.js +15 -0
  51. package/dist/cjs/src/api-model/models/label-owner.js +25 -0
  52. package/dist/cjs/src/api-model/models/list-inbound-plan-boxes-response.js +15 -0
  53. package/dist/cjs/src/api-model/models/list-inbound-plan-items-response.js +15 -0
  54. package/dist/cjs/src/api-model/models/list-inbound-plan-pallets-response.js +15 -0
  55. package/dist/cjs/src/api-model/models/list-inbound-plans-response.js +15 -0
  56. package/dist/cjs/src/api-model/models/list-item-compliance-details-response.js +15 -0
  57. package/dist/cjs/src/api-model/models/list-packing-group-items-response.js +15 -0
  58. package/dist/cjs/src/api-model/models/list-packing-options-response.js +15 -0
  59. package/dist/cjs/src/api-model/models/list-placement-options-response.js +15 -0
  60. package/dist/cjs/src/api-model/models/list-transportation-options-response.js +15 -0
  61. package/dist/cjs/src/api-model/models/ltl-tracking-detail-input.js +15 -0
  62. package/dist/cjs/src/api-model/models/ltl-tracking-detail.js +15 -0
  63. package/dist/cjs/src/api-model/models/model-error.js +15 -0
  64. package/dist/cjs/src/api-model/models/operation-problem.js +15 -0
  65. package/dist/cjs/src/api-model/models/operation-status.js +26 -0
  66. package/dist/cjs/src/api-model/models/package-grouping-input.js +15 -0
  67. package/dist/cjs/src/api-model/models/packing-option-summary.js +15 -0
  68. package/dist/cjs/src/api-model/models/packing-option.js +15 -0
  69. package/dist/cjs/src/api-model/models/pagination.js +15 -0
  70. package/dist/cjs/src/api-model/models/pallet-information.js +15 -0
  71. package/dist/cjs/src/api-model/models/pallet-input.js +15 -0
  72. package/dist/cjs/src/api-model/models/pallet.js +15 -0
  73. package/dist/cjs/src/api-model/models/placement-option-summary.js +15 -0
  74. package/dist/cjs/src/api-model/models/placement-option.js +15 -0
  75. package/dist/cjs/src/api-model/models/prep-instruction.js +15 -0
  76. package/dist/cjs/src/api-model/models/prep-owner.js +25 -0
  77. package/dist/cjs/src/api-model/models/quote.js +15 -0
  78. package/dist/cjs/src/api-model/models/reason-comment.js +32 -0
  79. package/dist/cjs/src/api-model/models/region.js +15 -0
  80. package/dist/cjs/src/api-model/models/schedule-self-ship-appointment-request.js +15 -0
  81. package/dist/cjs/src/api-model/models/schedule-self-ship-appointment-response.js +15 -0
  82. package/dist/cjs/src/api-model/models/self-ship-appointment-details.js +15 -0
  83. package/dist/cjs/src/api-model/models/self-ship-appointment-slots-availability.js +15 -0
  84. package/dist/cjs/src/api-model/models/set-packing-information-request.js +15 -0
  85. package/dist/cjs/src/api-model/models/set-packing-information-response.js +15 -0
  86. package/dist/cjs/src/api-model/models/shipment-destination.js +15 -0
  87. package/dist/cjs/src/api-model/models/shipment-source.js +15 -0
  88. package/dist/cjs/src/api-model/models/shipment-summary.js +15 -0
  89. package/dist/cjs/src/api-model/models/shipment-transportation-configuration.js +15 -0
  90. package/dist/cjs/src/api-model/models/shipment.js +15 -0
  91. package/dist/cjs/src/api-model/models/shipping-configuration.js +15 -0
  92. package/dist/cjs/src/api-model/models/spd-tracking-detail-input.js +15 -0
  93. package/dist/cjs/src/api-model/models/spd-tracking-detail.js +15 -0
  94. package/dist/cjs/src/api-model/models/spd-tracking-item-input.js +15 -0
  95. package/dist/cjs/src/api-model/models/spd-tracking-item.js +15 -0
  96. package/dist/cjs/src/api-model/models/stackability.js +25 -0
  97. package/dist/cjs/src/api-model/models/tax-details.js +15 -0
  98. package/dist/cjs/src/api-model/models/tax-rate.js +15 -0
  99. package/dist/cjs/src/api-model/models/tracking-details-input.js +15 -0
  100. package/dist/cjs/src/api-model/models/tracking-details.js +15 -0
  101. package/dist/cjs/src/api-model/models/transportation-option.js +15 -0
  102. package/dist/cjs/src/api-model/models/transportation-selection.js +15 -0
  103. package/dist/cjs/src/api-model/models/unit-of-measurement.js +25 -0
  104. package/dist/cjs/src/api-model/models/unit-of-weight.js +25 -0
  105. package/dist/cjs/src/api-model/models/update-item-compliance-details-request.js +15 -0
  106. package/dist/cjs/src/api-model/models/update-item-compliance-details-response.js +15 -0
  107. package/dist/cjs/src/api-model/models/update-shipment-delivery-window-request.js +15 -0
  108. package/dist/cjs/src/api-model/models/update-shipment-delivery-window-response.js +15 -0
  109. package/dist/cjs/src/api-model/models/update-shipment-tracking-details-request.js +15 -0
  110. package/dist/cjs/src/api-model/models/update-shipment-tracking-details-response.js +15 -0
  111. package/dist/cjs/src/api-model/models/weight.js +15 -0
  112. package/dist/cjs/src/api-model/models/window-input.js +15 -0
  113. package/dist/cjs/src/api-model/models/window.js +15 -0
  114. package/dist/cjs/src/client.js +217 -0
  115. package/dist/es/index.js +2 -0
  116. package/dist/es/src/api-model/api/fba-inbound-api.js +1958 -0
  117. package/dist/es/src/api-model/api.js +14 -0
  118. package/dist/es/src/api-model/base.js +58 -0
  119. package/dist/es/src/api-model/common.js +133 -0
  120. package/dist/es/src/api-model/configuration.js +87 -0
  121. package/dist/es/src/api-model/index.js +16 -0
  122. package/dist/es/src/api-model/models/address.js +14 -0
  123. package/dist/es/src/api-model/models/appointment-slot-time.js +14 -0
  124. package/dist/es/src/api-model/models/appointment-slot.js +14 -0
  125. package/dist/es/src/api-model/models/box-content-information-source.js +23 -0
  126. package/dist/es/src/api-model/models/box-content.js +14 -0
  127. package/dist/es/src/api-model/models/box-input.js +14 -0
  128. package/dist/es/src/api-model/models/box.js +14 -0
  129. package/dist/es/src/api-model/models/cancel-inbound-plan-response.js +14 -0
  130. package/dist/es/src/api-model/models/cancel-self-ship-appointment-request.js +14 -0
  131. package/dist/es/src/api-model/models/cancel-self-ship-appointment-response.js +14 -0
  132. package/dist/es/src/api-model/models/carrier.js +14 -0
  133. package/dist/es/src/api-model/models/compliance-detail.js +14 -0
  134. package/dist/es/src/api-model/models/confirm-packing-option-response.js +14 -0
  135. package/dist/es/src/api-model/models/confirm-placement-option-response.js +14 -0
  136. package/dist/es/src/api-model/models/confirm-transportation-options-request.js +14 -0
  137. package/dist/es/src/api-model/models/confirm-transportation-options-response.js +14 -0
  138. package/dist/es/src/api-model/models/contact-information.js +14 -0
  139. package/dist/es/src/api-model/models/create-inbound-plan-request.js +14 -0
  140. package/dist/es/src/api-model/models/create-inbound-plan-response.js +14 -0
  141. package/dist/es/src/api-model/models/currency.js +14 -0
  142. package/dist/es/src/api-model/models/custom-placement-input.js +14 -0
  143. package/dist/es/src/api-model/models/dates.js +14 -0
  144. package/dist/es/src/api-model/models/dimensions.js +14 -0
  145. package/dist/es/src/api-model/models/document-download.js +14 -0
  146. package/dist/es/src/api-model/models/error-list.js +14 -0
  147. package/dist/es/src/api-model/models/generate-packing-options-response.js +14 -0
  148. package/dist/es/src/api-model/models/generate-placement-options-request.js +14 -0
  149. package/dist/es/src/api-model/models/generate-placement-options-response.js +14 -0
  150. package/dist/es/src/api-model/models/generate-self-ship-appointment-slots-request.js +14 -0
  151. package/dist/es/src/api-model/models/generate-self-ship-appointment-slots-response.js +14 -0
  152. package/dist/es/src/api-model/models/generate-transportation-options-request.js +14 -0
  153. package/dist/es/src/api-model/models/generate-transportation-options-response.js +14 -0
  154. package/dist/es/src/api-model/models/get-delivery-challan-document-response.js +14 -0
  155. package/dist/es/src/api-model/models/get-self-ship-appointment-slots-response.js +14 -0
  156. package/dist/es/src/api-model/models/inbound-operation-status.js +14 -0
  157. package/dist/es/src/api-model/models/inbound-plan-summary.js +14 -0
  158. package/dist/es/src/api-model/models/inbound-plan.js +14 -0
  159. package/dist/es/src/api-model/models/incentive.js +14 -0
  160. package/dist/es/src/api-model/models/index.js +103 -0
  161. package/dist/es/src/api-model/models/item-input.js +14 -0
  162. package/dist/es/src/api-model/models/item.js +14 -0
  163. package/dist/es/src/api-model/models/label-owner.js +22 -0
  164. package/dist/es/src/api-model/models/list-inbound-plan-boxes-response.js +14 -0
  165. package/dist/es/src/api-model/models/list-inbound-plan-items-response.js +14 -0
  166. package/dist/es/src/api-model/models/list-inbound-plan-pallets-response.js +14 -0
  167. package/dist/es/src/api-model/models/list-inbound-plans-response.js +14 -0
  168. package/dist/es/src/api-model/models/list-item-compliance-details-response.js +14 -0
  169. package/dist/es/src/api-model/models/list-packing-group-items-response.js +14 -0
  170. package/dist/es/src/api-model/models/list-packing-options-response.js +14 -0
  171. package/dist/es/src/api-model/models/list-placement-options-response.js +14 -0
  172. package/dist/es/src/api-model/models/list-transportation-options-response.js +14 -0
  173. package/dist/es/src/api-model/models/ltl-tracking-detail-input.js +14 -0
  174. package/dist/es/src/api-model/models/ltl-tracking-detail.js +14 -0
  175. package/dist/es/src/api-model/models/model-error.js +14 -0
  176. package/dist/es/src/api-model/models/operation-problem.js +14 -0
  177. package/dist/es/src/api-model/models/operation-status.js +23 -0
  178. package/dist/es/src/api-model/models/package-grouping-input.js +14 -0
  179. package/dist/es/src/api-model/models/packing-option-summary.js +14 -0
  180. package/dist/es/src/api-model/models/packing-option.js +14 -0
  181. package/dist/es/src/api-model/models/pagination.js +14 -0
  182. package/dist/es/src/api-model/models/pallet-information.js +14 -0
  183. package/dist/es/src/api-model/models/pallet-input.js +14 -0
  184. package/dist/es/src/api-model/models/pallet.js +14 -0
  185. package/dist/es/src/api-model/models/placement-option-summary.js +14 -0
  186. package/dist/es/src/api-model/models/placement-option.js +14 -0
  187. package/dist/es/src/api-model/models/prep-instruction.js +14 -0
  188. package/dist/es/src/api-model/models/prep-owner.js +22 -0
  189. package/dist/es/src/api-model/models/quote.js +14 -0
  190. package/dist/es/src/api-model/models/reason-comment.js +29 -0
  191. package/dist/es/src/api-model/models/region.js +14 -0
  192. package/dist/es/src/api-model/models/schedule-self-ship-appointment-request.js +14 -0
  193. package/dist/es/src/api-model/models/schedule-self-ship-appointment-response.js +14 -0
  194. package/dist/es/src/api-model/models/self-ship-appointment-details.js +14 -0
  195. package/dist/es/src/api-model/models/self-ship-appointment-slots-availability.js +14 -0
  196. package/dist/es/src/api-model/models/set-packing-information-request.js +14 -0
  197. package/dist/es/src/api-model/models/set-packing-information-response.js +14 -0
  198. package/dist/es/src/api-model/models/shipment-destination.js +14 -0
  199. package/dist/es/src/api-model/models/shipment-source.js +14 -0
  200. package/dist/es/src/api-model/models/shipment-summary.js +14 -0
  201. package/dist/es/src/api-model/models/shipment-transportation-configuration.js +14 -0
  202. package/dist/es/src/api-model/models/shipment.js +14 -0
  203. package/dist/es/src/api-model/models/shipping-configuration.js +14 -0
  204. package/dist/es/src/api-model/models/spd-tracking-detail-input.js +14 -0
  205. package/dist/es/src/api-model/models/spd-tracking-detail.js +14 -0
  206. package/dist/es/src/api-model/models/spd-tracking-item-input.js +14 -0
  207. package/dist/es/src/api-model/models/spd-tracking-item.js +14 -0
  208. package/dist/es/src/api-model/models/stackability.js +22 -0
  209. package/dist/es/src/api-model/models/tax-details.js +14 -0
  210. package/dist/es/src/api-model/models/tax-rate.js +14 -0
  211. package/dist/es/src/api-model/models/tracking-details-input.js +14 -0
  212. package/dist/es/src/api-model/models/tracking-details.js +14 -0
  213. package/dist/es/src/api-model/models/transportation-option.js +14 -0
  214. package/dist/es/src/api-model/models/transportation-selection.js +14 -0
  215. package/dist/es/src/api-model/models/unit-of-measurement.js +22 -0
  216. package/dist/es/src/api-model/models/unit-of-weight.js +22 -0
  217. package/dist/es/src/api-model/models/update-item-compliance-details-request.js +14 -0
  218. package/dist/es/src/api-model/models/update-item-compliance-details-response.js +14 -0
  219. package/dist/es/src/api-model/models/update-shipment-delivery-window-request.js +14 -0
  220. package/dist/es/src/api-model/models/update-shipment-delivery-window-response.js +14 -0
  221. package/dist/es/src/api-model/models/update-shipment-tracking-details-request.js +14 -0
  222. package/dist/es/src/api-model/models/update-shipment-tracking-details-response.js +14 -0
  223. package/dist/es/src/api-model/models/weight.js +14 -0
  224. package/dist/es/src/api-model/models/window-input.js +14 -0
  225. package/dist/es/src/api-model/models/window.js +14 -0
  226. package/dist/es/src/client.js +213 -0
  227. package/dist/types/index.d.ts +2 -0
  228. package/dist/types/src/api-model/api/fba-inbound-api.d.ts +1675 -0
  229. package/dist/types/src/api-model/api.d.ts +12 -0
  230. package/dist/types/src/api-model/base.d.ts +54 -0
  231. package/dist/types/src/api-model/common.d.ts +66 -0
  232. package/dist/types/src/api-model/configuration.d.ts +83 -0
  233. package/dist/types/src/api-model/index.d.ts +14 -0
  234. package/dist/types/src/api-model/models/address.d.ts +66 -0
  235. package/dist/types/src/api-model/models/appointment-slot-time.d.ts +30 -0
  236. package/dist/types/src/api-model/models/appointment-slot.d.ts +31 -0
  237. package/dist/types/src/api-model/models/box-content-information-source.d.ts +22 -0
  238. package/dist/types/src/api-model/models/box-content.d.ts +56 -0
  239. package/dist/types/src/api-model/models/box-input.d.ts +64 -0
  240. package/dist/types/src/api-model/models/box.d.ts +70 -0
  241. package/dist/types/src/api-model/models/cancel-inbound-plan-response.d.ts +24 -0
  242. package/dist/types/src/api-model/models/cancel-self-ship-appointment-request.d.ts +25 -0
  243. package/dist/types/src/api-model/models/cancel-self-ship-appointment-response.d.ts +24 -0
  244. package/dist/types/src/api-model/models/carrier.d.ts +30 -0
  245. package/dist/types/src/api-model/models/compliance-detail.d.ts +43 -0
  246. package/dist/types/src/api-model/models/confirm-packing-option-response.d.ts +24 -0
  247. package/dist/types/src/api-model/models/confirm-placement-option-response.d.ts +24 -0
  248. package/dist/types/src/api-model/models/confirm-transportation-options-request.d.ts +25 -0
  249. package/dist/types/src/api-model/models/confirm-transportation-options-response.d.ts +24 -0
  250. package/dist/types/src/api-model/models/contact-information.d.ts +36 -0
  251. package/dist/types/src/api-model/models/create-inbound-plan-request.d.ts +51 -0
  252. package/dist/types/src/api-model/models/create-inbound-plan-response.d.ts +30 -0
  253. package/dist/types/src/api-model/models/currency.d.ts +30 -0
  254. package/dist/types/src/api-model/models/custom-placement-input.d.ts +31 -0
  255. package/dist/types/src/api-model/models/dates.d.ts +31 -0
  256. package/dist/types/src/api-model/models/dimensions.d.ts +43 -0
  257. package/dist/types/src/api-model/models/document-download.d.ts +36 -0
  258. package/dist/types/src/api-model/models/error-list.d.ts +24 -0
  259. package/dist/types/src/api-model/models/generate-packing-options-response.d.ts +24 -0
  260. package/dist/types/src/api-model/models/generate-placement-options-request.d.ts +25 -0
  261. package/dist/types/src/api-model/models/generate-placement-options-response.d.ts +24 -0
  262. package/dist/types/src/api-model/models/generate-self-ship-appointment-slots-request.d.ts +30 -0
  263. package/dist/types/src/api-model/models/generate-self-ship-appointment-slots-response.d.ts +24 -0
  264. package/dist/types/src/api-model/models/generate-transportation-options-request.d.ts +31 -0
  265. package/dist/types/src/api-model/models/generate-transportation-options-response.d.ts +24 -0
  266. package/dist/types/src/api-model/models/get-delivery-challan-document-response.d.ts +25 -0
  267. package/dist/types/src/api-model/models/get-self-ship-appointment-slots-response.d.ts +32 -0
  268. package/dist/types/src/api-model/models/inbound-operation-status.d.ts +44 -0
  269. package/dist/types/src/api-model/models/inbound-plan-summary.d.ts +68 -0
  270. package/dist/types/src/api-model/models/inbound-plan.d.ts +89 -0
  271. package/dist/types/src/api-model/models/incentive.d.ts +43 -0
  272. package/dist/types/src/api-model/models/index.d.ts +103 -0
  273. package/dist/types/src/api-model/models/item-input.d.ts +56 -0
  274. package/dist/types/src/api-model/models/item.d.ts +67 -0
  275. package/dist/types/src/api-model/models/label-owner.d.ts +21 -0
  276. package/dist/types/src/api-model/models/list-inbound-plan-boxes-response.d.ts +32 -0
  277. package/dist/types/src/api-model/models/list-inbound-plan-items-response.d.ts +32 -0
  278. package/dist/types/src/api-model/models/list-inbound-plan-pallets-response.d.ts +32 -0
  279. package/dist/types/src/api-model/models/list-inbound-plans-response.d.ts +32 -0
  280. package/dist/types/src/api-model/models/list-item-compliance-details-response.d.ts +25 -0
  281. package/dist/types/src/api-model/models/list-packing-group-items-response.d.ts +32 -0
  282. package/dist/types/src/api-model/models/list-packing-options-response.d.ts +32 -0
  283. package/dist/types/src/api-model/models/list-placement-options-response.d.ts +32 -0
  284. package/dist/types/src/api-model/models/list-transportation-options-response.d.ts +32 -0
  285. package/dist/types/src/api-model/models/ltl-tracking-detail-input.d.ts +30 -0
  286. package/dist/types/src/api-model/models/ltl-tracking-detail.d.ts +30 -0
  287. package/dist/types/src/api-model/models/model-error.d.ts +36 -0
  288. package/dist/types/src/api-model/models/operation-problem.d.ts +42 -0
  289. package/dist/types/src/api-model/models/operation-status.d.ts +22 -0
  290. package/dist/types/src/api-model/models/package-grouping-input.d.ts +37 -0
  291. package/dist/types/src/api-model/models/packing-option-summary.d.ts +30 -0
  292. package/dist/types/src/api-model/models/packing-option.d.ts +68 -0
  293. package/dist/types/src/api-model/models/pagination.d.ts +24 -0
  294. package/dist/types/src/api-model/models/pallet-information.d.ts +38 -0
  295. package/dist/types/src/api-model/models/pallet-input.d.ts +45 -0
  296. package/dist/types/src/api-model/models/pallet.d.ts +51 -0
  297. package/dist/types/src/api-model/models/placement-option-summary.d.ts +30 -0
  298. package/dist/types/src/api-model/models/placement-option.d.ts +55 -0
  299. package/dist/types/src/api-model/models/prep-instruction.d.ts +37 -0
  300. package/dist/types/src/api-model/models/prep-owner.d.ts +21 -0
  301. package/dist/types/src/api-model/models/quote.d.ts +37 -0
  302. package/dist/types/src/api-model/models/reason-comment.d.ts +28 -0
  303. package/dist/types/src/api-model/models/region.d.ts +36 -0
  304. package/dist/types/src/api-model/models/schedule-self-ship-appointment-request.d.ts +25 -0
  305. package/dist/types/src/api-model/models/schedule-self-ship-appointment-response.d.ts +25 -0
  306. package/dist/types/src/api-model/models/self-ship-appointment-details.d.ts +37 -0
  307. package/dist/types/src/api-model/models/self-ship-appointment-slots-availability.d.ts +31 -0
  308. package/dist/types/src/api-model/models/set-packing-information-request.d.ts +25 -0
  309. package/dist/types/src/api-model/models/set-packing-information-response.d.ts +24 -0
  310. package/dist/types/src/api-model/models/shipment-destination.d.ts +37 -0
  311. package/dist/types/src/api-model/models/shipment-source.d.ts +31 -0
  312. package/dist/types/src/api-model/models/shipment-summary.d.ts +30 -0
  313. package/dist/types/src/api-model/models/shipment-transportation-configuration.d.ts +45 -0
  314. package/dist/types/src/api-model/models/shipment.d.ts +115 -0
  315. package/dist/types/src/api-model/models/shipping-configuration.d.ts +30 -0
  316. package/dist/types/src/api-model/models/spd-tracking-detail-input.d.ts +25 -0
  317. package/dist/types/src/api-model/models/spd-tracking-detail.d.ts +25 -0
  318. package/dist/types/src/api-model/models/spd-tracking-item-input.d.ts +30 -0
  319. package/dist/types/src/api-model/models/spd-tracking-item.d.ts +36 -0
  320. package/dist/types/src/api-model/models/stackability.d.ts +21 -0
  321. package/dist/types/src/api-model/models/tax-details.d.ts +38 -0
  322. package/dist/types/src/api-model/models/tax-rate.d.ts +36 -0
  323. package/dist/types/src/api-model/models/tracking-details-input.d.ts +32 -0
  324. package/dist/types/src/api-model/models/tracking-details.d.ts +32 -0
  325. package/dist/types/src/api-model/models/transportation-option.d.ts +75 -0
  326. package/dist/types/src/api-model/models/transportation-selection.d.ts +44 -0
  327. package/dist/types/src/api-model/models/unit-of-measurement.d.ts +21 -0
  328. package/dist/types/src/api-model/models/unit-of-weight.d.ts +21 -0
  329. package/dist/types/src/api-model/models/update-item-compliance-details-request.d.ts +31 -0
  330. package/dist/types/src/api-model/models/update-item-compliance-details-response.d.ts +24 -0
  331. package/dist/types/src/api-model/models/update-shipment-delivery-window-request.d.ts +25 -0
  332. package/dist/types/src/api-model/models/update-shipment-delivery-window-response.d.ts +24 -0
  333. package/dist/types/src/api-model/models/update-shipment-tracking-details-request.d.ts +25 -0
  334. package/dist/types/src/api-model/models/update-shipment-tracking-details-response.d.ts +24 -0
  335. package/dist/types/src/api-model/models/weight.d.ts +31 -0
  336. package/dist/types/src/api-model/models/window-input.d.ts +24 -0
  337. package/dist/types/src/api-model/models/window.d.ts +36 -0
  338. package/dist/types/src/client.d.ts +6 -0
  339. package/package.json +44 -0
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
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
+ * In some situations, special preparations are required for items and this field reflects the owner of the preparations. Options include `AMAZON` or `SELLER`.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const PrepOwner = {
20
+ Amazon: 'AMAZON',
21
+ Seller: 'SELLER'
22
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,29 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
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
+ * Reason for cancelling or rescheduling a self-ship appointment.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const ReasonComment = {
20
+ AppointmentRequestedByMistake: 'APPOINTMENT_REQUESTED_BY_MISTAKE',
21
+ VehicleDelay: 'VEHICLE_DELAY',
22
+ SlotNotSuitable: 'SLOT_NOT_SUITABLE',
23
+ OutsideCarrierBusinessHours: 'OUTSIDE_CARRIER_BUSINESS_HOURS',
24
+ UnfavourableExternalConditions: 'UNFAVOURABLE_EXTERNAL_CONDITIONS',
25
+ ProcurementDelay: 'PROCUREMENT_DELAY',
26
+ ShippingPlanChanged: 'SHIPPING_PLAN_CHANGED',
27
+ IncreasedQuantity: 'INCREASED_QUANTITY',
28
+ Other: 'OTHER'
29
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
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
+ * Indicates whether pallets will be stacked when carrier arrives for pick-up.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const Stackability = {
20
+ Stackable: 'STACKABLE',
21
+ NonStackable: 'NON_STACKABLE'
22
+ };
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * The Selling Partner API for FBA inbound operations.
5
+ * The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon\'s fulfillment network. The API has interoperability with the Send-to-Amazon user interface.
6
+ *
7
+ * The version of the OpenAPI document: 2024-03-20
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
+ * Unit of linear measure.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const UnitOfMeasurement = {
20
+ In: 'IN',
21
+ Cm: 'CM'
22
+ };