| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1539 |
| Technical Name |
mp_daraz_bd |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
| Versions | 18.0 19.0 |
Daraz Bangladesh Connector for Odoo
Sync Daraz orders, stock, price and Cash-on-Delivery into Odoo — driven by your own Daraz Open Platform app
Connect Odoo straight to your Daraz Bangladesh seller account. Pull marketplace orders into Odoo sales, keep stock and prices in sync by SellerSku, move items through the Daraz fulfilment flow (ready-to-ship, tracking, shipping labels) and reconcile Cash-on-Delivery payouts — the dominant payment method in Bangladesh — all from a single Odoo app.
Key Features
Order Sync (pull)
A scheduled job and an on-demand button pull recent Daraz orders from /orders/get, page by page, filtered by status and creation window (Bangladesh UTC+06:00). Each order becomes an Odoo sale order with customer, shipping address and lines.
Order Items
Line items are read from /order/items/get and resolved to your products by Daraz SellerSku, Odoo internal reference or barcode. Paid price (after voucher) is preferred over list price.
Stock & Price Sync (push)
Push available quantity and sales price to Daraz by SellerSku via /product/price_quantity/update — per product, in bulk from the product list, or via an hourly cron, batched at 50 SKUs per call.
Fulfilment Flow
Mark order items ready-to-ship (/order/rts), push or update the courier tracking number (/order/sku/update), and cancel items with a Daraz reason code — per order or in bulk across many orders at once.
Cash on Delivery (COD)
COD orders are flagged automatically on import and filterable in the Daraz orders view. Refresh the payout / payment status for an order from /order/status/getpaymentstatus to know when cash has been collected.
Shipping Documents
Retrieve the Daraz-issued shipping label, invoice or carrier manifest for selected order items through /order/document/get for printing and dispatch.
OAuth & HMAC Signing
Exchange your one-time authorization code for access and refresh tokens, and refresh them in one click. Every request is signed locally with the published Daraz / LOP HMAC-SHA256 algorithm using your App Secret.
BYOK & Editable Endpoint
You hold your own Daraz developer App Key, App Secret and tokens; they are sent only to the Bangladesh gateway you configure (api.daraz.com.bd), which ships as an editable default for proxy / regional hosts.
Unified API Log & Resilience
Every call is logged with operation, HTTP status, Daraz business code, duration and error excerpt. Idempotent verbs retry on 5xx with backoff and a 30-second timeout.
What gets synced
| Area | Direction | Daraz API used |
|---|---|---|
| Orders & customers | Daraz → Odoo | /orders/get, /order/items/get |
| Stock by SKU | Odoo → Daraz | /product/price_quantity/update |
| Price by SKU | Odoo → Daraz | /product/price_quantity/update |
| Ready-to-ship | Odoo → Daraz | /order/rts |
| Tracking number | Odoo → Daraz | /order/sku/update |
| Shipping label / invoice | Daraz → Odoo | /order/document/get |
| COD payout status | Daraz → Odoo | /order/status/getpaymentstatus |
How it works (BYOK)
Create a developer application in the Daraz Open Platform, authorize your seller account and paste the App Key, App Secret and one-time authorization code into Odoo. The connector exchanges the code for tokens and signs every request locally with your own App Secret. This module generates and transmits the Daraz API calls on your behalf using your credentials; it is not affiliated with, or an accredited integrator of, Daraz or Alibaba. The base and auth URLs are editable so you can target a proxy or a future regional host without code changes.
Requirements
Odoo 18.0 or 19.0 (Community or Enterprise) · a Daraz Bangladesh seller account with an Open Platform developer app · the Python requests library.
Support: support@pokutsoft.com
Screenshots
Api Log
Daraz 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 | 1539 |
| Technical Name |
mp_daraz_bd |
| 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