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
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1312 |
| Technical Name |
mp_ma_jumia |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module