A build-to-order Frappe app that connects ERPNext to the GLS Europe parcel network for live rate quoting, ParcelShop and doorstep label generation, and automated track-and-trace updates. ECOSIRE scopes, builds, installs, and supports it for your v15/v16 bench. Built to order by ECOSIRE for ERPNext v15, v16 — indicative price from $249.00 USD; request a quote for a scoped proposal.

A build-to-order Frappe app that connects ERPNext to the GLS Europe parcel network for live rate quoting, ParcelShop and doorstep label generation, and automated track-and-trace updates. ECOSIRE scopes, builds, installs, and supports it for your v15/v16 bench.
No payment now. This sends a quote request to our team — we'll follow up by email with pricing and next steps.
EU distributors and merchants running ERPNext on GLS hit the same wall: ERPNext core has a Shipment DocType and a delivery workflow, but no native connection to a carrier API. That means warehouse staff re-key every consignment into the GLS web portal, copy tracking numbers back by hand, guess at freight cost on the sales order, and reconcile COD collections in a spreadsheet. There is no live rate at quotation time, no automated label on Delivery Note submit, and no status feedback once a parcel leaves the dock. As order volume grows across multiple GLS country depots, this manual bridge becomes the bottleneck and the error source.
Per-country GLS API credentials, contract IDs, and default service flags stored in a `GLS Settings` single DocType, keeping each depot (DE/FR/NL/etc.) isolated
`GLS Shipment` DocType linked to ERPNext `Delivery Note` and `Shipment`, holding parcel number, tracking URL, chosen service, and the returned label PDF
Live GLS rate and service lookup at quotation/sales-order time via whitelisted server methods, so users select the correct product before confirming
Label generation on `Delivery Note` `on_submit` (or an explicit button) that writes the GLS PDF back as a document attachment
ParcelShop delivery support, including recipient ParcelShop selection and the corresponding GLS product code
Express and standard doorstep services exposed as fields and passed through to the GLS API
ECOSIRE builds a dedicated GLS Shipping Connector as a proper Frappe app installed on your own bench. At its core is a GLS Settings single DocType that stores per-country API credentials, contract IDs, and default service flags — so a group running through GLS Germany, France, and the Netherlands keeps each depot's authentication and product codes isolated. A GLS Shipment DocType links to the ERPNext Delivery Note and Shipment, capturing the parcel number, tracking URL, service used, and returned label. Whitelisted server methods call the GLS REST/SOAP endpoints for rating, label creation (ParcelShop delivery, express, and standard doorstep), and status polling, with all requests logged for auditability.
Technically, the connector wires into ERPNext through hooks.py document events and the Frappe scheduler. A Delivery Note on_submit hook (or an explicit button rendered by a client script) triggers label generation, writes the returned PDF back to the document as an attachment, and stamps the parcel number onto the record. A quotation-time server call returns live GLS rates and available services so sales users pick the right product before the order is confirmed. A scheduled event polls GLS track-and-trace on a configurable interval and updates shipment status, delivery timestamps, and — for COD parcels — collection state, so ERPNext reflects the carrier's truth without anyone opening the GLS portal. COD and express service flags are surfaced as fields on the shipment and passed through to the API. Access is governed by a dedicated role and role profile, so only shipping and warehouse users can generate labels or edit credentials.
Because every GLS contract, product catalogue, and country depot differs, this is a build-to-order engagement, not a one-click marketplace download. We start from a short scoping call to confirm your GLS country accounts, the services you actually ship (standard, express, ParcelShop, COD), your ERPNext version, and any print/label-format requirements. We then build and unit-test against your exact GLS credentials, deliver on a staging bench for UAT, and cut over to production with a rollback plan. Typical delivery is 2-4 weeks from confirmed scope, and you receive the full source in a Git repository you own — no black box, no per-parcel SaaS fee.
Ships high parcel volume across one or more GLS country depots and needs rating, labels, and tracking inside ERPNext instead of the GLS portal, without re-keying every consignment.
Owns dispatch throughput and label accuracy; wants a one-click label on Delivery Note submit, automatic tracking sync, and COD reconciliation so staff stop copy-pasting parcel numbers.
Maintains the bench and cares that the integration is a clean Frappe app using hooks and whitelisted methods — not core patches — with source they own and can extend on v15/v16.
Needs COD collection status and amounts flowing back into ERPNext against the right shipment so cash-on-delivery is reconciled without a side spreadsheet.
Buy the license on ecosire.com and download the GLS Shipping Connector for ERPNext app ZIP from your account dashboard.
Extract the ZIP into your bench's apps folder, or run `bench get-app` with the path to the extracted app.
Run `bench --site SITE_NAME install-app APP_NAME` followed by `bench migrate` to install GLS Shipping Connector for ERPNext and apply its schema.
Open the ECOSIRE License settings on your site and activate your license key. Requires the free ecosire_connect and ecosire_license_client apps.
| Criterion | ECOSIRE | Custom Build | Competitor | Odoo Native |
|---|---|---|---|---|
| GLS API rating & labels | Live rating, label generation, ParcelShop, express, and COD built to your contract | Possible but you specify and build every endpoint yourself | Generic mapping that rarely fits your exact GLS products | |
| ERPNext integration | Clean Frappe app via `hooks.py` events and whitelisted methods, no core patches | Depends entirely on your team's discipline | Varies; some patch core or override DocTypes | |
| Per-country GLS accounts | Isolated credentials and service flags per depot in `GLS Settings` | Build it yourself if you need it | Often single-account only | |
| Track & trace sync | Scheduled polling updates status, timestamps, and COD collection | You design and schedule it | Sometimes; often manual refresh | |
| Version support | Built and tested for v15 and v16, targeted to your bench | Whatever you validate | Depends on maintainer's update cadence | |
| Code ownership | Full Git repository handed over, yours to extend | You own it because you wrote it | Usually closed or license-restricted | |
| Delivery & support | 2-4 weeks build-to-order, UAT + rollback, post-go-live support window | Your internal timeline and backlog | Instant download, self-support or forum | |
| Total cost profile | One-time build, no per-parcel fee | Developer time plus ongoing maintenance you carry | Low upfront, possible per-seat or SaaS fees |
This is a build-to-order engagement. Typical delivery is 2-4 weeks from confirmed scope — that is, after our scoping call fixes your GLS country accounts, services, ERPNext version, and label requirements. Simpler single-country builds land toward the shorter end; multi-depot or COD-heavy setups toward the longer end. You get a firm timeline in the quotation.
No. It is not an existing marketplace app you download and self-install. ECOSIRE builds it against your specific GLS contract and ERPNext bench, tests it on staging with your credentials, installs it on production, and hands over the source. Because every GLS contract and product catalogue differs, a one-size download would not reliably rate or label your parcels.
We build and test for Frappe/ERPNext v15 and v16. Tell us your exact version and bench setup on the scoping call and we target it precisely. The app is a standard Frappe app installed on your bench — no core files are patched, so it survives normal `bench update` cycles.
Every engagement includes a post-go-live support window for bug fixes and adjustments to what we delivered. Because you receive the full Git repository, your own team can also extend it. Beyond the included window we offer optional support/maintenance retainers covering GLS API changes and new ERPNext version compatibility.
Yes. COD is passed to GLS with amount and currency and the collection status is reconciled back onto the shipment record; express and ParcelShop are selectable services on the shipment and passed through to the API with the correct GLS product codes. We confirm exactly which services your contract enables during scoping.
Yes. The `GLS Settings` DocType holds per-country credentials, contract IDs, and default service flags, so a group shipping through GLS Germany, France, the Netherlands, and others keeps each depot's authentication and product codes isolated while sharing one ERPNext install.
You own the complete source in a Git repository handed to you at go-live — no black box and no per-parcel SaaS fee. Rating and label generation are exposed as whitelisted methods reachable through the Frappe REST API, so a WMS, storefront, or portal can trigger them programmatically with the appropriate role permissions.
A build-to-order Frappe app that connects ERPNext to the GLS Europe parcel network for live rate quoting, ParcelShop and doorstep label generation, and automated track-and-trace updates. ECOSIRE scopes, builds, installs, and supports it for your v15/v16 bench.