Description
Overview
This plugin optimizes shipping by automatically calculating the most efficient way to pack products into boxes, pallets, or containers based on dimensions and weight. It integrates with the 3DBinPacking API to provide real-time packing simulations directly in your WooCommerce admin panel.
Perfect for stores with physical products that need to minimize shipping costs and improve warehouse efficiency.
Key Features
Automatic Packing Optimization
- Calculates optimal product arrangement in real-time
- Supports multiple packaging types: boxes, pallets, crates, containers
- Uses 3DBinPacking algorithms considering dimensions and weight
- Handles product rotations for better space utilization
Carrier & Packaging Management
- Configure unlimited carriers with custom packing rules
- Define packaging stock with dimensions, weight limits, and costs
- Set optimization modes: minimize bins, maximize utilization, or lowest cost
- Active/inactive status control for carriers and packaging
Order Packing Simulation
- Visual packing results for each order
- Shows unpacked items and reasons
- Detects logistics changes automatically
- Manual or automatic simulation triggers
API Integration
- Secure 3DBinPacking API connection
- API credential verification
- Error logging and reporting
How It Works
- Configure API credentials and carriers
- Ensure products have dimensions filled
- Open order and execute packing simulation
- System calculates optimal packing
- View results and choose best shipping option
Requirements
- WordPress 6.7 or higher (WordPress 6.8 or higher required for WooCommerce 10.4 and 10.5)
- WooCommerce 8.0 or higher (tested up to 10.5)
- PHP 8.0 or higher
- 3DBinPacking account with API access
Technical Information
- Plugin slug: tdbinpacking
- Plugin version: 1.0.1
- Author: smartwebminds
- Minimum WordPress version: 6.7
- Minimum WooCommerce version: 8.0
- Maximum WooCommerce version tested: 10.5
- Minimum PHP version: 8.0
Security
This plugin uses Twig 3 template engine with automatic HTML escaping and prepared statements for all database queries. All user inputs are sanitized and validated. Nonce verification is implemented for all form submissions.
External services
This plugin connects to the 3DBinPacking API (global-api.3dbinpacking.com)
to perform packing calculations.
The service is used for two purposes:
-
API access verification. Triggered manually by the administrator while
saving or verifying API credentials in the plugin settings. Sent data:
username, api_key, and technically empty items and bins structures used only
to verify access. -
Packing simulation. Triggered manually or automatically when an order is
opened or edited and the packing simulation is executed. Sent data: username,
api_key, product dimensions and weight in the items structure, packaging and
constraint data in the bins structure, optimization parameters, and technical
source metadata including WooCommerce version and plugin version.
No customer personal data is sent to the external service.
Service provider: SWM Smart Web Minds Limited / 3DBinPacking
Service website: https://www.3dbinpacking.com/en/
Terms and Conditions: https://www.3dbinpacking.com/en/regulations
Privacy Policy: https://www.3dbinpacking.com/en/privacy-policy
Screenshots

API credentials configuration and verification screen. 
Carrier management screen with the list of configured carriers. 
Carrier settings form with packing rules and optimization options. 
Packaging management screen with available boxes, pallets, and containers. 
Packaging form for dimensions, weight limits, and cost settings. 
Packing simulation screen in the WooCommerce order admin. 
Packing visualization with arranged items and used packaging. 
Dimensions input table for WooCommerce order items. 
Contextual help tooltips and in-app guidance for configuration screens.
Installation
Automatic installation
- Log in to your WordPress admin panel
- Go to Plugins > Add New
- Search for “3D Bin Packing”
- Click “Install Now”
- Click “Activate”
- Go to WooCommerce > 3D Bin Packing to configure the plugin
Manual installation
- Download the plugin ZIP file
- Log in to your WordPress admin panel
- Go to Plugins > Add New
- Click “Upload Plugin”
- Upload the ZIP file and click “Install Now”
- Click “Activate”
- Go to WooCommerce > 3D Bin Packing to configure the plugin
Alternative manual installation
- Extract the ZIP file
- Upload the
tdbinpackingfolder to/wp-content/plugins/ - Go to Plugins in WordPress admin
- Click “Activate” next to the plugin
- Go to WooCommerce > 3D Bin Packing to configure the plugin
FAQ
-
Does this plugin require WooCommerce?
-
Yes. WooCommerce must be installed and activated.
-
What PHP version is required?
-
PHP 8.0 or higher.
-
How does the optimization algorithm work?
-
The plugin uses 3D bin packing algorithms to calculate the most efficient way to arrange products in available packaging space, taking into account dimensions and rotation possibilities.
-
Can I use custom packaging sizes?
-
Yes. Custom dimensions can be configured in the plugin settings.
-
Do I need a 3DBinPacking account?
-
Yes. A 3DBinPacking account with API access is required to perform packing simulations.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“3D Bin Packing – Shipping & Load Optimization” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “3D Bin Packing – Shipping & Load Optimization” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Initial release