omniful / magento2-plugin
Grow your retail business and go Quick-Commerce. Easy-to-start plug-and-play SaaS platform for hyperlocal retail
Installs: 3 020
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 3
Type:magento2-module
- dev-main
- v2.2.0
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-staging
- dev-adobe-commerce-main
- dev-adobe-commerce-staging
- dev-dev
- dev-him3010-patch-1
- dev-test
- dev-development
This package is auto-updated.
Last update: 2025-04-12 12:07:54 UTC
README
The Omniful Magento 2 Plugin enables integration between Magento 2 and Omniful Core which is an Order Management System (OMS) and Warehouse Management System (WMS). The integration ensures a smooth order fulfillment process, inventory management, and shipment tracking.
Requirements
- Magento 2.x
- Omniful Core Account (API credentials)
Installation
-
Navigate to the Magento 2 root directory and run the following to install the module with Composer:
composer require omniful/magento2-plugin:*
-
Enable the module by running the following commands:
php bin/magento module:enable Omniful_Core Omniful_Integration php bin/magento setup:upgrade php bin/magento cache:clean Configure the Omniful settings in the Magento 2 admin panel: Go to Stores > Configuration > Sales > Omniful. Enter the Omniful API credentials in the respective fields. Adjust other configuration settings as necessary. Click Save Config. Usage Once the module is installed and configured, the following features will be available through the Omniful Magento 2 Plugin: Order Sync The module automatically synchronizes orders between Magento 2 and Omniful Core. Any new order placed in Magento 2 will be pushed to Omniful Core for fulfillment. Order updates, such as shipping information and status updates, are also synchronized. Inventory Sync Inventory levels are automatically synchronized between Magento 2 and Omniful Core. Stock updates, such as product quantities and availability, are reflected in both systems. Shipment Tracking Omniful Core provides real-time shipment tracking information which is then displayed within Magento 2. This feature makes it easier for you to track the status of shipments and provide accurate tracking information to customers.