Hedwig Envíos connects your WooCommerce store to the Hedwig service so you can
quote shipping rates and create shipping labels for Mexico without leaving the
WordPress dashboard.
The plugin is free and does not limit any of its features. Creating labels draws
from your Hedwig account wallet, because the carrier charges for each label.
Unverified accounts have a trial limit imposed by the service — not by the
plugin — until identity verification is completed.
This plugin relies on one external service: Hedwig Envíos. Without it the
plugin cannot quote or create labels, because that service is what talks to the
carriers.
When quoting at checkout, each rate calculation sends only:
No personal data about your customer is sent at this step.
When creating a label, and only then, it sends the data needed to print it:
When using the panel it reads your account’s balance, labels, addresses and
notifications.
The service also sends automatic notifications to your store when a shipment
changes status, to keep the order up to date.
By connecting your store you accept the Hedwig Envíos terms. If you do not want
your customers’ data processed by that service, do not install the plugin.
The plugin code is GPLv2 or later. The full text is in LICENSE.
The typefaces in assets/fonts/ are third-party work and are not covered by
that GPL. Karla and Prata are both distributed under the SIL Open Font License
1.1, which is GPL-compatible. Copyright notices and the licence text are in
OFL.txt.
No other third-party code is redistributed: React and the @wordpress/*
libraries are taken from WordPress at runtime, not bundled.
The panel interface is written in TypeScript and ships compiled in
build/index.js. The uncompiled source travels inside this same package, in
src/, together with its full build configuration: package.json,
tsconfig.json, webpack.config.js, tailwind.config.js and
postcss.config.js.
To rebuild build/ from source, inside the plugin folder:
pnpm install && pnpm build
The build tools are @wordpress/scripts and Tailwind CSS, both free software.
Nothing is downloaded or executed during plugin installation: build/ ships
ready.