Installing the eWarehousing Module
This guide describes how to install the eWarehousing module for Magento 2. This module is designed to automate the order, inventory, and shipment/tracking process of your shop to eWarehousing WMS.
Prerequisites
A Magento 2 installation
Access to the FTP and SSH of your Magento server
The .zip file of the eWarehousing module
eWarehousing account credentials (Customer ID, Username, Password)
Installation Steps
Download the Module: Obtain the eWarehousing module .zip file from eWa
Download the Module: Obtain the eWarehousing module .zip file from eWarehousing.
Upload the Module:
Extract the contents of the .zip file.
Upload the extracted files to the
app/codedirectory of your Magento installation.The directory structure should look like this:
app/code/Notive/Ewarehousing/
Enable the Module:
Open your terminal and navigate to the root directory of your Magento installation.
Run the following commands:
php bin/magento module:enable Notive_Ewarehousing php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
Configure the Module:
Log in to your Magento admin panel.
Navigate to
Stores > Configuration > Ewarehousing > eWarehousing configuration.Authentication:
Customer ID: Your unique customer identifier for eWarehousing.
WMS Code: This has to be
EWH.Username and Password: Your eWarehousing API username and password.
Order Prefix: Set a prefix for orders sent to eWarehousing (optional).
Send Orders: Enable this option to automatically send orders to eWarehousing.
You can also choose the order status that triggers the sending of orders to eWarehousing.
Update Order Statuses: Enable this option to automatically update order statuses.
Update Stock Levels: Enable this option to automatically update stock levels in eWarehousing.
You can also set the stock type.
Save the configuration.
After completing these steps, the eWarehousing module should be successfully installed and configured in your Magento 2 store. You can now start using the module to automate your order, inventory, and shipment processes with eWarehousing WMS.