Execute Inventory Item Movement
Execute Inventory Item Movement Mutation
Arguments
Name
Type
Description
Return Type
Field
Type
Description
Usage Example
mutation {
executeInventoryItemMovement(
id: "movement-123"
) {
itemMovement {
id
quantity
executedAt
executedBy
fromRepository {
id
name
}
toRepository {
id
name
}
item {
id
sku
}
transactions {
id
quantity
repositoryID
}
}
workflows {
id
type
status
runID
}
}
}What Happens During Execution
Error Cases
Notes
Last updated
Was this helpful?
