Is it possible to submit kit items to google shopping and other shopping feeds?

I would see it working like this:

Product Title Submitted would need to concatenate the Product Title like so
Product Title + Kit Group Name + Kit Item, + Kit Group Name + Kit Item, etc...

The Product Price Submitted would need to concatenate the Price like so:
Variant Price + Kit Item Price Delta + Kit Item Price Delta, etc....

The URL would need to concatenate so that the price will be loaded correctly for the selected kit item from the feed:

domain.com/p-123-test.aspx?kitgroupname=kititemID&kitgroupname=kiti temID



By doing it this way you would submit each possible kit combination as a separate product. The price would be correct for the kit combo in the feed, and if you're doing ajax price updates on the product page...the price will be initially loaded when you arrive from the feed link.


Does this make sense?