How does Mondial Relay pickup-point integration work in Magento?
Categories:
Magento Developer France
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:
- Install a Mondial Relay Magento 2 module (community modules from Wyomind, Mageplaza, or direct from Mondial Relay’s SDK).
- Configure your Mondial Relay merchant code + private key in admin.
- Add the pickup-point selector widget to checkout — renders a map + list of nearest points based on the customer’s postcode.
- Save the chosen point-relais ID against the
sales_order_addressas a custom shipping address. - 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?