Shopify Odoo API
Odoo side: standard JSON-RPC with API key authentication
SyncO communicates with Odoo using the standard JSON-RPC API that every Odoo instance exposes. Authentication is via API key, generated in Odoo Settings > Technical > API Keys — the same mechanism Odoo documents for external system access. There is no proprietary endpoint, no custom module, and no ORM extension.
- JSON-RPC calls to standard Odoo models: sale.order, stock.quant, product.template, res.partner.
- API key authentication — no password storage, no session tokens.
- Version-aware field mapping: the connector detects the Odoo version and adjusts field names accordingly.
- No custom Odoo module required — works on Odoo Online, Odoo.sh, and self-hosted.