CustomerManagement
Magento\Quote\Model\CustomerManagement
What it does
This class manages customer-related operations during the quote/checkout process in Magento 2.
Developers use it to automatically populate customer information and addresses on quotes, create customer accounts during order placement, and validate customer addresses before completing an order.
It serves as a bridge between the quote system and customer management, ensuring customer data is properly synchronized.
Public Methods
- populateCustomerInfo()
- validateAddresses()