Definitely NOT variables.
You can make a list/reference of all possible items and their properties (damage, price etc.) using the Array Editor.
For storing items that your characters owns, use another array or maybe a Dictionary. With dictionary you can save item code as a key and quantity as value, for example:
Key="healthPotion01", value="7"