I read it’s not possible to update the unit_amount
of a price object, but I can update it from the Stripe dashboard.
Does it mean if I subscribe to price.updated
from a webhook I will receive the updated unit_amount for the price, or it is completely unhandled by the Stripe API?
Also, why is updating prices only possible form the dashboard and not from the API?