Files
medusa-store/.changeset/angry-jobs-prove.md
T
Shahed Nasser ff725090bb 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.
2025-01-10 01:23:29 +00:00

109 B

@medusajs/types
@medusajs/types
patch

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