There are some get request APIs are there in documentation but after installation get APIs are giving an error when after reading in doc i found that there is API key feature have to enable but i did not find that option inside front-end settings. and i tied to make custom post requests also but it shows 404 route not found. How can i enable the post request APIs.
- EGAnswered
Hello,
You will need to first enable API feature via the
System settings
page, after which theAPI key
link will appear underFrond End
menu link.See screenshots below.
Attachments - MSAnswered
Enyinnaya Gift Thank you for helping me 😃
@sikarwar software The APIs at the moment only have few endpoints as mentioned the documentation.pdf and those all are
GET
methods. There is noPOST
method to request.Thank you
- EGAnswered
Just in case you need modifications for API on
POST
method request.Example.
Login
,Register User
,Add product to Cart
,View Cart
,Remove Cart Item
,Empty Cart
,Checkout/Place Order
,Get Order Details
etc.Please contact me via
[email protected]
or[email protected]
.I have done similar modifications for a happy client and can provide a test/demo link you.
I am an independent developer that knows the system well.
@ Mian Saleem is aware of my presence here.
Thanks.
- NAnswered
Are there no POST calls in the API?
- MSAnswered
NishirJi No. Only get at the moment. Thanks
- Login to Reply