Can Magento automatically invoice/ship/complete orders?
If yes then please help how can we do that.
Hi @Ashish_k_php,
Since Invoice and Shipment depends on payment and shipment methods and integrations, how do you expect to automatically create all those entities and how you expect to fill the required data?
Offline sale, something like that.
After order placed, invoice, ship, complete at a time.
@Ashish_k_phpYou can definitely achieve what you are looking for. Either you have to write a observer (event) or cron to do the same. As soon as you receive/create an order you need to write the code to create the invoice (offline capture / online capture depend on your payment), create the shipment using dummy or fixed shipment details and mark that order complete.
Magento does not come out of the box with such functionality. Magento does has all this as well as all this work if a process is followed.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.