I am making an iPhone App which loads many objects from an external database and displays them to the user. The user has the option to purchase any one of these objects for $.99; when an object is purchased, more information about it is displayed to the user. The database is large and gets several objects added to it daily. That's why it would be impractical to register each object as its own product on iTunes Connect. I think the best way to go about this would be to register only one type of product on iTunes Connect, and every time the user buys any object he will just be buying another copy of this product. Since the objects are all different, I'd need a way of identifying which is which. The objects all have unique codes in the database, but I have not seen anything in the documentation on how to attach them to products/purchases. Any ideas on how I'd do this?
EDIT: The objects I mention are simply collections of variables. It does not matter what they are exactly; I just want to know how to sell distinct objects using just one product associated with some sort of identifier.