8.SET (simplified)
Fetch cross selling products for a given product identifier. The response is already curated into readily usable product sets.
GraphQL Query
query {
product(id: "8S-DEMO-Polohemd-1") {
productSets {
edges {
node {
id
tags
imageLink
products {
id
}
}
}
}
}
}GraphQL Response
Last updated
Was this helpful?