I am trying newly launched Shopify Subscription APIs on my dev store which has approved access. I created subscription plan group with plans and added a product to the group. I also installed the Argo admin and deployed the Subscription extension on Shopify using Shopify-CLI. Now I can see subscription option in product page for admin but I am not seeing the plan options on storefront product page, as displayed here: shopify-subscription-apis-demo.gif
I did not find any documentation regarding the same. May be I missed something. Do I need to insert any script or code in product.liquid for this?
The online store subscriptions UX guide goes into more detail by talking about different considerations to keep in mind when designing UI elements for subscriptions.
Lastly, the subscriptions API migration guide takes you through all the steps needed to create a subscription app, including code implementations on the theme.
I am facing same issue, I am building shopify product subscription extension using newly launched subscription API. I have beta access for the store and app both. I have created the selling plans and added the code to the theme files by referring this documentation https://shopify.dev/tutorials/customize-theme-showing-selling-plan-groups-and-selling-plans but still selling plans are not seeing at the product page in store front even while using a development store with access to the beta.
Can you please send me me all implementation from starting how you have do this ? I want to use the shopify subscription API like bold APP have. So please let me know how can I achieve this ?