Wednesday, February 2, 2022

[FIXED] Importing products straight to Magento's mysql database

Issue

I have my own database with product information. I want to upload these products straight to Magento's mySQL database. I tried investigating database structure and it's extremely confusing. So far what I've figured out is that they store product information across many different and therefore understanding every table and how it all comes together seems impossible. Is there any way to import products to magento without making direct sql queries to many different tables ? Or perhaps there's some other way to import products to magento programatically ?


Solution

Magmi is based on importing product, categories through direct SQL queries. You should have a look there. More here. Or you can google it to find more about Magmi Project



Answered By - Dushyant Joshi

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.