Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I have created app and installed to development store for testing.
I have created recurring application charge using api.
Now i want to update recurring application charge price using api but i can't find that type of api in shopify admin api.
Example : I have created recurring application charge with $10 price and user activated this recurring application plan. after that i want to update recurring application charge to $15.
so please let me know How to update recurring application charge using api ?
Afaik, you can't update the price of a recurring application charge as the merchant needs to approve the new price.
So what you'd probably want to do here is create a new recurring application charge instead with the new price, which the merchant will then need to approve. After approving the charge, this will be the new "active" charge and the previous one is automatically canceled (each store can only have 1 active recurring application charge).