Skip to content

WixSharp is a C# and .NET library that helps developers easily authenticate with and manage Wix stores.

License

Notifications You must be signed in to change notification settings

markchipman/PrimePenguin.WixSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WixSharp: A .NET library for Wix.

NuGet Build status license

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

Installation

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

Install-Package PrimePenguin.WixSharp

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

dotnet add package PrimePenguin.WixSharp

Using WixSharp

Note: All instances of shopAccessToken in the examples below do not refer to your WixSharp API key. An access token is the token returned after authenticating and authorizing a WixSharp app installation with a real WixSharp store.

var service = new OrderService(shopAccessToken);

APIS Implemented

  • Order
  • Product
  • ProductVariant
  • AppInstance
  • Collection
  • InventoryItem

About

WixSharp is a C# and .NET library that helps developers easily authenticate with and manage Wix stores.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%