Magento2- To get/know the Entity type is from DB magento2
select entity_type_id from eav_entity_type WHERE entity_type_code = '<entity_code>';
Example: to know category entity id
select entity_type_id from eav_entity_type WHERE entity_type_code = 'catalog_category';
Example: to know category entity id
select entity_type_id from eav_entity_type WHERE entity_type_code = 'catalog_category';
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home