Skip to content

Commit 4f70fd7

Browse files
Merge pull request #26 from mindsize/master
Update Version section of Introduction for readability and utility
2 parents e36a40c + 1776c99 commit 4f70fd7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

source/includes/v3/_introduction.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ The current API version is `v3` which takes a first-order position in endpoints.
2222

2323
The `v1` and `v2` APIs will be removed in future versions.
2424

25+
### What's changed in v3? ###
26+
27+
* v3 implements full basic authentication ([conforms to the Basic auth spec)](http://tools.ietf.org/html/rfc2617)).
28+
* v3 fixes the OAuth implementation to be compliant with the [Oauth 1.0a specs](http://tools.ietf.org/html/rfc5849).
29+
* v3 includes a new endpoint to [get all product orders](#view-list-of-product-orders).
30+
* v3 has new endpoints for bulk creation and updating of [products](#create-update-multiple-products), [orders](#create-update-multiple-orders), [customers](#create-update-multiple-customers) and [coupons](#create-update-multiple-coupons).
31+
* v3 introduces new [product attribute endpoints](#product-attributes) (`GET`, `POST`, `PUT` and `DELETE`).
32+
* v3 deprecated the product/sku/<id> endpoint (because a SKU can be generated with any character and there is a filter, `filter[sku]`, that covers this use case).
33+
* v3 includes category thumbnails with requests for `product/categories`.
34+
* v3 can auto generate passwords for new customers if the "automatically generate customer password" option is enabled.
35+
36+
2537
### Differences between v1 and v2 ###
2638

2739
* v1 supports XML response format, v2 only supports JSON.
@@ -33,17 +45,6 @@ The `v1` and `v2` APIs will be removed in future versions.
3345
* v1 does not include any endpoints for getting valid order statuses, v2 includes an endpoint for listing valid order statuses (`GET /orders/statuses`).
3446
* v2 supports the core features added in WooCommerce 2.2, primarily order refunds (via the `/orders/refunds` endpoint) and Webhooks (via the `/webhooks`).
3547

36-
### Differences between v3 and older versions ###
37-
38-
* v3 implements full basic authentication ([conforms to the Basic auth spec)](http://tools.ietf.org/html/rfc2617)).
39-
* v3 fixes the OAuth implementation to be compliant with the [Oauth 1.0a specs](http://tools.ietf.org/html/rfc5849).
40-
* v3 includes a new endpoint to get all product orders.
41-
* v3 has new endpoints to allow bulk actions as edition and creation of products, orders, customers and coupons.
42-
* v3 introduces new product attribute endpoints (`GET`, `POST`, `PUT` and `DELETE`).
43-
* v3 deprecated the product/sku/<id> endpoint (because a SKU can be generated with any character, besides that there is a filter callend `filter[sku]`).
44-
* v3 includes category thumbnails on the requests for `product/categories`.
45-
* v3 uses our option to auto generate passwords for new customers.
46-
4748
### API Docs for past versions ###
4849

4950
* [WooCommerce REST API v1 docs](v1.html)

0 commit comments

Comments
 (0)