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.
This commit is contained in:
Hakim Saoudi
2025-09-23 14:40:31 +00:00
committed by GitHub
parent 513b352da3
commit a501364b2d
3 changed files with 33 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/product": patch
---
fix(product): Correctly fetch category descendants by handle