-
Notifications
You must be signed in to change notification settings - Fork 0
Open Cart
Mohamed Labib edited this page Mar 9, 2016
·
3 revisions
Basic Documentation for main features used in open cart 2.1.0.1
Api Login :
-
url : http://local-certigate.com/estore/index.php?route=api/login
-
method : POST
-
data : key -> api key saved in table 'oc_api' under column 'key' inside DB 'certigate_estore'
-
return : token -> SESSION_TOKEN 'expected to expire after x time'
Api Edges :
-
url : http://local-certigate.com/estore/index.php?route=api/...&token=TOKEN_FROM_LOGIN_EDGE
-
method : GET|POST