omniful / magento2-plugin
发展您的零售业务,迈向快速 commerce。超本地零售的简单启动即用的 SaaS 平台
v2.2.0
2024-04-29 06:58 UTC
- 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: 2024-09-12 10:45:47 UTC
README
奥米富尔 Magento 2 插件实现了 Magento 2 与奥米富尔核心之间的集成,奥米富尔核心是一个订单管理系统(OMS)和仓库管理系统(WMS)。该集成确保了订单履行过程的顺畅、库存管理和运输跟踪。
要求
- Magento 2.x
- 奥米富尔核心账户(API 凭证)
安装
-
导航到 Magento 2 的根目录,并运行以下命令以使用 Composer 安装模块
composer require omniful/magento2-plugin:*
-
通过运行以下命令启用模块
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.