Currently we use the kit functionality to create gift sets. The set contains products that we also sell as individuals. I do not track inventory on products through aspdotnetstorefront. Can a kit dynamically pull the kit components (specifically product description) from an individual product?

GiftSet1
Product1
Product2
Product3

Now if I make a change to Product3 - change it's name to Product4 - I want it to update the information in GiftSet1.

Is this possible? Thank you.