odoo-shopify-integration
Connect Odoo with Shopify: sync products, inventory, orders, and customers using the Shopify API and Odoo's external API or connector modules.
npx skills add sickn33/agentic-awesome-skills --skill odoo-shopify-integration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Odoo ↔ Shopify Integration ## Overview This skill guides you through integrating Odoo with Shopify — syncing your product catalog, real-time inventory levels, incoming orders, and customer data. It covers both using the official Odoo Shopify connector (Enterprise) and building a custom integration via Shopify REST + Odoo XMLRPC APIs. ## When to Use This Skill - Selling on Shopify while managing inventory in Odoo. - Automatically creating Odoo sales orders from Shopify purchases. - Keeping Odoo stock levels in sync with Shopify product availability. - Mapping Shopify product variants to Odoo product templates. ## How It Works 1. **Activate**: Mention `@odoo-shopify-integration` and describe your sync scenario. 2. **Design**: Receive the data flow architecture and field mapping. 3. **Build**: Get code snippets for the Shopify webhook receiver and Odoo API caller. ## Data Flow Architecture ``` SHOPIFY ODOO -------- ---- Product Catalog <──────sync────── Product Templates + Variants Inventory Level <──────sync────── Stock Quants (real-time) New Order ───────push──────> Sale Order (auto-confirmed) Customer ───────push──────> res.partner (created if new) Fulfillment <──────push────── D
- Overview
- When to Use This Skill
- How It Works
- Data Flow Architecture
- Examples
- Example 1: Push an Odoo Sale Order for a Shopify Order (Python)
- Example 2: Shopify Webhook for Real-Time Orders
- Best Practices
- Limitations
What does the odoo-shopify-integration skill do?
Connect Odoo with Shopify: sync products, inventory, orders, and customers using the Shopify API and Odoo's external API or connector modules.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill odoo-shopify-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.