3D Bin Packing – Shipping & Load Optimization

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

  1. Configure API credentials and carriers
  2. Ensure products have dimensions filled
  3. Open order and execute packing simulation
  4. System calculates optimal packing
  5. 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:

  1. 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.

  2. 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

  1. Log in to your WordPress admin panel
  2. Go to Plugins > Add New
  3. Search for “3D Bin Packing”
  4. Click “Install Now”
  5. Click “Activate”
  6. Go to WooCommerce > 3D Bin Packing to configure the plugin

Manual installation

  1. Download the plugin ZIP file
  2. Log in to your WordPress admin panel
  3. Go to Plugins > Add New
  4. Click “Upload Plugin”
  5. Upload the ZIP file and click “Install Now”
  6. Click “Activate”
  7. Go to WooCommerce > 3D Bin Packing to configure the plugin

Alternative manual installation

  1. Extract the ZIP file
  2. Upload the tdbinpacking folder to /wp-content/plugins/
  3. Go to Plugins in WordPress admin
  4. Click “Activate” next to the plugin
  5. 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.

Contributors

Changelog

1.0.1

  • Initial release