Patch Changes
-
#6549
53474a0Thanks @mirekm! - Webhook event picker: warn admins about Saleor 3.23 channel-scoped stock events.The four
PRODUCT_VARIANT_BACK_IN_STOCK_*/PRODUCT_VARIANT_OUT_OF_STOCK_*events introduced in Saleor 3.23 fire only when the shop has the legacy shipping-zone stock-availability setting disabled. They were already exposed in the picker (auto-derived from the schema), but admins on shops still in legacy mode could subscribe with no visual cue and silently never receive deliveries. Each of those four events now shows an advisory "Direct stock mode only" badge with a tooltip linking to the site-settings page where the flag is configured. Adds a regression test pinning the four events to thePRODUCT_VARIANTgroup, and a comment inExcludedDocumentKeysdocumenting that the dry-run feature already covers them transitively via prefix matching. -
#6546
c305dd4Thanks @mirekm! - ProductDoctor: Add mode-aware reassurance under public-API verification badge and tighten ambiguous diagnostic copy -
#6557
6589b54Thanks @lkostrowski! - Removed deprecated @reach/auto-id dependency and replaced it with built-in React useId hook. This is purely technical change. -
#6547
764b4f9Thanks @mirekm! - ProductDoctor: Group channel issues by purchasability vs shipping to mirror Saleor 3.23 stock-availability semantics -
#6545
029f589Thanks @mirekm! - ProductDoctor: Add support for new availability mode introduced in Saleor 3.23
Full Changelog: 3.23.3...3.23.4