使用命令行 shopify 应用程序
include ShopifyAPI
Customer.first(:params => {:query => "email:foo@fizz.com", :fields => "email"})
=> #<ShopifyAPI::Customer:0x00000100b75448 @attributes={"email"=>"poohbear@gmail.com"}, @prefix_options={}, @persisted=true>
我很好奇是否可以在您提供电子邮件的地方进行查询,结果是空集(未找到)或客户记录?无论我的查询是什么,我总是会收到客户记录。这使得很难确定客户是否存在于商店之外。