Spree Commerce
Open-source headless ecommerce platform with a REST API and Next.js storefront
Alternative to: Shopify, Magento, WooCommerce, Salesforce Commerce Cloud
spree/sdk@1.2.1
2026-07-28This SDK release requires Spree 5.6.1 on the backend to fully utilize new features!
What’s Changed
-
#14361
f62ec82Thanks @damianlegawiec! - Exposeproduct_idandProductat Wishlist Item -
#14353
8bf0dd0Thanks @ifizza! -ProductFilterSortOptionnow includes alabelfield — a human-readable name for custom-field-backed sort options (cf_*keys) returned by the product filters endpoint;nullfor built-in sort options -
#14363
705e515Thanks @damianlegawiec! -resource_type,inviter_typeandinvitee_typeon theInvitationtype now return the API shorthand ("store","admin_user") instead of the Ruby class name, matching how every other type field on the API is serialized. The TypeScript types are unchanged (string | null); only the values differ.