In case you are still around, this is something I am trying to do now and cannot seem to get done right.
Here is an example of one link for a product that is working fine https://d7ea93.myshopify.com/cart/clear?return_to=%2Fcart%2Fadd%3Fitems%5B0%5D%5Bid%5D%3D45203860914466%26items%5B0%5D%5Bquantity%5D%3D1%26items%5B0%5D%5Bselling_plan%5D%3D4684546338%26return_to%3D%252Fcheckout%253F
Here is the product I am trying to do it for
{“product”:{“id”:8565646623010
product variant: 46559953486114
selling id 5905056034
This is what I have tried to do so far and it isn’t working [https://d7ea93.myshopify.com/cart/clear?return_to=/cart/add?items8565646623010id=46559953486114%26items8565646623010quantity=1%26items8565646623010selling_plan=5905056034%26return_to=/checkout%253F`](https://d7ea93.myshopify.com/cart/clear?return_to=/cart/add?items8565646623010id=46559953486114%26items8565646623010quantity=1%26items8565646623010selling_plan=5905056034%26return_to=/checkout%253F`)
What am I missing?