Log in
Model

CheapestMethodDeferredChooser

Magento\InstantPurchase\Model\ShippingMethodChoose\CheapestMethodDeferredChooser

What it does

This class automatically selects the cheapest available shipping method for instant purchase transactions.

Developers use this when implementing instant purchase functionality where the system needs to automatically choose the most cost-effective shipping option without customer interaction.

It retrieves all available shipping rates for a quote address and returns the one with the lowest price.

Public Methods

  • choose()