Hi.
I have got a umbraco commerce site and the system I am integrating it allows for items to be backordered. However, if I try to add an item to the basket using await order.AddProductAsync(ProductRef, ProductVariantReference, Quantity)on a product with no stock, it throws the following error
In my Task, I have a Boolean value which identifies products which are out of stock, but is there anyway I can bypass this error & add the product to the basket no matter the stock level?
NOTE: I am on umbraco 16.1.1 & umbraco commerce 16.5.0
