8.SET (simplified)
Fetch cross selling products for a given product identifier. The response is already curated into readily usable product sets.
Revised version of getting cross selling products.
We heard your feedback and combined 8.SET and 8.SET Custom into one query that already creates useable product sets. 🎉Your feedback is always welcome and helpful! ❤️
GraphQL Query
query {
product(id: "8S-DEMO-Polohemd-1") {
productSets {
edges {
node {
id
tags
imageLink
products {
id
}
}
}
}
}
}GraphQL Response
Last updated