ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
Can you please add contribution guidelines along with steps needed to run the solution locally (especially the tests)?
I have couple of Proxy Apps. Today they stopped return true by ShopifySharp.AuthorizationService.IsAuthenticProxyRequest. But I didn't change code more then one year. Do any one have the same problem?
Hello Guys, I need to get the location of my articles in a order. I get the location id with the field LocationId in Order.cs class. But I get wrong...
I've been using a lot of dependency injection lately, but have found it mildly difficult to test any function that uses a ShopifySharp service since the package provides no interfaces...
ProductVariant object is missing InventoryItem property, so no way to set cost for variant. InventoryService only have Update,Get and List functions.
Hey there, when trying to use the CheckoutService in the current version 5.15.0, the server always responds Not Acceptable errors. When debugging this, I found out, that the CheckoutService uses...
Once the move to Github Actions gets merged (#745), I plan to implement another action with some simple quality checks that will scan each new pull request for common issues....
FulfillmentService throws ShopifyException: (404 Not Found) Not Found `var service = new FulfillmentService(myShopifyUrl, shopAccessToken); var fulfillment = new Fulfillment() { TrackingCompany = "Jack Black's Pack, Stack and Track", TrackingUrl =...
Hi, I try to add a free product in the order created webhook. It does not return an error, but also no extra product is added in the order Is...
Running into a strange issue I'm using EF + Sql with Dependency Injection in an azure functions project; just added ShopifySharp and noticed that after calling something like var customer...