smartcore / inpostinternational
InPost International API official module
Installs: 417
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1.0 <8.3.0
- ext-openssl: *
- ext-zip: *
- firebase/php-jwt: >=v6.10.1
- magento/framework: ^103.0.0
- magento/module-backend: ^102.0.0
- magento/module-sales: ^103.0.0
- magento/module-store: ^101.0.0
- dev-main
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.3
- 1.0.1
- dev-feature/setup-patch-refactor
- dev-feature/backend-validation
- dev-feature/mondialrelay-courier
- dev-feature/queues-async-conf-and-connection-db
- dev-bugfix/smartmage-inpost-compatibility
- dev-bugfix/m245p8-compilation-error-fix
- dev-feature/origin-metadata-header
- dev-minor-changes
This package is auto-updated.
Last update: 2025-09-08 18:28:35 UTC
README
Overview
Official InPost International integration module for Magento 2. The module allows seamless integration with InPost's international shipping services, enabling merchants to offer cross-border shipping solutions to their customers.
Features
- International shipping through InPost carrier
- Integration with InPost Geowidget for pickup point selection
- Automatic shipment creation
- Weight-based pricing system
- Parcel templates management
- Multiple shipping origin points support
- Advanced pickup management
- Customizable insurance options
- Order status updates
- Shipping labels generation
- Sandbox/Production environment support
Requirements
- Magento 2.4.x
- PHP >= 8.1 < 8.3
- InPost International API credentials
- Geowidget token
Installation
Using Composer (recommended)
composer require smartcore/inpostinternational bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Manual Installation
- Create directory
app/code/Smartcore/InPostInternational
- Download and extract module files to that directory
- Run Magento installation commands:
bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
Configuration
Basic configuration steps:
- Get API credentials from InPost International
- Go to Stores > Configuration > Sales > InPost International
- Set up API credentials for desired environment (Sandbox/Production)
- Configure sender details and shipping preferences
For detailed configuration instructions, please refer to the documentation.
Hyva checkout compatibility
To make it work with Hyva Checkout You need to install second module: smartcore/inpostinternationalhyva (available on GitHub and Packagist). Please remember to enable backend validation in module configuration.
Support
If you encounter any issues or need assistance:
- Check the detailed documentation in the
docs
folder - Contact InPost International support
- Create an issue in the module's repository
Security
If you discover any security related issues, please contact the InPost International team directly instead of using the issue tracker.
Author
- Developed by Smartcore for InPost
Release Notes
See CHANGELOG.md for all version changes.