feat: Enable filtering admin products by variant EAN, UPC, and barcode (#12815)

* Add filters for variant ean, upc, and barcode in product queries and validators

* fix: Omit 'q' field from variants in product list and validation parameters

* Add tests for admin products filtering by variants ean, upc, and barcode

* Add changeset for filter admin products api by variant ean, upc, and barcode

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Ante Primorac
2025-06-25 09:17:01 +02:00
committed by GitHub
co-authored by Oli Juhl
parent fbf33885f5
commit 6ca755ede7
4 changed files with 255 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"integration-tests-http": patch
"@medusajs/types": patch
"@medusajs/medusa": patch
---
Enable filtering admin products API by variant EAN, UPC, and barcode