For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
I am developing custom subscription app, created selling plan groups, selling plans, associated products to the plan and generated sample order.
the issue arises in automating the order process as the next billing date arrives there is no new order for the subscription.
some information regarding the app:
I am confused with the contracts, can someone please give me a brief understanding of it, like should we create contract through GraphQL even when shopify is created one, and if selling plan gets updated should the previous contract also deserve an update or only the active one.
have one more question, if I should generate the contract my self then what is the purpose of shopify generated contract and then what is the need of using shopify subscription API
You are required to create billing attempt for subscriptions. There's no automated billing.
Check out the Shopify documentation on subscriptions, specifically the image that indicates the core responsibilities of the app in the lifecycle of a subscription: