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.
109 B
109 B
@medusajs/types
| @medusajs/types |
|---|
| patch |
fix(types): add missing inventory_items to input of createProductsWorkflow