bdn / magento-2-meestexpress-api
Module for API communication with MeestExpress API v3.0
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 4
Type:magento2-module
Requires
- php: ~7.0|~7.1|~7.2
This package is auto-updated.
Last update: 2023-11-28 19:09:44 UTC
README
It's extension to communicate with MeestExpress API v3.0
Functionality
- Authenticate in MeestExpress system
- Save token for future request
- Use all endpoints of MeestExpress API
Compatibility
- Magento 2.1, 2.2, 2.3
1. How to install MeestExpress API
✓ Install MeestExpress API via composer (recommend)
Run the following command in Magento 2 root folder:
composer require bdn/magento-2-meestexpress-api
php bin/magento setup:upgrade
✓ Install ready-to-paste package
- Download the latest version from Github
- Unzip it to your project. Folder: app/code/Bdn/MeestExpress
- Run the following command in Magento 2 root folder:
php bin/magento setup:upgrade
2. User guide
Login into Magento Admin Panel
General Configuration
Insert your MeestExpress credentials
Go to Admin Panel > Stores > Configuration > Services > MeestExpress
3. How to uninstall MeestExpress API
✓ Installed MeestExpress API via composer
Run the following command in Magento 2 root folder:
php bin/magento module:disable Bdn_MeestExpress
php bin/magento cache:flush
composer remove bdn/magento-2-meestexpress-api
✓ Installed ready-to-paste package approach
- Delete folder: app/code/Bdn/MeestExpress
- Run the following command in Magento 2 root folder:
php bin/magento module:disable Bdn_MeestExpress
php bin/magento cache:flush