BigCommerceSharp is a .NET library that enables you to authenticate and make API calls to BigCommerce. It's great for building custom BigCommerce Apps using C# and .NET. You can quickly and easily get up and running with BigCommerce using this library.
Install-Package BigCommerceSharp
If you're using .NET Core, you can use the dotnet
command from your favorite shell:
dotnet add package BigCommerceSharp