createItem

Creates an Item. Must validate that the Item does not exist and the data is valid.

Return

The Result of the operation.

Parameters

item
The Item to be created.
abstract suspend fun createItem(item: Item): Result<String>