Hi
In the developer pages, in the event api call (e.g. Product Viewed event), the examples show entering the full product data (id, sku, category, image, etc).
If we are also setting up a product feed, shouldn’t we be able to send events with just a ProductID and you would match that up to the product data in the catalog?
Or are we required to send the complete product data for every event (would seems like such a waste).