1

Are there Magento API to import massive external data (products) from a third-party application into Magento database programmatically? If they exist, what are they and how can I find them? Since I am a beginner to Magento, would you please be so Kind to give me detailed information? Thanks in advance

1 Answer 1

2

Magento comes with a SOAP and REST API out of the box.

Magento SOAP API: https://www.magentocommerce.com/api/soap/introduction.html

Magento REST API: http://devdocs.magento.com/guides/m1x/api/rest/introduction.html

The REST API does not offer as much functions as the SOAP API so you need to have a look what functions you need.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.