| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1317 |
| Technical Name |
mp_ke_jumia |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1317 |
| Technical Name |
mp_ke_jumia |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Jumia Kenya Seller Center Connector for Odoo
Import Jumia orders, sync stock & prices and push shipment status â straight from Odoo, using your own Seller Center API key (BYOK).
What this connector does
This app links your Jumia Kenya Seller Center account to Odoo Sales and Inventory. Marketplace orders flow into Odoo as native sale orders, your Odoo stock and sales prices are pushed to Jumia by SellerSku, and you accept, pack and ship orders without ever leaving Odoo. Every call to Jumia is HMAC-SHA256 signed with your own API key â nothing is routed through a third party.
Order import (pull)
A scheduled job and an on-demand wizard pull recent Seller Center orders by date window and
status. Each order maps to an Odoo sale.order with the customer, the Kenyan
shipping address and order lines resolved by SellerSku, internal reference or barcode.
Duplicate orders are blocked by a unique Jumia Order ID constraint.
Order item grouping
Seller Center returns one order-item per unit. The connector groups identical SellerSku items into a single Odoo order line with the correct quantity, while keeping every order-item id so the pack / ship status transitions address the right items.
Stock sync (push)
Per-product buttons and an hourly cron push available quantity to Jumia by SellerSku using
the ProductUpdate action, batched for safety.
Price sync (push)
Push your Odoo sales price to Jumia by SellerSku, on demand or hourly, alongside or independently of the stock update.
Pack & ship transitions
Accept orders with SetStatusToPackedByMarketplace and hand them to delivery with
SetStatusToReadyToShip, attaching the courier tracking number and shipping
provider â directly from the sale order form.
BYOK security & API log
You paste the Seller Center UserID and API key from your own account. Requests are signed with HMAC-SHA256 and an ISO 8601 timestamp. A unified API log records operation, action, status, duration and error excerpt for troubleshooting.
Feature summary
| Capability | Seller Center Action | Trigger |
|---|---|---|
| Import orders | GetOrders / GetOrder / GetOrderItems | Cron + wizard |
| Accept / pack order | SetStatusToPackedByMarketplace | Button + auto |
| Ready to ship + tracking | SetStatusToReadyToShip | Button |
| Update stock by SellerSku | ProductUpdate | Button + cron |
| Update price by SellerSku | ProductUpdate | Button + cron |
| List catalogue | GetProducts | Service |
| Test credentials | GetOrders (probe) | Settings button |
How authentication works (BYOK)
The Jumia Seller Center API authenticates every request with a Signature parameter
that is the HMAC-SHA256 of the canonical, RFC 3986-encoded, alphabetically sorted request
parameters keyed with your API key. The connector builds the common parameters
(UserID, Version, Action, Format,
Timestamp), signs them and sends them â your API key never leaves your Odoo
deployment except inside the signature value. The endpoint host is editable so you can point
at the exact host issued with your account or a reverse proxy.
Requirements
- Odoo 18.0 or 19.0 (Community or Enterprise).
- An active Jumia Kenya Seller Center account with API access (UserID + API key).
- The
requestsPython library (ships with Odoo).
Support: gencbaris@outlook.com.tr
Screenshots
Api Log
Fetch Orders
Settings
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