Add a new custom button in shopware 6 backend

Hi,

We have a new requirement about adding a new button in the shopware 6 backend. How can we add a new custom button in the shopware 6 backend?
Is it possible to import a csv file and generate orders automatically (we have import functionality for products)? Is it a feasible option?

Kindly please guide on this.

Thanks

You have to override the Shopware Vue plugins/templates to archive that.

Next would be a API call to a backend function that creates the orders.

As far as I know there are plugins in the Shopware store for that.

Is there any plugin available from ordering product from backend by importing CSV? Could you please suggest any one ?