feat(medusa): Continue create product workflow changes (#4473)
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = async (dataSource, data = {}) => {
|
||||
id: "test-product",
|
||||
title: "test product",
|
||||
profile_id: defaultProfile.id,
|
||||
profiles: [{ id: defaultProfile.id }],
|
||||
options: [{ id: "test-option", title: "Size" }],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user