User clicks on a product within 8.SET content

{
"data": {
"product": {
"matchingProductClusters": {
"edges": [
{
"node": {
...
}
},
{
"node": {
...
}
},
{
"node": {
"products": {
"edges": [
{
"node": {
"id": "724502-0002"
}
},
...
]
}
}
},
...
]
}
}
}
}Last updated
Was this helpful?