| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1532 |
| Technical Name |
mp_falabella_linio_seller |
| 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 | 1532 |
| Technical Name |
mp_falabella_linio_seller |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Falabella & Linio Seller Center for LATAM
Sync products, orders and stock with Falabella and Linio Seller Center across Chile, Colombia and Peru — driven by your own API key
Connect Odoo straight to your Falabella Seller Center and Linio Seller Center accounts. Both venues run on the same Seller Center API platform, so one app covers Falabella and Linio across three countries. Pull marketplace orders into Odoo sales, push price and stock by SKU, and drive the order through pack → ready-to-ship → cancel — all signed locally with your own Seller Center API key.
Key Features
Order Sync (pull)
A scheduled job and an on-demand button pull recent Seller Center orders with the GetOrders action, paged by Offset and filtered by status and a configurable created-after window. Each order becomes an Odoo sale order with customer, shipping address and lines.
Order Items
Line items come from GetOrderItems and are resolved to your products by Seller Center SellerSku, Odoo internal reference or barcode. The Seller Center OrderItemId is stored on each Odoo order line for later status transitions.
Price & Stock Sync (push)
Push sales price and on-hand quantity to Seller Center by SKU through the ProductUpdate feed — per product, in bulk from a wizard, or via hourly crons. Each product chooses whether its price, its stock, or both are included.
Order Fulfilment State Machine
Mark items packed (SetStatusToPackedByMarketplace), hand them to delivery with a tracking number (SetStatusToReadyToShip), or cancel items (SetStatusToCanceled) — straight from the Odoo sale order header.
Falabella & Linio, CL / CO / PE
One connector, two venues, three countries. Pick the venue (Falabella or Linio) and country (Chile, Colombia, Peru); the official API host is selected for you and stays editable for a proxy or future host.
BYOK Signed Requests
Every request is authenticated with your Seller Center UserID and an HMAC-SHA256 signature computed locally from your own API key. The key never leaves your Odoo — it only signs the request sent to the Seller Center host you configure.
Bulk Sync Wizard
A wizard pushes price, stock or both for a selection of products (or every synced product), batched at 50 SKUs per feed, and can pull orders on demand — with a result summary after each run.
Unified API Log
Every failed call is logged with operation, venue, country, HTTP status and an error excerpt, so troubleshooting credentials or feed rejections is a single screen.
Resilient Transport
Automatic retry on transient 5xx responses with exponential backoff, 30-second timeouts and structured logging keep scheduled syncs robust against marketplace hiccups.
What Maps Where
| Seller Center | Odoo | Direction |
|---|---|---|
| GetOrders / GetOrder | sale.order | Pull |
| GetOrderItems | sale.order.line | Pull |
| Customer + shipping address | res.partner | Pull |
| ProductUpdate (Price) | product.template list price | Push |
| ProductUpdate (Quantity) | product.template on-hand | Push |
| SetStatusToPackedByMarketplace | Pack button | Push |
| SetStatusToReadyToShip | Ship button + tracking number | Push |
| SetStatusToCanceled | Cancel button | Push |
How It Works
- In your Falabella or Linio Seller Center account, open Settings → Integration → API and copy your UserID (account e-mail) and API key.
- In Odoo, go to Sales → Falabella/Linio → Settings, choose the venue and country, paste the UserID and API key, and click Test Seller Center.
- Set Seller Center SKUs on your products (or rely on the Internal Reference) and enable price/stock sync.
- Enable the order-fetch and sync crons, or run them on demand from the menu or the bulk-sync wizard.
Requirements
- Odoo 18.0 or 19.0 (Community or Enterprise).
- An active Falabella Seller Center and/or Linio Seller Center account with API access in Chile, Colombia or Peru.
- The
requestsPython library (bundled with standard Odoo deployments).
Screenshots
Api Log
Marketplace Orders
Settings
Bulk Price Stock Sync
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