No content to show
User Activity
Hey Sam, Any idea how we can do this through Graph API? I'm really struggling to achieve a similar result using updated_at. Thanks! Dan {orders (first: 1, query: "updated_at_min='2021-10-21T23:39:20Z'") {edges {node {idlineItems(first: 1){edges {no...
Hey Vix, I'm trying to achieve a similar thing, but via the Graph API. I want to return only data which has been updated after a certain timestamp. I've tried the below but it doesn't seem to work: {orders(first: 1, query: "updated_at_min:'2021-10-...
Hey everyone, I'm trying to recreate the sales over time report which is available in the front end, via the API. I can do either through REST or GraphQL (not sure if there's much difference in terms of output), but really struggling to piece togethe...
Hi, no sales please, I just want help figuring out the problem.
08-10-2021
Also would love to know!
Hi team, I'm trying to re-create the 'Sales over Time' report from the Shopify front end, but I can't seem to recreate it properly through the data in the API. There seems to be a lot of complexities causing 'total sales' to not be correct.For exampl...