App reviews, troubleshooting, and recommendations
Here the code, please suggest to get the products count.
var client = new RestClient("https://xxx.myshopify.com/");
var request = new RestRequest("/admin/api/2023-10/products/count.json", Method.Get);
request.RequestFormat = DataFormat.Json;
request.AddHeader("X-Shopify-Access-Token", "xxxtoaken");
var response = client.ExecuteAsync<string>(request);
var r = JsonConvert.DeserializeObject<dynamic>(response.Result.Content);
var count = r.count;
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024