getItemById

Returns the Item with the given id. Must validate that the Item exists.

Return

The Result of the operation.

Parameters

id
The id of the Item.
abstract suspend fun getItemById(id: String): Result<Item>