Log in
Interface

AddressInterface

Magento\InventorySourceSelectionApi\Api\Data\AddressInterface

What it does

This interface defines the structure for address data used in inventory source selection decisions.

Developers use it to represent shipping destinations or source locations when Magento needs to determine the optimal inventory source for order fulfillment based on geographic proximity or other location-based criteria.

Public Methods

  • getCountry()
  • getPostcode()
  • getStreet()
  • getRegion()
  • getCity()