Question

which database table to store data like simple product in Magento 2 and its all related info. like custom attribute?

Any Help will be appreciated.

Was it helpful?

Solution

Here some information

catalog_product_entity_varchar = Title & Description & URL

catalog_product_entity_decimal = Product Price

catalog_category_product = Assign Product to Category

cataloginventory_stock_item = For Inventory Quantity

catalog_url_rewrite_product_category = For URL Rewrite

eav_attribute = which store ALL Attributes

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top