| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Sales (sale_management) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1700 |
| Technical Name |
mp_allegro_connector |
| 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 | 1700 |
| Technical Name |
mp_allegro_connector |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Poland Allegro Connector
Sync Allegro orders, stock and offers into Odoo through the official Allegro REST API — with your own seller token (BYOK).
One app for your whole Allegro back office
This connector links your Odoo instance directly to the Allegro REST API (api.allegro.pl). It pulls your marketplace orders into Odoo as sale orders, matches buyers and products, keeps your offer stock and prices in sync, and pushes shipment tracking and fulfillment status back to Allegro — all without leaving Odoo. A sandbox host is configurable for safe testing.
Order import
Cron and on-demand pull of Allegro checkout forms, paged through
the /order/checkout-forms endpoint with status and
update-window filtering. Each order maps to an Odoo sale order
with buyer, delivery address and order lines resolved by external
SKU, internal reference, barcode or Allegro offer id.
Stock & price sync
Push available quantity and sales price to Allegro per offer using
the command-pattern endpoints
(offer-quantity-change-commands and
offer-price-change-commands). Manual buttons, bulk
list actions, a bulk-sync wizard and hourly crons are included.
Fulfillment & shipments
Mark orders PROCESSING, register a shipment with a carrier name and
waybill (/shipments), and flip the order to SENT —
the Allegro fulfillment status flow, driven from the Odoo order
header.
Polish tax ID validation
Validate the buyer / invoice NIP, REGON and PESEL carried on Allegro orders with the official Polish control-digit algorithms before they are written to Odoo, and reuse repeat buyers.
Feature overview
| Capability | Allegro REST resource |
|---|---|
| List & import orders | GET /order/checkout-forms |
| Order detail with line items | GET /order/checkout-forms/{id} |
| Set fulfillment status | PUT /order/checkout-forms/{id}/fulfillment |
| Register shipment / waybill | POST /order/checkout-forms/{id}/shipments |
| List seller offers | GET /sale/offers |
| Read one offer | GET /sale/product-offers/{offerId} |
| Push price | PUT /sale/offer-price-change-commands/{commandId} |
| Push stock | PUT /sale/offer-quantity-change-commands/{commandId} |
| Refresh access token (manual & automatic on 401) | OAuth2 refresh_token grant |
Bring your own key (BYOK)
You authenticate with the OAuth2 access token issued to your own Allegro application. The connector stores your client id, client secret and refresh token so it can mint a fresh access token on demand — and, because Allegro access tokens expire every 12 hours, it also refreshes the token automatically: whenever the API answers a scheduled sync with HTTP 401 the connector exchanges your refresh token for a new access token, stores the rotated pair and replays the call, so the background crons keep running without manual re-authentication. Nothing is routed through a third party — every call goes straight from your Odoo server to the Allegro endpoint you configure. This module is not an Allegro-accredited integrator; it transmits using your own seller credentials only.
Resilience & auditing
- Automatic retry with exponential backoff on 5xx for idempotent verbs.
- 30-second request timeouts and structured logging.
- Unified API call log: operation, HTTP method, status, duration and error excerpt.
- Vendor media type
application/vnd.allegro.public.v1+jsonpinned to the public v1 surface. - Duplicate-order protection via a unique Allegro Checkout ID constraint.
Requirements
- Odoo 18.0 or 19.0 (Community or Enterprise).
- An active Allegro seller account and your own Allegro application (OAuth2 token).
- The Python
requestslibrary (bundled with Odoo).
Screenshots
Api Log
Bulk Offer Sync
Settings
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