The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.2

Avarda Shipping Broker for Magento 2

avarda/shipping-broker

Integrates the Avarda Checkout3 shipping broker API (such as nShift) into Magento 2, replacing native shipping methods with broker-collected rates and handling custom attributes like weight, discounts, and free-shipping flags.

9
Downloads
Below average
0
GitHub Stars
17d ago
Last Release
0
Open Issues
Build Issues
1/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
2 errors , 39 warnings
PHPStan Failed

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.2 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Avarda Shipping Broker for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Avarda ShippingBroker

Avarda shipping broker handling for Avarda Checkout3. The main goal of this module is implementation of the shipping broker API on example of the Nshift broker.

See provider-specific integration guide

Features

Below there is a list of features on implemented version 1.0.0

  1. Handle rates collection as a seamless integration with the shipping broker that replaces magento shipping methods. Rates are obligatory to place an order in magento.

  2. Handle Nshift custom attributes:

    • discount
    • weight
    • free shipping

    Possible scenarios:

    • send free shipping flag based on pricing rules used in magento
    • use discount calculated in magento
    • send weight parameter to let it be stored or used by the shipping broker
  3. Display details of the shipping details in magento admin.

  4. Fix enabling the nshift script usage

TODO

  1. Allow enabling/disabling the solution from the admin panel.

USAGE

Assuming:

  1. avarda/checkout3 is installed and configured
  2. shipping broker credentials is added your Avarda account
  3. Delivery methods are configured on the nshift account

To install and use Avarda\ShippingBroker module in Magento:

  1. Install the module i.e. with composer
composer require avarda/shipping-broker
bin/magento module:enable Avarda_ShippingBroker
bin/magento setup:upgrade
bin/magento setup:di:compile
  1. Go to the checkout in your store to see the nshift delivery methods
  2. To use the free shipping based on the cart - use cart price rule do define conditions for which free shipping should appear.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.