No content to show
User Activity
03-07-2025
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...
09-09-2024
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\"") ...
09-05-2024
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
Subject | Views | Posted |
---|---|---|
663 | 09-09-2024 09:15 AM |