May 8, 2026

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 existing uuid value. Sales quotes created before May 3, 2026 do not have a uuid value by default.

For details, see the Get Quote Details reference.


May 8, 2026

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 with proxies/ (proxies/with-routes.ts, proxies/with-auth.ts, proxies/with-intl.ts) and updates the middleware.ts entry point reference to compose-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.


May 8, 2026

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/slot shorthand
  • 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.