forked from co-cart/cocart-products
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
30 lines (20 loc) · 1005 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# CoCart - Products
This premium add-on provides a public version of accessing products, categories, tags, attributes and even reviews without the need to authenticate.
> Once you have the plugin installed you will see new routes registered under `/cocart/v1/products`.
## Features
* Return all published products.
* Return an individual product.
* Return an individual variable product and all it's variations in one request.
* Return all product categories.
* Return all product tags.
* Return all product attributes.
* Return a product attribute terms.
* Return all product reviews.
* Return an individual product review.
* Create a product review. (Requires authentication as customer)
## Requirement
You will need to be using CoCart **v2.x.x** and up before installing this add-on.
## Installation
Go to your WordPress dashboard via the plugins page, upload the plugin and then activate.
## Bugs
If you find an issue, please report it to me so I can deal with it asap. Thank you.