fix(medusa): Default sales channel on product create (#3249)

What:
Assign the default sales channel if none is provided while creating a new product.


FIXES: CORE-1114

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Carlos R. L. Rodrigues
2023-02-14 08:46:14 +00:00
committed by GitHub
co-authored by Oliver Windall Juhl
parent 10ff72c30a
commit 80452332d8
8 changed files with 409 additions and 702 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): default sales channel on product create