InventoryInStorePickupShippingApi Module
Carrier\GetCarrierTitle
This class retrieves the configured title for the In-Store Pickup shipping carrier from Magento's system configuration. Developers would use this when...
Carrier\InStorePickup
This class implements the In-Store Pickup shipping method carrier for Magento 2's Multi-Source Inventory (MSI). Developers would use this to enable cu...
Carrier\Validation\RequestValidatorChain
This class implements a chain of responsibility pattern for validating shipping rate requests for in-store pickup. Developers use this to aggregate mu...
Model\Carrier\Command\GetShippingPriceInterface
This interface defines a contract for retrieving the shipping price for in-store pickup delivery methods in Magento 2. Developers implement this inter...
Model\Carrier\Validation\RequestValidatorInterface
This interface defines a contract for validating rate requests specifically for In-Store Pickup delivery methods in Magento's inventory management sys...
Model\IsInStorePickupDeliveryAvailableForCartInterface
This interface defines a contract for checking whether In-Store Pickup delivery is available for a specific shopping cart. Developers would use this t...
Model\IsInStorePickupDeliveryCartInterface
This interface defines a service to check if a shopping cart is configured for in-store pickup delivery. Developers use this to determine whether a ca...