I am trying to update an existing subscription so that the next cycles will have a computed price against an updated price. I looked into the mutations I can use and this is the closest I found: https://shopify.dev/docs/api/admin-graphql/2024-04/mutations/subscriptionDraftUpdate. However, in the inputs of this mutation, there’s no price/amounts for the subscription itself, only for the delivery.
Is it even possible to update the price of an existing subscription?