Log in
Model

PickupLocation

Magento\InventoryInStorePickup\Model\PickupLocation

What it does

This class represents a pickup location data object for Magento's In-Store Pickup feature.

Developers use it to store and retrieve information about physical store locations where customers can pick up their orders, including address details, contact information, and geographical coordinates.

It's primarily used when implementing or customizing the click-and-collect functionality in Magento stores.

Public Methods

  • getPickupLocationCode()
  • getName()
  • getEmail()
  • getFax()
  • getContactName()
  • getDescription()
  • getLatitude()
  • getLongitude()
  • getCountryId()
  • getRegionId()
  • getRegion()
  • getCity()
  • getStreet()
  • getPostcode()
  • getPhone()
  • setExtensionAttributes()
  • getExtensionAttributes()