QuoteCreation
Magento\InstantPurchase\Model\QuoteManagement\QuoteCreation
What it does
This class creates and configures a new shopping cart (Quote) specifically for Magento's Instant Purchase feature.
It sets up the quote with customer information, shipping and billing addresses, and store context, preparing it for immediate checkout without going through the standard cart flow.
Developers would use or extend this class when customizing the instant purchase functionality or integrating custom quote setup logic.
Public Methods
- createQuote()