Hi,
We are experimenting with couple of offers on our end for our customers. I wanted help to understand what would happen if we update price of plan(and not contract) in middle of active subscriptions. Does it update price for all old and new customers or only new customers will get this new subscription?
Hello,
When you’re creating a new app subscription for a merchant who already has an existing subscription, you can use the GraphQL Admin API’s [AppSubscriptionReplacementBehavior](https://shopify.dev/docs/apps/billing/subscriptions#:~:text=How%20it%20works,change%20is%20handled.) enum to determine how the change is handled.
Under [AppSubscriptionReplacementBehavior](https://shopify.dev/docs/api/admin-graphql/2024-01/enums/AppSubscriptionReplacementBehavior), you can select how you would like your current users to be handled. This gives you the flexibility to decide whether the new pricing applies only to new users or if it will also update for existing users.
Please note that the new subscription pricing will be automatically applied to new app users.
Thanks @BrainStation23 but would you have any information on what is default behaviour if my team is using Shopify Subscriptions App by Shopify’s team? I am not coding anything custom here so won’t have access to GQL API Layer.