Download Latest Version v5.6.1 source code.zip (89.9 MB)
Email in envelope

Get an email when there's a new version of Spree Commerce

Home / v5.6.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-28 2.7 kB
v5.6.1 source code.tar.gz 2026-07-28 87.1 MB
v5.6.1 source code.zip 2026-07-28 89.9 MB
Totals: 3 Items   177.0 MB 1

Searchable and sortable Metafields

984_1x_shots_so

Metafields can now be used as filters and sorters in both Store API and Admin API. This allows for more customization and flexibility without touching Spree core code. It works with both Database provider and Meilisearch!

:::curl
GET /api/v3/store/products?q[cf_custom_material_i_cont]=wool
GET /api/v3/admin/products?q[cf_custom_weight_gteq]=3.5
GET /api/v3/store/products?sort=-cf_custom_weight

Full documentation

https://github.com/spree/spree/pull/14353 contributed by @ifizza

Other Changes

Core

Store API

Admin API

Admin

Installation

:::bash
npx create-spree-app@latest my-store

Updating

:::bash Spree CLI
npx spree bundle update && npx spree migrate

Feedback / Support

Join our Discord server to chat with Spree core team members and other Spree developers!

Full Changelog: https://github.com/spree/spree/compare/v5.6.0...v5.6.1

Source: README.md, updated 2026-07-28