-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathREADME
35 lines (27 loc) · 991 Bytes
/
README
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
31
32
33
34
35
Opencart API
================
Opencart extension based in opencart-webapi (ethernet1), using functions list from API2CART.
Functions
-------
Product Management Functions
product.get
Return full product information (by ID or SKU).
product.list
Return products list with limited information (ID, Name, Price, Thumbnail). Set optional parameter category_id to get products list into the specified category.
product.count
Return store products count. Set optional parameter category_id to get products count into the specified category.
Category Management Functions
category.get
Return full Category information (by ID).
category.list
Get categories list with limited information (ID, Name, Description, Href, Image).
category.count
Return shopping cart categories count.
Roadmap
-------
Customer Management Functions
Store Management Functions
Order Management Functions
License
-------
This software is distributed under the [GNU GPL V3](http://www.gnu.org/licenses/gpl.html) License.