No content to show

User Activity

One of the standard reports within Shopify is "Total Sales by Order" which gives amongst other things for each line item:Gross Sales - The price of the item excluding VAT and any DiscountsNet Sales - The price of the item excluding VAT but with disco...
I eventually worked it out and posting here in case it helps someone in the future. The answer was to escape the double quotes in the middle query so this works:Dim body As String = "{""query"": ""{products(first: 3, query:\""product_type:Fabric\"") ...
I'm trying to write some vb.net code to call Graphql using httpclient (the postasync call). This example works:Dim body As String = "{""query"": ""{shop {name} }""}"as does:Dim body As String = "{""query"": ""{products(first: 3) {edges {node {id titl...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From