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.
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
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);
- Authorization
- Currency
- Customer
- Order
- OrderStatus
- Product
- ProductCategory
- ProductManufacturer
- ProductStockStatus
- ProductVariant
- ShippingMethod
- ShippingTrackingType
- Shop
- Webhook
- Media Files