digvijay
digvijay

Reputation: 13

In which Tables Magento store product information when we import products using csv

I am importing a products csv from Magento admin. I want to know which tables are effected by the product import.

Upvotes: 1

Views: 3428

Answers (2)

Ted
Ted

Reputation: 248

There's a great breakdown of affected tables on new product creation here:

https://magento.stackexchange.com/questions/101152/what-are-the-main-tables-that-updated-when-we-creating-new-product-in-magento

Upvotes: 1

Parvez Alam
Parvez Alam

Reputation: 398

actually magento using EAV model.so there are many tables which is using for store product information. In controller file you will get expoprtCSV() method which is responsible for generate csv file.

Upvotes: 0

Related Questions