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 ?

4

1 回答 1

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
于 2017-04-12T05:33:41.170 回答