Jan 11, 2021
Hi, I'm trying to understand how to get the product insights you can find under analytics -> insights. Is there anyway I can get those through REST API or GraphQl? Thanks!
No content to show
User Activity
This should do it, I also filtered by active.query activeCollectionDiscount {
automaticDiscountNodes (first: 10, query:"status:active") {
edges {
node {
id
automaticDiscount{
... on DiscountAutomaticBasic {
...