8.SET
Typical request/response flow for matching product clusters.
GraphQL API Query
query {
product(id: "8S-DEMO-Polohemd-1") {
matchingProductClusters(first: 4) {
edges {
node {
products(first: 2) {
edges {
node {
id
}
}
}
}
}
}
}
}
GraphQL API response
View event
Interact event
click
add to cart
Last updated
Was this helpful?