We setup a store to sell items similar to a subscription (we call these credits). There is no physical delivery of credits to the customer, only internal digital inventory.
Once an order is placed and paid, we use a 3rd party application to load these credits on our server and the workflow is over.
What we need to do is have a way for a customer to place their order on the store, pay the invoice, and all this be done with no intervention from our emplyees. (All automated)
Right now, when the order is placed, we have to 'confirm' the order so the salesorder can convert to an invoice. This is what we want to avoid.
Is there a way to set an inventory item or collection to not require approval either in the store, or by using a deluge script in Books?