I believe the shopping cart context is set to the items / item added to the cart. I tried setting the shopping cart context to the full cart. It ended up sending individual add to cart events for each item in the context instead of just the ones I identified with setChangedProducts. I'm assuming tha...