Download the PHP package parcellab/magento-2-webhook without Composer
On this page you can find all versions of the php package parcellab/magento-2-webhook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parcellab/magento-2-webhook
More information about parcellab/magento-2-webhook
Files in parcellab/magento-2-webhook
Package magento-2-webhook
Short Description Magento 2 Webhook Extension for parcelLab
License MIT
Informations about the package magento-2-webhook
parcelLab Magento 2 Webhook Extension
Please note: This extension is a fork of the excellent Magento 2 Webhook by Mageplaza published under MIT license on Github (see fork source). This fork simply eases to simplify setup for integration with parcelLab by providing appropriate defaults.
🚨 Compatibility notice:
For Magento <
2.6
use plugin version2.4.21
For Magento >=
2.6
use plugin version2.4.23
or later
Install & Setup Guide
Important: If you have Mageplaza Webhook already installed, DO NOT INSTALL this extension and follow our setup guide instead: Setup Guide with Mageplaza Webhook
Run the following command in Magento 2 root folder:
After successful installation and deploy log in to your Admin Backend of Magento.
Navigate to System > parcelLab Webhook > Configuration
:
Open the section General
:
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 and enter this token together with your parcelLab User ID:
The extension might be disabled by default system setting. Make sure, setting Enable
is set to Yes
. You might have to remove the flag to use the system setting 1️⃣ and then switch the setting 2️⃣.
This is the correct setting:
Navigate to System > parcelLab Webhook > Manage Events
:
You'll find the 2 required events already preconfigured:
If you have entered your parcelLab credentials earlier, you are okay to activate the events:
🎉 Your integration is done! 🎉
FAQs:
Q: Can I add more events?
A: Due to the tailored use of this extension, the number of events is limited. For more flexible webhooks please use the fork source Magento 2 Webhook by Mageplaza.
Q: Error Mageplaza_Core has been already defined
A: Find the solution here
Q: My site is down, what should I do?
A: Please follow this guide: https://www.mageplaza.com/blog/magento-site-down.html
Q: Where do I find transfer logs?
Navigate to System > parcelLab Webhook > Transfer Logs
:
You'll find a list of recent transfers and can view details like so:
Please share both the Response
as well as the Request Body
when requesting support:
Q: I am unsure whether I have "Magento 2 Webhook" by Mageplaza installed, how can I check?
Run php bin/magento module:status
and check whether Mageplaza_Webhook
is listed. If it is, please don't install this extension but rather follow our Setup Guide with Mageplaza Webhook.
Q: I already have "Magento 2 Webhook" by Mageplaza installed, how can I integrate with parcelLab?
The easiest way is to follow our setup guide for this extension, which will take you less than 15 minutes to complete:
Setup Guide with Mageplaza Webhook
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 mageplaza/module-core and liquid/liquid