Liquid、JavaScript、主题、销售渠道。
Graphql >> discountCodeBasicCreate
指定用户部分
customerSelection: {
"customers": {
"add": "gid://shopify/Customer/xxx"
}
}
我尝试过 "add": ["gid://shopify/Customer/xxx"]
都是错误 {"message":"Parse error on \"customers\" (STRING) at [9, 7]
这个地方应该怎么写啊
content-type 还是这个application/graphql 这个没有改~~
是shopify-cli 下载的PHP
我说的改是 query 里面 那一个小部分修改
不是修改 content-type
意思就是我如果里面的内容是应用于全部客户, 可以成功返回, 但是如果我指定特定用户使用就错误,
我在想是不是我的query 指定特定用户得那一小段内容有问题~~正确的格式应该是什么样子的
是参数使用方式错误
$graphQL = <<<Query mutation ($input: CustomerInput!) { customerCreate(input: $input) { customer { id displayName } userErrors { field message } } } Query; $variables = [ "input" => [ "firstName" => "Greg", "lastName" => "Variables", "email" => "gregvariables@teleworm.us" ] ] $shopify->GraphQL->post($graphQL, null, null, $variables);
类似找各种参数方式就可以了
选对模版,就是成功的一半。怎样挑选优质,符合业务需求的模版,帮助商家畅通无阻地将流量变成销量?
By Irene_ Jan 15, 2023从品牌理念出发,在国内萌芽生长的 CoFANCY,在出海进军欧美市场时做出了三点思路变化:第一,使用更加清晰的产品分类,全方位地为客户提供多种选择。第二,透明隐形镜片订阅服务。...
By Vikki Nov 30, 2022