I create a warehouse with different racks.
I create a rack with 2 bays, each bay can store 30 products.
And the bay can store only the same product
I would like to configure my bay like that :
if the bay is empty then you can store products
else store in a queue
How is it possible to do that?