Is there any we we can mutate order data before its placed

I want to write a custom logic right before order is placed and submit some modified data for order
The scenario is
I have order and line item properties
What I want is line item properties data to be appended in front of my sku
so when owner see it order data details
it has sku productorignal sku - line item data
any help would be highly appreciated

Hi @testingdev

Can you help with an example?

I have a product in cart when order is placed on order details page its sku is also shown there.
what i want is the sku is shown appended with a custom string on order details page.