Files
medusa-store/.changeset/cuddly-kiwis-roll.md
Hakim Saoudi a501364b2d fix(product): Correctly fetch category descendants by handle (#13579)
This PR fixes the issue #13518  where product category descendants were not retrieved when
filtering by handle with the include_descendants_tree flag. The handle filter was not
being correctly removed before the descendant tree query was executed.
2025-09-23 14:40:31 +00:00

5 lines
96 B
Markdown

---
"@medusajs/product": patch
---
fix(product): Correctly fetch category descendants by handle