feat(store): add id filtering to store collections endpoint (#13555)

* feat(store): add id filtering to store collections endpoint

* 🐛 Fix circular type reference

*  Add changeset
This commit is contained in:
Bastien
2025-09-23 10:37:32 -04:00
committed by GitHub
parent e074050e97
commit 513b352da3
5 changed files with 14 additions and 7 deletions
@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
fix(types): resolve circular type reference in StoreCollectionListParams interface