Model
PlaceOrder
Magento\InstantPurchase\Model\PlaceOrder
What it does
This class orchestrates the instant purchase feature in Magento 2, allowing customers to place orders with a single click using saved payment and shipping information.
Developers would use this when implementing or customizing the instant purchase workflow, where the class creates a quote, configures shipping and payment methods, and completes the purchase without traditional checkout steps.
Public Methods
- placeOrder()