Skip to content

Commit 67fed6b

Browse files
agwoosignalagordn52
authored andcommitted
Merged in feature/WFA-18-readme-update-with-new-apis (pull request #3)
Read me updated
2 parents 5271f54 + a8813d6 commit 67fed6b

File tree

1 file changed

+114
-1
lines changed

1 file changed

+114
-1
lines changed

README.md

Lines changed: 114 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ _getProducts() async {
5656
#### WooCommerce - Products
5757
- Get Products
5858
- Retrive a Product by id
59+
- Update a Product by id
60+
- Delete a Product by id
61+
- Create a Product
62+
- Create, Delete and Update Product Multiple Time.
63+
<!-- -->
5964

6065
[See Products API](https://woosignal.com/docs/api/1.0/products#list-all-products)
6166

@@ -132,13 +137,121 @@ _getProducts() async {
132137
- Get Orders
133138
- Retrive a Order by id
134139
- Create an Order
135-
140+
- Update an Order
141+
- - Create, Delete and Update Order Multiple Time.
136142
[See Order API](https://woosignal.com/docs/api/1.0/orders)
137143

138144

139145
#### WooCommerce - Customers
140146
- Get Customers
147+
- Create a Customer
148+
- Delete a Customer
149+
- Update a Customer
150+
- Create, Delete and Update Product Multiple Time.
141151

142152
[See Customers API](https://woosignal.com/docs/api/1.0/customers)
143153

154+
#### WooCommerce - API Orders Notes
155+
- List all Orders Notes
156+
- Retrive a Orders Notes by id
157+
- Delete a Orders Notes by id
158+
- Create a Orders Notes
159+
[See Orders Notes API](https://woosignal.com/docs/api/1.0/order-notes)
160+
161+
#### WooCommerce - Refunds
162+
<!-- The refunds API allows you to create, view, and delete individual refunds. -->
163+
- List all all the refunds from an order.
164+
- Retrive a retrieve and view a specific refund from an order
165+
- Delete a delete an order refund.
166+
- Create a new refund for an order.
167+
[See Refunds API](https://woosignal.com/docs/api/1.0/order-refund)
168+
169+
#### WooCommerce - Coupons
170+
<!-- The coupons API allows you to create, view, update, and delete individual, or a batch, of coupon codes. -->
171+
- List all the coupons that have been created.
172+
- Retrive and view a specific coupon by ID
173+
- This API lets you make changes or update to a coupon.
174+
- Delete a delete a coupon.
175+
- Create, Delete and Update Coupons Multiple Time.
176+
[See Coupons API](https://woosignal.com/docs/api/1.0/coupons)
177+
178+
#### WooCommerce - Reports
179+
<!-- The reports API allows you to view all types of reports available. -->
180+
181+
<!-- Retrieve and view a simple list of available reports. -->
182+
- List all the Reports that have been created.
183+
<!-- Retrieve sales report -->
184+
- API lets you retrieve and view a sales report.
185+
<!-- Retrieve top sellers report -->
186+
- API lets you retrieve and view a list of top sellers report.
187+
<!-- Retrieve coupons totals -->
188+
- API lets you retrieve and view coupons totals report.
189+
<!-- Retrieve customers totals -->
190+
- API lets you retrieve and view customers totals report.
191+
<!-- Retrieve orders totals -->
192+
- API lets you retrieve and view orders totals report.
193+
<!-- Retrieve products totals -->
194+
- API lets you retrieve and view products totals report
195+
<!-- Retrieve reviews totals -->
196+
- API lets you retrieve and view reviews totals report.
197+
198+
[See Reports API](https://woosignal.com/docs/api/1.0/reports)
199+
200+
#### WooCommerce - Data
201+
<!-- The data API allows you to view all types of data available. -->
202+
<!-- List all data -->
203+
- Retrieve and view a simple list of available data endpoints.
204+
<!-- List all continents -->
205+
- API helps you to view all the continents..
206+
<!-- Retrieve continent data -->
207+
- API lets you retrieve and view a continent data.
208+
<!-- List all countries -->
209+
- API helps you to view all the countries..
210+
<!-- Retrieve country data -->
211+
- API lets you retrieve and view a country data.
212+
<!-- List all currencies -->
213+
- API helps you to view all the currencies.
214+
<!-- Retrieve currency data -->
215+
- API lets you retrieve and view a currency data.
216+
<!-- Retrieve current currency -->
217+
- API lets you retrieve and view store's current currency data.
218+
219+
[See Data API](https://woosignal.com/docs/api/1.0/data)
220+
221+
#### WooCommerce - System Status
222+
<!-- The system status API allows you to view all system status items. -->
223+
<!-- List all system status items -->
224+
- API helps you to view all the system status items.
225+
226+
[See System Status API](https://woosignal.com/docs/api/1.0/system-status)
227+
228+
#### WooCommerce - Payment gateways
229+
<!--The payment gateways API allows you to view, and update individual payment gateways.
230+
Results are not paginated - all gateways will be returned -->
231+
<!-- Retrieve an payment gateway -->
232+
- API lets you retrieve and view a specific payment gateway.
233+
<!-- List all payment gateways -->
234+
- API helps you to view all the payment gateways.
235+
<!-- Update a payment gateway -->
236+
- API lets you make changes to a payment gateway.
237+
238+
[See Payment gateways API](https://woosignal.com/docs/api/1.0/payment-gateways)
239+
240+
#### WooCommerce - Setting options
241+
<!--The payment gateways API allows you to view, and update individual payment gateways.
242+
Results are not paginated - all gateways will be returned -->
243+
<!-- Retrieve a setting option -->
244+
- API lets you retrieve and view a specific setting option.
245+
<!-- List all setting options -->
246+
- API helps you to view all the setting options.
247+
<!-- Update a setting option -->
248+
- API lets you make changes to a setting option.
249+
<!-- Batch update setting options -->
250+
- Create, Delete and Update Setting options Multiple Time.
251+
252+
[See Setting options API](https://woosignal.com/docs/api/1.0/setting-options)
253+
254+
144255
Disclaimer: This plugin is not affiliated with or supported by Automattic, Inc. All logos and trademarks are the property of their respective owners.
256+
257+

0 commit comments

Comments
 (0)