myparcelnl/magento

A Magento 2 module that creates MyParcel labels

Installs: 53 832

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 7

Forks: 24

Open Issues: 92

Type:magento2-module

pkg:composer/myparcelnl/magento

5.0.0 2025-11-24 12:22 UTC

This package is auto-updated.

Last update: 2025-11-26 09:46:14 UTC


README

For the manual and more information, please refer to our Magento Manual on the MyParcel Developer Portal.

Important notice about third-party checkouts

⚠️ Third-Party Checkouts Compatibility.

Our plugin may not be fully compatible with “third-party” checkout solutions provided by plugins, other than those native to Magento itself. Features such as Delivery Options or other functionalities might not work as expected.

We recommend testing the plugin’s functionality in your specific setup before fully implementing it.

Installation

Install using composer require.

composer require myparcelnl/magento

For developers

Clone this repository in app/code/MyParcelNL/Magento/ using git and run the following commands in the root directory of your Magento installation:

composer config repositories.myparcelnl/magento path app/code/MyParcelNL/Magento/
composer require myparcelnl/magento

This will install our SDK as a dependency.

You can install the SDK as a git repository as well: Clone MyParcelNL/Sdk in app/code/MyParcelNL/Sdk/ using git and run the following commands in the root directory of your Magento installation:

composer config repositories.myparcelnl/sdk path app/code/MyParcelNL/Sdk/
composer require myparcelnl/sdk