- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
validateInventoryDeleteStep - Medusa Core Workflows Reference
This documentation provides a reference to the validateInventoryDeleteStep
. It belongs to the @medusajs/medusa/core-flows
package.
1import { createWorkflow } from "@medusajs/framework/workflows-sdk"2import { validateInventoryDeleteStep } from "@medusajs/medusa/core-flows"3 4const myWorkflow = createWorkflow(5 "my-workflow",6 () => {7 const data = validateInventoryDeleteStep({8 "inventory_items": [{9 "id": "id_VkpMd6rXiHOeNiumvKvI",10 "reserved_quantity": 1311 }]12 })13 }14)
Input#
ValidateInventoryDeleteStepInput
ValidateInventoryDeleteStepInput
ValidateInventoryDeleteStepInput
ValidateInventoryDeleteStepInputinventory_items
object[]
inventory_items
object[]Was this page helpful?