- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
Are the REST APIs for Magento v2 compatible with Magento 1? If not, any best practice advise? Thanks
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rest api compatibility
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rest api compatibility
Use magento APIs to develop my app. I will need to support both magento 1.x and 2.x and I was wondering if I have to use different endpoints depending on the version
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rest api compatibility
Hello,
@Damian Culotta Can you please suggest me that, can I use the Magento 1.x rest API in one of my Magento extension? I mean what is the scope of Magento 1 API how long it will be available? Is it good to use Magento 1 Rest API nowadays? Please suggest to me so I can move further with my work.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Rest api compatibility
Hi @rahul_yadav8 ,
I'm not sure if I understand correctly the scope of your question.
Here you'll find the documentation for the API:
- SOAP: https://devdocs.magento.com/guides/m1x/api/soap/introduction.html
- REST: https://devdocs.magento.com/guides/m1x/api/rest/introduction.html
As you can see, the REST API hasn't the same number of endpoints and possibilties than SOAP.
You should extended (is not complicated) the REST API with custom modules if you want to add new endpoints and new features.