扩展magento rest api以获得类别列表

时间:2015-09-29 06:10:37

标签: rest magento

我使用Create new magento Rest api to get category list in magento创建了一个扩展服务,现在不知道该服务的网址是什么。

2 个答案:

答案 0 :(得分:1)

$ proxy = new SoapClient('http://magentohost/api/soap/?wsdl'); $ sessionId = $ proxy-> login('apiUser','apiKey'); $ allCategories = $ proxy-> call($ sessionId,'category.tree'); //获取所有类别。

这段代码将无法调用api(SOAP),运行此表单根目录。

答案 1 :(得分:0)

$ oauthClient = new OAuth($ consumerKey,$ consumerSecret,OAUTH_SIG_METHOD_HMACSHA1,$ authType); $ oauthClient-> enableDebug();

使用此代码呼叫休息