feat(products,types,pricing): allow scoping products by collection_id + pricing by currency_code (#4965)

* chore: allow scoping products by collection_id

* chore: scope money amounts by currency code + change category_ids to category_id

* chore: add an extra product to test without collection

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Riqwan Thamir
2023-09-07 09:06:50 +02:00
committed by GitHub
co-authored by Oli Juhl
parent b71776738c
commit 66bd9a835c
11 changed files with 438 additions and 140 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/product": patch
"@medusajs/types": patch
"@medusajs/pricing": patch
---
feat(products,types,pricing): allow scoping products by collection_id, allow scoping pricing by currency_code