You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insight data schema for orders has changed. Configurable and bundle products no longer output as separate line items; instead, parent data is used to augment child products.
Simple products in order sync were commonly showing price 0 - we're now looking up parent prices for these where possible.
We've added parent_id to catalog insight data schema.
We have deprecated some of our External Dynamic Content URLs. We've added notes on how to replace these in your campaigns.
Bug fixes
We've fixed an error with updating products following an order sync - an exception was thrown once all available orders had been synced.
We changed a line in our UrlFinder class that was causing a fatal error in PHP 5.4.