For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
After checkout is completed for the user, I want to redirect user to the Order Status page automatically after 2 seconds. In checkout.liquid I could do this by setting event callback for google events and using window.open(url) within the callback function but that will not work in web pixels. Is there a way to do this in Checkout Extensibility?