Quickbutik is a .NET library that enables you to authenticate and make API calls to Quickbutik. It's great for building custom Quickbutik Apps using C# and .NET. You can quickly and easily get up and running with Quickbutik using this library.
Quickbutik is available on NuGet. Use the package manager console in Visual Studio to install it:
Install-Package Quickbutik
If you're using .NET Core, you can use the dotnet
command from your favorite shell:
dotnet add package Quickbutik
Note: All instances of apiKey
in the examples below do not refer to your Quickbutik API key.
An access token is the token returned after authenticating and authorizing a Quickbutik app installation with a
real Quickbutik store.
var service = new ProductService(apiKey);
- Order
- Product