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
Update date: 2026-07-02