Magento 2

The Magento 2 Webhook Extension for parcelLab enables fast and simple integration.

Installation and Setup Guide

To install the Magento 2 Webhook extension:

  1. 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
  1. 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.

  2. Generate a new parcelLab API Token with write access in the parcelLab Portal.

  3. Enter the newly generated parcelLab API Token together with your parcelLab User ID.

  4. Navigate to System > parcelLab Webhook > Manage Events.

    You will find the two required events already pre-configured.

  5. If you have entered your parcelLab credentials earlier, activate the events.

🎉 Your integration is complete! 🎉

FAQs

Can I add more events?

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.

I received the error Mageplaza_Core has been already defined

You can resolve it by following the solution here.

My site is down, what should I do?

You can resolve it by following this guide.

Where do I find transfer logs?

Navigate to System > parcelLab Webhook > Transfer Logs.

image

The transfer logs will display a list of recent transfers and you can view the details for each entry by selecting View in the Action column.

image

When requesting support, please share both the Response as well as the Request Body.

image

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 listed, please do not install this extension and follow our Setup Guide with Mageplaza Webhook instead.

If I already have Magento 2 Webhook by Mageplaza installed, how can I integrate with parcelLab?

The easiest way is to follow our Setup Guide with Mageplaza Webhook for this extension, which will take you less than 15 minutes to complete.

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?