Spree Commerce logo

Spree Commerce

Open-source headless ecommerce platform with a REST API and Next.js storefront

Alternative to: Shopify, Magento, WooCommerce, Salesforce Commerce Cloud

Spree Commerce screenshot

About Versions (100)

v5.4.0.rc3

2026-03-25

đŸ‡ȘđŸ‡ș EU omnibus directive support added

Spree now automatically records price changes to comply with the EU Omnibus Directive. When a product goes on sale, EU regulations require that the lowest price in the preceding 30 days be displayed alongside the discounted price. Spree API now exposes Price history, so you can easily implement it on the storefront. Price changes are tracked and persisted in the database automatically.

https://github.com/spree/spree/pull/13817

Other changes

Core

API

Install

npx create-spree-app@latest my-store

Updating

npx spree update

Full Changelog: https://github.com/spree/spree/compare/v5.4.0.rc2
v5.4.0.rc3