feat(MED-161): improve query

This commit is contained in:
2025-09-17 11:16:18 +03:00
parent c51808d899
commit e5822fd55d
2 changed files with 19 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ async function createProducts({
medusa.admin.product.list({
category_id: allCategories.map(({ id }) => id),
}),
getAnalysisElements({}),
getAnalysisElements({ getAll: true }),
getAnalysisPackagesType(),
getProductDefaultFields({ medusa }),
])