@@ -27,63 +27,89 @@ This API client provides a type-safe Java interface for WooCommerce REST API v3,
2727 - Get a specific customer
2828 - Update a customer
2929 - Delete a customer
30+ - Batch create, update and delete multiple customers
31+
3032- ✅ Products API
3133 - List all products
3234 - Create a new product
3335 - Get a specific product
3436 - Update a product
3537 - Delete a product
38+ - Batch create, update and delete multiple products
39+
3640- ✅ Product Variations API
3741 - List all variations of a product
3842 - Create a new product variation
3943 - Get a specific product variation
4044 - Update a product variation
4145 - Delete a product variation
46+ - Batch create, update and delete multiple product variations
47+
4248- ✅ Product Categories API
4349 - List all product categories
4450 - Create a new product category
4551 - Get a specific product category
4652 - Update a product category
4753 - Delete a product category
54+ - Batch create, update and delete multiple product categories
55+
4856- ✅ Orders API
4957 - List all orders
5058 - Create a new order
5159 - Get a specific order
5260 - Update an order
5361 - Delete an order
54- - ✅ Reports
55- - Retrieve and view orders totals report
56- - Retrieve and view sales report
62+ - Batch create, update and delete multiple orders
63+
5764- ✅ Product Attributes API
5865 - List all product attributes
5966 - Create a new product attribute
6067 - Get a specific product attribute
6168 - Update a product attribute
6269 - Delete a product attribute
70+ - Batch create, update and delete multiple product attributes
71+
6372- ✅ Product Attribute Terms API
6473 - List all terms of a product attribute
6574 - Create a new product attribute term
6675 - Get a specific product attribute term
6776 - Update a product attribute term
6877 - Delete a product attribute term
78+ - Batch create, update and delete attribute terms
79+
6980- ✅ Product Shipping Classes API
7081 - List all product shipping classes
7182 - Create a new product shipping class
7283 - Get a specific product shipping class
7384 - Update a product shipping class
7485 - Delete a product shipping class
86+ - Batch create, update and delete multiple shipping classes
87+
7588- ✅ Product Tags API
7689 - List all product tags
7790 - Create a new product tag
7891 - Get a specific product tag
7992 - Update a product tag
8093 - Delete a product tag
94+ - Batch create, update and delete multiple product tags
95+
8196- ✅ Product Reviews API
8297 - List all product reviews
8398 - Create a new product review
8499 - Get a specific product review
85100 - Update a product review
86101 - Delete a product review
102+ - Batch create, update and delete multiple product reviews
103+
104+ - ✅ Reports
105+ - List all reports
106+ - Retrieve and view sales report
107+ - Retrieve and view top sellers report
108+ - Retrieve and view coupons totals report
109+ - Retrieve and view customers totals report
110+ - Retrieve and view orders totals report
111+ - Retrieve and view products totals report
112+ - Retrieve and view reviews totals report
87113
88114## 🚨 Project status
89115
0 commit comments