I have built a headless Shopify store with Astro, but the only thing I'm missing is the ability to clear my localstorage cart details once the checkout is completed.
There's no parameters or anything on the "Continue Shopping" link from the checkout completed Thank You page to hook into to trigger clearing my local cart.
What solution should I look for that doesn't result in regular queries to the Cart API to check if the cart is completed or not.