Hi everyone,
Are the REST APIs for Magento v2 compatible with Magento 1? If not, any best practice advise? Thanks
Solved! Go to Solution.
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
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,
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:
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.