+- [#6837](https://github.com/saleor/saleor-dashboard/pull/6837) [`1bff02e`](https://github.com/saleor/saleor-dashboard/commit/1bff02ee2f76b58270697a62e919540d14416e84) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Preorder is no longer part of the Dashboard UI. The preorder API is deprecated in Saleor Core and will be removed, so the Dashboard no longer reads or writes any preorder field: variant forms no longer send preorder settings or per-channel preorder thresholds, the "End preorder" dialog is gone, and order fulfillment and return screens no longer show the "still in preorder" warning. Preorder variants created through the API keep working — Core still blocks fulfilling them, and the Dashboard now surfaces that as an error message. To model pre-sales, create the planned quantity in a warehouse or turn off `trackInventory` to sell without a stock limit.
0 commit comments