#aby-price-change
1 messages · Page 1 of 1 (latest)
aby-price-change
@ornate stratus it's impossible to change a Price amount. You can add "extra currencies" for multi-currencies, but if you have a $10 USD Price, you can not switch it to $12. This is impossible and the right way is to create a brand new Price object instead
Oh I see, so basically you cannot update the product price amount?
We were following this doc:
https://stripe.com/docs/api/prices/update
correct that's impossible. You can only set additional currencies
That makes sense. Then, I assume that the only way to update the prices of the products is directly through the Dashboard, or creating a brand-new product, right?
The right way is to create a new Price for the same Product. Usually most people do this using the API and their code
Completely understood.
Once again, thank you! Your guidance is much appreciated always!