Has this field been deprecated? I see it in the docs but it isn't found when I run the query below
{
node(id: "Z2lkOi8vc2hvcGlmeS9Qcm9kdWN0LzYxOTc2OTU1NzgyOTk=") {
... on Product {
id
variantBySelectedOptions(selectedOptions: [{name: "Size", value: "Full/Queen"}, {name: "Color", value: "Sienna"}])
}
}
}
{
"errors": [
{
"message": "Field 'variantBySelectedOptions' doesn't exist on type 'Product'",
"locations": [
{
"line": 5,
"column": 7
}
],
"path": [
"query",
"node",
"... on Product",
"variantBySelectedOptions"
],
"extensions": {
"code": "undefinedField",
"typeName": "Product",
"fieldName": "variantBySelectedOptions"
}
}
]
}
Has this field been deprecated? I see it in the docs but it isn't found when I run the query below
Documentationhttps://shopify.dev/docs/storefront-api/reference/products/product?api%5Bversion%5D=2021-01#fields-2021-01
queryresponse