Allocating stock from specific warehouse or warehouse zone
Using the RestAPI create-orders, it would be really useful to be able to specify a warehouse or warehouse+zone on the CreateOrderModel object to force the stock allocation process to focus on bins in a specific warehouse or zone.
At the moment allocation seems to be fairly free to pick from any pick bin that the product sits in.
I am aware of the allocate-orders endpoint that can do this after the order has been created but it feels cleaner to be able to specify this during order creation.
We have a situation where we service two customers and their bins are all ringfenced within seperate warehouse zones. The pick faces themselves are at two different physical sites. There is some product that is available in both zones, these products have multiple stock locations assigned to them. We see on occasion stock allocated from a bin at a different site and we need to avoid this happening.
Thanks