Interface
GetShippingPriceInterface
Magento\InventoryInStorePickupShippingApi\Model\Carrier\Command\GetShippingPriceInterface
What it does
This interface defines a contract for retrieving the shipping price for in-store pickup delivery methods in Magento 2.
Developers implement this interface to create custom pricing logic for store pickup orders, allowing them to return dynamic prices based on the quote's rate request data or return null if no price applies.
Public Methods
- execute()