feat(medusa): variants expand inventory_items (#4203)

* add expand params for inventory items to product and variant endpoints in store

* add changeset

* update integration test naming

* make priceSeelctionParams extends findParams and adjust api accordingly
This commit is contained in:
Philip Korsholm
2023-06-05 20:14:05 +02:00
committed by GitHub
parent 4b5b7b5148
commit eadf13cb21
12 changed files with 312 additions and 48 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
feat(medusa): add allowed relation to expand params for product and variant endpoints