【发布时间】:2016-04-27 15:59:31
【问题描述】:
我们已经用不同的标签定义了我们shopify商店中的所有客户,例如“Price Level 1”、“Price Level 2”、“Price Level 3”----等等,直到“Price Level 16”和新客户是没有任何标签。通过我想根据那里的标签获取客户的 shopify API,我尝试了不同的 URL
https://apikey:password@hostname/admin/customers.json?tags:Price Level 1
https://apikey:password@hostname/admin/customers.json?tags="Price Level 1"
https://apikey:password@hostname/admin/customers.json?query=Price Level 1
但所有 URL 都给我相同的结果,即带有任何标签的客户。请指导我根据确切的标签名称获取客户的最佳方式,以及如何在没有任何标签的情况下获取客户。
【问题讨论】: