This is the official Magento 2 module for Prycing integration. It enables synchronization of data from the Prycing platform to your Magento 2 store, allowing you to leverage Prycing's services and data within your e-commerce environment.
- Magento 2.x
- PHP compatible with your Magento 2 version
- Composer
composer require prycing/magento2-module
bin/magento module:enable Prycing_Prycing
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
- Download the latest release from GitHub
- Extract the files to
app/code/Prycing/Module
- Run the following commands:
bin/magento module:enable Prycing_Prycing
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:clean
- Go to Store > Configuration > Prycing > Settings
- Enter your API credentials
- Configure the module settings according to your needs
- Save the configuration
- Seamless data synchronization between Prycing platform and Magento 2
- Automated import of product data, pricing information, and inventory updates
- Configurable sync intervals and data mapping options
- Real-time or scheduled data transfer options
For support, please contact:
- Create an issue on GitHub
- Contact Prycing support directly
- Added data synchronization features from Prycing platform
- Improved configuration options for API credentials
- Enhanced documentation
- Latest release
- Previous release
This module is licensed under the MIT License - see the LICENSE file for details.