Title: Clevers Shipping for Multicouriers
Author: Clevers Dev
Published: <strong>September 14, 2026</strong>
Last modified: September 14, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/clevers-shipping-for-multicouriers.svg)

# Clevers Shipping for Multicouriers

 By [Clevers Dev](https://profiles.wordpress.org/cleversdev/)

[Download](https://downloads.wordpress.org/plugin/clevers-shipping-for-multicouriers.1.1.0.zip)

 * [Details](https://wordpress.org/plugins/clevers-shipping-for-multicouriers/#description)
 * [Reviews](https://wordpress.org/plugins/clevers-shipping-for-multicouriers/#reviews)
 *  [Installation](https://wordpress.org/plugins/clevers-shipping-for-multicouriers/#installation)
 * [Development](https://wordpress.org/plugins/clevers-shipping-for-multicouriers/#developers)

 [Support](https://wordpress.org/support/plugin/clevers-shipping-for-multicouriers/)

## Description

Clevers Shipping for Multicouriers adds shipping tools focused on Chile:

 * Fixed shipping rates by region or commune (including exclude rules by commune).
 * Dynamic shipping quotes using the Multicouriers API (premium).
 * WooCommerce Cart/Checkout Blocks support.
 * Chile region/commune helpers for checkout and postcode resolution.
 * Diagnostics and operational support tools for troubleshooting.

### External Services

This plugin connects to external services operated by Multicouriers to provide premium
shipping quotes and diagnostics, and may fetch the Chile cities dataset for admin-
side updates.

#### Service provider

Multicouriers (`https://multicouriers.cl/`)

#### What endpoints are used

 * `https://app.multicouriers.cl/api/v1/quotes` (premium shipping quotes)
 * `https://app.multicouriers.cl/api/v1/project/status` (premium diagnostics/status)
 * `https://app.multicouriers.cl/api/v1/token/rotate` (premium token rotation from
   admin)
 * `https://app.multicouriers.cl/api/v1/token/rotations` (premium token rotation
   history from admin)
 * `https://app.multicouriers.cl/api/chile/cities` (Chile cities/postal codes dataset;
   admin/maintenance contexts)

#### When data is sent

 * During shipping quote calculation when the premium dynamic shipping method is
   enabled and configured.
 * When the store administrator runs diagnostics, project status refresh, or token
   actions from `WooCommerce > Multicouriers Premium`.
 * When the plugin refreshes the Chile cities dataset (admin/maintenance contexts).

#### What data is sent

For premium quotes and diagnostics, the plugin may send:

 * Store domain
 * Authentication token (API key) in the Authorization header
 * Origin and destination shipping data (country, region/state, commune/city, postcode)
 * Package information (weight and dimensions)
 * Store currency
 * Selected couriers
 * Correlation and request metadata headers used for diagnostics

For the Chile cities dataset endpoint, the plugin performs a read-only request and
sends no customer personal data.

#### Service terms and privacy

 * Provider website: `https://multicouriers.cl/`
 * Terms and conditions: `https://multicouriers.cl/terminos-y-condiciones`
 * Privacy policy: `https://multicouriers.cl/politica-de-privacidad`

## Installation

 1. Upload the `clevers-shipping-for-multicouriers` folder to `/wp-content/plugins/`.
 2. Activate the plugin from `Plugins` in WordPress admin.
 3. Make sure WooCommerce is active.
 4. Go to `WooCommerce > Settings > Shipping` and add the Multicouriers shipping method(
    s) to the desired zones.
 5. Configure fixed-rate rules in `WooCommerce > Multicouriers Tarifas`.
 6. (Optional) Configure premium API access in `WooCommerce > Multicouriers Premium`.

## FAQ

### Do I need to add a shipping method in WooCommerce zones?

Yes. WooCommerce requires at least one shipping method assigned to the zone. The`
Multicouriers Tarifas` page stores the rules, but the zone still needs the `Multicouriers
Tarifa Fija` method enabled.

### Where do I configure fixed-rate rules?

Use `WooCommerce > Multicouriers Tarifas`. The zone modal for `Multicouriers Tarifa
Fija` is intentionally minimal (enabled/title/default fallback cost).

### Is the plugin compatible with Checkout Blocks?

Yes. The plugin supports WooCommerce Cart/Checkout Blocks and includes commune/region
handling for the blocks checkout.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Clevers Shipping for Multicouriers” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Clevers Dev ](https://profiles.wordpress.org/cleversdev/)

[Translate “Clevers Shipping for Multicouriers” into your language.](https://translate.wordpress.org/projects/wp-plugins/clevers-shipping-for-multicouriers)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/clevers-shipping-for-multicouriers/),
check out the [SVN repository](https://plugins.svn.wordpress.org/clevers-shipping-for-multicouriers/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/clevers-shipping-for-multicouriers/)
by [RSS](https://plugins.trac.wordpress.org/log/clevers-shipping-for-multicouriers/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * i18n: Rewrite all translatable strings in PHP and JS to English so the plugin
   is fully translatable from `translate.wordpress.org`.
 * i18n: Regenerate `languages/clevers-shipping-for-multicouriers.pot` (153 strings).
 * i18n: Add initial Spanish (neutral) translation `languages/clevers-shipping-for-
   multicouriers-es.po` + `.mo` so all Spanish-speaking users see the UI in Spanish
   out of the box. Serves es_CL, es_ES, es_MX, es_AR, and any other Spanish locale
   via WordPress fallback.

#### 1.0.9

 * i18n: Add `languages/clevers-shipping-for-multicouriers.pot` so the plugin is
   translatable via translate.wordpress.org.
 * i18n: Confirm `Text Domain: clevers-shipping-for-multicouriers` and `Domain Path:/
   languages/` headers.
 * Docs: Open translation contributions at translate.wordpress.org/projects/wp-plugins/
   clevers-shipping-for-multicouriers.

#### 1.0.8

 * Fix: Reorder display name and slug per reviewer feedback. Display name no longer
   begins with a third-party trademark; slug is `clevers-shipping-for-multicouriers`.
 * Docs: Update readme description and uninstall header to match the reserved slug.
 * Chore: Sync MCWS_VERSION constant, plugin header and readme stable tag to 1.0.8.

#### 1.0.7

 * Fix: Replace inline copy script on premium page with enqueued `assets/js/admin-
   premium.js`.
 * Docs: Add Terms and Privacy links for the Multicouriers API in the External Services
   section.
 * Docs: Update Contributors to `cleversdev` to match the plugin owner.

#### 1.0.6

 * Maintenance release with stability improvements.

#### 1.0.5

 * Fix: Handle API empty response gracefully
 * Fix: City dropdown format compatibility with local fallback data
 * Refactor: Extract correlation_id logic into shared method
 * Refactor: Create MCWS_Utils helper class
 * Refactor: Create abstract base class for WooCommerce Blocks support
 * Remove: Dead code from unused method

#### 1.0.4

 * Maintenance and stability improvements

#### 1.0.3

 * Version bump
 * Fix: Domain path and improve uninstall cleanup

#### 1.0.2

 * Stability improvements

#### 1.0.1

 * Bug fixes and improvements

#### 1.0.0

 * Initial public release

## Meta

 *  Version **1.1.0**
 *  Last updated **12 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [checkout blocks](https://wordpress.org/plugins/tags/checkout-blocks/)[chile](https://wordpress.org/plugins/tags/chile/)
   [shipping](https://wordpress.org/plugins/tags/shipping/)[woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/clevers-shipping-for-multicouriers/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/clevers-shipping-for-multicouriers/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/clevers-shipping-for-multicouriers/reviews/)

## Contributors

 *   [ Clevers Dev ](https://profiles.wordpress.org/cleversdev/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/clevers-shipping-for-multicouriers/)