Skip to content

Commit 322ab08

Browse files
committed
Read me Update
1 parent a78f177 commit 322ab08

File tree

1 file changed

+103
-1
lines changed

1 file changed

+103
-1
lines changed

README.md

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ _getProducts() async {
136136
- Get Orders
137137
- Retrive a Order by id
138138
- Create an Order
139-
139+
- Update an Order
140+
- - Create, Delete and Update Order Multiple Time.
140141
[See Order API](https://woosignal.com/docs/api/1.0/orders)
141142

142143

@@ -149,6 +150,107 @@ _getProducts() async {
149150

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

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

154256

0 commit comments

Comments
 (0)