For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
Hi there,
I'm working on a buy now an option for my products and currently, it works with one-time purchases with the following link:
https://www.myshop.com/cart/{VariantId}:{Quantity}
I'm wondering where/how to add the selling plan parameter to the checkout URL.
I've tried so far:
https://www.myshop.com/cart/{VariantId}:{Quantity}:{SellingPlanId}
https://www.myshop.com/cart/{VariantId}:{SellingPlanId}:{Quantity}
https://www.myshop.com/cart/{VariantId}:{Quantity}?checkout[selling_plan]={SellingPlanId}
I'm using recharge for the subscriptions.
EDIT:
I've found a solution: https://community.shopify.com/c/shopify-design/pre-load-cart-with-subscription-plan-products-using-p...
It's not quite what I had in mind but it does the job! 🙂
Hi @rb_sss, glad you were able to find a solution. Cheers!
To learn more visit the Shopify Help Center or the Community Blog.