stockMovementWarehouseTransferDelete
mutation
Delete warehouse transfer
Reverses a previously created warehouse transfer movement, restoring stock levels in both the origin and destination warehouses.
mutation {
stockMovementWarehouseTransferDelete(companyId: Int!, stockMovementId: Int!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
stockMovementId | Int! |