Innosend for Magento 2¶
The Innosend Magento 2 integration is a comprehensive shipping and logistics solution that seamlessly connects your Magento store with the Innosend platform.
Overview¶
The integration consists of multiple modules that work together to provide a complete shipping solution:
| Package | Module Name | Description |
|---|---|---|
innosend/magento2 |
- | Meta package that installs all modules |
innosend/magento2-integration |
Innosend_Integration |
Core API client and configuration |
innosend/magento2-pickup-points |
Innosend_PickupPoints |
Pickup point selection in checkout |
Features¶
Core Integration¶
- Secure API connection to Innosend services
- Support for test and production environments
- Encrypted credential storage
- Connection health monitoring
Pickup Points¶
- Interactive map view (OpenStreetMap or Google Maps)
- List view with filtering options
- Automatic location detection based on shipping address
- Multiple carrier support (PostNL, DHL, DPD, UPS, GLS, FedEx)
- Mobile-responsive design
Order Synchronization¶
- Automatic order sync on placement
- Real-time status updates
- Tracking information sync
- Retry mechanism for failed syncs
- Cron-based background processing
System Requirements¶
| Requirement | Version |
|---|---|
| Magento | 2.4.x (Framework 102.x – 103.x) |
| PHP | 7.3, 7.4, 8.1, 8.2, or 8.3 |
| Composer | 2.x |
Quick Start¶
Install the complete Innosend suite with a single command:
composer require innosend/magento2
php bin/magento module:enable Innosend_Integration Innosend_PickupPoints Innosend_OrderConnector
php bin/magento setup:upgrade
php bin/magento cache:flush
Then configure your API credentials in Stores → Configuration → Innosend → API Configuration.
Coming Soon
Support for Loki Checkout is in development and will be available soon.