SmartPack - WMS Data Integration
WordPress SmartPack addon to WooCommerce with full integration to smartpack.dk system.
by SmartPack · github.com/smartpackwms/wms-data-transfer-wordpress-woocommerce-addon
★ 2stars
7composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/smartpackwms/wms-data-transfer-wordpress-woocommerce-addon/archive/refs/heads/main.zipAlso on Packagist as smartpack/wordpress-woocommerce-plugin:
composer require smartpack/wordpress-woocommerce-pluginFrom the readme
wms-data-transfer-wordpress-plugin-woocommerce
Webhook rules
Hooks Smartpack WMS need endpoints to update different data for product, stock and order there will be some REST API endpoints for that. remeber to add a webhook key in the settings area else its have disabled security and all can sending webhook to your store.
Stock changed webhook
{domain-path}/wp-json/smartpack-wms/v1/stock-changed
Order changed webhook
{domain-path}/wp-json/smartpack-wms/v1/order-changed
Crontab
All data between SmartPack WMS and Woocommerce will be synced. We are using WordPress built-in cron-scheduler for processing order and product data, if you disabled the built-in cron-scheduler in WordPress, you need to run add custom-cronjob inside your crontab file and be sure to install the WP CLI on your system.
You can also use WP CLI to trigger cron events manually or delete existing cron events if something goes wrong.
Product hint:
- Simple product use its own SKU
- Product variations need there own SKU else its used parent SKU.
Module Featuers
WMS
- Product
- CLI: Full sync of products from shop to WMS integration
- Order
- CLI: Sync all with shipment status
- Stock
- Hook: update prod
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.