Hello all! Does anyone know a way to limit the tot...
# inventory
m
Hello all! Does anyone know a way to limit the total quantity backordered on an inventory item? We don't have the stock in yet and need to limit the total backorders to 5,000. Thanks!
k
That's a hard requirement. This would likely take script
👍 1
d
We do something similar using a scheduled script, which looks at quantities on hand and on order, compares with quantity back ordered and edits the outofstockbehavior accordingly.