WooCommerce.NET Versions Save

A .NET Wrapper for WooCommerce/WordPress REST API

0.8.6

1 year ago
  • v0.8.6 update
    1. Fix manage_stock property deserializing issue in Project object. #722
    2. Add Culture object in WCObject constructor to resolve format issue. #731
    3. Allow accessing WordPress plugin REST API with WooCommerce secret and key.

0.8.5

1 year ago

Version 0.8.5

0.8.4

2 years ago
  1. Change all id field to 64bit integer (unsigned long) to prevent overflow. #560
  2. Create RestClient.cs to use HttpClient, as Blazor does not support HttpWebRequest. PR#639
  3. Accept '&' in password while calling WordPress Restful API. PR#527
  4. Close HttpWebRequest write stream when finish. PR#529
  5. Add WCObject.MetaDisplayValueProcessor function. PR#600
  6. Add OrderCouponLineMeta class. PR#600
  7. Change MetaData.display_value field to type object and run it through MetaDisplayValueProcessor() if configured. PR#600

0.8.3

3 years ago
  1. Fix error while creating a refund. #476
  2. Allow authenticate Woocommerce API with JWT (set WCAuthWithJWT to true). #478
  3. Fix error on retrieving refund. #484
  4. Fix error on deserialize BatchObject. #523
  5. Fix error on date format. #524
  6. Add user-friendly attribute names and values to Metadata. #558
  7. Change all id field to unsigned 32bit integer to prevent overflow. #560
  8. Change functions in BaseObject to virtual to support Unit Test. #568
  9. Add function to delete tax class by slug. #576
  10. Allow WC Plugins to use WCObject.
  11. Add UpdateRangeRaw to ignore deserialize return json. #523

0.7.8

4 years ago
  • v0.7.8 update
    1. Supporting Wordpress REST API with OAuth 1.0a.
    2. Supporting Wordpress REST API with JWT Authentication.
    3. Fix few minor issues.

0.7.7

5 years ago
  • v0.7.7 update
  1. Supporting Wordpress REST API with OAuth 1.0a.
  2. Supporting WISDM Customer Specific Pricing REST API.
  3. Add ProductCategory Batch object.
  4. Allow to cancel a request before timeout.
  5. Fix setting all values to Null issue in UpdateWithNull.
  6. Fix decimal serialization issue in WooCommerce REST API V3.
  7. Return corresponding object in Delete function.

0.7.5

5 years ago
  • v0.7.5 update
    1. Avoid passing consumer secret when using http.
    2. Fixing errors when getting APIEndpoint under some cases.
    3. Allow updating with Null values in V2.

0.7.2

6 years ago

Version 0.7.2

0.7.0

7 years ago

Version 0.7.0

0.5.3

7 years ago

Version 0.5.3