Correo Argentino for WooCommerce
Correo Argentino for WooCommerce
Description
This plugin integrates Correo Argentino services with WooCommerce. It provides:
* Automatic shipping rates at checkout.
* Home delivery and branch/pickup selection.
* Free–shipping threshold configuration.
* Integration with MiCorreo and Paq.AR.
* Label handling and tracking.
External Services
This plugin connects to Correo Argentino’s logistics APIs to quote rates, create/cancel shipments, generate/print labels, and track parcels.
Services used
– PAQ.AR API (Production): https://api.correoargentino.com.ar/paqar/v1
– MiCorreo API (Production): https://api.correoargentino.com.ar/micorreo/v1
– PAQ.AR Sandbox (Testing): https://apitest.correoargentino.com.ar/paqar/api
What data is sent and when
– Checkout (rate quote): origin/destination postcode and province/state, cart/package weight and dimensions, chosen service.
– Create/submit shipment & label: order ID, recipient full name, phone/email, shipping address, selected branch/pickup (if applicable), package weight/dimensions/declared value, store identifier.
– Cancel shipment: shipment tracking/reference.
– Tracking: shipment tracking/reference.
Why this data is sent
– To obtain rates, generate labels, route parcels, and provide tracking through Correo Argentino.
Authentication & conditions
– Requires API credentials issued by Correo Argentino. A sandbox (testing) environment can be enabled in the plugin settings.
User data & privacy
– Personal data is transmitted to the carrier strictly to provide the shipping service. No payment/card data is sent by this plugin.
– Correo Argentino policies:
– Privacy / Terms (ES): https://www.correoargentino.com.ar/terminos-y-condiciones-generales-de-privacidad
– MiCorreo Terms (ES): https://www.correoargentino.com.ar/MiCorreo/public/terminosycondiciones
Opt-out
– If you remove your API credentials or disable the integration, no requests will be made (shipping features from this plugin will be unavailable).
License
This plugin is free software released under the GPLv2 (or later).
Third-party Assets
This plugin ships minified vendor files together with their human-readable sources:
-
jQuery Validation Plugin 1.21.0 (MIT) — https://github.com/jquery-validation/jquery-validation
Included in this plugin:
assets/js/jquery.validate.min.js andassets/js/jquery.validate.js
assets/js/additional-methods.min.js andassets/js/additional-methods.js -
jQuery Mask Plugin 1.14.16 (MIT) — https://github.com/igorescobar/jQuery-Mask-Plugin
Included in this plugin:
js/jquery.mask.min.js andjs/jquery.mask.js -
Select2 4.0.13 (MIT) — https://github.com/select2/select2
Included in this plugin:
assets/vendor/select2/4.0.13/dist/js/select2.full.min.js andassets/vendor/select2/4.0.13/dist/js/select2.full.js
assets/vendor/select2/4.0.13/dist/css/select2.min.css andassets/vendor/select2/4.0.13/dist/css/select2.css
No CDN files are required at runtime. Minified files are kept for performance; sources are provided for review as required by WP.org guidelines.
Source Code / Build
The plugin does not require a build step to run. If you want to update vendor libraries:
- Download vendor files from their official repositories/releases (see links above) or via npm and place them under
assets/as shown. - Keep both minified and non-minified files in the distributed ZIP.
- Do not include development folders in the ZIP (e.g.,
node_modules/,.vscode/). A.distignorefile is provided to exclude them.
If a public repository is used to host this plugin’s source (recommended), it will be listed here:
https://www.correoargentino.com.ar/MiCorreo/public/mi-correo
Installation
- Upload the plugin to
/wp-content/plugins/. - Activate it through the “Plugins” menu in WordPress.
- Configure your credentials and settings at WooCommerce Settings Shipping Correo Argentino.
Faq
Yes. You need an active contract/account to use the integration API.
Yes. You can set a minimum order amount to enable free shipping automatically.
Reviews
Changelog
3.0.7
- Security and sanitization improvements.
- Postcode validation in Checkout and My Account.
- Replaced remote assets with local files and removed inline scripts/styles (uses wp_enqueue_*).
- Documented external services (endpoints, data flow, policies).

