Magento rest api通过电子邮件ID获取客户


Magento rest api get customer by email id

我正在使用magento OAuth来获取客户信息。现在,我可以通过"customerId"获取客户列表和客户信息。 参考链接

我可以通过电子邮件ID获取客户信息吗?

我想我刚刚想通了...

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