Hi, Angiras here, I spent a week trying to get the shopify permalinks to work . I have followed this link https://shopify.dev/apps/channels/cart-permalinks and I am able to pass the variant id along with the quantity https://walkthecode.myshopify.com/cart/37623206215855:2, but what I am not able to do is pass address fields. I am using this format https://walkthecode.myshopify.com/cart/37623206215855:2?checkout[email]=abc@gmail.com&checkout[shipping_address][city]=yourCity. But when I am testing it on my clients websites which have paid plan, passing address works like charm.
So my question is how to get it to work on development store. Any help will be greatly appreciated.