CollectionMovement
CollectionMovement Type
Fields
Field
Type
Description
Usage Example
query {
createInventoryCollectionMovement(input: {
dataTypeSlug: "bulk_transfer"
data: {
reason: "warehouse_relocation"
priority: "high"
}
collection: [{
handler: "item_transfer"
fromID: "repo-uuid-1"
toID: "repo-uuid-2"
itemID: "item-uuid-1"
quantity: 100
}, {
handler: "item_transfer"
fromID: "repo-uuid-1"
toID: "repo-uuid-2"
itemID: "item-uuid-2"
quantity: 50
}]
}) {
inventoryCollection {
id
handler
assignee
assignmentDate
}
movements {
id
movementType
}
workflows {
id
status
}
}
}Mutation Examples
Update Collection Movement
Movement Types
Relations
Common Use Cases
Best Practices
Last updated
Was this helpful?
