| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1805 |
| Technical Name |
mp_gh_jumia |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
| Versions | 18.0 19.0 |
Jumia Ghana Connector
Import Jumia Ghana orders, sync price & stock, push shipment status and split Ghana VAT & levies (GRA) â all with your own Seller Center API key (BYOK).
A focused, single-market integration for sellers trading on Jumia Ghana. The connector talks to the Jumia Ghana Seller Center API using your own credentials â they never leave your Odoo database. Prices and settlements are handled in Ghana Cedi (GHS), and every imported order is broken down into its Ghana Revenue Authority VAT and levy components so your VAT return reconciles automatically.
What it does
Order import
- Pull new Jumia Ghana orders into Odoo sale orders on a schedule or on demand.
- Group Seller Center order items by SKU into clean Odoo lines with the correct quantities.
- Create or match the customer, normalising Ghanaian phone numbers to international +233 format and setting the country to Ghana.
- De-duplicate by Jumia Order ID so a re-fetch never doubles an order.
Catalogue sync
- Push selling price, sale price and available stock per SKU to Jumia Ghana.
- Batched in chunks of up to 50 SKUs per call, exactly as the Seller Center ProductUpdate contract requires.
- Poll the asynchronous feed result to see per-SKU success or rejection reasons.
Fulfilment
- Acknowledge items as packed directly from the sale order.
- Mark items ready to ship with the Ghana courier and tracking number.
- Cancel order items with a Seller Center reason code.
- Map Jumia Ghana shipment providers (Jumia Express, Jumia Logistics and more) to stable internal courier codes.
Ghana VAT & levies
- Every order's tax-inclusive price is decomposed into the taxable base, NHIL (2.5%), GETFund Levy (2.5%) and VAT (15%).
- Supports the current VAT Act 2025 (Act 1151) in force from 1 January 2026 (levies and VAT on the same base, 20% effective).
- A historical pre-2026 regime is included for reconciling older settlements (NHIL + GETFund + COVID levy with cascading VAT, 21.9% effective).
Ghana VAT breakdown â worked example
| Component | Rate | On base GHS 1,000 |
|---|---|---|
| Taxable base | — | 1,000.00 |
| NHIL | 2.5% | 25.00 |
| GETFund Levy | 2.5% | 25.00 |
| VAT | 15% | 150.00 |
| Gross (tax inclusive) | 20% | 1,200.00 |
Figures follow the Ghana Revenue Authority published computation for the VAT Act 2025 (Act 1151).
Bring your own key (BYOK)
You enter your own Jumia Ghana Seller Center User ID and API Key. Each request is signed locally with HMAC-SHA256 over the canonical query string; the key is only ever used inside your Odoo instance to compute the signature and is never transmitted as-is. This connector is an integration tool â it is not affiliated with, or certified by, Jumia.
Feature summary
| Order import (scheduled + manual) | Yes |
| Customer + Ghana phone normalisation (+233) | Yes |
| Price / sale price / stock push | Yes |
| Asynchronous feed status polling | Yes |
| Pack / Ready to ship / Cancel | Yes |
| Ghana GRA VAT, NHIL & GETFund decomposition | Yes |
| API call log with errors | Yes |
| Odoo 18 & 19 | Yes |
Requirements
Community Sales, Inventory and Product apps. A Jumia Ghana Seller
Center account with API access (your own credentials). The Python
requests library (shipped with Odoo).
Screenshots
Account
Api Log
Orders
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 | 1805 |
| Technical Name |
mp_gh_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