| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1272 |
| Technical Name |
mp_coupang |
| License | OPL-1 |
| Website | https://pokutsoft.com/ |
| Versions | 18.0 19.0 |
Coupang Connector for Korea
Import Coupang order sheets, acknowledge fulfilment and push courier tracking back to Coupang â using your own WING Open API keys (BYOK).
One app to run your Coupang storefront from Odoo
This connector talks directly to the official Coupang Open API (the API behind the Coupang WING seller portal). Every request is signed with Coupang's CEA HMAC-SHA256 scheme using your own Open API access key, secret key and vendor id. Nothing is routed through a third party: it is a pure bring-your-own-key (BYOK) integration, and the gateway URL is editable so you can point at a reverse proxy if your infrastructure requires it.
Pull order sheets
Fetch new Coupang order sheets on demand or on a schedule. Each shipment box becomes an Odoo sale order, with the buyer's masked delivery address, relay phone number, and every order item mapped to the matching Odoo product by seller SKU, vendor item id, internal reference or barcode.
Acknowledge & confirm
Acknowledge new orders (move them from ACCEPT to INSTRUCT / product-in-preparation) with one click or automatically on import. Optionally auto-confirm the Odoo sale order so your warehouse picks immediately.
Push courier tracking
Register the courier and tracking (invoice) number back on Coupang
straight from the order. The courier is chosen from Coupang's
published deliveryCompanyCode list (CJ Logistics,
Hanjin, Lotte, Korea Post and more), so the upload is accepted on
the first try.
Track delivery status
Refresh an order's Coupang status at any time and store it on the sale order, so your team always sees whether a parcel is preparing, departed, delivering or finally delivered.
Features at a glance
| Capability | What it does |
|---|---|
| Order-sheet import | Day-paged pull of Coupang order sheets into Odoo sale orders, deduplicated by shipment box id. |
| Product matching | Resolve each order item by Coupang seller SKU, vendor item id, Odoo internal reference or barcode. |
| Acknowledgement | Batch acknowledge orders (ACCEPT → INSTRUCT), manual or automatic on import. |
| Tracking upload | Upload and correct courier code + tracking number (invoice apply) for a shipment box. |
| Status refresh | Re-read a single order sheet and store its current Coupang status. |
| Courier reference | Built-in list of Coupang delivery company codes with human-readable carrier names. |
| Scheduled fetch | Optional cron that pulls new orders at your chosen interval and status filter. |
| API call log | Every call recorded with operation, status, duration and error excerpt for troubleshooting. |
| Resilient transport | Automatic retry with backoff on 5xx for idempotent verbs, 30s timeouts and structured logging. |
How the BYOK security model works
You generate an Open API key in your own Coupang WING portal and paste the access key, secret key and vendor id into Odoo's settings. The connector signs each request locally with HMAC-SHA256 (Coupang's CEA scheme) and sends it directly to the Coupang gateway. The secret key never leaves your Odoo except as a one-way signature on the request. We are not a Coupang reseller, aggregator or certified integrator â your credentials, your data, your endpoint.
Requirements
- Odoo 18.0 or 19.0 (Community or Enterprise).
- An active Coupang seller account with Open API access enabled in WING.
- The standard Sales and Inventory apps.
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 | 1272 |
| Technical Name |
mp_coupang |
| 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