B2B Storefront — uuid query parameter for Get Quote Details
The B2B Storefront Get Quote Details endpoint now accepts a uuid query parameter.
uuid— the quote’s secondary alphanumeric identifier. Required when the quote has an existinguuidvalue. Sales quotes created before May 3, 2026 do not have auuidvalue by default.
For details, see the Get Quote Details reference.
Catalyst Core Updates: Next.js 16 Proxy Architecture
Updates to the Catalyst Core course bring lesson content in line with Catalyst’s Next.js 16 proxy architecture and Node.js 24 baseline.
- Proxy terminology — renames “Custom URL Middleware” to “Custom URL Proxy” across the architecture and expanded modules to match Next.js 16 conventions
- File path references — replaces
middlewares/paths withproxies/(proxies/with-routes.ts,proxies/with-auth.ts,proxies/with-intl.ts) and updates themiddleware.tsentry point reference tocompose-proxies.ts - Performance lesson — updates the Node.js minimum version to 24 and expands the out-of-the-box features content
- Documentation links — updates Next.js documentation links from version 15 to version 16 throughout the course
- Lab updates - updates labs to Catalyst 1.6.3
For details, see the Catalyst Core course.
Makeswift Core Updates: Catalyst Structure and Node.js 24
Updates to the Makeswift Core course align lessons with the current Catalyst component structure and bump the supported Node.js version.
- Built-in Elements lesson — adds information about “The Wrapper Slot” to document the
lib/makeswift/slotshorthand - Install lab — updates the minimum Node.js version to 24
- Lab updates - updates labs to Catalyst 1.6.3
For details, see the Makeswift Core course.