Hi, I’m working on setting up a subscription for my Shopify app using the Admin API’s appSubscriptionCreate mutation. I have a question regarding AppSubscriptionReplacementBehavior:
If a user already has an active subscription and I create a new subscription with AppSubscriptionReplacementBehavior: APPLY_IMMEDIATELY, what happens in these scenarios?
1.If the new subscription plan costs less than the existing one, does Shopify refund the user for the difference?
2.If the new subscription plan costs more, is the amount prorated based on the remaining billing cycle?
I couldn’t find a clear answer in the docs, so I’d appreciate any insights from those who have experience with Shopify subscriptions.
Thanks in advance!