dpdconnect / magento2-shipping
DPD Connect - Magento2 Shipping
Installs: 116 807
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 6
Forks: 17
Type:magento2-module
Requires
- php: >=7.2
- dpdconnect/php-sdk: ^1.1
- magento/framework: >=103.0.6
Requires (Dev)
- magento/marketplace-eqp: ^2.0
- overtrue/phplint: ^1.1
- dev-master
- 1.3.6.x-dev
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4.x-dev
- 1.2.4
- 1.2.3.x-dev
- 1.2.3
- 1.2.2.x-dev
- 1.2.2
- 1.2.1
- 1.2.0.x-dev
- 1.2.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9-beta
- 1.0.8-beta
- 1.0.7-beta
- 1.0.6-beta
- 1.0.5-beta
- dev-refactor/graphql
This package is auto-updated.
Last update: 2025-04-14 11:24:50 UTC
README
composer require dpdconnect/magento2-shipping
Upgrade
composer update dpdconnect/magento2-shipping
After upgrade or install
php bin/magento module:enable DpdConnect_Shipping
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Magento 2 Shipping module by DPDC
FAQ
- I get a "Bad credentials" error when printing a label
If you use the env.php to specify the username and password make sure to use
bin/magento config:sensitive:set
to specify the password. The password has be encrypted in the env.php as well.