How to set a specific start date for the billing cycle tied to the subscription contract when using subscriptionContractAtomicCreate? Based on the docs here https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/subscriptionContractAtomicCreate we can set nextBillingDate which has no affect on the Shopify billy cycles. Is that just used for meta data not sure why its even in the input if not used to calculate the billing cycles.
Shopify documentation is not that good at all and I cant find anywhere to do that except the calls here https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/subscriptionBillingCycleScheduleEdit which only updates a single billing cycle not the entire schedule itself. Seems very cumbersome especially when you are doing a bulk import for a few contracts at once.
Shopify Subscription app you are able to do this but they conveniently didn’t add it to the Subscription Reference App for a reason I’m not sure why.