Model
ToOrderItem
Magento\Quote\Model\Quote\Item\ToOrderItem
What it does
This class converts quote items (shopping cart items) into order items during the checkout process.
Developers use this class when they need to transform quote data into the final order structure, typically during order placement.
It handles the data mapping, discount calculations, and product options transfer from cart to order.
Public Methods
- convert()