So subscriptions apps are responsible for initiating billing attempts on the the subscriptions’ next billing date.
However, there’s no clear way to query SubscriptionContracts by nextBillingDate. So if the app is supposed is create billing attempts today Feb. the 22nd, what’s the best way to fetch all contracts that are supposed to trigger on that day?
The expectation for apps is that they maintain an up-to-date nextBillingDate to subscription contract mapping their own database. This can be done through the listening to subscription contract webhooks.
This could be a feature we consider introducing in the future. As a warning, at large scale, querying Shopify for contracts in this manner would consume Graphql API points and limit how quickly orders could be placed.
This is actually very strange to me too. Why shopify creates the entities if they doesn’t support querying/filtering. @Phillip_Malboeu Did you find any solution for this?