/ShopifyGraphQL.Net

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.

Primary LanguageC#MIT LicenseMIT

ShopifyGraphQl.Net: A .NET library for Shopify & GraphQL based on ShopifySharp.

Now with .NET Core support!

NuGet Build status license

ShopifyGraphQl.Net is a .NET library that enables you to authenticate and make GraphQL API calls to Shopify. It's great for building custom Shopify Apps using C# and .NET. You can quickly and easily get up and running with Shopify using this library.

This is a fork of the hugely useful ShopifySharp library

Installation

ShopifySharp is available on NuGet. Use the package manager console in Visual Studio to install it:

Install-Package ShopifySharp

If you're using .NET Core, you can use the dotnet command from your favorite shell:

dotnet add package shopifysharp

If you're using Paket with an F# project, use this command:

paket add shopifysharp --project /path/to/project.fsproj