This Shopware plugin integrates ShipperHQ's rating engine, allowing Shopware stores to fetch live shipping rates from the ShipperHQ API during checkout.
- 🔄 Integration with ShipperHQ rate calculation services
- 📡 Real-time shipping rate calculations
- 🚚 Support for multiple carriers and shipping methods
- 🧩 Custom rate rules and conditions
- 🧱 Shopware 6.6.10 or higher
- 🐘 PHP 8.1 or higher
- 🔐 Valid ShipperHQ API credentials
- Unzip the provided archive
- Rename the extracted folder to
SHQRateProvider(if not already) - Upload the folder to your Shopware installation at:
custom/plugins/SHQRateProvider/ - cd into the plugin directory:
cd custom/plugins/SHQRateProvider/ - Run composer install to install the dependencies:
composer install
- Ensure the plugin shows up in the Shopware plugin list:
bin/console plugin:refresh
- Install and activate the plugin:
bin/console plugin:install --activate SHQRateProvider
- Clear the cache:
bin/console cache:clear
- Navigate to Extensions > My Extensions
- Find and click on "ShipperHQ Shipping Rates" in the extension list
- Configure your ShipperHQ API credentials and settings
- Save the configuration
- Click "Reload Shipping Methods" to fetch available shipping methods from ShipperHQ
- Clear the Shopware cache again:
bin/console cache:clear
Issue: At checkout, every shipping method appears, even those that should not be available. When selecting an unavailable method, you may see an error such as:
USPS Priority Mail is blocked for your current shopping cart
Solution:
- Go to the ShipperHQ app settings in Shopware.
- Click the Reload Shipping Methods button.
- Clear the Shopware cache:
bin/console cache:clear
This will refresh the list of available shipping methods and resolve the error.
For assistance, please visit our
📖 Help Center
✉️ Or contact ShipperHQ support: support@shipperhq.com
📞 For other options, visit our Contact Us page
We welcome contributions!
The best way to contribute is to open a pull request on GitHub.
See included license files.
© 2025 Zowta LLC — ShipperHQ.com