WooCommerce 10.8.0 was released on May 26, 2026. WooCommerce 10.8 offers a great mix of compatibility updates, fixes, and performance improvements that can comprehensively optimize e-commerce stores.
This blog post will discuss WooCommerce 10.8.0 features and improvements.
WooCommerce 10.8.1 Has Been Released
WooCommerce 10.8.1, primarily a patch release, was released on May 28. 2026. With this release, users can bypass issues such as a PHP error during in-place upgrades from 10.7. Besides, they can address another issue, such as a critical regression in the WooPayments onboarding flow.
Changes Made Before the Final Release of 10.8.0
- Checkout evidence validation was reverted: The checkout evidence validation added to WC_Order::payment_complete () during the 10.8 development cycle has been reversed.
- WooCommerce 6.9 is now the minimum requirement: WooCommerce 10.8 depends on WordPress 6.9 or later to function without any hassle.
What’s New in WooCommerce 10.8 for Users
WooCommerce 10.8.0 includes multiple features and improvements, such as WordPress 7.0 alignment, Offline-Aware Admin, Order REST API, a new Webhook topic, Transactional Email, and more.
Following in WooCommerce’s footsteps, WordPress’s latest version, WordPress 7.0, was officially released on May 20, 2026.
WordPress 7.0 Alignment
WooCommerce 10.8.0 has 15 pull requests, which means you can easily align WordPress 7.0 styling, including notice colors, Select2 dropdowns, metabox styling, form control sizing, and button radii.
Likewise, the admin theme color has replaced hardcoded admin blues in legacy Select 2 and address autocomplete stylesheets so that you can align your color scheme with buttons, hover states, and borders.
Users must update WordPress and WooCommerce together to optimize performance.
An Offline-Aware Admin
WooCommerce 10.8.0 now clearly shows a banner when a browser disconnects due to an unreliable internet connection.
Orders REST API now Guards Against Type Mismatches
The Orders REST API endpoint in 10.8 rejects PUT updates for order types excluding shop_order rather than silently coercing them. This can help achieve better outcomes, such as improved data integrity. However, it depends on extension updates if custom order types are updated through this endpoint.
A New product.published Webhook Topic
A new webhook event — product.published will improve developers’ productivity. The new feature enables external systems to obtain a clear signal when the product is published. Moreover, it can help enhance workflows, including catalog syncing, search indexing, and automation triggers.
That said, the existing product.created and product.updated are unchanged.
Orders REST API now Guards Against Type Mismatches
The Orders REST endpoint in 10.8 helps prevent or reject PUT updates for order types other than shop_order from being silently coerced. This helps enhance data integrity, but it relies on extension updates in case custom order types are updated via this endpoint.
A New product.published Webhook Topic
A new webhook event — product.published will surely inspire and greatly help the developers. Through this feature, external systems will receive a clear signal as soon as the product gets published.
It will help improve workflows such as search indexing, automation triggers, and catalog syncing.
Similarly, the existing product.created and product.updated hooks remain unchanged.
Improved Transactional Emails
WooCommerce 10.8 also offers an improved block-based email and strives to enhance transactional emails.
Users can experience numerous improvements with the block-based email editor, including enhanced coupon-code integration hooks, refined email rendering, improved template synchronization, and expanded REST/schema support for fulfillments and notes.
Shipping, Blocks, and the Long Tail
WooCommerce 10.8 has focused on enhancing shipping partner suggestions and guided flows. Moreover, you can use an enhanced cart and checkout block (including emoji and DOM edge cases), a classic cart template with filtered products, and reliability fixes aligned with WordPress 7.0.
Storefront Performance and Database Enhancements
WooCommerce 10.8 has focused on streamlining the query-reduction task from 10.7:
- New indexes on the wc_orders table (transaction ID lookups) and wc_reserved_stock table (peak-sales stock reservation) enable store owners to check reserved stocks or orders without fuss.
- Cache priming across product archives, the product edit screen, the classic cart, grouped products, and the Store API product schema allows these paths to batch-load data rather than querying row by row. Hence, the page loads faster and puts less strain on the database.
- Fewer SQL queries are needed to populate cart data in the Store API. As a result, the system does not rely on SQL queries to retrieve cart information.
- Coupon _used_by meta is now lazy-loaded, so coupons with thousands of usages no longer load the full usage history, improving store efficiency. This can help enhance store performance.
- Bounded filter caches help stop unbounded growth in wp_options caused by bot‑driven navigation filters.
- A leaner draft order flow helps lessen unnecessary database queries during checkout.
Developer, API, and Database Enhancements
WooCommerce 10.8.0 has multiple developer, API, and database enhancements, including:
- REST API – The draft orders have been excluded from default queries. Likewise, REST routes have been hardened for security to prevent unintended access.
- Schema and Field Updates, such as additional refund data fields and simple tax line definitions, and Handling of null meta in endpoints can leverage integration with third-party systems, making developers’ lives a lot easier.
- Database Migrations – Developers can capitalize on email template metadata synchronization. Additionally, they can utilize migrating analytics import options and also create a new review-order page for the updated checkout flow.
- Index Cleanup – Developers can reduce redundant meta indexes, improving database performance.
Wrapping Up
WooCommerce 10.8.0 was released on May 26, 2026. The latest release enables developers, store managers, and store owners to optimize their e-commerce stores with a range of powerful features and improvements.
