#innovator48-price

1 messages · Page 1 of 1 (latest)

lone osprey
#

Hi! Are you asking if the new prices will be visible in the portal when customer want to update their subscription? If you allow customer to update their subscription in the portal, then yes it should work automatically.

vast socket
#

Hi soma, it works if I create the prices from the customer portal but if I create the prices from API, then unless I add the new prices manually, they doesn't show up if customer wants to update subscription.

lone osprey
#

if I create the prices from the customer portal
What do you mean? It's not possible to create price from the customer portal.
unless I add the new prices manually
Where do you add the prices?

vast socket
lone osprey
vast socket
#

Thanks. Is there any way I can just append the new prices to the subscription_update.products via API rather than updating all the entire list of prices?

lone osprey
#

Unfortunately no, but you could do that programatically:

  • First retrieve the current value for subscription_update.products
  • Then append your new values
  • Then update the configuration