Chat on WhatsApp

How does Mondial Relay pickup-point integration work in Magento?

Mondial Relay is the dominant pickup-point carrier in France — ~13,000 points-relais across FR + BE + LU + ES, often preferred over home delivery by French shoppers (cheaper for them, safer than leaving parcels at the door). Standard French e-commerce expectation: Mondial Relay must be in the carrier list.

Magento integration steps:

  1. Install a Mondial Relay Magento 2 module (community modules from Wyomind, Mageplaza, or direct from Mondial Relay’s SDK).
  2. Configure your Mondial Relay merchant code + private key in admin.
  3. Add the pickup-point selector widget to checkout — renders a map + list of nearest points based on the customer’s postcode.
  4. Save the chosen point-relais ID against the sales_order_address as a custom shipping address.
  5. Generate Mondial Relay labels from the Magento order grid; tracking webhooks update sales_shipment.

For Hyvä we ship a custom Alpine.js / Tailwind selector since the legacy modules are jQuery / RequireJS-only.

Was this helpful?