For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
Our app tracks referrals from affiliates and needs to attribute a purchase made by a customer to a particular affiliate in our external system. To do this we currently set a cookie on the myshopify domain with referrer data based on the link the customer used to access the store.
We are now building a new checkout ui extension which needs to send the referral data to our external api. However, it seems that cookies and localstorage are both disabled in checkout extensions. Is there any way to access data set on the store page after checkout?