StoreHippo provides you support for importing orders. You can add an option for bulk order creation. Once this option is added, the multiple orders can be added via CSV file.
To add an option for bulk order creation, you need to add a hook. Follow the steps mentioned below to add a bulk order creation option:
function(req, res, next){
try{
if(!res.data || !res.data.settings) return next();
res.data.settings.enableOrderImport = '1';
res.data.settings.modifyImport = true;
res.data.settings.modifiedImportTitle = 'Bulk Order Creation';
}catch(e){
console.log('error in hook file to link',e.message)
}
next();
}
Once you have added the hook for import order, the Bulk Order Creation option is added. Follow the steps mentioned below to import the orders:
The orders added in the CSV will appear in the Orders section.
You can check the status of the ongoing process when the import process is initiated. Click on the notification (bell) icon on the top right side of your admin panel to view the status of import.
The status of the import process can be viewed by clicking on the button. You can find all the details of the imported files in