Magento 2
The Magento 2 Webhook Extension for parcelLab enables fast and simple integration.
This extension is a fork of the Magento 2 Webhook by Mageplaza published under MIT license on Github (see fork source). This fork simplifies your setup for integration with parcelLab by providing appropriate defaults.
For Magento 2.4.6+
, please use version 2.4.23
of the plugin or later.
For previous versions of Magento, please use version 2.4.21
of the plugin.
Installation and Setup Guide
If you have Mageplaza Webhook already installed, DO NOT INSTALL this extension and follow our setup guide instead: Setup Guide with Mageplaza Webhook
To install the Magento 2 Webhook extension:
Run the following command in Magento 2 root folder:
composer require parcellab/magento-2-webhook
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
After successful installation and deploy log in to your Admin Backend of Magento, navigate to
System > parcelLab Webhook > Configuration
.In this screen, you will have to enter your parcelLab API credentials.
Generate a new parcelLab API Token with
write
access in the parcelLab Portal.Enter the newly generated parcelLab API Token together with your parcelLab User ID.
Navigate to
System > parcelLab Webhook > Manage Events
.You will find the two required events already pre-configured.
If you have entered your parcelLab credentials earlier, activate the events.
🎉 Your integration is complete! 🎉

FAQs
Credit
This extension is a fork of the excellent Magento 2 Webhook by Mageplaza published under MIT license on Github (see fork source).
It also uses the following packages:
Last updated
Was this helpful?