Search code examples
phpdrupalchargify

Chargify Product Price update via api or code


I am using Chargify API for payment. and I have created some products there for subscription. Now I want to manage those Products price and other settings via my site admin panel. But I not find any function or any way in Chargify API. If any one know any way to update this via api or via code ,please tell me.

thanks in advance to all,


Solution

  • It doesn't seem you can change the price of an existing product (which seems very strange), only create new ones. Source.

    You can however make adjustments to existing subscriptions.