Jumia Morocco Connector for Odoo
Import Jumia Morocco orders, sync stock & prices and push shipment status — all from Odoo, using your own SellerCenter API key (BYOK).
One app to run your Jumia Morocco store from Odoo
This connector integrates Odoo directly with the Jumia SellerCenter Seller API used by Jumia Morocco (jumia.ma). It pulls your marketplace orders into Odoo as native sale orders, keeps your stock and prices aligned with your Odoo catalog, and lets you advance Jumia order items through their fulfilment lifecycle — without leaving Odoo.
It is a BYOK (bring-your-own-key) connector: you paste the seller email (UserID) and the API key from your own Jumia SellerCenter account. Every request is signed locally with the official HMAC-SHA256 signature algorithm and sent only to the Jumia endpoint you configure. No data is routed through any third party.
Order import (pull)
A scheduled job and an on-demand button pull recent Jumia orders by status and date window.
Each order becomes an Odoo sale.order with the customer, Casablanca/Rabat shipping
address, payment method (including Cash on Delivery) and order lines resolved by SellerSku,
Internal Reference or barcode. Identical-SKU units are collapsed into a single line carrying
the correct quantity.
Stock & price sync (push)
Per-product buttons and hourly scheduled jobs push your Odoo on-hand quantity and sales price
to Jumia by SellerSku through the SellerCenter ProductUpdate feed, batched in
chunks of up to 50 rows. Flag the products you want kept in sync; the rest are left untouched.
Fulfilment status (push)
Move order items to Ready to Ship and Shipped, or Cancel them, straight from the sale order - attaching your shipping provider and tracking number, or a cancellation reason. The connector resolves the underlying Jumia OrderItemIds for you and reports the result back onto the order.
Reliability & audit
Built-in retry on transient 5xx responses, 30-second timeouts and a unified API log that records every call — operation, SellerCenter action, HTTP status, Jumia error code, measured duration and (on failure) the error message — for fast troubleshooting and rate-limit visibility.
Feature summary
| Capability | Detail |
|---|---|
| Order import | GetOrders + GetOrderItems, paged, status & date filtered, into native sale orders |
| Customer matching | Reuses existing partners by email then by Jumia shipping phone |
| Product resolution | SellerSku → Internal Reference → barcode lookup |
| Stock sync | ProductUpdate feed by SellerSku, manual & hourly cron, batched (50/req) |
| Price sync | ProductUpdate feed by SellerSku, manual & hourly cron |
| Fulfilment | Ready to Ship, Mark Shipped and Cancel buttons (SetStatusToReadyToShip / SetStatusToShipped / SetStatusToCanceled) |
| Authentication | HMAC-SHA256 signed requests with your own UserID + API key (BYOK) |
| Currency | Imported orders are stored in Moroccan Dirham (MAD) via a MAD pricelist |
| Audit | Unified API log recording every call - action, HTTP status, Jumia error code & measured duration |
How it works
- Open Settings → Jumia Morocco and paste your seller email (UserID) and API key from Jumia SellerCenter.
- Click Test Jumia to verify the credentials with a real signed API call.
- Set the SellerSku on your products and flag them Synced to Jumia.
- Use Fetch Orders Now (or enable the scheduled job) to import orders.
- Advance items to Ready to Ship / Shipped from the sale order.
Requirements
- Odoo 18.0 or 19.0, Community or Enterprise.
- An active Jumia Morocco seller account with SellerCenter API access (UserID + API key).
- The Python
requestslibrary (bundled with standard Odoo deployments).
This connector generates and signs the SellerCenter payloads and transmits them using your own credentials. It is not affiliated with, or an official product of, Jumia.
Screenshots
Api Log
Settings
Update date: 2026-07-02