Commit 2bcf2df3d83 for woocommerce
commit 2bcf2df3d83f8e81dae91e071031fc13cc8bdb06
Author: Francesco <frosso@users.noreply.github.com>
Date: Thu Sep 3 23:22:40 2026 +0200
fix: mention order items schema in Store API changelog entry (#68357)
diff --git a/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions b/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions
index bd6879e1a66..88acb829ff6 100644
--- a/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions
+++ b/plugins/woocommerce/changelog/fix-store-api-item-schema-extensions
@@ -1,4 +1,4 @@
Significance: patch
Type: fix
-Store API: the cart items endpoint now publishes and validates extensions registered against `cart-item`, rather than those registered against `product`.
+Store API: the cart items endpoint now publishes and validates extensions registered against `cart-item`, rather than those registered against `product`. The order items schema, which isn't extendable, no longer advertises `product` extensions it never returned.