{"id":48061268,"url":"https://github.com/front-commerce/magento1-module-mondialrelay-front-commerce","last_synced_at":"2026-04-04T14:32:58.812Z","repository":{"id":41826791,"uuid":"339079361","full_name":"front-commerce/magento1-module-mondialrelay-front-commerce","owner":"front-commerce","description":"Integration between Front-Commerce and Man4x_MondialRelay for Magento 1","archived":false,"fork":false,"pushed_at":"2023-12-15T11:39:30.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-15T19:41:47.152Z","etag":null,"topics":["front-commerce","magento1","magento1-module","mondial-relay"],"latest_commit_sha":null,"homepage":"https://www.front-commerce.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/front-commerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-15T13:01:27.000Z","updated_at":"2021-04-23T10:16:12.000Z","dependencies_parsed_at":"2022-08-11T18:40:34.724Z","dependency_job_id":null,"html_url":"https://github.com/front-commerce/magento1-module-mondialrelay-front-commerce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/front-commerce/magento1-module-mondialrelay-front-commerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/front-commerce%2Fmagento1-module-mondialrelay-front-commerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/front-commerce%2Fmagento1-module-mondialrelay-front-commerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/front-commerce%2Fmagento1-module-mondialrelay-front-commerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/front-commerce%2Fmagento1-module-mondialrelay-front-commerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/front-commerce","download_url":"https://codeload.github.com/front-commerce/magento1-module-mondialrelay-front-commerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/front-commerce%2Fmagento1-module-mondialrelay-front-commerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402767,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["front-commerce","magento1","magento1-module","mondial-relay"],"created_at":"2026-04-04T14:32:58.187Z","updated_at":"2026-04-04T14:32:58.797Z","avatar_url":"https://github.com/front-commerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mondial Relay Magento 1 Front Commerce package\n\nProvides an integration between Man4x_MondialRelay and Front Commerce Magento1\nmodules.\n\n## Install\n\n```sh\ncomposer require front-commerce/mondialrelay-magento1-module\n```\n\nNote: This packages includes a modman file to make easy to install the module in\nMagento with [modman](https://github.com/colinmollenhour/modman).\n\nAs this packages uses the configuration defined by Man4x_MondialRelay, this\nmodules needs to be installed somehow. A copy of it can be found [in the\nOpenMageModuleFostering organization](https://github.com/OpenMageModuleFostering/man4x_mondialrelay)\n\n## API\n\n### Get a list of Mondial Relay pickup points for a zipcode (and a country code)\n\nURL: `/api/rest/frontcommerce/mondialrelay/:countryCode/:zipcode/pickups`\n\n\u003cdetails\u003e\n\u003csummary\u003eExample getting a list of pickup near the zipcode 01240 in France:\u003c/summary\u003e\n  \n```\ncurl -s http://magento1.test/api/rest/frontcommerce/mondialrelay/fr/01240/pickups\n[\n  {\n    \"id\": \"005317\",\n    \"name\": \"INTERMARCHE SERVAS\",\n    \"street\": [\n      \"50 RUE DES ACACIAS\"\n    ],\n    \"zipcode\": \"01960\",\n    \"city\": \"SERVAS\",\n    \"latitude\": 46.1498497,\n    \"longitude\": 5.1502203,\n    \"countryCode\": \"FR\",\n    \"distance\": 10736,\n    \"schedule\": {\n      \"monday\": \"08h30 - 19h30\",\n      \"tuesday\": \"08h30 - 19h30\",\n      \"wednesday\": \"08h30 - 19h30\",\n      \"thursday\": \"08h30 - 19h30\",\n      \"friday\": \"08h30 - 19h30\",\n      \"saturday\": \"08h30 - 19h30\"\n    }\n  },\n  {\n    \"id\": \"066605\",\n    \"name\": \"ELEVAGE LA PASSE DE L EIDER\",\n    \"street\": [\n      \"LA GRANGE DU BOIS\"\n    ],\n    \"zipcode\": \"01320\",\n    \"city\": \"CHATILLON LA PALUD\",\n    \"latitude\": 45.980114,\n    \"longitude\": 5.2171326,\n    \"countryCode\": \"FR\",\n    \"distance\": 11926,\n    \"schedule\": {\n      \"monday\": \"08h30 - 12h00 / 14h00 - 18h00\",\n      \"tuesday\": \"08h30 - 12h00 / 14h00 - 18h00\",\n      \"wednesday\": \"08h30 - 12h00 / 14h00 - 18h00\",\n      \"thursday\": \"08h30 - 12h00 / 14h00 - 18h00\",\n      \"friday\": \"08h30 - 12h00 / 14h00 - 18h00\",\n      \"saturday\": \"08h30 - 12h00 / 14h00 - 18h00\",\n      \"sunday\": \"08h30 - 12h00 / 14h00 - 18h00\"\n    }\n  },\n  {\n    \"id\": \"010865\",\n    \"name\": \"TLG\",\n    \"street\": [\n      \"209 PLACE DU MARCHE\"\n    ],\n    \"zipcode\": \"01330\",\n    \"city\": \"VILLARS LES DOMBES\",\n    \"latitude\": 46.002133,\n    \"longitude\": 5.0293353,\n    \"countryCode\": \"FR\",\n    \"distance\": 13375,\n    \"schedule\": {\n      \"monday\": \"09h00 - 12h00 / 13h00 - 17h00\",\n      \"tuesday\": \"09h00 - 12h00 / 13h00 - 17h00\",\n      \"wednesday\": \"09h00 - 12h00 / 13h00 - 17h00\",\n      \"thursday\": \"09h00 - 12h00 / 13h00 - 17h00\",\n      \"friday\": \"09h00 - 12h00 / 13h00 - 17h00\",\n      \"saturday\": \"09h00 - 13h00\"\n    }\n  },\n  {\n    \"id\": \"011752\",\n    \"name\": \"LA MAISON CONNECTEE\",\n    \"street\": [\n      \"725 AVENUE CHARLES DE GAULLE\"\n    ],\n    \"zipcode\": \"01330\",\n    \"city\": \"VILLARS-LES-DOMBES\",\n    \"latitude\": 46.000204,\n    \"longitude\": 5.0300625,\n    \"countryCode\": \"FR\",\n    \"distance\": 13375,\n    \"schedule\": {\n      \"monday\": \"09h00 - 12h00 / 15h00 - 19h00\",\n      \"tuesday\": \"09h00 - 12h00 / 15h00 - 19h00\",\n      \"wednesday\": \"09h00 - 12h00\",\n      \"thursday\": \"09h00 - 12h00 / 15h00 - 19h00\",\n      \"friday\": \"09h00 - 12h00 / 15h00 - 19h00\",\n      \"saturday\": \"09h00 - 12h00 / 15h00 - 18h00\"\n    }\n  },\n  {\n    \"id\": \"009632\",\n    \"name\": \"CELLIER DOMBES BRESSE\",\n    \"street\": [\n      \"PLACE DU CHAMP DE FOIRE\"\n    ],\n    \"zipcode\": \"01400\",\n    \"city\": \"CH TILLON-SUR-CHALARONNE\",\n    \"latitude\": 46.1211907,\n    \"longitude\": 4.9583214,\n    \"countryCode\": \"FR\",\n    \"distance\": 13558,\n    \"schedule\": {\n      \"tuesday\": \"09h00 - 12h00 / 15h00 - 18h30\",\n      \"wednesday\": \"09h00 - 12h00 / 15h00 - 18h30\",\n      \"thursday\": \"09h00 - 12h00 / 15h00 - 18h30\",\n      \"friday\": \"09h00 - 12h00 / 15h00 - 18h30\",\n      \"saturday\": \"09h00 - 12h45 / 14h30 - 18h30\"\n    }\n  },\n  {\n    \"id\": \"009187\",\n    \"name\": \"TORREFACTION DES DOMBES\",\n    \"street\": [\n      \"60 RUE ALPHONSE BAUDIN\"\n    ],\n    \"zipcode\": \"01400\",\n    \"city\": \"CH TILLON-SUR-CHALARONNE\",\n    \"latitude\": 46.1196932,\n    \"longitude\": 4.9568176,\n    \"countryCode\": \"FR\",\n    \"distance\": 13562,\n    \"schedule\": {\n      \"tuesday\": \"09h30 - 13h00 / 14h30 - 18h30\",\n      \"wednesday\": \"08h30 - 13h00 / 14h00 - 17h45\",\n      \"thursday\": \"08h30 - 13h00 / 14h00 - 17h45\",\n      \"friday\": \"08h30 - 13h00 / 14h00 - 17h45\",\n      \"saturday\": \"08h30 - 13h00 / 14h00 - 17h45\"\n    }\n  },\n  {\n    \"id\": \"011867\",\n    \"name\": \"MEDIA SERVICES 2.0\",\n    \"street\": [\n      \"14 PLACE JOUBERT\"\n    ],\n    \"zipcode\": \"01000\",\n    \"city\": \"BOURG-EN-BRESSE\",\n    \"latitude\": 46.2032339,\n    \"longitude\": 5.2218186,\n    \"countryCode\": \"FR\",\n    \"distance\": 14016,\n    \"schedule\": {\n      \"monday\": \"08h30 - 18h00\",\n      \"tuesday\": \"08h30 - 18h00\",\n      \"wednesday\": \"08h30 - 18h00\",\n      \"thursday\": \"08h30 - 18h00\",\n      \"friday\": \"08h30 - 18h00\",\n      \"saturday\": \"09h00 - 14h30\"\n    }\n  },\n  {\n    \"id\": \"012245\",\n    \"name\": \"CA CREE CA CAUSE\",\n    \"street\": [\n      \"13 A AVENUE ALPHONSE BAUDIN\"\n    ],\n    \"zipcode\": \"01000\",\n    \"city\": \"BOURG-EN-BRESSE\",\n    \"latitude\": 46.2003157,\n    \"longitude\": 5.2172587,\n    \"countryCode\": \"FR\",\n    \"distance\": 14016,\n    \"schedule\": {\n      \"tuesday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n      \"wednesday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n      \"thursday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n      \"friday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n      \"saturday\": \"10h00 - 12h00 / 14h00 - 19h00\"\n    }\n  },\n  {\n    \"id\": \"048496\",\n    \"name\": \"PRESSING DE BROU\",\n    \"street\": [\n      \"102 BOULEVARD DE BROU\"\n    ],\n    \"zipcode\": \"01000\",\n    \"city\": \"BOURG EN BRESSE\",\n    \"latitude\": 46.201057,\n    \"longitude\": 5.232539,\n    \"countryCode\": \"FR\",\n    \"distance\": 14016,\n    \"schedule\": {\n      \"tuesday\": \"08h30 - 18h30\",\n      \"wednesday\": \"08h30 - 18h30\",\n      \"thursday\": \"08h30 - 18h30\",\n      \"friday\": \"08h30 - 18h30\",\n      \"saturday\": \"08h30 - 13h30\"\n    }\n  },\n  {\n    \"id\": \"000244\",\n    \"name\": \"WELDOM\",\n    \"street\": [\n      \"16 RUE DES PRES DE BROU\",\n      \"ZAC DE LA CROIX BLANCHE\"\n    ],\n    \"zipcode\": \"01000\",\n    \"city\": \"BOURG EN BRESSE\",\n    \"latitude\": 46.199891,\n    \"longitude\": 5.244803,\n    \"countryCode\": \"FR\",\n    \"distance\": 14017,\n    \"schedule\": {\n      \"monday\": \"09h00 - 18h00\",\n      \"tuesday\": \"09h00 - 18h00\",\n      \"wednesday\": \"09h00 - 18h00\",\n      \"thursday\": \"09h00 - 18h00\",\n      \"friday\": \"09h00 - 18h00\",\n      \"saturday\": \"09h00 - 18h00\"\n    }\n  }\n]\n```\n\u003c/details\u003e\n\n### Get the details about a pickup point\n\nURL: `/api/rest/frontcommerce/mondialrelay/:countryCode/pickup/:pickupId`\n\n\u003cdetails\u003e\n\u003csummary\u003eExample getting the details about the pickup with the id `009187` in France:\u003c/summary\u003e\n\n```\ncurl -s http://magento1.test/api/rest/frontcommerce/mondialrelay/fr/pickups/012245\n{\n  \"id\": \"012245\",\n  \"name\": \"CA CREE CA CAUSE\",\n  \"street\": [\n    \"13 A AVENUE ALPHONSE BAUDIN\"\n  ],\n  \"zipcode\": \"01000\",\n  \"city\": \"BOURG-EN-BRESSE\",\n  \"latitude\": 46.2003157,\n  \"longitude\": 5.2172587,\n  \"countryCode\": \"FR\",\n  \"distance\": 0,\n  \"schedule\": {\n    \"tuesday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n    \"wednesday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n    \"thursday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n    \"friday\": \"10h00 - 12h00 / 14h00 - 19h00\",\n    \"saturday\": \"10h00 - 12h00 / 14h00 - 19h00\"\n  }\n}\n```\n\u003c/details\u003e\n\n## Choosing a pickup point\n\nWith this module, a Mondial Relay pickup point can be chosen. For this to work,\nwhen Mondial Relay pickups shipping method has been choosen, the API expects\n`additional_data` array to contain an object with the following structure:\n\n```json\n{\n  \"key\": \"pickup\",\n  \"value\": {\n    \"id\": \"012245\",\n    \"name\": \"CA CREE CA CAUSE\",\n    \"street\": \"13 AVENUE ALPHONSE BAUDIN\",\n    \"zipcode\": \"01000\",\n    \"city\": \"BOURG-EN-BRESSE\",\n    \"countryCode\": \"FR\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffront-commerce%2Fmagento1-module-mondialrelay-front-commerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffront-commerce%2Fmagento1-module-mondialrelay-front-commerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffront-commerce%2Fmagento1-module-mondialrelay-front-commerce/lists"}