/PrimePenguin.StarwebSharp

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

Primary LanguageC#MIT LicenseMIT

StarwebSharp: A .NET library for Starweb.

NuGet Build status license

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

Installation

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

Install-Package StarwebSharp

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

dotnet add package StarwebSharp

Using StarwebSharp

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

var service = new ProductService(myStarwebUrl, shopAccessToken);

APIS Implemented

  • Authorization
  • Currency
  • Customer
  • Order
  • OrderStatus
  • Product
  • ProductCategory
  • ProductManufacturer
  • ProductStockStatus
  • ProductVariant
  • ShippingMethod
  • ShippingTrackingType
  • Shop
  • Webhook
  • Media Files