Magento 1.x official support has been expired.I am working on magento 1.9 rest api. How do I get Magento 1.9 rest api documentation in any formate as previous rest api links have been redirected magento 2.x api documentation ?
Solved! Go to Solution.
Thanks, Mukesh this will be helpful for me
Kindly refer below link :
https://magento.stackexchange.com/questions/229110/how-to-write-rest-api-for-magento-1-9
It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Hi @tanveerasle53c,
Magento has removed completely from official website. If you still need documents and data you can find out other blogs like:
https://www.algolia.com/doc/integration/magento-1/getting-started/quick-start/?language=php
But Magento official devdocs dont have any document related to Magento 1 now.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
I have also checked it. I have already done an authentication.
All Links related to rest API is given below that rout on Magento 2
https://devdocs.magento.com/guides/m1x/api/rest-api-index.html
And for module wise
2) Magento official guide for REST API.
Yes, You are saying the right official document has removed. I have visited this link but I did not found any data related to Rest API that help me.
Magento has deprecated all Magento 1 stuff or document materials you cant get it on official website but you have to look old magento blogs or tutorials there only you can find
sharing few of them to help you here:
https://inchoo.net/magento/configure-magento-rest-and-oauth-settings/
https://pragmaapps.com/magento-rest-api-two-hours-part-one/
https://www.simicart.com/blog/magento-soap-api/
The official documentation has been archived at https://github.com/magento/devdocs-m1
And you can access the Rest API information on the following page https://github.com/magento/devdocs-m1/tree/master/api/rest
The Github repositories are now unavailable also.