Back to Integrations
integrationOdoo node
integrationShopify node

Odoo and Shopify integration

Save yourself the work of writing custom integrations for Odoo and Shopify and use n8n instead. Build adaptable and scalable Data & Storage, and Sales workflows that work with your technology stack. All within a building experience you will love.

How to connect Odoo and Shopify

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Odoo and Shopify integration: Create a new workflow and add the first step

Step 2: Add and configure Odoo and Shopify nodes

You can find Odoo and Shopify in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure Odoo and Shopify nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Odoo and Shopify integration: Add and configure Odoo and Shopify nodes

Step 3: Connect Odoo and Shopify

A connection establishes a link between Odoo and Shopify (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

Odoo and Shopify integration: Connect Odoo and Shopify

Step 4: Customize and extend your Odoo and Shopify integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Odoo and Shopify with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Odoo and Shopify integration: Customize and extend your Odoo and Shopify integration

Step 5: Test and activate your Odoo and Shopify workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Odoo to Shopify or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

Odoo and Shopify integration: Test and activate your Odoo and Shopify workflow

Complete Shopify to Odoo integration: Sync orders, products & customers

This workflow functions like the integration of Shopify products with Odoo products, Shopify customers with Odoo customers, and paid Shopify orders with Odoo sales orders containing multiple products.

Trigger (Shopify – Order Created & Paid): The workflow starts when a new order is created in Shopify and its status is marked as paid.

Loop Through Each Line Item in the Order:
For each product in the order:
Check if Product Exists in Odoo (via Internal Reference/Default Code)
If the product exists, proceed.
If the product does not exist, create it in Odoo with the following details:
Product Name
Description
Price
Internal Reference (Default Code)

Check if Customer Contact Exists in Odoo (via Email):
If the contact exists, proceed.
If the contact does not exist, create a new contact in Odoo with:
Full Name
Email Address
Phone Number
Shipping or Billing Address (as available)

Create a Sale Order in Odoo:
Create a new Sale Order in Odoo using:
The matched or newly created Customer Contact
The matched or newly created All the Products in the Shopify order (with correct quantities and pricing)
Each Shopify product in the order is matched to the corresponding Odoo product using the Internal Reference field

Integration Setup References:

Shopify Integration Setup:
https://docs.n8n.io/integrations/builtin/credentials/shopify/

Odoo Integration Setup:
https://docs.n8n.io/integrations/builtin/credentials/odoo/

Nodes used in this workflow

Popular Odoo and Shopify workflows

Sync New Shopify Products to Odoo Products

Seamlessly sync newly created Shopify products into Odoo with this smart, no-code n8n workflow. Automatically checks for duplicates and creates new products only when needed – fully compatible with standard Odoo setup. 🚀 Key Features: Trigger-based Automation: Starts instantly when a new product is created in Shopify Duplicate Check: Searches for an existing product in Odoo using Shopify’s product SKU as the Internal Reference (Default Code) Smart Condition Logic: If a matching product is found, the workflow stops – preventing duplicates If not found, a new product is created in Odoo Auto-Creation of Odoo Product using Shopify data: Product Name Description Price Internal Reference (SKU) Works with both Odoo Community and Enterprise editions Fully customizable and extendable in n8n No coding, no custom modules required 🛠 Requirements: n8n (self-hosted or cloud) Shopify API access Odoo instance with standard API access 💡 A perfect solution for businesses that regularly add new products to Shopify and want them mirrored in Odoo – automatically and without manual effort. +++++++++++++++++++++++++++++++++++++++++ Workflow functions like the integration of a Shopify product with an Odoo product. Trigger: The workflow starts when a new product is created in Shopify. Check Existing Products: It searches in Odoo to check if any product already exists with the same Internal Reference or Default Code (taken from the Shopify product data). Condition: If a matching product is found: The workflow stops (no duplicates are created). If no matching product is found: It proceeds to create a new product in Odoo. Create Product in Odoo: A new product is created in Odoo using the following fields from Shopify: Product Name Description Price Internal Reference (or Default Code)

Sync New Shopify Customers to Odoo Contacts

This workflow functions by integrating Shopify customers into Odoo customers. Trigger: Shopify – New Customer Created The workflow starts when a new customer is added in Shopify. Action: Odoo – Search Contact by Email It checks in Odoo to see if a contact already exists with the same email address as the Shopify customer. Condition: Email Match Check If a contact with the same email is found, the workflow ends (no duplicate contact is created). If no match is found, the workflow proceeds to the next step. Action: Odoo – Create New Contact A new contact is created in Odoo using the customer's: Full name Email address Phone number Full Address (whichever is available)

Sync New Shopify Products to Odoo

Seamlessly sync newly created Shopify products into Odoo with this smart, no-code n8n workflow. It automatically checks for duplicates and creates new products only when needed – fully compatible with a standard Odoo setup. 🚀 Key Features: Trigger-based Automation:** The workflow starts instantly when a new product is created in your Shopify store. Intelligent Duplicate Check:** It searches for an existing product in Odoo using the Shopify product's SKU as the Internal Reference. Smart Conditional Logic:** If a matching product is found, the workflow automatically stops to prevent creating duplicates. If no match is found, it proceeds to create a new product in Odoo. Automatic Product Creation:** Creates a new Odoo product by mapping the following data from Shopify: Product Name Public Price Internal Reference Description Universal Compatibility:** Works with both Odoo Community and Enterprise editions without any custom modules. Fully Customizable:** The workflow is open and can be easily extended in the n8n canvas to add more fields or custom logic. 🛠 Requirements: An n8n instance (self-hosted or cloud). Shopify credentials with API access. Odoo credentials with standard XML-RPC API access. 💡 Use Case: This workflow is the perfect solution for any business that regularly adds new products to Shopify and needs them automatically mirrored in Odoo for inventory, sales, or accounting purposes. Eliminate manual data entry, save time, and ensure your product catalogs are always in sync.

Complete Shopify to Odoo Integration: Sync Orders, Products & Customers

This workflow functions like the integration of Shopify products with Odoo products, Shopify customers with Odoo customers, and paid Shopify orders with Odoo sales orders containing multiple products. Trigger (Shopify – Order Created & Paid): The workflow starts when a new order is created in Shopify and its status is marked as paid. Loop Through Each Line Item in the Order: For each product in the order: Check if Product Exists in Odoo (via Internal Reference/Default Code) If the product exists, proceed. If the product does not exist, create it in Odoo with the following details: Product Name Description Price Internal Reference (Default Code) Check if Customer Contact Exists in Odoo (via Email): If the contact exists, proceed. If the contact does not exist, create a new contact in Odoo with: Full Name Email Address Phone Number Shipping or Billing Address (as available) Create a Sale Order in Odoo: Create a new Sale Order in Odoo using: The matched or newly created Customer Contact The matched or newly created All the Products in the Shopify order (with correct quantities and pricing) Each Shopify product in the order is matched to the corresponding Odoo product using the Internal Reference field Integration Setup References: Shopify Integration Setup: https://docs.n8n.io/integrations/builtin/credentials/shopify/ Odoo Integration Setup: https://docs.n8n.io/integrations/builtin/credentials/odoo/

Build your own Odoo and Shopify integration

Create custom Odoo and Shopify workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Odoo supported actions

Create
Create a new contact
Delete
Delete a contact
Get
Get a contact
Get Many
Get many contacts
Update
Update a contact
Create
Create a new item
Delete
Delete an item
Get
Get an item
Get Many
Get many items
Update
Update an item
Create
Create a new note
Delete
Delete a note
Get
Get a note
Get Many
Get many notes
Update
Update a note
Create
Create a new opportunity
Delete
Delete an opportunity
Get
Get an opportunity
Get Many
Get many opportunities
Update
Update an opportunity

Shopify supported actions

Create
Create an order
Delete
Delete an order
Get
Get an order
Get Many
Get many orders
Update
Update an order
Create
Create a product
Delete
Delete a product
Get
Get a product
Get Many
Get many products
Update
Update a product

FAQs

  • Can Odoo connect with Shopify?

  • Can I use Odoo’s API with n8n?

  • Can I use Shopify’s API with n8n?

  • Is n8n secure for integrating Odoo and Shopify?

  • How to get started with Odoo and Shopify integration in n8n.io?

Need help setting up your Odoo and Shopify integration?

Discover our latest community's recommendations and join the discussions about Odoo and Shopify integration.
Driss Talainte
Adriano Cantele

Looking to integrate Odoo and Shopify in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Odoo with Shopify

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon