@@ -27,63 +27,89 @@ This API client provides a type-safe Java interface for WooCommerce REST API v3,
27
27
- Get a specific customer
28
28
- Update a customer
29
29
- Delete a customer
30
+ - Batch create, update and delete multiple customers
31
+
30
32
- ✅ Products API
31
33
- List all products
32
34
- Create a new product
33
35
- Get a specific product
34
36
- Update a product
35
37
- Delete a product
38
+ - Batch create, update and delete multiple products
39
+
36
40
- ✅ Product Variations API
37
41
- List all variations of a product
38
42
- Create a new product variation
39
43
- Get a specific product variation
40
44
- Update a product variation
41
45
- Delete a product variation
46
+ - Batch create, update and delete multiple product variations
47
+
42
48
- ✅ Product Categories API
43
49
- List all product categories
44
50
- Create a new product category
45
51
- Get a specific product category
46
52
- Update a product category
47
53
- Delete a product category
54
+ - Batch create, update and delete multiple product categories
55
+
48
56
- ✅ Orders API
49
57
- List all orders
50
58
- Create a new order
51
59
- Get a specific order
52
60
- Update an order
53
61
- 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
+
57
64
- ✅ Product Attributes API
58
65
- List all product attributes
59
66
- Create a new product attribute
60
67
- Get a specific product attribute
61
68
- Update a product attribute
62
69
- Delete a product attribute
70
+ - Batch create, update and delete multiple product attributes
71
+
63
72
- ✅ Product Attribute Terms API
64
73
- List all terms of a product attribute
65
74
- Create a new product attribute term
66
75
- Get a specific product attribute term
67
76
- Update a product attribute term
68
77
- Delete a product attribute term
78
+ - Batch create, update and delete attribute terms
79
+
69
80
- ✅ Product Shipping Classes API
70
81
- List all product shipping classes
71
82
- Create a new product shipping class
72
83
- Get a specific product shipping class
73
84
- Update a product shipping class
74
85
- Delete a product shipping class
86
+ - Batch create, update and delete multiple shipping classes
87
+
75
88
- ✅ Product Tags API
76
89
- List all product tags
77
90
- Create a new product tag
78
91
- Get a specific product tag
79
92
- Update a product tag
80
93
- Delete a product tag
94
+ - Batch create, update and delete multiple product tags
95
+
81
96
- ✅ Product Reviews API
82
97
- List all product reviews
83
98
- Create a new product review
84
99
- Get a specific product review
85
100
- Update a product review
86
101
- 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
87
113
88
114
## 🚨 Project status
89
115
0 commit comments