查询到目前为止
{
product1: product(id: "gid://shopify/Product/777854222396") {
title
totalVariants
variants(first:99) {
.....
}
hasOutOfStockVariants
}
product2: product(id: "gid://shopify/Product/511571296316") {
title
}
}
如何获取基于ID的变体
答案 0 :(得分:0)
我在他们的GraphQL Admin API参考文档中找到了ProductVariant
,可以从他们的参考文献中获取参考,但我没有在{{1}打开任何ProductVariant
Schema
},如公开graphQL admin panel所定义,尽管他们提到了example。
QueryRoot