基于电子邮件的Woocommerce API查找客户详细信息

时间:2020-08-17 05:18:53

标签: c# ios xamarin.forms woocommerce woocommerce-rest-api

我正在尝试使用Woocommerce API通过引用客户的电子邮件地址来查找其详细信息。

https://example.com/wc-api/v3/customers/?consumer_key=xxxx&consumer_secret=xxx

有没有办法通过电子邮件参数而不是ID获取客户的详细信息?我似乎在API文档中找不到任何内容。

1 个答案:

答案 0 :(得分:0)

一切都很好。弄清楚了。就是这个API地址:

https://example.com/wp-json/wc/v3/customers?email=xxx&consumer_key=xxxx&consumer_secret=xxxxx