Pav*_*mar 1 magento magento-1.4 magento-1.5 magento-1.6 magento-1.7
由于我是magento的新手,我已将magento示例数据下载到mysql数据库.在浏览器中如果我给出这样的REST URL:http://192.168.1.101:8010/imagento /api/ rest /products它返回XML格式的产品列表.但我想要一个产品的细节.那我该怎么办?
http://192.168.1.101:8010/magento/api/rest/products是我从magento网站获得的网址..但他们没有给出产品详细信息.
我是否需要为我的重新采购代码?
对于http://192.168.1.101:8010/magento/api/rest/customers,它显示拒绝访问...我怎样才能解决这个问题..