This question has been flagged
3 Replies
4769 Views

Hello, I have an Odoo server hosted on Odoo Sh and plan to develop an Ecommerce Platform, that would be hosted somewhere else. Does Odoo have an API that allows me to integrate one with the other? How would I, for example, fetch list the products I have on Odoo to display on the ecommerce?

Avatar
Discard
Best Answer

Yes, Odoo provides API in four different languages. Python, Ruby, PHP and Java.
You can check the API documentation from here

Avatar
Discard
Best Answer

You may want to check the Odoo Connector modules from OCA:

https://github.com/OCA/connector-ecommerce

Avatar
Discard
Best Answer

https://www.odoo.com/documentation/11.0/webservices/odoo.html

Avatar
Discard