v2.3.0
Release Notes — v2.3.0 (July 02, 2026)
Added
- Add product video endpoints: upload a video (
POST /api/admin/catalog/products/{id}/videos, REST multipart) and delete one (DELETE /api/admin/catalog/products/{id}/videos/{id}/deleteAdminCatalogProductVideo).
Fixed
- Fix the storefront
filterableAttributesprice range:maxPricenow reflects the authenticated customer's customer-group pricing, andminPricenow returns the actual lowest product price. - Fix admin tax-rate update leaving orphaned zip fields when switching between specific-zip and zip-range modes.
- Fix the storefront (shop) REST API documentation: correct the authentication endpoint paths, remove the non-existent reset-password page, and replace placeholder request/response examples with real ones.
- Update the translations for all non-English locales.
Full Changelog: v2.2.0...v2.3.0