Remove Allocations

Hi,

Is there any way to place orders and avoid having them automatically allocated?

I went to my settings > General > Inventory and made sure the option is unchecked:

However, when I place a test order and I pull the order through the get orders endpoint. The items of the order that have stock available, are coming as already allocated. I’d like to know if it is possible to get the orders with no allocation ids (even if there is stock), so then I can allocate them via the api before marking them as shipped.

Thank you