I am stuck here for develop new API for stores information in Magento.
I'm trying to fetch store info from default API but it's not useful for me. I need all attributes what we have in admin like address, telephone, store images etc..
Please help me.
Teja Bhagavan Kollepara
3,8275 gold badges33 silver badges69 bronze badges
-
See this answer magento.stackexchange.com/a/89741/697 , it shows how to customize Magento APIAlex Paliarush– Alex Paliarush2015年12月09日 09:48:57 +00:00Commented Dec 9, 2015 at 9:48
-
yes, i know how to implement custom api module in magento, but here need to fetch store all attributes(storeimage, latitude, longitude etc) instead of default result('store_id' ,'code' ,'website_id', 'group_id' ,'name', 'sort_order','is_active')venkat– venkat2015年12月09日 09:59:18 +00:00Commented Dec 9, 2015 at 9:59
-
Can you share api name you are tried?Abdul– Abdul2015年12月18日 12:46:21 +00:00Commented Dec 18, 2015 at 12:46
default