Add item in transaction group via scripting

Hello,
Is it possible to add items in transaction groups using python ?

No. The closest option would be system.groups.loadFromFile, where you have to manually create/modify the XML for a transaction group yourself.

Will try that, thanks.