【发布时间】:2014-04-09 01:58:56
【问题描述】:
我想使用 Magento Rest-Api 将自定义数据添加到 Magento 表中。 我在 Magento db 中添加了一个表,并使用以下链接创建了带有 Rest API 的模块
现在我想使用 Rest API 将数据添加到 Magento 表中...
我需要在api.xml/api2.xml 或V1.php 文件中进行更改。
请帮助我,我已经使用产品 api2.xml 文件的参考尝试了许多代码。但没有运气。
当我运行以下 URL 时
http://magento-host/api/rest/magepim/products/count
它将执行V1.php文件的_retrieve()函数但是如何使用PHP RestApi oauth调用_create()函数
【问题讨论】:
标签: php api magento rest oauth