Subscriptions
Merchants are able to offer subscriptions for goods and services at checkout through a subscription app. For example, customers might subscribe to a product delivery every month for a 10% discount, or every week for a 20% discount.
How it works
Anchor link to section titled "How it works"To enable subscriptions, apps create selling plan groups for a product, and selling plans for individual product variants, to create the subscription options. For example, a selling plan group called "Subscribe & Save" can offer selling plans that allow the customer to choose the delivery frequency and billing frequency separately. Merchants can offer multiple optional selling plans to customers, or specify a required selling plan for a product, such as "subscription-only" offers.

Implementing subscriptions in a theme
Anchor link to section titled "Implementing subscriptions in a theme"You can use Liquid and JavaScript to integrate subscriptions into your theme. It's also recommended to review the UX guidelines for subscription components to ensure a great user experience.