The item is used in game is the string "quest-supplies". When serialized (when the object is written to the save file), a number is used instead. In this case, that number is 7299 (not hex, this is an int).
So if you're looking for that in the save file, convert it to 4 byte hex and search...