【发布时间】:2015-03-01 10:34:35
【问题描述】:
我正在使用 magento OAuth 来获取客户信息。现在我可以通过“customerId”获取客户列表和客户信息。 Reference link
我可以通过电子邮件 ID 获取客户信息吗?
【问题讨论】:
标签: php rest magento oauth magento-1.7
我正在使用 magento OAuth 来获取客户信息。现在我可以通过“customerId”获取客户列表和客户信息。 Reference link
我可以通过电子邮件 ID 获取客户信息吗?
【问题讨论】:
标签: php rest magento oauth magento-1.7
我想我只是想通了......
GET /api/rest/customers/?filter[0][attribute]=email&filter[0][in][0]=my.email@address.de HTTP/1.1
这会使用提交的电子邮件地址过滤我的客户。您可以在此处找到有关 GET-Request 过滤的更多信息: http://www.magentocommerce.com/api/rest/get_filters.html
【讨论】: