The ApiCheck Magento 2 module provides address validation functionality for Magento 2 stores. This module leverages ApiCheck's services to ensure accurate address information, improving the reliability and efficiency of your store's order processing.
- Magento 2.3 or later
- Composer
To install the ApiCheck module via Composer, follow these steps:
-
Add the ApiCheck repository to your
composer.json
:composer require api-check/magento2-module
-
Update Magento 2 to load the new module:
bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:flush bin/magento setup:static-content:deploy -f
After installation, you need to configure the ApiCheck module in your Magento 2 admin panel.
-
Navigate to the ApiCheck configuration settings:
- Go to
Stores
>Configuration
>ApiCheck
>Address Validation
.
- Go to
-
Enter your ApiCheck API key:
- If you do not have an API key, you can obtain one by signing up on the ApiCheck website.
-
Configure additional settings:
- Adjust other settings as needed to suit your store's requirements.
Once configured, the ApiCheck module will automatically validate addresses entered by your customers during checkout. Invalid addresses will prompt the user to correct them, ensuring accurate shipping information.
For any issues or questions regarding the ApiCheck module, please refer to the ApiCheck support page.
This module is licensed under the MIT License. See the LICENSE file for more information.
Thank you for using the ApiCheck Magento 2 module. We hope it enhances the accuracy and efficiency of your store's operations!