fix(types): add missing inventory_items to input of createProductsWorkflow (#10892)

The `createProductsWorkflow` allows passing an `inventory_items` property to assign the inventory items of a product variant, and we even pass it in the `/admin/products` API route when creating a variant, but the workflow's input type doesn't include that property. This PR adds it to the workflow's input type.
This commit is contained in:
Shahed Nasser
2025-01-10 01:23:29 +00:00
committed by GitHub
parent c490e08142
commit ff725090bb
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/types": patch
---
fix(types): add missing inventory_items to input of createProductsWorkflow