Description
Shipit24 for WooCommerce connects your WooCommerce store to the ShipIt24 shipping platform, enabling customers to select from parcel lockers and courier delivery options during checkout.
Features
- Display parcel locker and courier shipping options at WooCommerce checkout
- Interactive locker search and selection widget
- Automatic shipping order creation when a WooCommerce order is marked as «Processing»
- Admin delivery list with real-time status tracking
- PDF shipping label generation from the WooCommerce order screen and admin delivery list
- Automatic delivery status sync via scheduled background job (hourly)
- Support for both the classic WooCommerce checkout and the block-based checkout
- Translations: English (default), Estonian (et), Latvian (lv), Lithuanian (lt)
How It Works
- Configure the plugin with your ShipIt24 API key in WooCommerce Settings Shipping ShipIt24.
- Customers see available locker and courier options when ShipIt24 shipping is selected at checkout.
- When an order reaches «Processing» status, a shipping order is automatically created via the ShipIt24 API.
- Track all ShipIt24 deliveries under ShipIt24 Deliveries in the WordPress admin menu.
- Generate PDF labels and view delivery details from the admin delivery list or the individual WooCommerce order screen.
Third-Party Service: ShipIt24 API
This plugin connects to the ShipIt24 API (api.shipit24.eu). This external service is used to:
- Retrieve available shipping rates and locker locations (during checkout)
- Create shipping orders (when a WooCommerce order is placed)
- Fetch delivery status updates (hourly background sync)
Data sent to the ShipIt24 API includes: store address and country, customer delivery address, parcel dimensions and weight, and order details (order ID, recipient name, phone number, and email address).
An active ShipIt24 business account and API key are required. Use of the ShipIt24 service is subject to:
Installation
- Upload the plugin folder to the
/wp-content/plugins/directory, or install directly through Plugins Add New in the WordPress admin. - Activate the plugin through the Plugins screen in WordPress.
- Go to WooCommerce Settings Shipping and add a new shipping zone (or edit an existing one).
- Click Add shipping method, select ShipIt24, and save.
- Click Edit on the ShipIt24 shipping method and enter your API key, store address, and sender contact details.
FAQ
-
Do I need a ShipIt24 account?
-
Yes. You need an active ShipIt24 business account and an API key. Contact ShipIt24 to get started.
-
Which countries are supported?
-
ShipIt24 currently supports Estonia, Latvia, and Lithuania. Available shipping options depend on your ShipIt24 account configuration and the destination country.
-
Does the plugin support the WooCommerce block checkout?
-
Yes. The plugin supports both the classic WooCommerce checkout and the block-based checkout introduced in WooCommerce 8.x.
-
Why is a phone number required at checkout?
-
ShipIt24 requires the recipient’s phone number to send parcel notifications and locker access codes.
-
Where can I find the shipping label?
-
Once a shipping order is created, a Generate PDF Label button appears on the WooCommerce order screen and on the ShipIt24 delivery list page (ShipIt24 Deliveries in the admin menu).
-
What happens if the shipping order creation fails?
-
The WooCommerce order is moved to «On Hold» status and a note is added explaining the failure. You can retry order creation manually from the ShipIt24 delivery list or the WooCommerce order screen.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Shipit24 for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shipit24 for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Added support for WooCommerce block-based checkout
- Added delivery status sync via hourly background cron job
- Added admin delivery list page with sortable, searchable table
- Improved locker search with live API lookup
- Added PDF label generation from the order screen and delivery list
- Centralized ShipIt24 order detection logic
- Improved error handling and manual retry mechanism for failed shipping orders
- Added HPOS (High-Performance Order Storage) compatibility declaration
1.0.0
- Initial release