ShopifySharp
ShopifySharp copied to clipboard
ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
`[Obsolete("This method is deprecated and will be removed in a future version of ShopifySharp.")] public virtual async Task PostAsync(string graphqlQuery, int? graphqlQueryCost = null, CancellationToken cancellationToken = default)` We were...
Only the partial shipping address is in the JSON file, but on the screen it's a full address. Does anyone know what could be the issue? This is what I...
This is a task for 7.0. I'd like to change the pre-generated classes in ShopifySharp.GraphQL to use `PascalCasing` instead of `camelCasing`.
Right now the generated classes in ShopifySharp.GraphQL all have extension methods for serializing and deserializing themselves using System.Text.Json. I'd like to explore whether it's possible to refactor (or disable?) those...
Another task for 7.0. I want to reorganize some of our namespaces, and for the generated classes I want to move the classes themselves into something like ShopifySharp.Graph.Generated namespace. Other...
Hi, I have a product I need to update for 3 months, but I need a strongly named version. I've tried the current (2019) version on nuget, but it's just...