0

In this only create python file in one method is read, in this method through fetch the data of magento.

How i can do this, anyone can help me ?

  • please add information on magento version used and what kind of data are you planning to extract. – oirad Apr 11 '17 at 13:34

1 Answers1

0

from magento.api import API
import warnings with API('url','username','passward') as magento:

result=magento.call('catalog_product.info',[int(1),None,None,'id'])
print result