ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
This library is great. I can get products, orders, customers, and even update a product, but when I try to create a product using CreateAsync, I get: "Object reference not...
Which command do I need to use to bulk change how products are shipped? I have set up 3 shipping methods. I didn't find the relevant property in ProductService to...
Trying to use this service and passing a valid inventoryitemid but receiving a null response var service = new InventoryItemService(url,password); var inventoryItem = await service.GetAsync(itemId);
Hi Team, Your product is good and useful to .net developers to consume Shopify data. I have one concern, I have two different warehouses one is in USA and another...
When calling ListAsync in CheckoutService I get following Exception: ``` Newtonsoft.Json.JsonSerializationException: Unexpected token when deserializing object: String. Path 'checkouts[41].line_items[0].properties.Note'. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)...
Is there a version of ShopifySharp that will work with .NET Core 3.1? It looks like the latest version requires some .NET 6 libraries. Trying to use the latest version...
We have new requirement to update the inventory level by SKU and location id not by InventoryItemId. How can I achieve that?
Page has a property for author: https://shopify.dev/api/admin-rest/2022-01/resources/page#top It is missing in the class Page in shopifysharp. Thank you.
Hi, We are in a Catch-22 situation. One of our customers has a shop where the status is "Payment required". It seems to be closed. But they have not uninstalled...
Hi, I think I detected a little issue with the InventoryLevelService.DeleteAsync function. It currently doesn't actually delete the InventoryLevel. I've pintpointed it to the way you pass the uri string...