Update Invoice attributes other than status

Is it possible to update other invoice attributes in addition to the status, e.g. updating the reference (invoice reference) if it has not yet been sent?

Hi @michelehills,

That’s a good question! Although the update an invoice section of the docs doesn’t include examples, you can update every listed attribute on an draft invoice from here, except for the status. This includes the reference, the due date, the comments and so on.

To update the status, you must use the other endpoints we have. For example, to mark an invoice as sent, you’d use the mark_as_sent endpoint.

I hope that makes sense.

James