Interface
PickupLocationInterface
Magento\InventoryInStorePickupApi\Api\Data\PickupLocationInterface
What it does
This interface defines the data structure for In-Store Pickup locations in Magento 2's inventory management system.
Developers use it to access and work with pickup location information including address details, contact information, geographical coordinates, and custom extension attributes when implementing or customizing store pickup functionality.
Public Methods
- getPickupLocationCode()
- getName()
- getEmail()
- getFax()
- getContactName()
- getDescription()
- getLatitude()
- getLongitude()
- getCountryId()
- getRegionId()
- getRegion()
- getCity()
- getStreet()
- getPostcode()
- getPhone()
- setExtensionAttributes()
- getExtensionAttributes()