Hi,
I have an app where we are selling products, and we would like to add a new feature, which is to be able to make back orders, i.e. place an order on products which are temporarily out of stock.
Reading up on this, my understanding is that the products in question need to be configured through the Admin page → Products → Inventory, where “Continue selling when out of stock” needs to be selected/checked and saved. After doing so, when trying to make an API call to create a new order with a product which is out of stock, I receive “422 Unable to reserve inventory”. I assume this should not be happening…
I haven’t been able to find anything on how to implement back orders in the REST API documentation. So my question is where do I find more info on this? Or the best would be if someone can point out what I’m missing or point me in the right direction. Am I for example misunderstanding something in the grand scheme of things or could it be some detail I’m missing?
Best regards,
Johnny