can user trades be corrected afterwards

Can it happen that a user trade with same id coming from the endpoint GET /api/v3/myTrades can change any of its properties afterwards? For example, if price or qty or commission was corrected by Binance because the previous trade (with same trade id) became invalid for any reason. Can such cases occur?

user trade with same id

Two trades for the same symbol cannot share the same id.

Can it happen that a user trade with same id coming from the endpoint GET /api/v3/myTrades can change any of its properties afterwards?

Trades are immutable and cannot change after the fact.