InventoryInStorePickupQuote Module
Address\GetAddressPickupLocationCode
This class retrieves the pickup location code from a quote address's extension attributes. Developers use this when implementing in-store pickup funct...
Address\SetAddressPickupLocation
This class assigns a pickup location code to a quote address through extension attributes. Developers use this when implementing in-store pickup funct...
ExtractQuoteAddressShippingAddressData
This class extracts and formats shipping address data from a quote address object for in-store pickup orders. Developers use it when they need to conv...
GetShippingAddressData
This class provides standardized shipping address configuration data for in-store pickup orders. Developers use it to ensure that when customers choos...
GetWebsiteCodeByStoreId
This model retrieves the website code associated with a given store ID in Magento's multi-store setup. Developers use this when they need to determine...
IsPickupLocationShippingAddress
This model determines whether a given shipping address in a quote corresponds to a pickup location address. Developers use this class when implementin...
Quote\ValidationRule\InStorePickupQuoteValidationRule
This validation rule ensures that quotes using in-store pickup delivery method have a valid pickup location assigned and that the pickup location addr...
ResourceModel\DeleteQuoteAddressPickupLocation
This class removes the association between a quote address and a pickup location when a customer changes their delivery method or modifies their cart....
ResourceModel\GetPickupLocationCodeByQuoteAddressId
This resource model retrieves the pickup location code associated with a specific quote address in Magento's in-store pickup functionality. Developers...
ResourceModel\SaveQuoteAddressPickupLocation
This class saves the association between a quote address and a pickup location in the database. Developers use this when a customer selects an in-stor...
ToQuoteAddress
This class converts a pickup location and a customer's original shipping address into a new Quote Address specifically formatted for in-store pickup o...