GiorgioNatili / mysma

0 stars 0 forks source link

MySMA WEB API

This is a small module that adds the ability to remotely work with the OpenCart 1.5.3+ via the REST API.

Features:

Examples

Get categories

Request:

http://example.com/?route=feed/web_api/categories&parent=0&level=2

Params:

Get category

Request:

http://example.com/?route=feed/web_api/category&id=1

Params:

Get products

Request:

http://example.com/?route=feed/web_api/products&category=1

Params:

Get product

Request:

http://example.com/?route=feed/web_api/product&id=1

Params: