@@ -15,7 +15,7 @@ In your flutter project add the dependency:
1515``` dart
1616dependencies:
1717 ...
18- woosignal: ^1.4 .0
18+ woosignal: ^1.5 .0
1919```
2020
2121### Usage example #
@@ -55,7 +55,7 @@ _getProducts() async {
5555
5656#### WooCommerce - Products
5757- Get Products
58- - Retrive a Product by id
58+ - Retrieve a Product by id
5959- Update a Product by id
6060- Delete a Product by id
6161- Create a Product
@@ -67,7 +67,7 @@ _getProducts() async {
6767
6868#### WooCommerce - Product Variations
6969- Get Product Variations
70- - Retrive a Product Variation by id
70+ - Retrieve a Product Variation by id
7171
7272[ See Product Variations API] ( https://woosignal.com/docs/api/1.0/products-variations )
7373
@@ -115,14 +115,14 @@ _getProducts() async {
115115
116116#### WooCommerce - Shipping Zones
117117- Get Shipping Zones
118- - Retrive a Shipping Zone by id
118+ - Retrieve a Shipping Zone by id
119119
120120[ See Tax Classes API] ( https://woosignal.com/docs/api/1.0/tax-classes )
121121
122122
123123#### WooCommerce - Shipping Zone Locations
124124- Get Shipping Zone Locations
125- - Retrive a Shipping Zone Location by id
125+ - Retrieve a Shipping Zone Location by id
126126
127127[ See Shipping Zone Locations API] ( https://woosignal.com/docs/api/1.0/shipping-zone-locations )
128128
@@ -135,7 +135,7 @@ _getProducts() async {
135135
136136#### WooCommerce - Orders
137137- Get Orders
138- - Retrive a Order by id
138+ - Retrieve a Order by id
139139- Create an Order
140140- Update an Order
141141- Create, Delete and Update Order Multiple Time.
@@ -154,7 +154,7 @@ _getProducts() async {
154154
155155#### WooCommerce - API Orders Notes
156156- List all Orders Notes
157- - Retrive a Orders Notes by id
157+ - Retrieve a Orders Notes by id
158158- Delete a Orders Notes by id
159159- Create a Orders Notes
160160
@@ -163,7 +163,7 @@ _getProducts() async {
163163#### WooCommerce - Refunds
164164<!-- The refunds API allows you to create, view, and delete individual refunds. -->
165165- List all all the refunds from an order.
166- - Retrive a retrieve and view a specific refund from an order
166+ - Retrieve a retrieve and view a specific refund from an order
167167- Delete a delete an order refund.
168168- Create a new refund for an order.
169169
@@ -172,7 +172,7 @@ _getProducts() async {
172172#### WooCommerce - Coupons
173173<!-- The coupons API allows you to create, view, update, and delete individual, or a batch, of coupon codes. -->
174174- List all the coupons that have been created.
175- - Retrive and view a specific coupon by ID
175+ - Retrieve and view a specific coupon by ID
176176- This API lets you make changes or update to a coupon.
177177- Delete a delete a coupon.
178178- Create, Delete and Update Coupons Multiple Time.
0 commit comments