cancel
Showing results for 
Search instead for 
Did you mean: 

Rest api compatibility

SOLVED

Rest api compatibility

Hi everyone,

Are the REST APIs for Magento v2 compatible with Magento 1? If not, any best practice advise? Thanks

1 ACCEPTED SOLUTION
5 REPLIES 5

Re: Rest api compatibility

Hi @luigi_marano,

 

Can you explain a little bit more about what you're trying to achieve?

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

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,

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:

 

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.