WooCommerceNET 0.7.2
See the version list below for details.
dotnet add package WooCommerceNET --version 0.7.2
NuGet\Install-Package WooCommerceNET -Version 0.7.2
<PackageReference Include="WooCommerceNET" Version="0.7.2" />
<PackageVersion Include="WooCommerceNET" Version="0.7.2" />
<PackageReference Include="WooCommerceNET" />
paket add WooCommerceNET --version 0.7.2
#r "nuget: WooCommerceNET, 0.7.2"
#:package WooCommerceNET@0.7.2
#addin nuget:?package=WooCommerceNET&version=0.7.2
#tool nuget:?package=WooCommerceNET&version=0.7.2
A .NET Wrapper for WooCommerce REST API
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on WooCommerceNET:
| Package | Downloads |
|---|---|
|
QuickerDrivingTest-ClassLibrary
Package Description |
|
|
fm.WooCommerceNET.Subscriptions
Extends WooCommerceNET with support for retrieving WooCommerce Subscriptions for a user. |
|
|
NineDigit.WooCommerce
WooCommerce API client. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.8.6 | 1,416,086 | 3/29/2023 |
| 0.8.5 | 49,022 | 1/4/2023 |
| 0.8.4 | 110,351 | 11/20/2021 |
| 0.8.3 | 81,827 | 3/17/2021 |
| 0.8.2 | 142,660 | 4/28/2020 |
| 0.8.1 | 7,873 | 3/4/2020 |
| 0.8.0 | 14,190 | 11/4/2019 |
| 0.7.9 | 4,904 | 9/29/2019 |
| 0.7.8 | 8,437 | 7/30/2019 |
| 0.7.7 | 7,788 | 4/2/2019 |
| 0.7.6-beta | 1,449 | 11/19/2018 |
| 0.7.5 | 6,885 | 6/9/2018 |
| 0.7.4 | 4,467 | 1/25/2018 |
| 0.7.3 | 20,106 | 1/7/2018 |
| 0.7.2 | 5,124 | 7/22/2017 |
| 0.7.1 | 7,724 | 5/20/2017 |
| 0.7.0 | 2,180 | 5/17/2017 |
| 0.6.1 | 6,430 | 12/15/2016 |
| 0.5.6-beta | 1,782 | 11/6/2016 |
WooCommerce.NET is a .NET library for calling WooCommerce REST API in any .NET applications.
GitHub: https://github.com/XiaoFaye/WooCommerce.NET
Changes Doc: https://github.com/XiaoFaye/WooCommerce.NET/blob/master/Changes.md
* v0.7.2 update
1. Add webResponseFilter in RestAPI, which allows you to get information from the HttpWebResponse object, e.g.:X-WP-Total and X-WP-TotalPages.
2. Fix decimal values do not be serialized as string issue.
3. Avoid Deadlocking on the UI Thread on non-async calls.
4. Fix Variation weight not deserialising issue.
5. Allow calling third party Plugins restful apis.