warehouseMoveStock
mutation
Transfer all stock between warehouses
Moves the entire stock of all products from one warehouse to another. Creates corresponding stock movement records for traceability.
mutation {
warehouseMoveStock(companyId: Int!, data: WarehouseStockMovementUpdate!): WarehouseMovementInfo!
}Returns: WarehouseMovementInfo!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | WarehouseStockMovementUpdate! |