Highlights
Fixes regression with undefined entity on req.queryConfig
In v2.13.2 req.queryConfig started including an entity property even when its value was undefined. This caused routes that spread req.queryConfig into query.graph() to have their entity property overwritten by undefined, resulting in the exception: Service with alias "undefined" was not found error. This release fixes the issue by only setting the entity property in req.queryConfig when it indeed has a value.
Bugs
- fix(core-flows): prevent exception when deleting product/variant with orphaned inventory by @NicolasGorga in #14805
- fix(framework): remoteQueryConfig undefined entity regression by @NicolasGorga in #14815
Chores
- chore(types): add external_id to product list params type by @asgerjensen in #14802
Full Changelog: v2.13.2...v2.13.3