Hi,
We have a usecase where we want to import orders from an external system into Umbraco Commerce.
The orders are completely finalized and processed and should not be altered any further.
When reading through this page, Create an Order via Code | Umbraco Commerce , it seems as though the imported order will be recalculated. We do not want this.
The order, orderlines, properties, prices, discounts, etc. should all be imported and not be recalculated.
Prices may have had different discounts applied in the external system, that would be ignored by Commerce.
So, in short: We would like to know if it possible to import a finalized and completed order, without alterations or recalculations, into Commerce?