#abdou_36879
1 messages · Page 1 of 1 (latest)
Hello 👋
It seems like you're trying to update the invoice line item object
https://stripe.com/docs/api/invoices/line_item
There's no way to update the invoice line item properties
but it says i can update the description of invoice item if the invoice in draft status can't it ?
btw , I can do that for one time invoices but the invoices of a subscription i couldn't
Can you share the request Id where you're seeing the above error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Gotcha, looking..
Yeah it looks like we don't support updating descriptions for invoice items that are part of a subscription invoice
Taking a step back, why are you updating the description for the invoice item? What's the usecase?
i wan't to change the description shown to the customer based on the market of the user
or the price
as invoice uses the name of the product as a default description
Makes sense, thinking of if there is a way to localize the description string like that. The only way I can think of at the moment would be to use a different product for each language though that might be too cumbersome