For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
Is it possible to add a product to an existing subscription? If so, what's the API call to make that happen?
Solved! Go to the solution
This is an accepted solution.
Yes - you can add lines to a SubscriptionContract:
Check out this tutorial: https://shopify.dev/apps/subscriptions/contracts#add-a-line-to-the-subscription-draft
This is an accepted solution.
Yes - you can add lines to a SubscriptionContract:
Check out this tutorial: https://shopify.dev/apps/subscriptions/contracts#add-a-line-to-the-subscription-draft
That's great - thank you so much Brian!