#danial
1 messages ยท Page 1 of 1 (latest)
Correct, updating Price objects is very limited, and even more-so once they've been used.
odd. So the solution to that is maybe just add new price and make it default, I hope that is possible?
Yup, you can have any number of Prices associated with a single Product, then you can update the Product to change its default_price value.
Any time! ๐
Yes, by updating the default_price field on the associated Product object:
https://stripe.com/docs/api/products/update#update_product-default_price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is the price id, that means two requests. One to add the price and second to update its default price id ?
of product i mean
Correct
oki ๐